diff --git a/grammar.js b/grammar.js index 64d951f..bba0692 100644 --- a/grammar.js +++ b/grammar.js @@ -867,8 +867,8 @@ module.exports = grammar({ ), component_instantiation_statement: $ => choice( - seq($.label_declaration, $.instantiated_unit, optional($.generic_map_aspect), optional($.port_map_aspect), ";"), - seq($.label_declaration, $.name, optional($.generic_map_aspect), $.port_map_aspect, ";") + seq($.label_declaration, $.instantiated_unit, optional($.generic_map_aspect), optional($.port_map_aspect), ";"), + seq($.label_declaration, field("component", $.name), optional($.generic_map_aspect), $.port_map_aspect, ";") ), instantiated_unit: $ => choice( diff --git a/src/grammar.json b/src/grammar.json index a46f425..3727d0f 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4474,8 +4474,12 @@ "name": "label_declaration" }, { - "type": "SYMBOL", - "name": "name" + "type": "FIELD", + "name": "component", + "content": { + "type": "SYMBOL", + "name": "name" + } }, { "type": "CHOICE", diff --git a/src/node-types.json b/src/node-types.json index ec0eb2c..7a39ee6 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1527,7 +1527,18 @@ { "type": "component_instantiation_statement", "named": true, - "fields": {}, + "fields": { + "component": { + "multiple": false, + "required": false, + "types": [ + { + "type": "name", + "named": true + } + ] + } + }, "children": { "multiple": true, "required": true, @@ -1544,10 +1555,6 @@ "type": "label_declaration", "named": true }, - { - "type": "name", - "named": true - }, { "type": "port_map_aspect", "named": true diff --git a/src/parser.c b/src/parser.c index 9109d52..31c3b37 100644 --- a/src/parser.c +++ b/src/parser.c @@ -5,7 +5,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 8352 +#define STATE_COUNT 8368 #define LARGE_STATE_COUNT 366 #define SYMBOL_COUNT 605 #define ALIAS_COUNT 3 @@ -4520,119 +4520,119 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [10] = 10, [11] = 11, [12] = 12, - [13] = 12, + [13] = 11, [14] = 14, [15] = 15, [16] = 16, [17] = 17, - [18] = 18, + [18] = 17, [19] = 19, [20] = 20, - [21] = 18, - [22] = 19, - [23] = 23, - [24] = 19, - [25] = 25, - [26] = 19, - [27] = 27, - [28] = 19, - [29] = 19, - [30] = 20, - [31] = 27, - [32] = 19, - [33] = 33, - [34] = 33, - [35] = 19, + [21] = 17, + [22] = 22, + [23] = 17, + [24] = 17, + [25] = 17, + [26] = 17, + [27] = 17, + [28] = 17, + [29] = 17, + [30] = 17, + [31] = 17, + [32] = 17, + [33] = 17, + [34] = 17, + [35] = 17, [36] = 36, - [37] = 19, - [38] = 19, - [39] = 19, - [40] = 40, - [41] = 25, - [42] = 19, - [43] = 19, - [44] = 33, - [45] = 23, - [46] = 19, - [47] = 19, - [48] = 19, - [49] = 18, - [50] = 19, - [51] = 20, - [52] = 11, - [53] = 19, - [54] = 54, - [55] = 55, - [56] = 19, - [57] = 19, - [58] = 12, - [59] = 19, - [60] = 60, - [61] = 19, - [62] = 27, - [63] = 19, - [64] = 19, - [65] = 19, - [66] = 19, - [67] = 19, - [68] = 19, - [69] = 19, - [70] = 19, - [71] = 19, - [72] = 19, - [73] = 19, - [74] = 19, - [75] = 60, - [76] = 19, - [77] = 19, - [78] = 19, - [79] = 19, - [80] = 19, - [81] = 19, + [37] = 17, + [38] = 38, + [39] = 17, + [40] = 17, + [41] = 17, + [42] = 17, + [43] = 17, + [44] = 17, + [45] = 17, + [46] = 17, + [47] = 17, + [48] = 48, + [49] = 17, + [50] = 17, + [51] = 51, + [52] = 17, + [53] = 17, + [54] = 12, + [55] = 17, + [56] = 17, + [57] = 17, + [58] = 17, + [59] = 17, + [60] = 17, + [61] = 20, + [62] = 62, + [63] = 63, + [64] = 36, + [65] = 17, + [66] = 17, + [67] = 17, + [68] = 17, + [69] = 17, + [70] = 17, + [71] = 17, + [72] = 72, + [73] = 17, + [74] = 17, + [75] = 17, + [76] = 17, + [77] = 17, + [78] = 17, + [79] = 48, + [80] = 80, + [81] = 51, [82] = 19, - [83] = 19, - [84] = 33, - [85] = 20, - [86] = 19, - [87] = 19, - [88] = 19, - [89] = 19, - [90] = 90, + [83] = 17, + [84] = 84, + [85] = 11, + [86] = 62, + [87] = 62, + [88] = 36, + [89] = 89, + [90] = 84, [91] = 19, - [92] = 19, - [93] = 25, - [94] = 60, - [95] = 23, - [96] = 25, - [97] = 19, - [98] = 19, - [99] = 19, + [92] = 51, + [93] = 19, + [94] = 84, + [95] = 48, + [96] = 36, + [97] = 17, + [98] = 20, + [99] = 84, [100] = 100, [101] = 101, - [102] = 102, - [103] = 101, + [102] = 100, + [103] = 103, [104] = 104, - [105] = 105, - [106] = 104, + [105] = 101, + [106] = 100, [107] = 107, - [108] = 102, - [109] = 109, - [110] = 105, - [111] = 109, + [108] = 100, + [109] = 107, + [110] = 104, + [111] = 104, [112] = 104, - [113] = 109, - [114] = 109, - [115] = 102, - [116] = 102, - [117] = 117, - [118] = 104, - [119] = 105, + [113] = 113, + [114] = 114, + [115] = 101, + [116] = 103, + [117] = 103, + [118] = 113, + [119] = 101, [120] = 107, - [121] = 107, + [121] = 113, [122] = 107, - [123] = 105, - [124] = 101, - [125] = 101, + [123] = 123, + [124] = 103, + [125] = 113, [126] = 126, [127] = 126, [128] = 126, @@ -4645,12 +4645,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [135] = 126, [136] = 126, [137] = 126, - [138] = 138, + [138] = 126, [139] = 126, [140] = 126, [141] = 126, [142] = 126, - [143] = 126, + [143] = 143, [144] = 126, [145] = 126, [146] = 126, @@ -4663,35 +4663,35 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [153] = 126, [154] = 126, [155] = 126, - [156] = 156, - [157] = 156, + [156] = 126, + [157] = 126, [158] = 126, [159] = 126, [160] = 126, [161] = 126, - [162] = 138, - [163] = 126, - [164] = 126, - [165] = 126, + [162] = 126, + [163] = 163, + [164] = 164, + [165] = 163, [166] = 126, - [167] = 167, + [167] = 164, [168] = 126, - [169] = 126, - [170] = 126, + [169] = 163, + [170] = 170, [171] = 126, - [172] = 126, - [173] = 167, + [172] = 143, + [173] = 126, [174] = 126, - [175] = 156, - [176] = 126, - [177] = 167, + [175] = 126, + [176] = 143, + [177] = 126, [178] = 126, - [179] = 126, + [179] = 163, [180] = 126, [181] = 126, [182] = 126, - [183] = 126, - [184] = 138, + [183] = 164, + [184] = 126, [185] = 126, [186] = 126, [187] = 126, @@ -4707,20 +4707,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [197] = 126, [198] = 126, [199] = 126, - [200] = 200, + [200] = 126, [201] = 126, [202] = 126, - [203] = 138, + [203] = 126, [204] = 126, - [205] = 167, - [206] = 126, + [205] = 126, + [206] = 164, [207] = 126, [208] = 126, - [209] = 156, + [209] = 126, [210] = 126, [211] = 126, [212] = 126, - [213] = 126, + [213] = 143, [214] = 126, [215] = 126, [216] = 126, @@ -4734,2590 +4734,2590 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [224] = 224, [225] = 225, [226] = 226, - [227] = 226, + [227] = 227, [228] = 228, [229] = 229, - [230] = 228, - [231] = 231, + [230] = 227, + [231] = 227, [232] = 229, - [233] = 231, - [234] = 226, - [235] = 229, - [236] = 231, - [237] = 228, + [233] = 226, + [234] = 228, + [235] = 226, + [236] = 228, + [237] = 229, [238] = 238, [239] = 239, - [240] = 238, - [241] = 238, - [242] = 238, - [243] = 238, - [244] = 238, - [245] = 238, - [246] = 238, - [247] = 238, - [248] = 238, - [249] = 238, - [250] = 238, - [251] = 238, - [252] = 252, - [253] = 238, - [254] = 238, - [255] = 238, - [256] = 238, - [257] = 238, - [258] = 238, - [259] = 259, - [260] = 238, - [261] = 261, - [262] = 238, - [263] = 263, - [264] = 238, - [265] = 265, - [266] = 238, - [267] = 267, - [268] = 259, - [269] = 269, - [270] = 238, + [240] = 239, + [241] = 239, + [242] = 239, + [243] = 239, + [244] = 244, + [245] = 239, + [246] = 239, + [247] = 239, + [248] = 248, + [249] = 239, + [250] = 239, + [251] = 239, + [252] = 239, + [253] = 253, + [254] = 239, + [255] = 255, + [256] = 239, + [257] = 239, + [258] = 239, + [259] = 239, + [260] = 239, + [261] = 239, + [262] = 262, + [263] = 239, + [264] = 239, + [265] = 239, + [266] = 239, + [267] = 238, + [268] = 268, + [269] = 239, + [270] = 239, [271] = 239, - [272] = 238, + [272] = 239, [273] = 239, - [274] = 274, - [275] = 238, + [274] = 239, + [275] = 239, [276] = 276, - [277] = 263, - [278] = 238, - [279] = 238, - [280] = 265, - [281] = 238, - [282] = 238, - [283] = 238, - [284] = 252, - [285] = 238, - [286] = 261, - [287] = 238, - [288] = 238, - [289] = 238, - [290] = 276, - [291] = 238, - [292] = 259, - [293] = 238, - [294] = 238, - [295] = 238, - [296] = 238, - [297] = 274, - [298] = 238, - [299] = 238, + [277] = 277, + [278] = 278, + [279] = 277, + [280] = 239, + [281] = 262, + [282] = 239, + [283] = 239, + [284] = 278, + [285] = 239, + [286] = 239, + [287] = 287, + [288] = 239, + [289] = 239, + [290] = 239, + [291] = 287, + [292] = 239, + [293] = 239, + [294] = 239, + [295] = 278, + [296] = 239, + [297] = 277, + [298] = 298, + [299] = 239, [300] = 239, - [301] = 301, - [302] = 259, - [303] = 238, - [304] = 304, - [305] = 238, - [306] = 263, - [307] = 261, - [308] = 265, - [309] = 238, - [310] = 252, - [311] = 238, - [312] = 238, - [313] = 238, + [301] = 268, + [302] = 262, + [303] = 255, + [304] = 253, + [305] = 239, + [306] = 239, + [307] = 239, + [308] = 239, + [309] = 253, + [310] = 255, + [311] = 262, + [312] = 239, + [313] = 239, [314] = 238, - [315] = 238, - [316] = 238, - [317] = 263, - [318] = 238, - [319] = 238, - [320] = 238, - [321] = 252, - [322] = 238, - [323] = 276, - [324] = 274, - [325] = 238, + [315] = 268, + [316] = 278, + [317] = 239, + [318] = 277, + [319] = 239, + [320] = 239, + [321] = 239, + [322] = 239, + [323] = 287, + [324] = 287, + [325] = 239, [326] = 326, [327] = 327, [328] = 328, - [329] = 329, - [330] = 329, + [329] = 326, + [330] = 330, [331] = 331, - [332] = 331, - [333] = 328, - [334] = 327, - [335] = 328, - [336] = 336, - [337] = 327, - [338] = 338, - [339] = 329, - [340] = 331, - [341] = 336, - [342] = 336, - [343] = 327, - [344] = 344, - [345] = 336, - [346] = 331, - [347] = 347, - [348] = 326, + [332] = 332, + [333] = 333, + [334] = 334, + [335] = 335, + [336] = 330, + [337] = 335, + [338] = 335, + [339] = 334, + [340] = 328, + [341] = 327, + [342] = 330, + [343] = 334, + [344] = 330, + [345] = 326, + [346] = 327, + [347] = 327, + [348] = 328, [349] = 328, - [350] = 326, + [350] = 335, [351] = 351, [352] = 352, - [353] = 351, + [353] = 353, [354] = 354, - [355] = 354, + [355] = 355, [356] = 356, [357] = 351, - [358] = 352, - [359] = 359, + [358] = 351, + [359] = 353, [360] = 356, [361] = 352, [362] = 356, - [363] = 359, - [364] = 359, - [365] = 365, + [363] = 353, + [364] = 355, + [365] = 355, [366] = 366, [367] = 367, [368] = 368, - [369] = 369, - [370] = 366, + [369] = 366, + [370] = 370, [371] = 371, - [372] = 366, - [373] = 366, - [374] = 371, + [372] = 372, + [373] = 372, + [374] = 372, [375] = 375, - [376] = 366, - [377] = 367, + [376] = 368, + [377] = 372, [378] = 378, - [379] = 379, - [380] = 371, - [381] = 381, - [382] = 366, - [383] = 366, - [384] = 381, - [385] = 378, - [386] = 381, - [387] = 375, - [388] = 388, - [389] = 379, - [390] = 375, - [391] = 367, + [379] = 367, + [380] = 380, + [381] = 367, + [382] = 370, + [383] = 375, + [384] = 368, + [385] = 375, + [386] = 380, + [387] = 370, + [388] = 372, + [389] = 372, + [390] = 390, + [391] = 372, [392] = 392, [393] = 393, - [394] = 394, - [395] = 395, + [394] = 392, + [395] = 392, [396] = 396, [397] = 397, - [398] = 398, - [399] = 396, - [400] = 395, - [401] = 395, - [402] = 396, + [398] = 392, + [399] = 392, + [400] = 400, + [401] = 401, + [402] = 392, [403] = 403, - [404] = 404, - [405] = 395, - [406] = 395, - [407] = 395, - [408] = 396, - [409] = 409, - [410] = 395, - [411] = 395, + [404] = 397, + [405] = 405, + [406] = 406, + [407] = 392, + [408] = 397, + [409] = 392, + [410] = 397, + [411] = 411, [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, - [417] = 413, - [418] = 413, - [419] = 416, + [417] = 416, + [418] = 418, + [419] = 418, [420] = 420, - [421] = 413, + [421] = 421, [422] = 422, - [423] = 414, + [423] = 416, [424] = 424, - [425] = 413, + [425] = 421, [426] = 426, [427] = 416, - [428] = 422, + [428] = 414, [429] = 429, [430] = 413, - [431] = 416, - [432] = 414, - [433] = 422, - [434] = 415, - [435] = 413, - [436] = 416, + [431] = 418, + [432] = 426, + [433] = 424, + [434] = 434, + [435] = 420, + [436] = 436, [437] = 437, - [438] = 416, - [439] = 437, + [438] = 424, + [439] = 439, [440] = 414, - [441] = 441, - [442] = 442, - [443] = 443, - [444] = 414, - [445] = 445, - [446] = 415, - [447] = 447, - [448] = 448, - [449] = 422, - [450] = 415, - [451] = 414, - [452] = 422, - [453] = 453, - [454] = 454, - [455] = 415, - [456] = 416, - [457] = 413, - [458] = 414, - [459] = 415, - [460] = 422, - [461] = 437, - [462] = 422, - [463] = 414, - [464] = 415, - [465] = 414, - [466] = 416, - [467] = 467, + [441] = 426, + [442] = 424, + [443] = 426, + [444] = 429, + [445] = 413, + [446] = 420, + [447] = 418, + [448] = 416, + [449] = 416, + [450] = 421, + [451] = 436, + [452] = 452, + [453] = 414, + [454] = 429, + [455] = 426, + [456] = 413, + [457] = 421, + [458] = 416, + [459] = 420, + [460] = 421, + [461] = 421, + [462] = 436, + [463] = 416, + [464] = 424, + [465] = 426, + [466] = 414, + [467] = 429, [468] = 413, - [469] = 413, - [470] = 416, - [471] = 414, - [472] = 422, - [473] = 415, - [474] = 422, - [475] = 415, - [476] = 416, - [477] = 437, + [469] = 416, + [470] = 418, + [471] = 420, + [472] = 418, + [473] = 418, + [474] = 418, + [475] = 436, + [476] = 421, + [477] = 416, [478] = 414, - [479] = 448, - [480] = 442, - [481] = 441, - [482] = 429, + [479] = 429, + [480] = 421, + [481] = 421, + [482] = 418, [483] = 413, - [484] = 448, - [485] = 415, - [486] = 442, - [487] = 441, - [488] = 422, - [489] = 429, - [490] = 414, + [484] = 420, + [485] = 424, + [486] = 436, + [487] = 416, + [488] = 413, + [489] = 414, + [490] = 429, [491] = 413, - [492] = 448, - [493] = 442, - [494] = 441, - [495] = 429, - [496] = 416, - [497] = 448, - [498] = 442, - [499] = 441, + [492] = 420, + [493] = 424, + [494] = 418, + [495] = 418, + [496] = 452, + [497] = 436, + [498] = 452, + [499] = 414, [500] = 429, [501] = 413, - [502] = 448, - [503] = 442, - [504] = 416, - [505] = 441, - [506] = 429, - [507] = 416, - [508] = 414, - [509] = 415, - [510] = 422, - [511] = 416, - [512] = 448, - [513] = 442, - [514] = 441, - [515] = 429, - [516] = 415, - [517] = 448, - [518] = 442, - [519] = 441, - [520] = 429, - [521] = 422, - [522] = 448, - [523] = 414, - [524] = 442, - [525] = 441, - [526] = 429, - [527] = 448, - [528] = 448, - [529] = 442, + [502] = 420, + [503] = 416, + [504] = 436, + [505] = 421, + [506] = 424, + [507] = 421, + [508] = 426, + [509] = 416, + [510] = 414, + [511] = 429, + [512] = 418, + [513] = 426, + [514] = 413, + [515] = 420, + [516] = 426, + [517] = 436, + [518] = 424, + [519] = 421, + [520] = 424, + [521] = 414, + [522] = 429, + [523] = 413, + [524] = 420, + [525] = 426, + [526] = 426, + [527] = 424, + [528] = 414, + [529] = 429, [530] = 413, - [531] = 441, - [532] = 415, - [533] = 429, - [534] = 442, - [535] = 448, - [536] = 442, - [537] = 441, - [538] = 429, - [539] = 441, - [540] = 448, - [541] = 442, - [542] = 441, - [543] = 429, - [544] = 422, - [545] = 448, - [546] = 442, - [547] = 441, - [548] = 429, - [549] = 467, - [550] = 448, - [551] = 442, - [552] = 441, - [553] = 429, - [554] = 415, - [555] = 448, - [556] = 442, - [557] = 441, - [558] = 429, - [559] = 422, + [531] = 420, + [532] = 418, + [533] = 414, + [534] = 429, + [535] = 413, + [536] = 420, + [537] = 416, + [538] = 421, + [539] = 414, + [540] = 429, + [541] = 413, + [542] = 420, + [543] = 452, + [544] = 414, + [545] = 429, + [546] = 418, + [547] = 413, + [548] = 420, + [549] = 416, + [550] = 414, + [551] = 421, + [552] = 418, + [553] = 416, + [554] = 429, + [555] = 421, + [556] = 413, + [557] = 420, + [558] = 426, + [559] = 424, [560] = 560, - [561] = 448, - [562] = 442, - [563] = 441, - [564] = 429, - [565] = 415, - [566] = 422, - [567] = 448, - [568] = 415, - [569] = 442, - [570] = 441, + [561] = 421, + [562] = 429, + [563] = 413, + [564] = 420, + [565] = 414, + [566] = 429, + [567] = 413, + [568] = 420, + [569] = 569, + [570] = 414, [571] = 429, - [572] = 572, - [573] = 448, + [572] = 413, + [573] = 420, [574] = 414, - [575] = 422, - [576] = 442, - [577] = 441, - [578] = 422, - [579] = 429, - [580] = 415, + [575] = 426, + [576] = 429, + [577] = 414, + [578] = 413, + [579] = 424, + [580] = 420, [581] = 414, - [582] = 448, - [583] = 442, - [584] = 414, - [585] = 585, - [586] = 422, - [587] = 441, - [588] = 429, - [589] = 414, - [590] = 415, - [591] = 414, - [592] = 445, - [593] = 416, - [594] = 448, - [595] = 442, - [596] = 441, - [597] = 429, - [598] = 413, - [599] = 416, - [600] = 445, - [601] = 601, - [602] = 413, - [603] = 603, - [604] = 448, - [605] = 442, - [606] = 441, - [607] = 429, - [608] = 416, - [609] = 415, - [610] = 445, - [611] = 422, - [612] = 448, - [613] = 442, - [614] = 467, - [615] = 615, - [616] = 441, - [617] = 429, - [618] = 414, + [582] = 429, + [583] = 429, + [584] = 420, + [585] = 414, + [586] = 586, + [587] = 429, + [588] = 413, + [589] = 420, + [590] = 414, + [591] = 429, + [592] = 413, + [593] = 421, + [594] = 416, + [595] = 560, + [596] = 418, + [597] = 420, + [598] = 414, + [599] = 429, + [600] = 413, + [601] = 420, + [602] = 602, + [603] = 416, + [604] = 604, + [605] = 414, + [606] = 429, + [607] = 413, + [608] = 420, + [609] = 414, + [610] = 426, + [611] = 424, + [612] = 429, + [613] = 413, + [614] = 420, + [615] = 414, + [616] = 616, + [617] = 436, + [618] = 429, [619] = 413, - [620] = 445, - [621] = 413, - [622] = 448, - [623] = 442, - [624] = 441, - [625] = 429, - [626] = 413, - [627] = 416, - [628] = 416, - [629] = 416, - [630] = 416, - [631] = 445, - [632] = 632, - [633] = 413, - [634] = 448, - [635] = 442, - [636] = 441, - [637] = 429, - [638] = 413, - [639] = 414, - [640] = 445, - [641] = 415, - [642] = 422, - [643] = 448, - [644] = 442, - [645] = 441, - [646] = 429, - [647] = 414, - [648] = 467, - [649] = 422, - [650] = 415, - [651] = 445, - [652] = 415, - [653] = 415, - [654] = 448, - [655] = 442, - [656] = 422, - [657] = 441, - [658] = 429, - [659] = 414, - [660] = 414, - [661] = 422, - [662] = 415, - [663] = 422, - [664] = 445, - [665] = 429, - [666] = 666, - [667] = 416, - [668] = 413, - [669] = 413, - [670] = 413, - [671] = 448, - [672] = 442, - [673] = 441, - [674] = 429, - [675] = 416, - [676] = 416, - [677] = 422, - [678] = 413, - [679] = 414, - [680] = 416, - [681] = 681, - [682] = 429, - [683] = 413, - [684] = 445, - [685] = 447, - [686] = 413, + [620] = 436, + [621] = 420, + [622] = 424, + [623] = 426, + [624] = 414, + [625] = 439, + [626] = 426, + [627] = 429, + [628] = 418, + [629] = 413, + [630] = 420, + [631] = 429, + [632] = 413, + [633] = 420, + [634] = 424, + [635] = 418, + [636] = 416, + [637] = 424, + [638] = 426, + [639] = 421, + [640] = 426, + [641] = 416, + [642] = 424, + [643] = 421, + [644] = 421, + [645] = 424, + [646] = 424, + [647] = 416, + [648] = 426, + [649] = 421, + [650] = 426, + [651] = 420, + [652] = 418, + [653] = 418, + [654] = 416, + [655] = 421, + [656] = 413, + [657] = 429, + [658] = 418, + [659] = 418, + [660] = 421, + [661] = 424, + [662] = 421, + [663] = 416, + [664] = 416, + [665] = 418, + [666] = 420, + [667] = 667, + [668] = 416, + [669] = 416, + [670] = 424, + [671] = 413, + [672] = 418, + [673] = 429, + [674] = 418, + [675] = 421, + [676] = 426, + [677] = 418, + [678] = 426, + [679] = 424, + [680] = 426, + [681] = 424, + [682] = 682, + [683] = 683, + [684] = 418, + [685] = 416, + [686] = 421, [687] = 416, - [688] = 415, - [689] = 416, - [690] = 690, - [691] = 422, - [692] = 414, - [693] = 414, - [694] = 441, - [695] = 414, - [696] = 442, - [697] = 448, - [698] = 422, - [699] = 415, - [700] = 422, - [701] = 416, - [702] = 414, - [703] = 422, - [704] = 415, - [705] = 413, - [706] = 415, - [707] = 429, - [708] = 708, - [709] = 415, - [710] = 413, - [711] = 413, - [712] = 422, - [713] = 416, - [714] = 714, - [715] = 448, - [716] = 442, - [717] = 441, - [718] = 414, - [719] = 416, - [720] = 415, + [688] = 426, + [689] = 421, + [690] = 426, + [691] = 424, + [692] = 426, + [693] = 560, + [694] = 560, + [695] = 421, + [696] = 416, + [697] = 424, + [698] = 418, + [699] = 421, + [700] = 424, + [701] = 426, + [702] = 421, + [703] = 414, + [704] = 416, + [705] = 705, + [706] = 706, + [707] = 707, + [708] = 418, + [709] = 424, + [710] = 426, + [711] = 418, + [712] = 426, + [713] = 713, + [714] = 424, + [715] = 715, + [716] = 716, + [717] = 414, + [718] = 424, + [719] = 414, + [720] = 426, [721] = 721, [722] = 722, - [723] = 721, - [724] = 724, + [723] = 722, + [724] = 722, [725] = 725, - [726] = 721, - [727] = 721, - [728] = 725, - [729] = 724, - [730] = 722, - [731] = 725, - [732] = 722, - [733] = 725, - [734] = 724, - [735] = 724, - [736] = 722, - [737] = 722, - [738] = 722, - [739] = 739, - [740] = 740, - [741] = 741, - [742] = 722, - [743] = 724, - [744] = 725, - [745] = 724, - [746] = 725, + [726] = 726, + [727] = 722, + [728] = 721, + [729] = 725, + [730] = 726, + [731] = 721, + [732] = 725, + [733] = 726, + [734] = 725, + [735] = 721, + [736] = 726, + [737] = 737, + [738] = 725, + [739] = 721, + [740] = 721, + [741] = 726, + [742] = 721, + [743] = 743, + [744] = 744, + [745] = 725, + [746] = 726, [747] = 725, - [748] = 748, - [749] = 724, - [750] = 722, - [751] = 724, - [752] = 725, - [753] = 724, + [748] = 726, + [749] = 749, + [750] = 726, + [751] = 726, + [752] = 721, + [753] = 721, [754] = 725, - [755] = 722, - [756] = 756, - [757] = 722, - [758] = 725, - [759] = 725, + [755] = 725, + [756] = 726, + [757] = 757, + [758] = 758, + [759] = 759, [760] = 760, - [761] = 725, - [762] = 724, - [763] = 722, - [764] = 764, - [765] = 724, + [761] = 761, + [762] = 725, + [763] = 725, + [764] = 726, + [765] = 721, [766] = 766, - [767] = 722, - [768] = 725, - [769] = 724, - [770] = 722, + [767] = 725, + [768] = 721, + [769] = 721, + [770] = 726, [771] = 771, - [772] = 772, - [773] = 773, - [774] = 724, - [775] = 724, - [776] = 725, - [777] = 724, - [778] = 722, - [779] = 725, - [780] = 724, - [781] = 722, - [782] = 782, - [783] = 724, - [784] = 724, + [772] = 721, + [773] = 726, + [774] = 721, + [775] = 725, + [776] = 726, + [777] = 725, + [778] = 725, + [779] = 721, + [780] = 725, + [781] = 726, + [782] = 721, + [783] = 726, + [784] = 726, [785] = 725, - [786] = 725, - [787] = 722, - [788] = 724, - [789] = 722, - [790] = 725, - [791] = 724, - [792] = 722, - [793] = 722, - [794] = 725, + [786] = 726, + [787] = 721, + [788] = 725, + [789] = 721, + [790] = 790, + [791] = 726, + [792] = 721, + [793] = 725, + [794] = 721, [795] = 725, - [796] = 796, - [797] = 797, + [796] = 725, + [797] = 725, [798] = 798, - [799] = 722, + [799] = 799, [800] = 800, - [801] = 725, - [802] = 724, - [803] = 725, + [801] = 726, + [802] = 802, + [803] = 803, [804] = 804, [805] = 805, - [806] = 806, - [807] = 807, + [806] = 725, + [807] = 721, [808] = 808, - [809] = 55, + [809] = 726, [810] = 810, - [811] = 808, - [812] = 725, - [813] = 724, - [814] = 724, - [815] = 722, - [816] = 816, - [817] = 724, + [811] = 811, + [812] = 812, + [813] = 813, + [814] = 814, + [815] = 815, + [816] = 721, + [817] = 38, [818] = 818, [819] = 725, [820] = 808, - [821] = 724, - [822] = 725, - [823] = 823, - [824] = 722, - [825] = 724, - [826] = 808, - [827] = 827, - [828] = 725, - [829] = 829, + [821] = 808, + [822] = 822, + [823] = 726, + [824] = 824, + [825] = 721, + [826] = 826, + [827] = 721, + [828] = 721, + [829] = 726, [830] = 808, - [831] = 831, - [832] = 832, - [833] = 833, - [834] = 722, - [835] = 808, - [836] = 836, - [837] = 722, + [831] = 725, + [832] = 725, + [833] = 808, + [834] = 726, + [835] = 835, + [836] = 808, + [837] = 721, [838] = 838, - [839] = 839, - [840] = 840, + [839] = 725, + [840] = 721, [841] = 841, [842] = 842, [843] = 725, - [844] = 844, - [845] = 724, + [844] = 726, + [845] = 845, [846] = 846, - [847] = 847, - [848] = 848, - [849] = 722, - [850] = 850, - [851] = 725, - [852] = 852, + [847] = 726, + [848] = 721, + [849] = 849, + [850] = 726, + [851] = 851, + [852] = 725, [853] = 853, [854] = 854, - [855] = 796, - [856] = 722, + [855] = 855, + [856] = 725, [857] = 857, [858] = 858, - [859] = 725, - [860] = 860, - [861] = 722, + [859] = 859, + [860] = 725, + [861] = 861, [862] = 862, - [863] = 725, - [864] = 724, - [865] = 724, + [863] = 863, + [864] = 725, + [865] = 721, [866] = 866, - [867] = 725, + [867] = 867, [868] = 868, [869] = 869, - [870] = 724, - [871] = 724, - [872] = 872, - [873] = 725, - [874] = 722, - [875] = 875, + [870] = 721, + [871] = 871, + [872] = 726, + [873] = 721, + [874] = 874, + [875] = 726, [876] = 876, [877] = 877, - [878] = 878, - [879] = 722, - [880] = 880, + [878] = 835, + [879] = 879, + [880] = 721, [881] = 881, - [882] = 724, - [883] = 722, + [882] = 882, + [883] = 883, [884] = 884, - [885] = 885, + [885] = 726, [886] = 886, [887] = 887, - [888] = 850, + [888] = 868, [889] = 889, - [890] = 875, - [891] = 881, - [892] = 839, - [893] = 844, - [894] = 894, - [895] = 887, - [896] = 884, - [897] = 878, - [898] = 898, - [899] = 899, - [900] = 900, - [901] = 846, + [890] = 871, + [891] = 835, + [892] = 887, + [893] = 853, + [894] = 854, + [895] = 858, + [896] = 861, + [897] = 897, + [898] = 835, + [899] = 883, + [900] = 862, + [901] = 884, [902] = 902, - [903] = 847, - [904] = 796, - [905] = 905, - [906] = 853, - [907] = 848, - [908] = 840, - [909] = 852, - [910] = 854, - [911] = 911, - [912] = 857, - [913] = 862, - [914] = 914, - [915] = 858, - [916] = 916, - [917] = 838, - [918] = 860, - [919] = 868, - [920] = 869, - [921] = 877, - [922] = 880, - [923] = 876, - [924] = 872, - [925] = 886, - [926] = 885, - [927] = 796, - [928] = 928, - [929] = 866, - [930] = 881, - [931] = 875, - [932] = 880, - [933] = 885, - [934] = 844, - [935] = 857, - [936] = 853, - [937] = 841, - [938] = 854, - [939] = 939, - [940] = 876, - [941] = 852, - [942] = 881, - [943] = 872, - [944] = 796, - [945] = 850, - [946] = 868, - [947] = 947, - [948] = 858, - [949] = 839, - [950] = 887, - [951] = 951, - [952] = 952, - [953] = 866, - [954] = 796, - [955] = 885, - [956] = 846, - [957] = 847, - [958] = 844, - [959] = 875, - [960] = 846, - [961] = 876, - [962] = 962, - [963] = 880, - [964] = 840, - [965] = 886, - [966] = 850, - [967] = 853, + [903] = 882, + [904] = 876, + [905] = 877, + [906] = 906, + [907] = 907, + [908] = 908, + [909] = 849, + [910] = 867, + [911] = 874, + [912] = 912, + [913] = 869, + [914] = 842, + [915] = 915, + [916] = 841, + [917] = 845, + [918] = 918, + [919] = 838, + [920] = 863, + [921] = 855, + [922] = 922, + [923] = 857, + [924] = 851, + [925] = 846, + [926] = 926, + [927] = 886, + [928] = 881, + [929] = 859, + [930] = 879, + [931] = 859, + [932] = 849, + [933] = 867, + [934] = 842, + [935] = 881, + [936] = 869, + [937] = 854, + [938] = 846, + [939] = 877, + [940] = 838, + [941] = 859, + [942] = 835, + [943] = 841, + [944] = 853, + [945] = 869, + [946] = 835, + [947] = 871, + [948] = 883, + [949] = 855, + [950] = 868, + [951] = 861, + [952] = 879, + [953] = 849, + [954] = 862, + [955] = 874, + [956] = 841, + [957] = 845, + [958] = 858, + [959] = 861, + [960] = 960, + [961] = 863, + [962] = 851, + [963] = 882, + [964] = 857, + [965] = 851, + [966] = 884, + [967] = 967, [968] = 884, - [969] = 878, - [970] = 848, - [971] = 841, - [972] = 877, - [973] = 852, - [974] = 862, - [975] = 854, - [976] = 869, - [977] = 877, - [978] = 857, - [979] = 796, - [980] = 886, - [981] = 848, - [982] = 858, - [983] = 862, - [984] = 860, - [985] = 869, - [986] = 878, - [987] = 840, - [988] = 839, - [989] = 872, - [990] = 838, - [991] = 860, - [992] = 887, - [993] = 847, - [994] = 866, - [995] = 838, - [996] = 996, - [997] = 884, - [998] = 868, - [999] = 872, - [1000] = 898, - [1001] = 914, - [1002] = 853, - [1003] = 866, - [1004] = 847, - [1005] = 886, - [1006] = 877, - [1007] = 853, - [1008] = 846, - [1009] = 869, - [1010] = 844, - [1011] = 846, - [1012] = 844, - [1013] = 875, - [1014] = 847, - [1015] = 889, - [1016] = 872, - [1017] = 911, - [1018] = 900, - [1019] = 905, - [1020] = 875, - [1021] = 878, - [1022] = 881, - [1023] = 916, - [1024] = 841, - [1025] = 868, - [1026] = 796, - [1027] = 928, - [1028] = 796, - [1029] = 876, - [1030] = 1030, - [1031] = 914, - [1032] = 1032, - [1033] = 885, - [1034] = 880, - [1035] = 850, - [1036] = 840, - [1037] = 880, - [1038] = 899, - [1039] = 877, - [1040] = 898, - [1041] = 846, - [1042] = 885, - [1043] = 850, - [1044] = 876, - [1045] = 839, - [1046] = 847, - [1047] = 844, - [1048] = 916, - [1049] = 886, - [1050] = 911, - [1051] = 887, - [1052] = 866, - [1053] = 889, - [1054] = 894, - [1055] = 885, - [1056] = 848, - [1057] = 905, - [1058] = 880, - [1059] = 877, - [1060] = 853, - [1061] = 894, - [1062] = 899, - [1063] = 875, - [1064] = 881, - [1065] = 869, - [1066] = 868, - [1067] = 866, - [1068] = 869, - [1069] = 1069, - [1070] = 1070, - [1071] = 839, - [1072] = 881, - [1073] = 887, - [1074] = 860, - [1075] = 852, - [1076] = 884, - [1077] = 854, - [1078] = 857, - [1079] = 838, - [1080] = 902, - [1081] = 928, - [1082] = 858, - [1083] = 850, - [1084] = 857, - [1085] = 878, + [969] = 876, + [970] = 857, + [971] = 868, + [972] = 882, + [973] = 862, + [974] = 886, + [975] = 845, + [976] = 867, + [977] = 977, + [978] = 876, + [979] = 853, + [980] = 846, + [981] = 835, + [982] = 874, + [983] = 863, + [984] = 984, + [985] = 854, + [986] = 986, + [987] = 842, + [988] = 988, + [989] = 887, + [990] = 881, + [991] = 871, + [992] = 855, + [993] = 886, + [994] = 883, + [995] = 858, + [996] = 887, + [997] = 838, + [998] = 877, + [999] = 908, + [1000] = 863, + [1001] = 915, + [1002] = 881, + [1003] = 915, + [1004] = 918, + [1005] = 907, + [1006] = 845, + [1007] = 907, + [1008] = 845, + [1009] = 908, + [1010] = 918, + [1011] = 1011, + [1012] = 912, + [1013] = 881, + [1014] = 1014, + [1015] = 897, + [1016] = 853, + [1017] = 879, + [1018] = 1018, + [1019] = 884, + [1020] = 912, + [1021] = 851, + [1022] = 882, + [1023] = 857, + [1024] = 883, + [1025] = 859, + [1026] = 879, + [1027] = 867, + [1028] = 858, + [1029] = 861, + [1030] = 863, + [1031] = 877, + [1032] = 868, + [1033] = 853, + [1034] = 846, + [1035] = 858, + [1036] = 887, + [1037] = 838, + [1038] = 842, + [1039] = 871, + [1040] = 859, + [1041] = 857, + [1042] = 841, + [1043] = 861, + [1044] = 854, + [1045] = 1045, + [1046] = 883, + [1047] = 855, + [1048] = 874, + [1049] = 879, + [1050] = 1050, + [1051] = 1051, + [1052] = 842, + [1053] = 881, + [1054] = 849, + [1055] = 835, + [1056] = 922, + [1057] = 902, + [1058] = 842, + [1059] = 869, + [1060] = 922, + [1061] = 849, + [1062] = 871, + [1063] = 845, + [1064] = 871, + [1065] = 849, + [1066] = 889, + [1067] = 926, + [1068] = 883, + [1069] = 887, + [1070] = 887, + [1071] = 906, + [1072] = 867, + [1073] = 867, + [1074] = 861, + [1075] = 858, + [1076] = 862, + [1077] = 853, + [1078] = 862, + [1079] = 862, + [1080] = 884, + [1081] = 882, + [1082] = 835, + [1083] = 877, + [1084] = 838, + [1085] = 855, [1086] = 876, - [1087] = 854, - [1088] = 1088, - [1089] = 852, - [1090] = 862, - [1091] = 872, - [1092] = 862, - [1093] = 1093, - [1094] = 900, - [1095] = 868, - [1096] = 860, - [1097] = 886, - [1098] = 838, - [1099] = 884, - [1100] = 1100, - [1101] = 858, - [1102] = 841, - [1103] = 839, - [1104] = 841, - [1105] = 852, - [1106] = 840, - [1107] = 848, - [1108] = 884, - [1109] = 840, - [1110] = 878, - [1111] = 862, - [1112] = 902, - [1113] = 860, + [1087] = 884, + [1088] = 882, + [1089] = 877, + [1090] = 854, + [1091] = 846, + [1092] = 876, + [1093] = 926, + [1094] = 868, + [1095] = 886, + [1096] = 874, + [1097] = 859, + [1098] = 889, + [1099] = 886, + [1100] = 841, + [1101] = 863, + [1102] = 851, + [1103] = 876, + [1104] = 868, + [1105] = 857, + [1106] = 902, + [1107] = 869, + [1108] = 855, + [1109] = 1109, + [1110] = 886, + [1111] = 874, + [1112] = 841, + [1113] = 906, [1114] = 838, - [1115] = 858, - [1116] = 857, - [1117] = 887, - [1118] = 848, - [1119] = 854, - [1120] = 840, - [1121] = 899, - [1122] = 898, - [1123] = 1123, - [1124] = 848, - [1125] = 796, - [1126] = 862, - [1127] = 899, - [1128] = 900, - [1129] = 862, - [1130] = 869, - [1131] = 853, - [1132] = 1132, - [1133] = 1133, - [1134] = 841, - [1135] = 928, - [1136] = 848, - [1137] = 914, - [1138] = 1132, - [1139] = 928, - [1140] = 911, - [1141] = 900, - [1142] = 1142, - [1143] = 852, - [1144] = 854, - [1145] = 850, - [1146] = 841, - [1147] = 857, - [1148] = 796, - [1149] = 899, - [1150] = 796, - [1151] = 905, - [1152] = 898, - [1153] = 1123, + [1115] = 846, + [1116] = 851, + [1117] = 854, + [1118] = 869, + [1119] = 897, + [1120] = 1120, + [1121] = 926, + [1122] = 842, + [1123] = 889, + [1124] = 842, + [1125] = 1120, + [1126] = 883, + [1127] = 867, + [1128] = 1128, + [1129] = 868, + [1130] = 1130, + [1131] = 859, + [1132] = 849, + [1133] = 857, + [1134] = 869, + [1135] = 871, + [1136] = 854, + [1137] = 1128, + [1138] = 887, + [1139] = 1128, + [1140] = 922, + [1141] = 882, + [1142] = 926, + [1143] = 862, + [1144] = 884, + [1145] = 889, + [1146] = 902, + [1147] = 882, + [1148] = 877, + [1149] = 1128, + [1150] = 884, + [1151] = 877, + [1152] = 853, + [1153] = 1130, [1154] = 858, - [1155] = 916, - [1156] = 916, - [1157] = 889, - [1158] = 894, - [1159] = 838, - [1160] = 860, - [1161] = 914, - [1162] = 1133, - [1163] = 911, - [1164] = 905, - [1165] = 868, - [1166] = 1132, - [1167] = 876, - [1168] = 869, - [1169] = 875, - [1170] = 902, - [1171] = 900, - [1172] = 847, - [1173] = 1123, - [1174] = 881, - [1175] = 877, - [1176] = 796, - [1177] = 846, - [1178] = 914, - [1179] = 911, - [1180] = 850, - [1181] = 876, - [1182] = 839, - [1183] = 887, - [1184] = 884, - [1185] = 905, - [1186] = 872, - [1187] = 844, - [1188] = 872, - [1189] = 886, - [1190] = 878, - [1191] = 886, - [1192] = 889, - [1193] = 1132, - [1194] = 894, - [1195] = 1133, - [1196] = 866, - [1197] = 885, - [1198] = 1133, - [1199] = 847, - [1200] = 902, - [1201] = 866, - [1202] = 885, - [1203] = 880, - [1204] = 846, - [1205] = 844, - [1206] = 902, - [1207] = 880, - [1208] = 796, - [1209] = 877, - [1210] = 1210, - [1211] = 1132, - [1212] = 1123, - [1213] = 875, - [1214] = 928, - [1215] = 894, - [1216] = 881, - [1217] = 853, - [1218] = 889, - [1219] = 840, - [1220] = 916, - [1221] = 1123, - [1222] = 839, - [1223] = 887, - [1224] = 852, - [1225] = 854, - [1226] = 857, - [1227] = 858, - [1228] = 884, - [1229] = 878, - [1230] = 838, - [1231] = 860, - [1232] = 898, - [1233] = 1133, - [1234] = 868, - [1235] = 1235, - [1236] = 847, - [1237] = 884, - [1238] = 839, - [1239] = 853, - [1240] = 878, - [1241] = 846, - [1242] = 887, - [1243] = 840, - [1244] = 844, - [1245] = 885, - [1246] = 881, - [1247] = 875, - [1248] = 796, - [1249] = 840, - [1250] = 844, - [1251] = 846, - [1252] = 847, - [1253] = 894, - [1254] = 889, - [1255] = 841, - [1256] = 914, - [1257] = 911, - [1258] = 875, - [1259] = 847, - [1260] = 881, - [1261] = 905, + [1155] = 835, + [1156] = 1128, + [1157] = 912, + [1158] = 838, + [1159] = 861, + [1160] = 835, + [1161] = 906, + [1162] = 855, + [1163] = 908, + [1164] = 907, + [1165] = 915, + [1166] = 887, + [1167] = 1120, + [1168] = 902, + [1169] = 1169, + [1170] = 871, + [1171] = 918, + [1172] = 835, + [1173] = 1120, + [1174] = 854, + [1175] = 861, + [1176] = 869, + [1177] = 926, + [1178] = 879, + [1179] = 881, + [1180] = 889, + [1181] = 858, + [1182] = 897, + [1183] = 908, + [1184] = 906, + [1185] = 857, + [1186] = 846, + [1187] = 846, + [1188] = 849, + [1189] = 859, + [1190] = 886, + [1191] = 868, + [1192] = 1130, + [1193] = 867, + [1194] = 906, + [1195] = 853, + [1196] = 1196, + [1197] = 838, + [1198] = 912, + [1199] = 922, + [1200] = 897, + [1201] = 879, + [1202] = 886, + [1203] = 851, + [1204] = 1130, + [1205] = 897, + [1206] = 883, + [1207] = 835, + [1208] = 908, + [1209] = 922, + [1210] = 907, + [1211] = 851, + [1212] = 862, + [1213] = 874, + [1214] = 841, + [1215] = 863, + [1216] = 835, + [1217] = 1120, + [1218] = 912, + [1219] = 863, + [1220] = 841, + [1221] = 874, + [1222] = 845, + [1223] = 907, + [1224] = 915, + [1225] = 918, + [1226] = 918, + [1227] = 915, + [1228] = 876, + [1229] = 855, + [1230] = 845, + [1231] = 902, + [1232] = 876, + [1233] = 1130, + [1234] = 881, + [1235] = 859, + [1236] = 883, + [1237] = 838, + [1238] = 854, + [1239] = 855, + [1240] = 846, + [1241] = 886, + [1242] = 851, + [1243] = 863, + [1244] = 841, + [1245] = 874, + [1246] = 876, + [1247] = 922, + [1248] = 876, + [1249] = 874, + [1250] = 845, + [1251] = 845, + [1252] = 841, + [1253] = 863, + [1254] = 835, + [1255] = 851, + [1256] = 857, + [1257] = 877, + [1258] = 868, + [1259] = 867, + [1260] = 835, + [1261] = 886, [1262] = 846, - [1263] = 916, - [1264] = 853, - [1265] = 848, - [1266] = 796, - [1267] = 854, - [1268] = 852, - [1269] = 854, - [1270] = 857, - [1271] = 858, - [1272] = 857, - [1273] = 839, - [1274] = 887, - [1275] = 884, - [1276] = 858, - [1277] = 848, - [1278] = 838, - [1279] = 860, - [1280] = 862, - [1281] = 844, - [1282] = 848, - [1283] = 869, - [1284] = 878, - [1285] = 877, - [1286] = 880, - [1287] = 838, - [1288] = 860, - [1289] = 841, - [1290] = 852, - [1291] = 868, - [1292] = 847, - [1293] = 866, - [1294] = 796, - [1295] = 869, - [1296] = 877, - [1297] = 868, - [1298] = 902, - [1299] = 880, - [1300] = 886, - [1301] = 885, - [1302] = 866, - [1303] = 875, - [1304] = 872, - [1305] = 847, - [1306] = 881, - [1307] = 876, - [1308] = 846, - [1309] = 841, - [1310] = 850, - [1311] = 905, - [1312] = 911, - [1313] = 839, - [1314] = 887, - [1315] = 884, - [1316] = 914, - [1317] = 862, - [1318] = 844, - [1319] = 898, - [1320] = 886, - [1321] = 878, - [1322] = 899, - [1323] = 872, - [1324] = 853, - [1325] = 902, - [1326] = 928, - [1327] = 848, - [1328] = 876, - [1329] = 796, - [1330] = 850, - [1331] = 848, - [1332] = 840, - [1333] = 875, - [1334] = 841, - [1335] = 900, - [1336] = 852, - [1337] = 854, - [1338] = 857, - [1339] = 858, - [1340] = 838, - [1341] = 860, - [1342] = 881, - [1343] = 850, - [1344] = 876, - [1345] = 1345, - [1346] = 844, - [1347] = 868, - [1348] = 900, - [1349] = 872, - [1350] = 928, - [1351] = 869, + [1263] = 881, + [1264] = 1264, + [1265] = 845, + [1266] = 883, + [1267] = 855, + [1268] = 853, + [1269] = 883, + [1270] = 838, + [1271] = 845, + [1272] = 868, + [1273] = 877, + [1274] = 867, + [1275] = 881, + [1276] = 882, + [1277] = 859, + [1278] = 857, + [1279] = 867, + [1280] = 884, + [1281] = 862, + [1282] = 882, + [1283] = 884, + [1284] = 862, + [1285] = 906, + [1286] = 887, + [1287] = 881, + [1288] = 858, + [1289] = 871, + [1290] = 887, + [1291] = 876, + [1292] = 871, + [1293] = 853, + [1294] = 902, + [1295] = 861, + [1296] = 858, + [1297] = 853, + [1298] = 849, + [1299] = 879, + [1300] = 842, + [1301] = 881, + [1302] = 835, + [1303] = 906, + [1304] = 926, + [1305] = 869, + [1306] = 889, + [1307] = 861, + [1308] = 854, + [1309] = 922, + [1310] = 854, + [1311] = 1311, + [1312] = 879, + [1313] = 869, + [1314] = 849, + [1315] = 857, + [1316] = 859, + [1317] = 868, + [1318] = 912, + [1319] = 915, + [1320] = 883, + [1321] = 918, + [1322] = 842, + [1323] = 835, + [1324] = 902, + [1325] = 842, + [1326] = 861, + [1327] = 849, + [1328] = 858, + [1329] = 871, + [1330] = 887, + [1331] = 835, + [1332] = 926, + [1333] = 853, + [1334] = 889, + [1335] = 874, + [1336] = 867, + [1337] = 841, + [1338] = 876, + [1339] = 862, + [1340] = 897, + [1341] = 907, + [1342] = 908, + [1343] = 884, + [1344] = 874, + [1345] = 841, + [1346] = 863, + [1347] = 851, + [1348] = 882, + [1349] = 863, + [1350] = 851, + [1351] = 879, [1352] = 877, - [1353] = 853, - [1354] = 880, - [1355] = 885, + [1353] = 838, + [1354] = 855, + [1355] = 846, [1356] = 886, - [1357] = 866, - [1358] = 899, - [1359] = 886, - [1360] = 872, - [1361] = 840, - [1362] = 898, - [1363] = 841, - [1364] = 916, - [1365] = 889, - [1366] = 876, - [1367] = 850, - [1368] = 862, - [1369] = 894, - [1370] = 840, - [1371] = 866, - [1372] = 852, - [1373] = 854, - [1374] = 857, - [1375] = 858, - [1376] = 839, - [1377] = 887, - [1378] = 884, - [1379] = 838, - [1380] = 860, - [1381] = 885, - [1382] = 880, - [1383] = 853, - [1384] = 877, - [1385] = 1385, - [1386] = 869, - [1387] = 868, - [1388] = 878, - [1389] = 878, - [1390] = 862, - [1391] = 869, - [1392] = 877, - [1393] = 881, - [1394] = 880, - [1395] = 885, - [1396] = 866, - [1397] = 852, - [1398] = 886, - [1399] = 872, - [1400] = 854, - [1401] = 876, - [1402] = 850, - [1403] = 857, + [1357] = 123, + [1358] = 886, + [1359] = 851, + [1360] = 886, + [1361] = 846, + [1362] = 846, + [1363] = 863, + [1364] = 855, + [1365] = 855, + [1366] = 841, + [1367] = 874, + [1368] = 845, + [1369] = 897, + [1370] = 912, + [1371] = 861, + [1372] = 838, + [1373] = 877, + [1374] = 858, + [1375] = 879, + [1376] = 915, + [1377] = 918, + [1378] = 876, + [1379] = 907, + [1380] = 867, + [1381] = 882, + [1382] = 908, + [1383] = 884, + [1384] = 838, + [1385] = 862, + [1386] = 877, + [1387] = 869, + [1388] = 879, + [1389] = 882, + [1390] = 1390, + [1391] = 884, + [1392] = 887, + [1393] = 854, + [1394] = 883, + [1395] = 871, + [1396] = 861, + [1397] = 862, + [1398] = 887, + [1399] = 849, + [1400] = 869, + [1401] = 842, + [1402] = 854, + [1403] = 869, [1404] = 858, - [1405] = 839, - [1406] = 887, - [1407] = 884, - [1408] = 838, - [1409] = 868, - [1410] = 860, - [1411] = 117, - [1412] = 846, - [1413] = 875, - [1414] = 862, - [1415] = 796, - [1416] = 914, - [1417] = 1417, - [1418] = 1418, - [1419] = 850, - [1420] = 1420, - [1421] = 894, - [1422] = 889, - [1423] = 928, - [1424] = 898, - [1425] = 1425, - [1426] = 899, - [1427] = 875, - [1428] = 900, - [1429] = 1429, - [1430] = 847, - [1431] = 885, - [1432] = 872, - [1433] = 796, + [1405] = 881, + [1406] = 853, + [1407] = 857, + [1408] = 859, + [1409] = 857, + [1410] = 859, + [1411] = 868, + [1412] = 842, + [1413] = 868, + [1414] = 871, + [1415] = 849, + [1416] = 1416, + [1417] = 907, + [1418] = 879, + [1419] = 886, + [1420] = 846, + [1421] = 851, + [1422] = 863, + [1423] = 841, + [1424] = 908, + [1425] = 897, + [1426] = 907, + [1427] = 897, + [1428] = 889, + [1429] = 926, + [1430] = 881, + [1431] = 1431, + [1432] = 874, + [1433] = 845, [1434] = 1434, - [1435] = 886, - [1436] = 866, - [1437] = 885, - [1438] = 900, - [1439] = 894, - [1440] = 847, - [1441] = 840, - [1442] = 846, - [1443] = 1100, - [1444] = 1444, - [1445] = 880, - [1446] = 877, - [1447] = 889, - [1448] = 1444, - [1449] = 869, - [1450] = 1450, - [1451] = 914, - [1452] = 911, - [1453] = 905, - [1454] = 868, - [1455] = 860, - [1456] = 838, - [1457] = 911, - [1458] = 1444, - [1459] = 1459, - [1460] = 905, - [1461] = 916, - [1462] = 1462, - [1463] = 1463, - [1464] = 844, - [1465] = 881, - [1466] = 846, - [1467] = 928, + [1435] = 889, + [1436] = 855, + [1437] = 876, + [1438] = 902, + [1439] = 861, + [1440] = 858, + [1441] = 835, + [1442] = 867, + [1443] = 838, + [1444] = 1051, + [1445] = 883, + [1446] = 853, + [1447] = 868, + [1448] = 853, + [1449] = 859, + [1450] = 857, + [1451] = 922, + [1452] = 897, + [1453] = 926, + [1454] = 1454, + [1455] = 1455, + [1456] = 908, + [1457] = 918, + [1458] = 915, + [1459] = 912, + [1460] = 1460, + [1461] = 906, + [1462] = 858, + [1463] = 869, + [1464] = 861, + [1465] = 879, + [1466] = 907, + [1467] = 1467, [1468] = 1468, - [1469] = 852, - [1470] = 854, - [1471] = 1463, - [1472] = 848, - [1473] = 847, - [1474] = 902, - [1475] = 846, + [1469] = 902, + [1470] = 1470, + [1471] = 918, + [1472] = 1472, + [1473] = 915, + [1474] = 912, + [1475] = 1475, [1476] = 1476, - [1477] = 850, - [1478] = 899, - [1479] = 796, - [1480] = 857, - [1481] = 898, - [1482] = 898, - [1483] = 858, - [1484] = 899, - [1485] = 876, - [1486] = 872, - [1487] = 886, - [1488] = 866, - [1489] = 902, - [1490] = 885, - [1491] = 880, - [1492] = 928, - [1493] = 877, - [1494] = 869, - [1495] = 868, - [1496] = 857, - [1497] = 796, - [1498] = 914, - [1499] = 911, - [1500] = 860, - [1501] = 916, - [1502] = 838, - [1503] = 858, - [1504] = 905, - [1505] = 889, - [1506] = 894, - [1507] = 857, - [1508] = 854, - [1509] = 852, - [1510] = 902, - [1511] = 854, - [1512] = 841, - [1513] = 850, - [1514] = 1514, - [1515] = 1434, - [1516] = 876, - [1517] = 858, - [1518] = 900, - [1519] = 840, - [1520] = 841, - [1521] = 872, - [1522] = 886, + [1477] = 1477, + [1478] = 1478, + [1479] = 1479, + [1480] = 922, + [1481] = 854, + [1482] = 918, + [1483] = 1483, + [1484] = 877, + [1485] = 915, + [1486] = 876, + [1487] = 867, + [1488] = 882, + [1489] = 884, + [1490] = 912, + [1491] = 889, + [1492] = 926, + [1493] = 907, + [1494] = 908, + [1495] = 1476, + [1496] = 918, + [1497] = 915, + [1498] = 912, + [1499] = 1416, + [1500] = 906, + [1501] = 902, + [1502] = 883, + [1503] = 853, + [1504] = 902, + [1505] = 862, + [1506] = 1506, + [1507] = 906, + [1508] = 1454, + [1509] = 887, + [1510] = 868, + [1511] = 871, + [1512] = 926, + [1513] = 889, + [1514] = 876, + [1515] = 854, + [1516] = 859, + [1517] = 869, + [1518] = 857, + [1519] = 857, + [1520] = 859, + [1521] = 868, + [1522] = 906, [1523] = 1523, - [1524] = 900, - [1525] = 1525, - [1526] = 839, - [1527] = 866, - [1528] = 852, - [1529] = 880, - [1530] = 928, - [1531] = 853, - [1532] = 887, - [1533] = 876, - [1534] = 844, - [1535] = 877, - [1536] = 894, - [1537] = 889, - [1538] = 869, - [1539] = 852, - [1540] = 868, - [1541] = 916, - [1542] = 860, - [1543] = 838, - [1544] = 899, - [1545] = 898, - [1546] = 848, - [1547] = 898, - [1548] = 899, - [1549] = 1463, - [1550] = 862, - [1551] = 858, - [1552] = 1429, - [1553] = 916, - [1554] = 928, - [1555] = 857, - [1556] = 854, - [1557] = 914, - [1558] = 840, - [1559] = 911, - [1560] = 889, - [1561] = 853, - [1562] = 1562, - [1563] = 894, - [1564] = 900, - [1565] = 878, - [1566] = 844, - [1567] = 884, - [1568] = 887, - [1569] = 839, - [1570] = 846, - [1571] = 881, - [1572] = 905, - [1573] = 847, - [1574] = 862, - [1575] = 840, - [1576] = 902, - [1577] = 853, - [1578] = 1476, - [1579] = 914, - [1580] = 875, - [1581] = 841, - [1582] = 911, - [1583] = 905, - [1584] = 884, - [1585] = 838, - [1586] = 860, - [1587] = 878, - [1588] = 844, - [1589] = 844, - [1590] = 884, - [1591] = 1429, - [1592] = 887, - [1593] = 1434, - [1594] = 796, - [1595] = 839, - [1596] = 846, - [1597] = 841, - [1598] = 881, - [1599] = 847, - [1600] = 875, - [1601] = 1601, - [1602] = 902, - [1603] = 850, - [1604] = 841, - [1605] = 841, - [1606] = 862, - [1607] = 862, - [1608] = 850, - [1609] = 875, - [1610] = 876, - [1611] = 872, - [1612] = 881, - [1613] = 878, - [1614] = 117, - [1615] = 886, - [1616] = 876, - [1617] = 839, - [1618] = 868, - [1619] = 878, - [1620] = 869, - [1621] = 877, - [1622] = 866, - [1623] = 1623, - [1624] = 885, - [1625] = 1434, - [1626] = 853, - [1627] = 880, - [1628] = 1476, - [1629] = 1434, - [1630] = 877, - [1631] = 869, - [1632] = 868, - [1633] = 860, - [1634] = 838, - [1635] = 858, - [1636] = 857, - [1637] = 872, - [1638] = 886, - [1639] = 854, - [1640] = 1640, - [1641] = 852, - [1642] = 840, - [1643] = 887, - [1644] = 1429, - [1645] = 862, - [1646] = 884, - [1647] = 1459, - [1648] = 880, - [1649] = 853, - [1650] = 1100, - [1651] = 1651, - [1652] = 885, - [1653] = 1653, - [1654] = 1463, - [1655] = 1459, - [1656] = 796, - [1657] = 1657, - [1658] = 866, - [1659] = 884, - [1660] = 848, - [1661] = 848, - [1662] = 875, - [1663] = 1429, - [1664] = 848, - [1665] = 881, - [1666] = 916, - [1667] = 878, - [1668] = 1668, - [1669] = 848, - [1670] = 887, - [1671] = 839, - [1672] = 1463, - [1673] = 898, - [1674] = 872, - [1675] = 846, - [1676] = 847, - [1677] = 862, - [1678] = 872, - [1679] = 850, - [1680] = 1680, - [1681] = 848, - [1682] = 117, - [1683] = 1683, - [1684] = 840, - [1685] = 1345, - [1686] = 894, + [1524] = 835, + [1525] = 858, + [1526] = 869, + [1527] = 1527, + [1528] = 861, + [1529] = 883, + [1530] = 854, + [1531] = 842, + [1532] = 881, + [1533] = 849, + [1534] = 854, + [1535] = 861, + [1536] = 849, + [1537] = 871, + [1538] = 887, + [1539] = 922, + [1540] = 1540, + [1541] = 867, + [1542] = 881, + [1543] = 876, + [1544] = 881, + [1545] = 897, + [1546] = 835, + [1547] = 1547, + [1548] = 862, + [1549] = 1460, + [1550] = 874, + [1551] = 841, + [1552] = 863, + [1553] = 851, + [1554] = 884, + [1555] = 882, + [1556] = 877, + [1557] = 838, + [1558] = 886, + [1559] = 879, + [1560] = 855, + [1561] = 846, + [1562] = 908, + [1563] = 846, + [1564] = 842, + [1565] = 855, + [1566] = 886, + [1567] = 838, + [1568] = 877, + [1569] = 882, + [1570] = 884, + [1571] = 862, + [1572] = 1476, + [1573] = 851, + [1574] = 123, + [1575] = 863, + [1576] = 1576, + [1577] = 887, + [1578] = 871, + [1579] = 1416, + [1580] = 849, + [1581] = 922, + [1582] = 842, + [1583] = 841, + [1584] = 1454, + [1585] = 874, + [1586] = 869, + [1587] = 858, + [1588] = 874, + [1589] = 841, + [1590] = 863, + [1591] = 922, + [1592] = 1475, + [1593] = 1547, + [1594] = 876, + [1595] = 1476, + [1596] = 1416, + [1597] = 1547, + [1598] = 918, + [1599] = 915, + [1600] = 867, + [1601] = 881, + [1602] = 912, + [1603] = 851, + [1604] = 861, + [1605] = 857, + [1606] = 858, + [1607] = 859, + [1608] = 879, + [1609] = 906, + [1610] = 874, + [1611] = 841, + [1612] = 842, + [1613] = 1613, + [1614] = 1476, + [1615] = 863, + [1616] = 851, + [1617] = 1416, + [1618] = 883, + [1619] = 1547, + [1620] = 849, + [1621] = 1547, + [1622] = 853, + [1623] = 886, + [1624] = 868, + [1625] = 1625, + [1626] = 859, + [1627] = 902, + [1628] = 857, + [1629] = 846, + [1630] = 869, + [1631] = 854, + [1632] = 855, + [1633] = 835, + [1634] = 868, + [1635] = 886, + [1636] = 846, + [1637] = 853, + [1638] = 1051, + [1639] = 838, + [1640] = 845, + [1641] = 871, + [1642] = 887, + [1643] = 845, + [1644] = 926, + [1645] = 877, + [1646] = 845, + [1647] = 882, + [1648] = 884, + [1649] = 889, + [1650] = 862, + [1651] = 845, + [1652] = 887, + [1653] = 1460, + [1654] = 845, + [1655] = 897, + [1656] = 907, + [1657] = 908, + [1658] = 871, + [1659] = 835, + [1660] = 849, + [1661] = 862, + [1662] = 884, + [1663] = 882, + [1664] = 879, + [1665] = 867, + [1666] = 877, + [1667] = 838, + [1668] = 883, + [1669] = 855, + [1670] = 1475, + [1671] = 879, + [1672] = 842, + [1673] = 881, + [1674] = 861, + [1675] = 858, + [1676] = 842, + [1677] = 887, + [1678] = 1678, + [1679] = 871, + [1680] = 879, + [1681] = 874, + [1682] = 841, + [1683] = 849, + [1684] = 842, + [1685] = 926, + [1686] = 861, [1687] = 889, - [1688] = 914, - [1689] = 911, - [1690] = 841, - [1691] = 844, - [1692] = 866, - [1693] = 905, - [1694] = 900, - [1695] = 1695, - [1696] = 916, - [1697] = 862, - [1698] = 885, - [1699] = 900, - [1700] = 880, - [1701] = 850, - [1702] = 1210, - [1703] = 876, - [1704] = 862, - [1705] = 875, - [1706] = 841, - [1707] = 881, - [1708] = 852, - [1709] = 854, - [1710] = 847, - [1711] = 847, - [1712] = 846, - [1713] = 872, - [1714] = 898, - [1715] = 853, - [1716] = 899, - [1717] = 886, - [1718] = 900, - [1719] = 796, - [1720] = 928, - [1721] = 1721, - [1722] = 877, - [1723] = 857, - [1724] = 928, - [1725] = 902, - [1726] = 899, - [1727] = 898, - [1728] = 869, - [1729] = 862, - [1730] = 899, - [1731] = 898, - [1732] = 902, - [1733] = 878, - [1734] = 846, - [1735] = 1735, - [1736] = 916, - [1737] = 928, - [1738] = 844, - [1739] = 866, - [1740] = 796, - [1741] = 916, - [1742] = 914, - [1743] = 911, - [1744] = 905, - [1745] = 889, - [1746] = 894, - [1747] = 868, - [1748] = 905, - [1749] = 885, - [1750] = 1100, - [1751] = 880, - [1752] = 858, - [1753] = 839, - [1754] = 844, - [1755] = 877, - [1756] = 796, - [1757] = 911, - [1758] = 869, - [1759] = 914, + [1688] = 835, + [1689] = 845, + [1690] = 906, + [1691] = 845, + [1692] = 887, + [1693] = 897, + [1694] = 863, + [1695] = 851, + [1696] = 922, + [1697] = 912, + [1698] = 915, + [1699] = 918, + [1700] = 835, + [1701] = 907, + [1702] = 871, + [1703] = 908, + [1704] = 876, + [1705] = 835, + [1706] = 846, + [1707] = 879, + [1708] = 862, + [1709] = 886, + [1710] = 846, + [1711] = 123, + [1712] = 862, + [1713] = 902, + [1714] = 855, + [1715] = 906, + [1716] = 838, + [1717] = 877, + [1718] = 884, + [1719] = 1719, + [1720] = 882, + [1721] = 884, + [1722] = 867, + [1723] = 902, + [1724] = 877, + [1725] = 926, + [1726] = 889, + [1727] = 882, + [1728] = 882, + [1729] = 884, + [1730] = 867, + [1731] = 877, + [1732] = 845, + [1733] = 838, + [1734] = 838, + [1735] = 883, + [1736] = 855, + [1737] = 862, + [1738] = 854, + [1739] = 869, + [1740] = 887, + [1741] = 871, + [1742] = 855, + [1743] = 881, + [1744] = 846, + [1745] = 849, + [1746] = 857, + [1747] = 842, + [1748] = 1748, + [1749] = 859, + [1750] = 922, + [1751] = 881, + [1752] = 897, + [1753] = 912, + [1754] = 868, + [1755] = 915, + [1756] = 918, + [1757] = 886, + [1758] = 907, + [1759] = 908, [1760] = 868, - [1761] = 928, - [1762] = 889, - [1763] = 894, - [1764] = 902, - [1765] = 860, - [1766] = 902, - [1767] = 1767, - [1768] = 838, - [1769] = 875, - [1770] = 858, - [1771] = 796, - [1772] = 881, - [1773] = 900, - [1774] = 1774, - [1775] = 1100, - [1776] = 857, - [1777] = 848, - [1778] = 854, - [1779] = 796, - [1780] = 900, - [1781] = 1781, - [1782] = 852, - [1783] = 841, - [1784] = 900, - [1785] = 886, - [1786] = 1786, - [1787] = 928, - [1788] = 1788, - [1789] = 899, - [1790] = 899, - [1791] = 887, - [1792] = 928, - [1793] = 848, - [1794] = 848, - [1795] = 876, - [1796] = 840, - [1797] = 875, - [1798] = 881, - [1799] = 872, - [1800] = 894, + [1761] = 1761, + [1762] = 918, + [1763] = 881, + [1764] = 915, + [1765] = 912, + [1766] = 859, + [1767] = 854, + [1768] = 857, + [1769] = 851, + [1770] = 861, + [1771] = 886, + [1772] = 869, + [1773] = 858, + [1774] = 851, + [1775] = 863, + [1776] = 841, + [1777] = 1196, + [1778] = 874, + [1779] = 906, + [1780] = 869, + [1781] = 902, + [1782] = 857, + [1783] = 859, + [1784] = 868, + [1785] = 876, + [1786] = 881, + [1787] = 922, + [1788] = 863, + [1789] = 1789, + [1790] = 841, + [1791] = 874, + [1792] = 853, + [1793] = 845, + [1794] = 1794, + [1795] = 854, + [1796] = 835, + [1797] = 853, + [1798] = 902, + [1799] = 883, + [1800] = 926, [1801] = 889, - [1802] = 914, - [1803] = 839, - [1804] = 887, - [1805] = 884, - [1806] = 911, - [1807] = 905, - [1808] = 899, - [1809] = 898, - [1810] = 914, - [1811] = 911, - [1812] = 905, - [1813] = 916, - [1814] = 886, - [1815] = 916, - [1816] = 1816, - [1817] = 916, - [1818] = 878, - [1819] = 889, - [1820] = 894, - [1821] = 850, - [1822] = 889, - [1823] = 894, - [1824] = 876, - [1825] = 866, - [1826] = 885, - [1827] = 880, - [1828] = 853, - [1829] = 877, - [1830] = 872, - [1831] = 850, - [1832] = 869, - [1833] = 839, - [1834] = 853, - [1835] = 868, - [1836] = 887, - [1837] = 886, - [1838] = 844, - [1839] = 846, - [1840] = 850, - [1841] = 866, - [1842] = 860, - [1843] = 884, - [1844] = 876, - [1845] = 885, - [1846] = 880, - [1847] = 860, - [1848] = 838, - [1849] = 877, - [1850] = 869, - [1851] = 868, - [1852] = 902, - [1853] = 1853, - [1854] = 875, - [1855] = 847, - [1856] = 881, - [1857] = 878, - [1858] = 846, - [1859] = 858, - [1860] = 840, - [1861] = 841, - [1862] = 857, - [1863] = 839, - [1864] = 860, - [1865] = 838, - [1866] = 838, - [1867] = 858, - [1868] = 854, - [1869] = 852, - [1870] = 857, - [1871] = 854, - [1872] = 796, - [1873] = 852, - [1874] = 898, - [1875] = 886, - [1876] = 876, - [1877] = 884, - [1878] = 862, - [1879] = 887, - [1880] = 884, - [1881] = 844, - [1882] = 885, - [1883] = 840, - [1884] = 848, - [1885] = 853, - [1886] = 878, - [1887] = 884, - [1888] = 902, - [1889] = 852, - [1890] = 854, - [1891] = 857, - [1892] = 847, - [1893] = 878, - [1894] = 858, - [1895] = 838, - [1896] = 860, - [1897] = 840, - [1898] = 887, - [1899] = 839, - [1900] = 914, - [1901] = 911, - [1902] = 905, - [1903] = 1903, - [1904] = 841, - [1905] = 866, - [1906] = 1906, - [1907] = 868, - [1908] = 869, - [1909] = 881, - [1910] = 875, - [1911] = 853, - [1912] = 877, - [1913] = 880, + [1802] = 1802, + [1803] = 1803, + [1804] = 853, + [1805] = 1805, + [1806] = 883, + [1807] = 867, + [1808] = 858, + [1809] = 861, + [1810] = 867, + [1811] = 922, + [1812] = 906, + [1813] = 876, + [1814] = 879, + [1815] = 897, + [1816] = 879, + [1817] = 1264, + [1818] = 876, + [1819] = 1051, + [1820] = 907, + [1821] = 908, + [1822] = 908, + [1823] = 907, + [1824] = 918, + [1825] = 915, + [1826] = 867, + [1827] = 1827, + [1828] = 912, + [1829] = 897, + [1830] = 874, + [1831] = 841, + [1832] = 863, + [1833] = 883, + [1834] = 851, + [1835] = 886, + [1836] = 846, + [1837] = 902, + [1838] = 906, + [1839] = 918, + [1840] = 915, + [1841] = 912, + [1842] = 855, + [1843] = 868, + [1844] = 859, + [1845] = 857, + [1846] = 926, + [1847] = 869, + [1848] = 889, + [1849] = 838, + [1850] = 1850, + [1851] = 877, + [1852] = 882, + [1853] = 884, + [1854] = 918, + [1855] = 862, + [1856] = 1051, + [1857] = 854, + [1858] = 926, + [1859] = 889, + [1860] = 887, + [1861] = 871, + [1862] = 915, + [1863] = 1863, + [1864] = 912, + [1865] = 883, + [1866] = 876, + [1867] = 849, + [1868] = 842, + [1869] = 906, + [1870] = 845, + [1871] = 874, + [1872] = 897, + [1873] = 868, + [1874] = 859, + [1875] = 857, + [1876] = 841, + [1877] = 869, + [1878] = 863, + [1879] = 854, + [1880] = 907, + [1881] = 908, + [1882] = 842, + [1883] = 849, + [1884] = 851, + [1885] = 886, + [1886] = 846, + [1887] = 908, + [1888] = 871, + [1889] = 835, + [1890] = 887, + [1891] = 907, + [1892] = 897, + [1893] = 889, + [1894] = 853, + [1895] = 926, + [1896] = 902, + [1897] = 858, + [1898] = 861, + [1899] = 922, + [1900] = 849, + [1901] = 835, + [1902] = 1902, + [1903] = 855, + [1904] = 838, + [1905] = 877, + [1906] = 882, + [1907] = 884, + [1908] = 862, + [1909] = 1909, + [1910] = 879, + [1911] = 922, + [1912] = 853, + [1913] = 858, [1914] = 1914, - [1915] = 850, - [1916] = 1916, - [1917] = 847, - [1918] = 846, - [1919] = 844, - [1920] = 1774, - [1921] = 1916, - [1922] = 841, + [1915] = 858, + [1916] = 883, + [1917] = 869, + [1918] = 1918, + [1919] = 1919, + [1920] = 889, + [1921] = 926, + [1922] = 854, [1923] = 1923, - [1924] = 1924, - [1925] = 1925, - [1926] = 900, - [1927] = 1927, - [1928] = 1928, - [1929] = 1929, - [1930] = 1930, - [1931] = 1931, - [1932] = 900, - [1933] = 1933, - [1934] = 844, - [1935] = 1935, - [1936] = 1936, - [1937] = 846, - [1938] = 847, - [1939] = 850, - [1940] = 928, - [1941] = 902, - [1942] = 1916, - [1943] = 876, - [1944] = 899, - [1945] = 1668, - [1946] = 898, - [1947] = 1947, - [1948] = 1948, - [1949] = 840, - [1950] = 841, - [1951] = 1657, - [1952] = 1653, - [1953] = 1651, - [1954] = 1954, - [1955] = 862, - [1956] = 1683, - [1957] = 875, - [1958] = 916, - [1959] = 881, - [1960] = 872, - [1961] = 886, - [1962] = 905, - [1963] = 852, - [1964] = 854, - [1965] = 857, - [1966] = 1683, - [1967] = 858, - [1968] = 1601, - [1969] = 839, - [1970] = 1562, - [1971] = 894, - [1972] = 887, - [1973] = 884, - [1974] = 838, - [1975] = 860, - [1976] = 1976, - [1977] = 911, - [1978] = 928, - [1979] = 848, - [1980] = 1418, - [1981] = 1514, - [1982] = 1468, - [1983] = 868, - [1984] = 899, - [1985] = 898, - [1986] = 878, - [1987] = 869, - [1988] = 877, - [1989] = 853, - [1990] = 866, - [1991] = 885, - [1992] = 880, - [1993] = 1774, - [1994] = 853, - [1995] = 877, - [1996] = 869, - [1997] = 878, - [1998] = 868, - [1999] = 880, - [2000] = 885, - [2001] = 866, - [2002] = 1417, - [2003] = 848, - [2004] = 914, - [2005] = 886, - [2006] = 872, - [2007] = 889, - [2008] = 841, - [2009] = 894, - [2010] = 875, - [2011] = 847, - [2012] = 881, - [2013] = 846, - [2014] = 839, - [2015] = 887, - [2016] = 884, - [2017] = 844, - [2018] = 876, - [2019] = 2019, - [2020] = 850, + [1924] = 862, + [1925] = 906, + [1926] = 902, + [1927] = 884, + [1928] = 882, + [1929] = 867, + [1930] = 877, + [1931] = 881, + [1932] = 838, + [1933] = 922, + [1934] = 858, + [1935] = 851, + [1936] = 897, + [1937] = 1937, + [1938] = 912, + [1939] = 912, + [1940] = 915, + [1941] = 855, + [1942] = 906, + [1943] = 867, + [1944] = 1944, + [1945] = 842, + [1946] = 879, + [1947] = 876, + [1948] = 869, + [1949] = 849, + [1950] = 853, + [1951] = 1483, + [1952] = 846, + [1953] = 886, + [1954] = 883, + [1955] = 868, + [1956] = 859, + [1957] = 1479, + [1958] = 1478, + [1959] = 1477, + [1960] = 857, + [1961] = 1961, + [1962] = 1962, + [1963] = 851, + [1964] = 1964, + [1965] = 1965, + [1966] = 871, + [1967] = 887, + [1968] = 915, + [1969] = 863, + [1970] = 841, + [1971] = 874, + [1972] = 1719, + [1973] = 1973, + [1974] = 1472, + [1975] = 858, + [1976] = 1470, + [1977] = 869, + [1978] = 861, + [1979] = 854, + [1980] = 1980, + [1981] = 1981, + [1982] = 1982, + [1983] = 881, + [1984] = 876, + [1985] = 1985, + [1986] = 1468, + [1987] = 1467, + [1988] = 1576, + [1989] = 1989, + [1990] = 1990, + [1991] = 908, + [1992] = 907, + [1993] = 1993, + [1994] = 918, + [1995] = 907, + [1996] = 862, + [1997] = 884, + [1998] = 882, + [1999] = 883, + [2000] = 867, + [2001] = 877, + [2002] = 838, + [2003] = 883, + [2004] = 855, + [2005] = 874, + [2006] = 918, + [2007] = 915, + [2008] = 1434, + [2009] = 845, + [2010] = 912, + [2011] = 841, + [2012] = 897, + [2013] = 2013, + [2014] = 908, + [2015] = 2015, + [2016] = 887, + [2017] = 853, + [2018] = 918, + [2019] = 871, + [2020] = 876, [2021] = 2021, [2022] = 2022, - [2023] = 2023, - [2024] = 1100, - [2025] = 2025, - [2026] = 860, - [2027] = 838, - [2028] = 884, - [2029] = 2029, - [2030] = 1916, + [2023] = 868, + [2024] = 868, + [2025] = 859, + [2026] = 857, + [2027] = 2027, + [2028] = 2028, + [2029] = 859, + [2030] = 1051, [2031] = 2031, - [2032] = 1417, - [2033] = 878, - [2034] = 2034, - [2035] = 2035, - [2036] = 1468, - [2037] = 916, - [2038] = 889, - [2039] = 1514, - [2040] = 850, - [2041] = 876, - [2042] = 1418, - [2043] = 1562, - [2044] = 900, - [2045] = 1601, - [2046] = 2046, - [2047] = 840, - [2048] = 1651, - [2049] = 1653, - [2050] = 1657, - [2051] = 2051, - [2052] = 1525, - [2053] = 1668, + [2032] = 846, + [2033] = 886, + [2034] = 868, + [2035] = 857, + [2036] = 863, + [2037] = 867, + [2038] = 869, + [2039] = 2039, + [2040] = 861, + [2041] = 854, + [2042] = 857, + [2043] = 859, + [2044] = 889, + [2045] = 926, + [2046] = 849, + [2047] = 2047, + [2048] = 842, + [2049] = 2049, + [2050] = 854, + [2051] = 869, + [2052] = 2052, + [2053] = 2053, [2054] = 2054, - [2055] = 872, - [2056] = 2056, - [2057] = 886, - [2058] = 875, - [2059] = 847, - [2060] = 881, - [2061] = 846, - [2062] = 852, - [2063] = 854, - [2064] = 857, - [2065] = 887, - [2066] = 839, - [2067] = 858, - [2068] = 858, - [2069] = 839, - [2070] = 887, - [2071] = 884, - [2072] = 838, - [2073] = 860, - [2074] = 844, - [2075] = 2075, - [2076] = 928, - [2077] = 2077, - [2078] = 2078, - [2079] = 2079, + [2055] = 2055, + [2056] = 897, + [2057] = 876, + [2058] = 868, + [2059] = 886, + [2060] = 897, + [2061] = 874, + [2062] = 841, + [2063] = 863, + [2064] = 851, + [2065] = 857, + [2066] = 2066, + [2067] = 2067, + [2068] = 846, + [2069] = 859, + [2070] = 868, + [2071] = 1483, + [2072] = 859, + [2073] = 857, + [2074] = 851, + [2075] = 853, + [2076] = 886, + [2077] = 1523, + [2078] = 846, + [2079] = 906, [2080] = 2080, - [2081] = 2081, - [2082] = 2082, - [2083] = 2083, - [2084] = 868, - [2085] = 878, - [2086] = 869, - [2087] = 877, - [2088] = 2088, - [2089] = 853, - [2090] = 880, - [2091] = 885, - [2092] = 866, - [2093] = 2093, + [2081] = 1479, + [2082] = 1478, + [2083] = 1477, + [2084] = 858, + [2085] = 902, + [2086] = 861, + [2087] = 2087, + [2088] = 922, + [2089] = 879, + [2090] = 854, + [2091] = 881, + [2092] = 2092, + [2093] = 907, [2094] = 2094, - [2095] = 2095, - [2096] = 2096, - [2097] = 2097, - [2098] = 894, - [2099] = 889, - [2100] = 914, - [2101] = 911, - [2102] = 899, - [2103] = 857, - [2104] = 854, - [2105] = 852, - [2106] = 905, - [2107] = 881, - [2108] = 898, - [2109] = 916, - [2110] = 848, - [2111] = 2111, - [2112] = 886, - [2113] = 872, - [2114] = 840, - [2115] = 2115, - [2116] = 2116, - [2117] = 2117, - [2118] = 2118, - [2119] = 866, - [2120] = 885, - [2121] = 898, - [2122] = 880, - [2123] = 899, - [2124] = 877, - [2125] = 876, - [2126] = 869, - [2127] = 850, - [2128] = 875, - [2129] = 881, - [2130] = 852, - [2131] = 854, - [2132] = 857, - [2133] = 858, - [2134] = 839, - [2135] = 887, - [2136] = 884, - [2137] = 838, - [2138] = 860, - [2139] = 868, + [2095] = 1472, + [2096] = 902, + [2097] = 1719, + [2098] = 908, + [2099] = 2099, + [2100] = 922, + [2101] = 855, + [2102] = 861, + [2103] = 881, + [2104] = 845, + [2105] = 2105, + [2106] = 926, + [2107] = 889, + [2108] = 2108, + [2109] = 883, + [2110] = 2110, + [2111] = 863, + [2112] = 841, + [2113] = 874, + [2114] = 2114, + [2115] = 869, + [2116] = 918, + [2117] = 915, + [2118] = 912, + [2119] = 845, + [2120] = 906, + [2121] = 879, + [2122] = 838, + [2123] = 2123, + [2124] = 2124, + [2125] = 2125, + [2126] = 2126, + [2127] = 2127, + [2128] = 2128, + [2129] = 2129, + [2130] = 2130, + [2131] = 1470, + [2132] = 877, + [2133] = 2133, + [2134] = 2134, + [2135] = 2135, + [2136] = 2136, + [2137] = 2137, + [2138] = 882, + [2139] = 2139, [2140] = 2140, - [2141] = 916, - [2142] = 889, - [2143] = 894, - [2144] = 860, - [2145] = 902, - [2146] = 875, - [2147] = 838, - [2148] = 868, - [2149] = 878, - [2150] = 869, - [2151] = 877, - [2152] = 853, - [2153] = 880, - [2154] = 885, - [2155] = 866, - [2156] = 928, - [2157] = 2157, - [2158] = 2158, - [2159] = 1100, - [2160] = 2160, - [2161] = 2161, - [2162] = 858, - [2163] = 857, - [2164] = 854, - [2165] = 2165, - [2166] = 2166, - [2167] = 900, - [2168] = 2168, - [2169] = 886, - [2170] = 872, - [2171] = 840, - [2172] = 2172, - [2173] = 2173, + [2141] = 2141, + [2142] = 884, + [2143] = 2143, + [2144] = 2144, + [2145] = 2145, + [2146] = 862, + [2147] = 2147, + [2148] = 887, + [2149] = 871, + [2150] = 876, + [2151] = 2151, + [2152] = 845, + [2153] = 2153, + [2154] = 854, + [2155] = 2155, + [2156] = 2156, + [2157] = 849, + [2158] = 846, + [2159] = 2159, + [2160] = 842, + [2161] = 886, + [2162] = 2162, + [2163] = 2163, + [2164] = 2164, + [2165] = 855, + [2166] = 902, + [2167] = 842, + [2168] = 1468, + [2169] = 1467, + [2170] = 2170, + [2171] = 1576, + [2172] = 841, + [2173] = 879, [2174] = 2174, - [2175] = 2175, - [2176] = 848, + [2175] = 845, + [2176] = 2176, [2177] = 2177, - [2178] = 2178, - [2179] = 2179, - [2180] = 848, - [2181] = 852, - [2182] = 1525, - [2183] = 2183, - [2184] = 2184, - [2185] = 841, + [2178] = 863, + [2179] = 851, + [2180] = 2180, + [2181] = 2147, + [2182] = 2182, + [2183] = 851, + [2184] = 855, + [2185] = 883, [2186] = 2186, - [2187] = 2187, - [2188] = 902, - [2189] = 840, - [2190] = 2190, + [2187] = 886, + [2188] = 846, + [2189] = 2189, + [2190] = 1523, [2191] = 2191, [2192] = 2192, - [2193] = 2193, - [2194] = 848, + [2193] = 838, + [2194] = 907, [2195] = 2195, - [2196] = 2196, - [2197] = 2197, - [2198] = 2198, + [2196] = 908, + [2197] = 876, + [2198] = 877, [2199] = 2199, - [2200] = 2200, + [2200] = 881, [2201] = 2201, - [2202] = 2202, - [2203] = 2203, - [2204] = 2204, - [2205] = 2205, - [2206] = 2206, - [2207] = 840, - [2208] = 2208, - [2209] = 2209, - [2210] = 841, - [2211] = 2211, - [2212] = 2212, - [2213] = 2213, - [2214] = 2214, - [2215] = 862, - [2216] = 848, - [2217] = 876, - [2218] = 850, - [2219] = 852, - [2220] = 905, - [2221] = 911, - [2222] = 914, - [2223] = 847, + [2202] = 867, + [2203] = 1434, + [2204] = 855, + [2205] = 1850, + [2206] = 863, + [2207] = 879, + [2208] = 838, + [2209] = 908, + [2210] = 918, + [2211] = 915, + [2212] = 2147, + [2213] = 912, + [2214] = 897, + [2215] = 861, + [2216] = 845, + [2217] = 2147, + [2218] = 877, + [2219] = 2219, + [2220] = 867, + [2221] = 881, + [2222] = 2222, + [2223] = 2223, [2224] = 2224, [2225] = 2225, - [2226] = 2226, - [2227] = 900, - [2228] = 846, - [2229] = 928, - [2230] = 854, - [2231] = 857, - [2232] = 902, + [2226] = 1850, + [2227] = 1803, + [2228] = 842, + [2229] = 1051, + [2230] = 2230, + [2231] = 2231, + [2232] = 2232, [2233] = 2233, - [2234] = 899, - [2235] = 853, - [2236] = 878, - [2237] = 898, - [2238] = 1735, - [2239] = 841, - [2240] = 858, - [2241] = 838, - [2242] = 916, - [2243] = 905, - [2244] = 844, - [2245] = 911, - [2246] = 914, - [2247] = 889, - [2248] = 860, - [2249] = 894, - [2250] = 862, + [2234] = 2234, + [2235] = 2235, + [2236] = 2236, + [2237] = 2237, + [2238] = 882, + [2239] = 2239, + [2240] = 884, + [2241] = 862, + [2242] = 2242, + [2243] = 2243, + [2244] = 2244, + [2245] = 882, + [2246] = 849, + [2247] = 922, + [2248] = 889, + [2249] = 858, + [2250] = 853, [2251] = 2251, - [2252] = 884, - [2253] = 887, - [2254] = 839, - [2255] = 2255, - [2256] = 2256, - [2257] = 881, - [2258] = 868, - [2259] = 869, - [2260] = 877, - [2261] = 853, - [2262] = 880, - [2263] = 885, - [2264] = 866, - [2265] = 2265, - [2266] = 902, - [2267] = 2267, - [2268] = 875, - [2269] = 862, - [2270] = 2270, - [2271] = 2271, - [2272] = 2272, - [2273] = 2273, - [2274] = 2274, - [2275] = 905, - [2276] = 911, - [2277] = 914, - [2278] = 2278, - [2279] = 2279, + [2252] = 853, + [2253] = 926, + [2254] = 845, + [2255] = 871, + [2256] = 884, + [2257] = 906, + [2258] = 2258, + [2259] = 2259, + [2260] = 887, + [2261] = 842, + [2262] = 2262, + [2263] = 907, + [2264] = 887, + [2265] = 853, + [2266] = 871, + [2267] = 841, + [2268] = 879, + [2269] = 2269, + [2270] = 902, + [2271] = 862, + [2272] = 926, + [2273] = 845, + [2274] = 871, + [2275] = 858, + [2276] = 887, + [2277] = 861, + [2278] = 849, + [2279] = 874, [2280] = 2280, - [2281] = 886, - [2282] = 872, - [2283] = 862, - [2284] = 846, - [2285] = 2285, - [2286] = 847, - [2287] = 876, - [2288] = 848, - [2289] = 862, - [2290] = 844, + [2281] = 889, + [2282] = 862, + [2283] = 884, + [2284] = 922, + [2285] = 882, + [2286] = 2286, + [2287] = 2287, + [2288] = 874, + [2289] = 877, + [2290] = 838, [2291] = 2291, - [2292] = 1418, - [2293] = 894, - [2294] = 889, - [2295] = 914, - [2296] = 911, - [2297] = 905, - [2298] = 916, - [2299] = 1525, - [2300] = 898, - [2301] = 899, - [2302] = 902, - [2303] = 928, - [2304] = 900, - [2305] = 1468, - [2306] = 1514, - [2307] = 1418, - [2308] = 1562, - [2309] = 1601, - [2310] = 1657, - [2311] = 894, - [2312] = 889, - [2313] = 914, - [2314] = 911, - [2315] = 905, - [2316] = 916, - [2317] = 1774, - [2318] = 898, - [2319] = 899, - [2320] = 902, - [2321] = 928, - [2322] = 2322, - [2323] = 2323, - [2324] = 1525, - [2325] = 2325, - [2326] = 900, - [2327] = 1651, - [2328] = 1653, - [2329] = 2329, - [2330] = 894, - [2331] = 889, - [2332] = 914, - [2333] = 911, - [2334] = 905, - [2335] = 916, - [2336] = 1657, - [2337] = 1668, - [2338] = 898, - [2339] = 899, - [2340] = 902, - [2341] = 928, - [2342] = 900, - [2343] = 2343, - [2344] = 2344, - [2345] = 1774, - [2346] = 2346, - [2347] = 2347, - [2348] = 2291, - [2349] = 2349, - [2350] = 2350, - [2351] = 1668, - [2352] = 2352, - [2353] = 2353, - [2354] = 2354, - [2355] = 1653, - [2356] = 1651, - [2357] = 2357, + [2292] = 849, + [2293] = 907, + [2294] = 902, + [2295] = 889, + [2296] = 2296, + [2297] = 922, + [2298] = 926, + [2299] = 2299, + [2300] = 1478, + [2301] = 2299, + [2302] = 2302, + [2303] = 1477, + [2304] = 2304, + [2305] = 922, + [2306] = 1051, + [2307] = 2307, + [2308] = 912, + [2309] = 2309, + [2310] = 2299, + [2311] = 2311, + [2312] = 2312, + [2313] = 1472, + [2314] = 2314, + [2315] = 1470, + [2316] = 1850, + [2317] = 902, + [2318] = 2287, + [2319] = 2319, + [2320] = 915, + [2321] = 1468, + [2322] = 1467, + [2323] = 1576, + [2324] = 908, + [2325] = 907, + [2326] = 918, + [2327] = 845, + [2328] = 915, + [2329] = 1051, + [2330] = 2330, + [2331] = 908, + [2332] = 907, + [2333] = 845, + [2334] = 1434, + [2335] = 912, + [2336] = 2336, + [2337] = 918, + [2338] = 1576, + [2339] = 1467, + [2340] = 897, + [2341] = 1468, + [2342] = 922, + [2343] = 1470, + [2344] = 1472, + [2345] = 2345, + [2346] = 1434, + [2347] = 1523, + [2348] = 915, + [2349] = 1477, + [2350] = 1478, + [2351] = 1479, + [2352] = 1483, + [2353] = 912, + [2354] = 897, + [2355] = 2299, + [2356] = 1483, + [2357] = 906, [2358] = 2358, - [2359] = 1417, - [2360] = 2291, - [2361] = 848, - [2362] = 2362, - [2363] = 2363, - [2364] = 2364, - [2365] = 2291, - [2366] = 1601, - [2367] = 902, - [2368] = 1562, - [2369] = 1100, - [2370] = 2370, - [2371] = 1774, - [2372] = 1418, - [2373] = 2373, - [2374] = 1514, - [2375] = 2375, - [2376] = 2376, - [2377] = 2377, - [2378] = 2056, - [2379] = 1468, - [2380] = 905, - [2381] = 911, - [2382] = 914, - [2383] = 1417, - [2384] = 2384, - [2385] = 848, - [2386] = 1525, - [2387] = 1668, - [2388] = 1100, + [2359] = 889, + [2360] = 926, + [2361] = 906, + [2362] = 926, + [2363] = 889, + [2364] = 902, + [2365] = 889, + [2366] = 926, + [2367] = 897, + [2368] = 1523, + [2369] = 2369, + [2370] = 912, + [2371] = 915, + [2372] = 906, + [2373] = 902, + [2374] = 2374, + [2375] = 908, + [2376] = 1523, + [2377] = 907, + [2378] = 2378, + [2379] = 918, + [2380] = 922, + [2381] = 915, + [2382] = 912, + [2383] = 897, + [2384] = 918, + [2385] = 908, + [2386] = 845, + [2387] = 897, + [2388] = 2388, [2389] = 2389, - [2390] = 2390, - [2391] = 900, - [2392] = 2392, - [2393] = 1657, - [2394] = 1653, - [2395] = 1651, - [2396] = 894, - [2397] = 900, - [2398] = 928, - [2399] = 889, - [2400] = 914, - [2401] = 911, - [2402] = 1100, - [2403] = 905, - [2404] = 916, - [2405] = 894, - [2406] = 889, - [2407] = 914, - [2408] = 911, - [2409] = 905, - [2410] = 916, - [2411] = 1601, - [2412] = 1562, - [2413] = 848, - [2414] = 899, - [2415] = 1417, - [2416] = 898, - [2417] = 898, - [2418] = 899, - [2419] = 902, - [2420] = 928, - [2421] = 928, - [2422] = 2422, - [2423] = 902, - [2424] = 899, - [2425] = 894, - [2426] = 898, - [2427] = 889, - [2428] = 916, - [2429] = 1468, - [2430] = 1514, - [2431] = 900, - [2432] = 1653, - [2433] = 2433, - [2434] = 848, - [2435] = 1668, - [2436] = 1668, - [2437] = 1525, - [2438] = 1657, - [2439] = 1651, - [2440] = 1601, - [2441] = 1514, - [2442] = 1525, - [2443] = 1562, - [2444] = 1418, - [2445] = 1514, - [2446] = 1468, - [2447] = 1417, - [2448] = 2433, - [2449] = 1418, - [2450] = 2433, - [2451] = 2433, - [2452] = 1417, - [2453] = 1562, - [2454] = 2433, - [2455] = 2433, - [2456] = 1774, - [2457] = 1468, - [2458] = 1721, - [2459] = 1601, - [2460] = 2433, - [2461] = 2433, - [2462] = 2433, - [2463] = 2433, - [2464] = 1653, - [2465] = 1657, - [2466] = 1651, - [2467] = 1774, - [2468] = 848, - [2469] = 2346, - [2470] = 1774, - [2471] = 1514, - [2472] = 1468, - [2473] = 1562, - [2474] = 1601, - [2475] = 1562, - [2476] = 1525, - [2477] = 2075, - [2478] = 1417, - [2479] = 848, - [2480] = 1418, - [2481] = 1417, - [2482] = 1468, - [2483] = 1418, - [2484] = 1657, - [2485] = 1514, - [2486] = 1418, - [2487] = 1653, - [2488] = 1657, - [2489] = 848, - [2490] = 1525, - [2491] = 1562, - [2492] = 1525, - [2493] = 1668, - [2494] = 1514, - [2495] = 1668, - [2496] = 1417, - [2497] = 1468, - [2498] = 848, - [2499] = 1514, - [2500] = 1525, - [2501] = 1418, - [2502] = 1601, - [2503] = 1651, - [2504] = 1657, - [2505] = 1651, - [2506] = 1514, - [2507] = 848, - [2508] = 1601, - [2509] = 1651, - [2510] = 1653, - [2511] = 1774, - [2512] = 1651, - [2513] = 1653, - [2514] = 1653, - [2515] = 1601, - [2516] = 1562, - [2517] = 1562, - [2518] = 1468, - [2519] = 1668, - [2520] = 1601, - [2521] = 1417, - [2522] = 1525, - [2523] = 2075, - [2524] = 1774, - [2525] = 848, - [2526] = 1651, - [2527] = 1468, - [2528] = 1657, - [2529] = 1653, - [2530] = 1417, - [2531] = 1668, - [2532] = 1668, - [2533] = 1418, - [2534] = 1657, - [2535] = 1417, - [2536] = 1657, - [2537] = 1653, - [2538] = 848, - [2539] = 1651, - [2540] = 1651, - [2541] = 1668, - [2542] = 2542, - [2543] = 1668, - [2544] = 1525, - [2545] = 1417, - [2546] = 1468, - [2547] = 1468, - [2548] = 1657, - [2549] = 1653, - [2550] = 1601, - [2551] = 1651, - [2552] = 1514, - [2553] = 1601, - [2554] = 1657, - [2555] = 1653, - [2556] = 1562, - [2557] = 1525, - [2558] = 2075, - [2559] = 1514, - [2560] = 1651, - [2561] = 1418, - [2562] = 1601, - [2563] = 1514, - [2564] = 1562, - [2565] = 1468, - [2566] = 1417, - [2567] = 1653, - [2568] = 1525, - [2569] = 1562, - [2570] = 1525, - [2571] = 1418, - [2572] = 1514, - [2573] = 1468, - [2574] = 1417, - [2575] = 1418, - [2576] = 2576, - [2577] = 1651, - [2578] = 1418, - [2579] = 1514, - [2580] = 1468, - [2581] = 1562, - [2582] = 1601, - [2583] = 1562, - [2584] = 848, - [2585] = 1601, + [2390] = 907, + [2391] = 2391, + [2392] = 906, + [2393] = 908, + [2394] = 2394, + [2395] = 2395, + [2396] = 889, + [2397] = 2397, + [2398] = 1051, + [2399] = 908, + [2400] = 907, + [2401] = 918, + [2402] = 915, + [2403] = 912, + [2404] = 897, + [2405] = 926, + [2406] = 906, + [2407] = 902, + [2408] = 2408, + [2409] = 1434, + [2410] = 1850, + [2411] = 922, + [2412] = 2412, + [2413] = 2413, + [2414] = 1576, + [2415] = 1467, + [2416] = 1468, + [2417] = 1470, + [2418] = 1472, + [2419] = 1477, + [2420] = 1478, + [2421] = 2421, + [2422] = 1479, + [2423] = 922, + [2424] = 1483, + [2425] = 902, + [2426] = 1850, + [2427] = 906, + [2428] = 2428, + [2429] = 918, + [2430] = 926, + [2431] = 889, + [2432] = 2432, + [2433] = 1479, + [2434] = 1472, + [2435] = 2435, + [2436] = 1470, + [2437] = 2435, + [2438] = 2435, + [2439] = 1434, + [2440] = 2435, + [2441] = 1523, + [2442] = 2435, + [2443] = 1483, + [2444] = 1678, + [2445] = 1479, + [2446] = 1478, + [2447] = 1477, + [2448] = 1850, + [2449] = 1850, + [2450] = 845, + [2451] = 2435, + [2452] = 1576, + [2453] = 1467, + [2454] = 1472, + [2455] = 1523, + [2456] = 1468, + [2457] = 2435, + [2458] = 1478, + [2459] = 2435, + [2460] = 1576, + [2461] = 1467, + [2462] = 1468, + [2463] = 1479, + [2464] = 2435, + [2465] = 845, + [2466] = 2435, + [2467] = 1483, + [2468] = 1477, + [2469] = 1470, + [2470] = 1434, + [2471] = 1468, + [2472] = 1478, + [2473] = 1523, + [2474] = 1467, + [2475] = 1483, + [2476] = 1479, + [2477] = 1468, + [2478] = 1477, + [2479] = 1479, + [2480] = 1478, + [2481] = 1523, + [2482] = 1477, + [2483] = 845, + [2484] = 1472, + [2485] = 845, + [2486] = 1472, + [2487] = 845, + [2488] = 1470, + [2489] = 1576, + [2490] = 1470, + [2491] = 1467, + [2492] = 1468, + [2493] = 1850, + [2494] = 2269, + [2495] = 1483, + [2496] = 1434, + [2497] = 1434, + [2498] = 1470, + [2499] = 1472, + [2500] = 1478, + [2501] = 1434, + [2502] = 1477, + [2503] = 1470, + [2504] = 2269, + [2505] = 1576, + [2506] = 1472, + [2507] = 1478, + [2508] = 845, + [2509] = 1479, + [2510] = 1850, + [2511] = 1850, + [2512] = 1483, + [2513] = 1483, + [2514] = 1576, + [2515] = 1523, + [2516] = 2408, + [2517] = 1523, + [2518] = 1477, + [2519] = 1478, + [2520] = 1479, + [2521] = 1467, + [2522] = 1468, + [2523] = 1483, + [2524] = 1576, + [2525] = 1434, + [2526] = 1523, + [2527] = 1479, + [2528] = 1434, + [2529] = 1470, + [2530] = 845, + [2531] = 1472, + [2532] = 1477, + [2533] = 1576, + [2534] = 1467, + [2535] = 1468, + [2536] = 1467, + [2537] = 1472, + [2538] = 1479, + [2539] = 1477, + [2540] = 1468, + [2541] = 1477, + [2542] = 845, + [2543] = 1478, + [2544] = 1434, + [2545] = 845, + [2546] = 1434, + [2547] = 1470, + [2548] = 1472, + [2549] = 1478, + [2550] = 1477, + [2551] = 1478, + [2552] = 1479, + [2553] = 845, + [2554] = 1434, + [2555] = 2269, + [2556] = 1523, + [2557] = 845, + [2558] = 1472, + [2559] = 1483, + [2560] = 1472, + [2561] = 2561, + [2562] = 1477, + [2563] = 1470, + [2564] = 1477, + [2565] = 2565, + [2566] = 1478, + [2567] = 1479, + [2568] = 1523, + [2569] = 1434, + [2570] = 1483, + [2571] = 1470, + [2572] = 2269, + [2573] = 1434, + [2574] = 1472, + [2575] = 1576, + [2576] = 1467, + [2577] = 1523, + [2578] = 1483, + [2579] = 1472, + [2580] = 1478, + [2581] = 1523, + [2582] = 845, + [2583] = 1483, + [2584] = 1470, + [2585] = 1479, [2586] = 2586, - [2587] = 1417, - [2588] = 1668, + [2587] = 845, + [2588] = 1467, [2589] = 1468, - [2590] = 1417, - [2591] = 1562, - [2592] = 848, - [2593] = 1653, - [2594] = 1657, - [2595] = 1418, - [2596] = 848, - [2597] = 1653, - [2598] = 1651, - [2599] = 2075, - [2600] = 2600, - [2601] = 2601, - [2602] = 1668, - [2603] = 848, - [2604] = 1668, - [2605] = 1418, - [2606] = 848, - [2607] = 1668, - [2608] = 1514, - [2609] = 1601, - [2610] = 1525, - [2611] = 1525, - [2612] = 1657, - [2613] = 1657, - [2614] = 848, - [2615] = 1562, - [2616] = 1668, - [2617] = 1601, - [2618] = 1562, - [2619] = 1525, - [2620] = 1657, - [2621] = 2600, - [2622] = 2622, - [2623] = 2623, - [2624] = 1418, - [2625] = 1514, - [2626] = 1468, - [2627] = 2627, - [2628] = 1668, - [2629] = 848, - [2630] = 1525, - [2631] = 1657, - [2632] = 1653, - [2633] = 1651, - [2634] = 848, - [2635] = 848, - [2636] = 1417, - [2637] = 848, + [2590] = 1468, + [2591] = 1483, + [2592] = 1483, + [2593] = 1479, + [2594] = 1467, + [2595] = 1434, + [2596] = 2596, + [2597] = 1576, + [2598] = 1467, + [2599] = 1468, + [2600] = 1576, + [2601] = 1576, + [2602] = 1467, + [2603] = 1470, + [2604] = 1468, + [2605] = 1470, + [2606] = 1576, + [2607] = 1478, + [2608] = 1479, + [2609] = 1468, + [2610] = 1467, + [2611] = 1576, + [2612] = 2612, + [2613] = 1523, + [2614] = 1523, + [2615] = 1477, + [2616] = 845, + [2617] = 1478, + [2618] = 1467, + [2619] = 1470, + [2620] = 2620, + [2621] = 1468, + [2622] = 1467, + [2623] = 1576, + [2624] = 1434, + [2625] = 1468, + [2626] = 1470, + [2627] = 1472, + [2628] = 1434, + [2629] = 2612, + [2630] = 2630, + [2631] = 845, + [2632] = 845, + [2633] = 1576, + [2634] = 1467, + [2635] = 1468, + [2636] = 1576, + [2637] = 1472, [2638] = 1468, - [2639] = 1601, - [2640] = 1514, - [2641] = 1418, - [2642] = 1417, - [2643] = 2576, - [2644] = 1668, - [2645] = 1651, - [2646] = 1653, - [2647] = 1657, - [2648] = 1653, - [2649] = 1651, - [2650] = 1601, - [2651] = 1657, - [2652] = 2652, - [2653] = 1562, - [2654] = 1601, - [2655] = 2075, - [2656] = 1601, - [2657] = 1668, - [2658] = 1562, - [2659] = 1651, - [2660] = 1417, - [2661] = 1418, - [2662] = 1418, - [2663] = 1514, - [2664] = 1514, - [2665] = 1468, - [2666] = 2622, - [2667] = 1562, - [2668] = 1651, - [2669] = 1653, - [2670] = 1657, - [2671] = 1468, - [2672] = 1525, + [2639] = 1467, + [2640] = 2640, + [2641] = 1477, + [2642] = 1470, + [2643] = 1576, + [2644] = 1472, + [2645] = 1478, + [2646] = 1434, + [2647] = 2647, + [2648] = 2648, + [2649] = 845, + [2650] = 2650, + [2651] = 2651, + [2652] = 1479, + [2653] = 1477, + [2654] = 1478, + [2655] = 1479, + [2656] = 1523, + [2657] = 2647, + [2658] = 1523, + [2659] = 1523, + [2660] = 1483, + [2661] = 2661, + [2662] = 2269, + [2663] = 1483, + [2664] = 1483, + [2665] = 1523, + [2666] = 1434, + [2667] = 1479, + [2668] = 2647, + [2669] = 1478, + [2670] = 1483, + [2671] = 1479, + [2672] = 2672, [2673] = 2673, - [2674] = 1418, - [2675] = 2675, - [2676] = 2676, - [2677] = 1653, - [2678] = 1668, - [2679] = 2622, - [2680] = 2680, - [2681] = 2681, - [2682] = 1468, - [2683] = 2683, - [2684] = 1525, - [2685] = 1417, - [2686] = 1417, - [2687] = 1514, - [2688] = 1525, - [2689] = 2075, - [2690] = 2622, - [2691] = 1668, - [2692] = 1525, - [2693] = 1562, - [2694] = 1651, - [2695] = 1653, - [2696] = 1657, - [2697] = 1525, - [2698] = 1668, - [2699] = 1668, - [2700] = 1418, - [2701] = 1525, - [2702] = 2702, - [2703] = 1657, - [2704] = 1653, - [2705] = 1651, - [2706] = 1601, - [2707] = 1468, - [2708] = 1418, - [2709] = 2709, - [2710] = 1514, - [2711] = 1418, - [2712] = 1601, - [2713] = 2713, - [2714] = 1562, - [2715] = 2075, - [2716] = 848, - [2717] = 1562, - [2718] = 1514, - [2719] = 2719, - [2720] = 1468, - [2721] = 1418, - [2722] = 1514, - [2723] = 1468, - [2724] = 2075, - [2725] = 1668, - [2726] = 1657, - [2727] = 1653, - [2728] = 1417, - [2729] = 1651, - [2730] = 1417, - [2731] = 1601, - [2732] = 1601, - [2733] = 1418, - [2734] = 1417, - [2735] = 1417, - [2736] = 848, - [2737] = 1514, - [2738] = 1468, - [2739] = 1514, - [2740] = 1657, - [2741] = 1562, - [2742] = 1468, - [2743] = 1468, - [2744] = 1651, - [2745] = 1514, - [2746] = 1418, - [2747] = 848, - [2748] = 1417, - [2749] = 848, - [2750] = 848, - [2751] = 1417, - [2752] = 1601, - [2753] = 1653, - [2754] = 848, - [2755] = 2075, - [2756] = 1668, - [2757] = 1525, - [2758] = 1562, - [2759] = 1657, - [2760] = 1653, - [2761] = 1651, - [2762] = 1651, - [2763] = 1653, - [2764] = 1657, - [2765] = 1601, - [2766] = 1525, - [2767] = 1562, - [2768] = 1668, - [2769] = 1525, - [2770] = 2770, - [2771] = 2771, + [2674] = 1477, + [2675] = 1478, + [2676] = 2586, + [2677] = 1477, + [2678] = 845, + [2679] = 1472, + [2680] = 1434, + [2681] = 1479, + [2682] = 1576, + [2683] = 2269, + [2684] = 1470, + [2685] = 1472, + [2686] = 1483, + [2687] = 1467, + [2688] = 1523, + [2689] = 1477, + [2690] = 1468, + [2691] = 1470, + [2692] = 2647, + [2693] = 845, + [2694] = 1523, + [2695] = 845, + [2696] = 845, + [2697] = 1434, + [2698] = 1576, + [2699] = 1467, + [2700] = 1468, + [2701] = 1468, + [2702] = 1472, + [2703] = 845, + [2704] = 1470, + [2705] = 1434, + [2706] = 1470, + [2707] = 1483, + [2708] = 1477, + [2709] = 1523, + [2710] = 845, + [2711] = 1472, + [2712] = 1479, + [2713] = 1478, + [2714] = 1477, + [2715] = 1478, + [2716] = 1483, + [2717] = 2717, + [2718] = 1477, + [2719] = 1576, + [2720] = 1478, + [2721] = 1468, + [2722] = 1472, + [2723] = 1479, + [2724] = 1470, + [2725] = 1523, + [2726] = 845, + [2727] = 1467, + [2728] = 1523, + [2729] = 1479, + [2730] = 1483, + [2731] = 1468, + [2732] = 1467, + [2733] = 1576, + [2734] = 1477, + [2735] = 1470, + [2736] = 1478, + [2737] = 1472, + [2738] = 1479, + [2739] = 1477, + [2740] = 1478, + [2741] = 1479, + [2742] = 2269, + [2743] = 1479, + [2744] = 1483, + [2745] = 1434, + [2746] = 1467, + [2747] = 1478, + [2748] = 1576, + [2749] = 1477, + [2750] = 2750, + [2751] = 1434, + [2752] = 1434, + [2753] = 1523, + [2754] = 1523, + [2755] = 2269, + [2756] = 1467, + [2757] = 1468, + [2758] = 1472, + [2759] = 1483, + [2760] = 2269, + [2761] = 1434, + [2762] = 2762, + [2763] = 2763, + [2764] = 1470, + [2765] = 1576, + [2766] = 1483, + [2767] = 1467, + [2768] = 1576, + [2769] = 1468, + [2770] = 1470, + [2771] = 1472, [2772] = 2772, - [2773] = 2772, + [2773] = 2773, [2774] = 2774, [2775] = 2775, - [2776] = 2770, + [2776] = 2776, [2777] = 2777, - [2778] = 2772, + [2778] = 2775, [2779] = 2775, - [2780] = 2777, - [2781] = 2777, - [2782] = 2771, - [2783] = 2771, + [2780] = 2780, + [2781] = 2775, + [2782] = 2780, + [2783] = 2775, [2784] = 2772, - [2785] = 2775, - [2786] = 2772, - [2787] = 2787, - [2788] = 2770, - [2789] = 724, - [2790] = 2790, - [2791] = 722, - [2792] = 725, - [2793] = 724, - [2794] = 725, - [2795] = 722, - [2796] = 722, - [2797] = 2797, - [2798] = 724, + [2785] = 2780, + [2786] = 2776, + [2787] = 2773, + [2788] = 2773, + [2789] = 2776, + [2790] = 2772, + [2791] = 2791, + [2792] = 721, + [2793] = 725, + [2794] = 726, + [2795] = 725, + [2796] = 726, + [2797] = 721, + [2798] = 2798, [2799] = 2799, - [2800] = 2800, - [2801] = 725, - [2802] = 2802, - [2803] = 725, + [2800] = 725, + [2801] = 726, + [2802] = 721, + [2803] = 2803, [2804] = 2804, [2805] = 2805, [2806] = 2806, [2807] = 2807, [2808] = 2808, [2809] = 2809, - [2810] = 724, + [2810] = 721, [2811] = 2811, [2812] = 2812, [2813] = 2813, @@ -7348,7 +7348,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2838] = 2838, [2839] = 2839, [2840] = 2840, - [2841] = 722, + [2841] = 2841, [2842] = 2842, [2843] = 2843, [2844] = 2844, @@ -7357,7 +7357,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2847] = 2847, [2848] = 2848, [2849] = 2849, - [2850] = 2850, + [2850] = 725, [2851] = 2851, [2852] = 2852, [2853] = 2853, @@ -7373,2219 +7373,2219 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2863] = 2863, [2864] = 2864, [2865] = 2865, - [2866] = 2838, - [2867] = 2852, - [2868] = 2845, - [2869] = 2846, - [2870] = 2856, - [2871] = 2847, - [2872] = 725, - [2873] = 724, - [2874] = 2874, - [2875] = 2840, - [2876] = 2837, - [2877] = 2836, - [2878] = 2833, - [2879] = 2832, - [2880] = 2850, - [2881] = 2853, - [2882] = 2831, - [2883] = 2830, - [2884] = 2829, - [2885] = 2860, - [2886] = 2828, - [2887] = 2859, - [2888] = 2858, + [2866] = 2866, + [2867] = 726, + [2868] = 2843, + [2869] = 2833, + [2870] = 2831, + [2871] = 2836, + [2872] = 2845, + [2873] = 2847, + [2874] = 2865, + [2875] = 2827, + [2876] = 2862, + [2877] = 2863, + [2878] = 2854, + [2879] = 2861, + [2880] = 2844, + [2881] = 2838, + [2882] = 2851, + [2883] = 2846, + [2884] = 2855, + [2885] = 2856, + [2886] = 2864, + [2887] = 2866, + [2888] = 2830, [2889] = 2857, - [2890] = 2802, - [2891] = 2865, - [2892] = 2861, - [2893] = 2855, - [2894] = 2854, - [2895] = 2821, - [2896] = 2818, - [2897] = 2823, - [2898] = 2825, - [2899] = 2824, - [2900] = 2822, - [2901] = 2848, - [2902] = 2849, - [2903] = 2843, - [2904] = 2826, - [2905] = 2842, - [2906] = 2827, - [2907] = 2807, - [2908] = 2805, - [2909] = 2806, - [2910] = 2809, - [2911] = 2812, - [2912] = 2804, - [2913] = 2834, - [2914] = 2808, - [2915] = 2835, - [2916] = 2814, - [2917] = 2817, - [2918] = 2820, - [2919] = 2815, - [2920] = 2816, + [2890] = 2860, + [2891] = 2859, + [2892] = 2858, + [2893] = 2853, + [2894] = 2839, + [2895] = 2835, + [2896] = 2806, + [2897] = 725, + [2898] = 2848, + [2899] = 2807, + [2900] = 2900, + [2901] = 2808, + [2902] = 2809, + [2903] = 2828, + [2904] = 2842, + [2905] = 2841, + [2906] = 2811, + [2907] = 2812, + [2908] = 2813, + [2909] = 2814, + [2910] = 2815, + [2911] = 2816, + [2912] = 2840, + [2913] = 2837, + [2914] = 2805, + [2915] = 2834, + [2916] = 2832, + [2917] = 2804, + [2918] = 2829, + [2919] = 2817, + [2920] = 2849, [2921] = 2819, - [2922] = 2813, - [2923] = 2811, - [2924] = 2864, - [2925] = 2863, - [2926] = 2862, - [2927] = 2851, - [2928] = 2839, - [2929] = 2844, - [2930] = 2842, - [2931] = 2809, - [2932] = 2835, - [2933] = 2843, - [2934] = 2845, - [2935] = 2846, - [2936] = 2844, - [2937] = 2856, - [2938] = 2847, - [2939] = 2852, - [2940] = 2861, - [2941] = 2862, - [2942] = 2848, - [2943] = 2849, - [2944] = 722, - [2945] = 2863, - [2946] = 2851, - [2947] = 2827, - [2948] = 2864, - [2949] = 2949, - [2950] = 2822, - [2951] = 2824, - [2952] = 724, - [2953] = 2821, - [2954] = 2828, - [2955] = 2829, - [2956] = 2830, - [2957] = 2831, - [2958] = 2807, - [2959] = 2805, + [2922] = 2818, + [2923] = 2820, + [2924] = 721, + [2925] = 2852, + [2926] = 2821, + [2927] = 2822, + [2928] = 2823, + [2929] = 2824, + [2930] = 2825, + [2931] = 2826, + [2932] = 2853, + [2933] = 2854, + [2934] = 2804, + [2935] = 2821, + [2936] = 2822, + [2937] = 2817, + [2938] = 2826, + [2939] = 2818, + [2940] = 2823, + [2941] = 2837, + [2942] = 2824, + [2943] = 2819, + [2944] = 2825, + [2945] = 2820, + [2946] = 2827, + [2947] = 2839, + [2948] = 2828, + [2949] = 2855, + [2950] = 721, + [2951] = 2843, + [2952] = 2842, + [2953] = 2816, + [2954] = 2815, + [2955] = 2814, + [2956] = 2813, + [2957] = 2812, + [2958] = 725, + [2959] = 2841, [2960] = 2811, - [2961] = 2832, - [2962] = 2806, - [2963] = 2825, - [2964] = 2812, - [2965] = 2804, - [2966] = 2833, - [2967] = 2808, - [2968] = 2814, - [2969] = 2817, - [2970] = 2820, - [2971] = 2815, - [2972] = 2816, - [2973] = 2858, - [2974] = 2819, - [2975] = 2813, + [2961] = 2809, + [2962] = 2808, + [2963] = 2807, + [2964] = 2848, + [2965] = 2838, + [2966] = 2806, + [2967] = 2835, + [2968] = 1390, + [2969] = 726, + [2970] = 2846, + [2971] = 2851, + [2972] = 2840, + [2973] = 2852, + [2974] = 2863, + [2975] = 2865, [2976] = 2836, - [2977] = 2859, - [2978] = 2850, - [2979] = 2853, - [2980] = 2837, - [2981] = 2838, - [2982] = 2840, - [2983] = 725, - [2984] = 2854, - [2985] = 1385, - [2986] = 2818, - [2987] = 2855, + [2977] = 2833, + [2978] = 2831, + [2979] = 2845, + [2980] = 2847, + [2981] = 2862, + [2982] = 2861, + [2983] = 2844, + [2984] = 2856, + [2985] = 2857, + [2986] = 2864, + [2987] = 2866, [2988] = 2834, - [2989] = 2857, - [2990] = 2823, - [2991] = 2839, - [2992] = 2802, - [2993] = 2865, - [2994] = 2860, - [2995] = 2826, - [2996] = 2996, - [2997] = 2996, + [2989] = 2860, + [2990] = 2849, + [2991] = 2832, + [2992] = 2829, + [2993] = 2830, + [2994] = 2994, + [2995] = 2805, + [2996] = 2858, + [2997] = 2859, [2998] = 2998, - [2999] = 2576, - [3000] = 2996, + [2999] = 2999, + [3000] = 3000, [3001] = 3001, - [3002] = 2998, - [3003] = 2996, - [3004] = 3004, + [3002] = 2586, + [3003] = 2999, + [3004] = 2998, [3005] = 2998, - [3006] = 2998, - [3007] = 3004, - [3008] = 2998, - [3009] = 3009, - [3010] = 3004, + [3006] = 2999, + [3007] = 2999, + [3008] = 3001, + [3009] = 3001, + [3010] = 3010, [3011] = 2998, - [3012] = 3004, - [3013] = 722, - [3014] = 3014, - [3015] = 725, - [3016] = 1788, - [3017] = 1781, - [3018] = 1786, - [3019] = 1816, - [3020] = 724, - [3021] = 3021, - [3022] = 1767, - [3023] = 3023, - [3024] = 3024, - [3025] = 3024, - [3026] = 3024, + [3012] = 3001, + [3013] = 3001, + [3014] = 3001, + [3015] = 3015, + [3016] = 721, + [3017] = 726, + [3018] = 3018, + [3019] = 1748, + [3020] = 1794, + [3021] = 1902, + [3022] = 1789, + [3023] = 1863, + [3024] = 725, + [3025] = 3025, + [3026] = 3026, [3027] = 3027, - [3028] = 3028, - [3029] = 3024, - [3030] = 3027, - [3031] = 2160, - [3032] = 3028, - [3033] = 2165, - [3034] = 2166, - [3035] = 3024, - [3036] = 2172, - [3037] = 2177, - [3038] = 2179, - [3039] = 2183, - [3040] = 796, - [3041] = 3027, - [3042] = 3028, - [3043] = 3024, - [3044] = 3027, - [3045] = 3028, - [3046] = 3024, - [3047] = 2184, - [3048] = 2186, - [3049] = 3049, - [3050] = 3027, - [3051] = 3051, - [3052] = 2193, - [3053] = 3053, - [3054] = 2197, - [3055] = 3027, - [3056] = 3028, - [3057] = 3028, - [3058] = 2203, - [3059] = 3024, - [3060] = 3024, - [3061] = 3027, - [3062] = 3028, - [3063] = 2204, - [3064] = 3001, - [3065] = 3024, - [3066] = 2205, - [3067] = 2206, - [3068] = 2208, - [3069] = 2115, - [3070] = 2097, - [3071] = 3024, - [3072] = 3072, + [3028] = 3027, + [3029] = 3029, + [3030] = 3030, + [3031] = 3031, + [3032] = 2143, + [3033] = 3027, + [3034] = 2130, + [3035] = 3030, + [3036] = 3027, + [3037] = 3030, + [3038] = 3031, + [3039] = 3027, + [3040] = 835, + [3041] = 3030, + [3042] = 3031, + [3043] = 2127, + [3044] = 2126, + [3045] = 3000, + [3046] = 2124, + [3047] = 3031, + [3048] = 3027, + [3049] = 3030, + [3050] = 3031, + [3051] = 3027, + [3052] = 3030, + [3053] = 3031, + [3054] = 3027, + [3055] = 3030, + [3056] = 3031, + [3057] = 3027, + [3058] = 3030, + [3059] = 3030, + [3060] = 2049, + [3061] = 1919, + [3062] = 3031, + [3063] = 3027, + [3064] = 3030, + [3065] = 1985, + [3066] = 3031, + [3067] = 3027, + [3068] = 3030, + [3069] = 3031, + [3070] = 3027, + [3071] = 3030, + [3072] = 3031, [3073] = 3027, - [3074] = 2214, - [3075] = 2093, - [3076] = 2088, - [3077] = 3077, - [3078] = 2226, - [3079] = 3028, - [3080] = 3024, + [3074] = 3074, + [3075] = 3030, + [3076] = 3031, + [3077] = 3027, + [3078] = 3030, + [3079] = 3031, + [3080] = 2067, [3081] = 3027, - [3082] = 3028, - [3083] = 2083, - [3084] = 3024, - [3085] = 2265, - [3086] = 2267, - [3087] = 2271, - [3088] = 3088, - [3089] = 3089, - [3090] = 3027, - [3091] = 3028, - [3092] = 3024, - [3093] = 2274, - [3094] = 3094, + [3082] = 3030, + [3083] = 3031, + [3084] = 2280, + [3085] = 3027, + [3086] = 3030, + [3087] = 3027, + [3088] = 1923, + [3089] = 3031, + [3090] = 3030, + [3091] = 3091, + [3092] = 3031, + [3093] = 3027, + [3094] = 3030, [3095] = 3027, - [3096] = 3028, - [3097] = 3027, - [3098] = 3024, - [3099] = 2054, - [3100] = 3027, - [3101] = 3028, - [3102] = 3024, - [3103] = 3103, - [3104] = 3028, - [3105] = 3024, - [3106] = 3027, - [3107] = 3028, - [3108] = 3024, - [3109] = 3027, - [3110] = 3027, - [3111] = 3028, - [3112] = 3028, - [3113] = 3024, - [3114] = 3024, - [3115] = 2029, - [3116] = 3027, - [3117] = 2025, - [3118] = 3028, - [3119] = 3024, - [3120] = 3027, - [3121] = 3027, - [3122] = 3024, - [3123] = 3028, - [3124] = 3027, - [3125] = 3027, + [3096] = 3030, + [3097] = 3031, + [3098] = 3031, + [3099] = 3027, + [3100] = 1962, + [3101] = 1973, + [3102] = 3027, + [3103] = 3030, + [3104] = 3031, + [3105] = 3027, + [3106] = 1989, + [3107] = 3027, + [3108] = 2134, + [3109] = 3030, + [3110] = 3031, + [3111] = 1980, + [3112] = 3027, + [3113] = 3030, + [3114] = 2047, + [3115] = 3031, + [3116] = 3030, + [3117] = 3027, + [3118] = 3031, + [3119] = 3027, + [3120] = 3030, + [3121] = 3031, + [3122] = 3027, + [3123] = 3030, + [3124] = 3030, + [3125] = 3031, [3126] = 3027, - [3127] = 1954, - [3128] = 3028, - [3129] = 3024, - [3130] = 3024, - [3131] = 3028, - [3132] = 3027, - [3133] = 3027, - [3134] = 3028, - [3135] = 3024, - [3136] = 3024, - [3137] = 2256, - [3138] = 3094, + [3127] = 3030, + [3128] = 3031, + [3129] = 2155, + [3130] = 2164, + [3131] = 3026, + [3132] = 3031, + [3133] = 1914, + [3134] = 2099, + [3135] = 3030, + [3136] = 2170, + [3137] = 2199, + [3138] = 3031, [3139] = 3027, - [3140] = 3028, - [3141] = 3024, - [3142] = 3024, - [3143] = 3028, - [3144] = 3027, - [3145] = 3028, - [3146] = 3024, - [3147] = 3027, - [3148] = 3028, - [3149] = 2273, - [3150] = 2225, - [3151] = 3049, - [3152] = 3024, - [3153] = 3027, - [3154] = 3028, - [3155] = 3028, - [3156] = 3024, - [3157] = 3027, - [3158] = 1931, - [3159] = 3027, - [3160] = 2233, - [3161] = 1933, - [3162] = 3028, - [3163] = 3024, - [3164] = 3027, - [3165] = 3028, - [3166] = 3024, - [3167] = 3027, - [3168] = 3028, - [3169] = 3024, - [3170] = 3028, - [3171] = 3024, - [3172] = 3024, - [3173] = 3027, - [3174] = 3028, + [3140] = 3027, + [3141] = 3031, + [3142] = 3030, + [3143] = 3027, + [3144] = 3144, + [3145] = 3030, + [3146] = 3030, + [3147] = 3031, + [3148] = 3027, + [3149] = 3031, + [3150] = 3031, + [3151] = 3000, + [3152] = 3152, + [3153] = 3030, + [3154] = 3030, + [3155] = 3031, + [3156] = 2039, + [3157] = 3031, + [3158] = 3027, + [3159] = 3030, + [3160] = 3030, + [3161] = 3031, + [3162] = 3027, + [3163] = 3027, + [3164] = 3030, + [3165] = 2224, + [3166] = 3031, + [3167] = 2028, + [3168] = 3027, + [3169] = 3030, + [3170] = 3031, + [3171] = 3027, + [3172] = 2153, + [3173] = 3030, + [3174] = 3031, [3175] = 3027, - [3176] = 3028, - [3177] = 3024, - [3178] = 3027, - [3179] = 3028, - [3180] = 3028, - [3181] = 3028, - [3182] = 3024, - [3183] = 3027, - [3184] = 3028, - [3185] = 3024, - [3186] = 3027, - [3187] = 3028, - [3188] = 3024, - [3189] = 2035, - [3190] = 3027, - [3191] = 3024, - [3192] = 3027, - [3193] = 3027, - [3194] = 3028, - [3195] = 3027, - [3196] = 3028, - [3197] = 3024, + [3176] = 3027, + [3177] = 2180, + [3178] = 2182, + [3179] = 3179, + [3180] = 2222, + [3181] = 3030, + [3182] = 3031, + [3183] = 2195, + [3184] = 3027, + [3185] = 3030, + [3186] = 3031, + [3187] = 3027, + [3188] = 3031, + [3189] = 1990, + [3190] = 2114, + [3191] = 3030, + [3192] = 3031, + [3193] = 3144, + [3194] = 3027, + [3195] = 2135, + [3196] = 3030, + [3197] = 3031, [3198] = 3027, - [3199] = 2196, - [3200] = 3028, - [3201] = 3024, - [3202] = 3024, - [3203] = 3027, - [3204] = 3028, - [3205] = 3024, - [3206] = 3027, - [3207] = 2157, - [3208] = 2095, - [3209] = 3027, - [3210] = 2111, - [3211] = 3028, - [3212] = 3027, - [3213] = 3024, - [3214] = 3028, - [3215] = 3028, - [3216] = 3024, - [3217] = 3027, + [3199] = 3030, + [3200] = 3030, + [3201] = 3027, + [3202] = 3027, + [3203] = 2201, + [3204] = 2262, + [3205] = 3031, + [3206] = 3206, + [3207] = 3030, + [3208] = 3027, + [3209] = 3031, + [3210] = 3027, + [3211] = 3030, + [3212] = 3031, + [3213] = 3027, + [3214] = 2133, + [3215] = 3030, + [3216] = 3031, + [3217] = 3031, [3218] = 3027, - [3219] = 3024, - [3220] = 3028, - [3221] = 3028, - [3222] = 3024, - [3223] = 2158, - [3224] = 3024, - [3225] = 3027, - [3226] = 3028, - [3227] = 3028, - [3228] = 3028, - [3229] = 3027, - [3230] = 3027, - [3231] = 3028, - [3232] = 3001, - [3233] = 3024, - [3234] = 860, - [3235] = 2184, - [3236] = 3236, - [3237] = 2158, - [3238] = 2204, - [3239] = 2203, - [3240] = 850, - [3241] = 876, - [3242] = 725, - [3243] = 724, - [3244] = 2214, - [3245] = 872, - [3246] = 2225, - [3247] = 2226, - [3248] = 2265, - [3249] = 2267, - [3250] = 2271, - [3251] = 2274, - [3252] = 3252, - [3253] = 3253, - [3254] = 847, - [3255] = 846, - [3256] = 886, - [3257] = 844, - [3258] = 1954, - [3259] = 2054, - [3260] = 2197, - [3261] = 2196, - [3262] = 2193, - [3263] = 2025, - [3264] = 2029, - [3265] = 3265, - [3266] = 2029, - [3267] = 2186, - [3268] = 862, - [3269] = 3269, - [3270] = 2183, - [3271] = 2179, - [3272] = 866, - [3273] = 2177, - [3274] = 885, + [3219] = 3030, + [3220] = 3030, + [3221] = 3031, + [3222] = 3031, + [3223] = 3027, + [3224] = 3031, + [3225] = 3225, + [3226] = 2123, + [3227] = 1965, + [3228] = 3031, + [3229] = 3030, + [3230] = 2021, + [3231] = 2233, + [3232] = 2232, + [3233] = 3030, + [3234] = 2110, + [3235] = 3027, + [3236] = 1962, + [3237] = 886, + [3238] = 884, + [3239] = 2124, + [3240] = 2199, + [3241] = 2047, + [3242] = 2262, + [3243] = 2028, + [3244] = 2067, + [3245] = 867, + [3246] = 2049, + [3247] = 2130, + [3248] = 1985, + [3249] = 2123, + [3250] = 871, + [3251] = 887, + [3252] = 2028, + [3253] = 1919, + [3254] = 2124, + [3255] = 2133, + [3256] = 2224, + [3257] = 2222, + [3258] = 2170, + [3259] = 3259, + [3260] = 2199, + [3261] = 2170, + [3262] = 2164, + [3263] = 1980, + [3264] = 2155, + [3265] = 2164, + [3266] = 2126, + [3267] = 3267, + [3268] = 2123, + [3269] = 2143, + [3270] = 842, + [3271] = 2195, + [3272] = 2039, + [3273] = 862, + [3274] = 2134, [3275] = 3275, - [3276] = 848, - [3277] = 2054, - [3278] = 880, - [3279] = 2172, - [3280] = 2196, - [3281] = 2166, - [3282] = 2165, - [3283] = 853, - [3284] = 2160, - [3285] = 2158, - [3286] = 722, - [3287] = 875, - [3288] = 877, - [3289] = 2115, - [3290] = 2097, - [3291] = 2083, - [3292] = 2095, - [3293] = 2093, - [3294] = 2088, - [3295] = 881, - [3296] = 869, - [3297] = 2083, - [3298] = 868, - [3299] = 3299, - [3300] = 839, - [3301] = 887, - [3302] = 884, - [3303] = 2274, - [3304] = 2088, - [3305] = 2093, - [3306] = 2097, - [3307] = 2115, - [3308] = 2576, - [3309] = 2160, - [3310] = 2271, - [3311] = 2035, - [3312] = 3023, - [3313] = 2165, - [3314] = 3265, - [3315] = 2267, - [3316] = 2265, - [3317] = 2193, - [3318] = 2025, - [3319] = 2226, - [3320] = 878, - [3321] = 1954, - [3322] = 2166, - [3323] = 796, - [3324] = 2208, - [3325] = 838, - [3326] = 2177, - [3327] = 2179, - [3328] = 2183, - [3329] = 2186, - [3330] = 2273, - [3331] = 2095, - [3332] = 2205, - [3333] = 2206, - [3334] = 858, - [3335] = 840, - [3336] = 857, - [3337] = 2157, - [3338] = 796, - [3339] = 2197, - [3340] = 854, - [3341] = 852, - [3342] = 2225, - [3343] = 2214, - [3344] = 2203, - [3345] = 2204, - [3346] = 2273, - [3347] = 3347, - [3348] = 2208, - [3349] = 2206, - [3350] = 2205, - [3351] = 725, - [3352] = 724, - [3353] = 848, - [3354] = 885, - [3355] = 866, - [3356] = 3356, - [3357] = 876, - [3358] = 850, - [3359] = 722, - [3360] = 725, - [3361] = 862, - [3362] = 872, - [3363] = 724, - [3364] = 886, - [3365] = 853, - [3366] = 3366, - [3367] = 852, - [3368] = 885, - [3369] = 880, - [3370] = 877, - [3371] = 869, - [3372] = 868, - [3373] = 877, - [3374] = 860, - [3375] = 847, - [3376] = 838, - [3377] = 858, - [3378] = 796, - [3379] = 3356, - [3380] = 860, - [3381] = 838, - [3382] = 722, - [3383] = 858, - [3384] = 857, - [3385] = 854, - [3386] = 886, - [3387] = 872, - [3388] = 857, - [3389] = 866, - [3390] = 3390, - [3391] = 869, - [3392] = 880, - [3393] = 840, - [3394] = 3356, - [3395] = 854, - [3396] = 852, - [3397] = 840, - [3398] = 878, - [3399] = 884, - [3400] = 887, - [3401] = 3366, - [3402] = 853, - [3403] = 839, - [3404] = 3366, - [3405] = 878, - [3406] = 884, - [3407] = 887, - [3408] = 839, - [3409] = 881, - [3410] = 875, - [3411] = 881, - [3412] = 3366, - [3413] = 3356, - [3414] = 844, - [3415] = 875, - [3416] = 846, - [3417] = 868, - [3418] = 3356, - [3419] = 724, - [3420] = 725, - [3421] = 844, - [3422] = 3356, - [3423] = 862, - [3424] = 722, - [3425] = 846, - [3426] = 847, - [3427] = 848, - [3428] = 850, - [3429] = 3429, - [3430] = 876, - [3431] = 3431, - [3432] = 3432, - [3433] = 3432, + [3276] = 882, + [3277] = 877, + [3278] = 838, + [3279] = 2039, + [3280] = 855, + [3281] = 2153, + [3282] = 861, + [3283] = 1989, + [3284] = 725, + [3285] = 2155, + [3286] = 2135, + [3287] = 858, + [3288] = 2195, + [3289] = 1973, + [3290] = 2133, + [3291] = 853, + [3292] = 2134, + [3293] = 2182, + [3294] = 2114, + [3295] = 835, + [3296] = 2180, + [3297] = 845, + [3298] = 1989, + [3299] = 1973, + [3300] = 846, + [3301] = 721, + [3302] = 1962, + [3303] = 1923, + [3304] = 2224, + [3305] = 2222, + [3306] = 1923, + [3307] = 2153, + [3308] = 2127, + [3309] = 3309, + [3310] = 3310, + [3311] = 851, + [3312] = 3267, + [3313] = 863, + [3314] = 2143, + [3315] = 841, + [3316] = 2262, + [3317] = 874, + [3318] = 2021, + [3319] = 1914, + [3320] = 881, + [3321] = 2099, + [3322] = 2586, + [3323] = 2099, + [3324] = 876, + [3325] = 726, + [3326] = 1914, + [3327] = 2127, + [3328] = 1980, + [3329] = 2126, + [3330] = 2114, + [3331] = 2110, + [3332] = 2135, + [3333] = 3333, + [3334] = 849, + [3335] = 883, + [3336] = 2182, + [3337] = 2280, + [3338] = 3015, + [3339] = 2280, + [3340] = 2047, + [3341] = 1919, + [3342] = 854, + [3343] = 1985, + [3344] = 869, + [3345] = 2049, + [3346] = 835, + [3347] = 2067, + [3348] = 868, + [3349] = 859, + [3350] = 3350, + [3351] = 3351, + [3352] = 857, + [3353] = 876, + [3354] = 726, + [3355] = 871, + [3356] = 887, + [3357] = 883, + [3358] = 868, + [3359] = 859, + [3360] = 857, + [3361] = 869, + [3362] = 859, + [3363] = 854, + [3364] = 877, + [3365] = 3365, + [3366] = 838, + [3367] = 855, + [3368] = 3368, + [3369] = 874, + [3370] = 842, + [3371] = 845, + [3372] = 849, + [3373] = 721, + [3374] = 3374, + [3375] = 725, + [3376] = 3368, + [3377] = 874, + [3378] = 3368, + [3379] = 846, + [3380] = 3380, + [3381] = 721, + [3382] = 725, + [3383] = 886, + [3384] = 851, + [3385] = 3368, + [3386] = 871, + [3387] = 863, + [3388] = 887, + [3389] = 853, + [3390] = 841, + [3391] = 835, + [3392] = 849, + [3393] = 876, + [3394] = 842, + [3395] = 881, + [3396] = 867, + [3397] = 3368, + [3398] = 3365, + [3399] = 882, + [3400] = 884, + [3401] = 726, + [3402] = 841, + [3403] = 854, + [3404] = 883, + [3405] = 868, + [3406] = 857, + [3407] = 863, + [3408] = 851, + [3409] = 858, + [3410] = 886, + [3411] = 845, + [3412] = 869, + [3413] = 846, + [3414] = 881, + [3415] = 726, + [3416] = 862, + [3417] = 884, + [3418] = 882, + [3419] = 853, + [3420] = 3365, + [3421] = 867, + [3422] = 877, + [3423] = 3368, + [3424] = 861, + [3425] = 721, + [3426] = 838, + [3427] = 3365, + [3428] = 725, + [3429] = 862, + [3430] = 858, + [3431] = 855, + [3432] = 861, + [3433] = 721, [3434] = 3434, - [3435] = 840, + [3435] = 3435, [3436] = 3436, - [3437] = 3437, - [3438] = 3432, - [3439] = 852, - [3440] = 3432, - [3441] = 854, - [3442] = 3432, - [3443] = 857, - [3444] = 858, - [3445] = 3432, - [3446] = 3432, - [3447] = 3432, - [3448] = 838, - [3449] = 3434, - [3450] = 860, - [3451] = 868, - [3452] = 3452, - [3453] = 3437, - [3454] = 3452, - [3455] = 869, - [3456] = 877, - [3457] = 3432, - [3458] = 3458, - [3459] = 3459, - [3460] = 3460, - [3461] = 3461, - [3462] = 3437, - [3463] = 3434, - [3464] = 3434, - [3465] = 3460, - [3466] = 3436, - [3467] = 853, - [3468] = 3468, - [3469] = 880, - [3470] = 3432, - [3471] = 885, - [3472] = 3472, + [3437] = 721, + [3438] = 725, + [3439] = 3439, + [3440] = 3440, + [3441] = 3439, + [3442] = 3436, + [3443] = 3440, + [3444] = 3444, + [3445] = 3445, + [3446] = 3446, + [3447] = 3447, + [3448] = 845, + [3449] = 3440, + [3450] = 861, + [3451] = 858, + [3452] = 3439, + [3453] = 3440, + [3454] = 3444, + [3455] = 3445, + [3456] = 3444, + [3457] = 3446, + [3458] = 3436, + [3459] = 853, + [3460] = 3434, + [3461] = 3439, + [3462] = 3440, + [3463] = 3444, + [3464] = 3447, + [3465] = 3434, + [3466] = 3466, + [3467] = 3445, + [3468] = 3446, + [3469] = 726, + [3470] = 3436, + [3471] = 3471, + [3472] = 3439, [3473] = 3473, - [3474] = 3472, - [3475] = 3432, - [3476] = 866, - [3477] = 3477, - [3478] = 3468, - [3479] = 3468, - [3480] = 3472, - [3481] = 848, - [3482] = 886, - [3483] = 872, - [3484] = 3432, - [3485] = 3485, + [3474] = 3471, + [3475] = 3475, + [3476] = 854, + [3477] = 869, + [3478] = 3439, + [3479] = 857, + [3480] = 859, + [3481] = 868, + [3482] = 3447, + [3483] = 3440, + [3484] = 3444, + [3485] = 3434, [3486] = 3436, - [3487] = 3436, - [3488] = 3477, - [3489] = 3432, - [3490] = 3460, - [3491] = 3434, - [3492] = 3432, - [3493] = 3432, - [3494] = 3436, - [3495] = 3432, - [3496] = 847, - [3497] = 3497, - [3498] = 3460, - [3499] = 846, - [3500] = 3432, - [3501] = 3501, - [3502] = 3452, - [3503] = 3434, - [3504] = 876, - [3505] = 3432, - [3506] = 3432, - [3507] = 3432, - [3508] = 844, - [3509] = 3477, - [3510] = 3472, - [3511] = 3497, - [3512] = 3473, - [3513] = 3452, - [3514] = 878, - [3515] = 3432, + [3487] = 883, + [3488] = 3445, + [3489] = 3446, + [3490] = 3471, + [3491] = 3491, + [3492] = 3446, + [3493] = 3471, + [3494] = 3494, + [3495] = 3466, + [3496] = 876, + [3497] = 3447, + [3498] = 3439, + [3499] = 3471, + [3500] = 3436, + [3501] = 3471, + [3502] = 726, + [3503] = 3471, + [3504] = 3440, + [3505] = 3444, + [3506] = 874, + [3507] = 841, + [3508] = 863, + [3509] = 851, + [3510] = 3471, + [3511] = 721, + [3512] = 886, + [3513] = 846, + [3514] = 3445, + [3515] = 3446, [3516] = 3516, - [3517] = 850, - [3518] = 3518, - [3519] = 725, - [3520] = 724, - [3521] = 3432, - [3522] = 3460, - [3523] = 3436, - [3524] = 3472, - [3525] = 722, - [3526] = 3468, - [3527] = 3468, - [3528] = 3432, - [3529] = 3432, - [3530] = 3432, - [3531] = 3452, - [3532] = 3432, - [3533] = 3477, - [3534] = 3432, - [3535] = 3472, - [3536] = 722, - [3537] = 3432, - [3538] = 3432, - [3539] = 3432, - [3540] = 884, - [3541] = 3541, - [3542] = 3432, - [3543] = 887, - [3544] = 3431, - [3545] = 3432, - [3546] = 3432, - [3547] = 839, - [3548] = 3437, - [3549] = 3549, - [3550] = 3432, - [3551] = 3432, - [3552] = 3432, - [3553] = 3432, - [3554] = 3432, - [3555] = 3452, - [3556] = 3468, - [3557] = 3432, - [3558] = 3432, - [3559] = 724, - [3560] = 881, - [3561] = 725, - [3562] = 3432, - [3563] = 862, - [3564] = 3432, - [3565] = 875, - [3566] = 3452, - [3567] = 3432, - [3568] = 722, - [3569] = 3432, - [3570] = 3432, - [3571] = 3432, - [3572] = 3460, - [3573] = 3573, - [3574] = 725, - [3575] = 3432, - [3576] = 3432, - [3577] = 724, - [3578] = 3434, - [3579] = 3432, - [3580] = 3432, - [3581] = 3581, - [3582] = 3432, - [3583] = 3468, - [3584] = 3584, - [3585] = 3584, - [3586] = 724, - [3587] = 3584, - [3588] = 3584, - [3589] = 3584, - [3590] = 724, - [3591] = 3584, - [3592] = 3584, - [3593] = 3584, - [3594] = 725, - [3595] = 3584, - [3596] = 724, - [3597] = 725, - [3598] = 3584, - [3599] = 3584, - [3600] = 3584, - [3601] = 3584, - [3602] = 3584, - [3603] = 3584, - [3604] = 3584, - [3605] = 722, - [3606] = 3584, - [3607] = 3584, - [3608] = 3584, - [3609] = 3584, - [3610] = 3584, - [3611] = 3584, - [3612] = 3584, - [3613] = 3584, - [3614] = 3584, - [3615] = 3584, - [3616] = 3584, - [3617] = 3584, - [3618] = 725, - [3619] = 3584, - [3620] = 3584, - [3621] = 3584, - [3622] = 724, - [3623] = 722, - [3624] = 3584, - [3625] = 3584, - [3626] = 3584, - [3627] = 725, - [3628] = 724, - [3629] = 3629, - [3630] = 3630, - [3631] = 3584, - [3632] = 3584, - [3633] = 3584, - [3634] = 3584, - [3635] = 3584, - [3636] = 3584, - [3637] = 722, - [3638] = 3584, - [3639] = 722, - [3640] = 3584, - [3641] = 3584, - [3642] = 796, + [3517] = 3517, + [3518] = 725, + [3519] = 855, + [3520] = 838, + [3521] = 877, + [3522] = 867, + [3523] = 3445, + [3524] = 882, + [3525] = 884, + [3526] = 862, + [3527] = 3471, + [3528] = 3471, + [3529] = 3471, + [3530] = 3471, + [3531] = 3471, + [3532] = 3532, + [3533] = 849, + [3534] = 3471, + [3535] = 3471, + [3536] = 725, + [3537] = 887, + [3538] = 871, + [3539] = 3471, + [3540] = 3471, + [3541] = 3471, + [3542] = 3471, + [3543] = 3471, + [3544] = 726, + [3545] = 3471, + [3546] = 3532, + [3547] = 3471, + [3548] = 3471, + [3549] = 842, + [3550] = 3471, + [3551] = 3471, + [3552] = 3471, + [3553] = 3471, + [3554] = 3554, + [3555] = 3471, + [3556] = 3471, + [3557] = 3436, + [3558] = 3471, + [3559] = 3471, + [3560] = 3471, + [3561] = 3471, + [3562] = 881, + [3563] = 3471, + [3564] = 3471, + [3565] = 3554, + [3566] = 3471, + [3567] = 3471, + [3568] = 3471, + [3569] = 3471, + [3570] = 3471, + [3571] = 3471, + [3572] = 3471, + [3573] = 3471, + [3574] = 3471, + [3575] = 3471, + [3576] = 3576, + [3577] = 3577, + [3578] = 3471, + [3579] = 3471, + [3580] = 3471, + [3581] = 3471, + [3582] = 3582, + [3583] = 3583, + [3584] = 3471, + [3585] = 3471, + [3586] = 726, + [3587] = 3587, + [3588] = 3587, + [3589] = 3587, + [3590] = 3590, + [3591] = 3587, + [3592] = 3587, + [3593] = 3587, + [3594] = 3587, + [3595] = 3587, + [3596] = 3587, + [3597] = 726, + [3598] = 721, + [3599] = 3587, + [3600] = 3587, + [3601] = 3587, + [3602] = 3587, + [3603] = 3587, + [3604] = 3587, + [3605] = 3587, + [3606] = 3587, + [3607] = 3587, + [3608] = 725, + [3609] = 721, + [3610] = 3587, + [3611] = 3587, + [3612] = 3587, + [3613] = 3587, + [3614] = 3587, + [3615] = 3587, + [3616] = 3587, + [3617] = 3587, + [3618] = 3587, + [3619] = 3587, + [3620] = 721, + [3621] = 3587, + [3622] = 3587, + [3623] = 3587, + [3624] = 3587, + [3625] = 3587, + [3626] = 3587, + [3627] = 3587, + [3628] = 725, + [3629] = 3587, + [3630] = 3587, + [3631] = 3587, + [3632] = 3587, + [3633] = 3587, + [3634] = 3587, + [3635] = 3587, + [3636] = 3587, + [3637] = 3587, + [3638] = 3587, + [3639] = 3587, + [3640] = 726, + [3641] = 721, + [3642] = 725, [3643] = 3643, - [3644] = 3584, - [3645] = 3584, + [3644] = 3587, + [3645] = 721, [3646] = 725, - [3647] = 722, - [3648] = 3648, - [3649] = 3584, + [3647] = 3647, + [3648] = 3587, + [3649] = 3649, [3650] = 3643, - [3651] = 3643, - [3652] = 3643, - [3653] = 722, - [3654] = 3643, - [3655] = 3584, - [3656] = 724, + [3651] = 3587, + [3652] = 835, + [3653] = 726, + [3654] = 726, + [3655] = 3643, + [3656] = 3587, [3657] = 725, - [3658] = 3584, - [3659] = 724, - [3660] = 3584, - [3661] = 725, - [3662] = 3584, - [3663] = 3584, - [3664] = 3584, - [3665] = 3643, - [3666] = 3584, - [3667] = 3667, - [3668] = 3668, - [3669] = 3669, - [3670] = 3668, - [3671] = 2175, - [3672] = 2195, - [3673] = 2174, - [3674] = 2173, - [3675] = 2211, - [3676] = 2054, - [3677] = 2190, - [3678] = 2191, - [3679] = 2192, + [3658] = 3587, + [3659] = 725, + [3660] = 3587, + [3661] = 3587, + [3662] = 721, + [3663] = 3643, + [3664] = 3643, + [3665] = 726, + [3666] = 3643, + [3667] = 721, + [3668] = 725, + [3669] = 2191, + [3670] = 2052, + [3671] = 3671, + [3672] = 3672, + [3673] = 3673, + [3674] = 3674, + [3675] = 3675, + [3676] = 3671, + [3677] = 3677, + [3678] = 3678, + [3679] = 3679, [3680] = 3680, - [3681] = 3667, - [3682] = 2200, - [3683] = 2201, - [3684] = 3668, - [3685] = 2082, - [3686] = 2202, - [3687] = 2118, - [3688] = 2117, - [3689] = 3680, - [3690] = 3690, - [3691] = 839, - [3692] = 2212, - [3693] = 2083, - [3694] = 875, - [3695] = 2213, - [3696] = 881, - [3697] = 852, - [3698] = 3680, - [3699] = 2029, - [3700] = 2025, - [3701] = 3701, - [3702] = 2088, - [3703] = 854, - [3704] = 3668, - [3705] = 3667, - [3706] = 3668, - [3707] = 3667, - [3708] = 3680, - [3709] = 2093, - [3710] = 857, - [3711] = 1914, - [3712] = 2270, - [3713] = 3713, - [3714] = 2279, - [3715] = 2280, - [3716] = 858, - [3717] = 3713, - [3718] = 2081, - [3719] = 2078, - [3720] = 722, - [3721] = 887, - [3722] = 1954, - [3723] = 884, - [3724] = 838, - [3725] = 2097, - [3726] = 2077, - [3727] = 3727, + [3681] = 3681, + [3682] = 3682, + [3683] = 3679, + [3684] = 3681, + [3685] = 3682, + [3686] = 3679, + [3687] = 3681, + [3688] = 881, + [3689] = 3682, + [3690] = 3679, + [3691] = 3681, + [3692] = 3682, + [3693] = 3679, + [3694] = 3681, + [3695] = 3682, + [3696] = 3679, + [3697] = 3681, + [3698] = 3682, + [3699] = 3679, + [3700] = 3681, + [3701] = 3682, + [3702] = 3679, + [3703] = 3681, + [3704] = 3682, + [3705] = 3679, + [3706] = 3681, + [3707] = 3682, + [3708] = 3679, + [3709] = 3681, + [3710] = 3682, + [3711] = 3711, + [3712] = 3679, + [3713] = 3681, + [3714] = 3682, + [3715] = 3679, + [3716] = 3681, + [3717] = 3682, + [3718] = 3679, + [3719] = 3681, + [3720] = 3682, + [3721] = 3679, + [3722] = 3681, + [3723] = 3682, + [3724] = 3679, + [3725] = 3681, + [3726] = 3682, + [3727] = 3679, [3728] = 3728, - [3729] = 860, - [3730] = 2285, - [3731] = 3713, - [3732] = 868, - [3733] = 2209, - [3734] = 878, - [3735] = 869, - [3736] = 877, - [3737] = 853, - [3738] = 880, - [3739] = 885, - [3740] = 866, - [3741] = 725, - [3742] = 886, - [3743] = 872, - [3744] = 876, - [3745] = 3713, - [3746] = 3680, - [3747] = 724, - [3748] = 850, - [3749] = 3667, - [3750] = 1947, - [3751] = 3668, - [3752] = 1948, - [3753] = 2022, - [3754] = 3754, - [3755] = 2023, - [3756] = 3713, - [3757] = 844, - [3758] = 2115, - [3759] = 3680, - [3760] = 3667, - [3761] = 2031, - [3762] = 840, - [3763] = 3668, - [3764] = 2051, - [3765] = 3680, - [3766] = 846, - [3767] = 3713, - [3768] = 2160, - [3769] = 3667, - [3770] = 3668, - [3771] = 847, - [3772] = 2079, - [3773] = 3773, - [3774] = 3774, - [3775] = 3680, - [3776] = 3667, - [3777] = 3777, - [3778] = 3668, - [3779] = 3680, - [3780] = 2165, - [3781] = 2166, - [3782] = 3713, - [3783] = 2080, - [3784] = 3667, - [3785] = 3668, - [3786] = 3667, - [3787] = 3680, - [3788] = 3668, - [3789] = 3680, - [3790] = 3668, - [3791] = 3667, - [3792] = 3668, - [3793] = 2172, - [3794] = 3794, - [3795] = 3680, - [3796] = 3667, - [3797] = 3668, - [3798] = 3680, - [3799] = 3667, - [3800] = 3667, - [3801] = 3668, - [3802] = 3680, - [3803] = 2160, - [3804] = 3667, - [3805] = 3680, - [3806] = 3668, - [3807] = 3680, - [3808] = 3668, - [3809] = 1936, - [3810] = 2204, - [3811] = 3667, - [3812] = 3667, - [3813] = 3813, - [3814] = 3680, - [3815] = 3668, - [3816] = 3667, - [3817] = 3668, - [3818] = 1935, - [3819] = 3680, - [3820] = 3667, - [3821] = 3668, - [3822] = 3822, - [3823] = 3680, - [3824] = 3680, - [3825] = 3667, - [3826] = 3668, - [3827] = 3667, - [3828] = 3680, - [3829] = 3668, - [3830] = 3668, - [3831] = 2177, - [3832] = 3667, - [3833] = 3680, - [3834] = 2179, - [3835] = 3667, - [3836] = 2274, - [3837] = 2271, - [3838] = 3668, - [3839] = 3680, - [3840] = 2172, - [3841] = 3667, - [3842] = 2183, - [3843] = 3668, - [3844] = 2267, - [3845] = 3680, - [3846] = 3668, - [3847] = 3667, - [3848] = 2029, - [3849] = 3680, - [3850] = 2184, - [3851] = 2116, - [3852] = 3667, - [3853] = 3668, - [3854] = 3680, - [3855] = 3667, - [3856] = 2265, - [3857] = 3668, - [3858] = 3680, - [3859] = 3667, - [3860] = 3668, - [3861] = 2054, - [3862] = 3680, - [3863] = 3667, - [3864] = 3668, - [3865] = 2184, - [3866] = 724, - [3867] = 3668, - [3868] = 3680, - [3869] = 3667, - [3870] = 3680, - [3871] = 3668, - [3872] = 2168, - [3873] = 3667, - [3874] = 3680, - [3875] = 3668, - [3876] = 3668, - [3877] = 3667, - [3878] = 2186, - [3879] = 3680, - [3880] = 3754, - [3881] = 3680, - [3882] = 725, - [3883] = 3680, - [3884] = 3667, - [3885] = 3668, - [3886] = 3667, - [3887] = 3680, - [3888] = 3668, - [3889] = 3667, - [3890] = 3890, - [3891] = 3668, - [3892] = 3680, - [3893] = 3680, - [3894] = 2214, - [3895] = 3667, - [3896] = 3668, - [3897] = 3680, - [3898] = 3667, - [3899] = 2187, - [3900] = 3668, - [3901] = 3680, - [3902] = 2193, - [3903] = 2197, - [3904] = 2208, - [3905] = 3667, - [3906] = 3668, - [3907] = 3668, - [3908] = 3667, - [3909] = 2206, - [3910] = 1954, - [3911] = 2025, - [3912] = 2274, - [3913] = 2271, - [3914] = 3680, - [3915] = 3667, - [3916] = 2083, - [3917] = 3917, - [3918] = 2267, - [3919] = 2265, - [3920] = 3668, - [3921] = 2203, - [3922] = 2088, - [3923] = 3680, - [3924] = 3667, - [3925] = 3668, - [3926] = 2093, - [3927] = 2097, - [3928] = 3680, - [3929] = 2115, - [3930] = 3668, - [3931] = 2226, - [3932] = 3680, - [3933] = 2165, - [3934] = 2166, - [3935] = 862, - [3936] = 2177, - [3937] = 2179, - [3938] = 3667, - [3939] = 2183, - [3940] = 3680, - [3941] = 3668, - [3942] = 3667, - [3943] = 2186, - [3944] = 2226, - [3945] = 3680, - [3946] = 3668, - [3947] = 2193, - [3948] = 3667, - [3949] = 3667, - [3950] = 3680, - [3951] = 3668, - [3952] = 2197, - [3953] = 2278, - [3954] = 3667, - [3955] = 2214, - [3956] = 2205, - [3957] = 3957, + [3729] = 3681, + [3730] = 726, + [3731] = 3682, + [3732] = 3732, + [3733] = 3679, + [3734] = 3681, + [3735] = 3682, + [3736] = 3679, + [3737] = 3681, + [3738] = 3682, + [3739] = 2099, + [3740] = 3679, + [3741] = 3681, + [3742] = 3682, + [3743] = 3679, + [3744] = 3681, + [3745] = 3682, + [3746] = 3679, + [3747] = 3681, + [3748] = 3682, + [3749] = 3679, + [3750] = 3681, + [3751] = 3682, + [3752] = 3679, + [3753] = 1914, + [3754] = 3681, + [3755] = 1980, + [3756] = 3682, + [3757] = 3679, + [3758] = 3681, + [3759] = 3682, + [3760] = 3679, + [3761] = 858, + [3762] = 3681, + [3763] = 3682, + [3764] = 3679, + [3765] = 3681, + [3766] = 3682, + [3767] = 2280, + [3768] = 2067, + [3769] = 2049, + [3770] = 3679, + [3771] = 3681, + [3772] = 3682, + [3773] = 3679, + [3774] = 861, + [3775] = 3681, + [3776] = 853, + [3777] = 3682, + [3778] = 3679, + [3779] = 3681, + [3780] = 3682, + [3781] = 3679, + [3782] = 3681, + [3783] = 1985, + [3784] = 1919, + [3785] = 2047, + [3786] = 3682, + [3787] = 2124, + [3788] = 2126, + [3789] = 3679, + [3790] = 2127, + [3791] = 3681, + [3792] = 3682, + [3793] = 3679, + [3794] = 3681, + [3795] = 3682, + [3796] = 3679, + [3797] = 3681, + [3798] = 3682, + [3799] = 3679, + [3800] = 3681, + [3801] = 2130, + [3802] = 2143, + [3803] = 3682, + [3804] = 3679, + [3805] = 3681, + [3806] = 2039, + [3807] = 2153, + [3808] = 3808, + [3809] = 3809, + [3810] = 3682, + [3811] = 3679, + [3812] = 3681, + [3813] = 3682, + [3814] = 2182, + [3815] = 3679, + [3816] = 2195, + [3817] = 3681, + [3818] = 3682, + [3819] = 2028, + [3820] = 3679, + [3821] = 3681, + [3822] = 876, + [3823] = 3682, + [3824] = 3679, + [3825] = 854, + [3826] = 869, + [3827] = 2224, + [3828] = 2222, + [3829] = 2199, + [3830] = 2170, + [3831] = 874, + [3832] = 841, + [3833] = 863, + [3834] = 851, + [3835] = 857, + [3836] = 859, + [3837] = 868, + [3838] = 886, + [3839] = 846, + [3840] = 3681, + [3841] = 3682, + [3842] = 855, + [3843] = 883, + [3844] = 2164, + [3845] = 2155, + [3846] = 2134, + [3847] = 1989, + [3848] = 1973, + [3849] = 1962, + [3850] = 2180, + [3851] = 2231, + [3852] = 838, + [3853] = 877, + [3854] = 867, + [3855] = 882, + [3856] = 884, + [3857] = 862, + [3858] = 3679, + [3859] = 721, + [3860] = 887, + [3861] = 3681, + [3862] = 2230, + [3863] = 2022, + [3864] = 2225, + [3865] = 2219, + [3866] = 2174, + [3867] = 2151, + [3868] = 2094, + [3869] = 1923, + [3870] = 2054, + [3871] = 3682, + [3872] = 2066, + [3873] = 3679, + [3874] = 2128, + [3875] = 2136, + [3876] = 725, + [3877] = 2137, + [3878] = 871, + [3879] = 3681, + [3880] = 849, + [3881] = 725, + [3882] = 842, + [3883] = 3682, + [3884] = 3679, + [3885] = 3681, + [3886] = 3682, + [3887] = 3679, + [3888] = 2139, + [3889] = 2140, + [3890] = 2141, + [3891] = 2189, + [3892] = 721, + [3893] = 3681, + [3894] = 3682, + [3895] = 2192, + [3896] = 3679, + [3897] = 3681, + [3898] = 3682, + [3899] = 2258, + [3900] = 3679, + [3901] = 3681, + [3902] = 3682, + [3903] = 2251, + [3904] = 2239, + [3905] = 2162, + [3906] = 2156, + [3907] = 2087, + [3908] = 1964, + [3909] = 1981, + [3910] = 1982, + [3911] = 2159, + [3912] = 2129, + [3913] = 3679, + [3914] = 3681, + [3915] = 3682, + [3916] = 2108, + [3917] = 3679, + [3918] = 3681, + [3919] = 3682, + [3920] = 2015, + [3921] = 3679, + [3922] = 2013, + [3923] = 2291, + [3924] = 2177, + [3925] = 2176, + [3926] = 2053, + [3927] = 2186, + [3928] = 2163, + [3929] = 1944, + [3930] = 2130, + [3931] = 2180, + [3932] = 3932, + [3933] = 2099, + [3934] = 1914, + [3935] = 2067, + [3936] = 3681, + [3937] = 3682, + [3938] = 2049, + [3939] = 3679, + [3940] = 3681, + [3941] = 3682, + [3942] = 1985, + [3943] = 3679, + [3944] = 3681, + [3945] = 3682, + [3946] = 3680, + [3947] = 3680, + [3948] = 3680, + [3949] = 1919, + [3950] = 2047, + [3951] = 3680, + [3952] = 2280, + [3953] = 2124, + [3954] = 2126, + [3955] = 2127, + [3956] = 3680, + [3957] = 2143, [3958] = 3680, - [3959] = 2203, - [3960] = 3667, - [3961] = 2204, - [3962] = 3667, - [3963] = 3668, - [3964] = 3680, - [3965] = 3668, - [3966] = 848, - [3967] = 3680, - [3968] = 3667, - [3969] = 3668, - [3970] = 3667, - [3971] = 3680, - [3972] = 3668, - [3973] = 2205, - [3974] = 2206, - [3975] = 2208, - [3976] = 3667, - [3977] = 3680, - [3978] = 3978, - [3979] = 3979, - [3980] = 3980, - [3981] = 3979, - [3982] = 3980, - [3983] = 3978, - [3984] = 2191, + [3959] = 3959, + [3960] = 3960, + [3961] = 1980, + [3962] = 3679, + [3963] = 3681, + [3964] = 2039, + [3965] = 2153, + [3966] = 2182, + [3967] = 2195, + [3968] = 3682, + [3969] = 2028, + [3970] = 2224, + [3971] = 1923, + [3972] = 2222, + [3973] = 1962, + [3974] = 1973, + [3975] = 1989, + [3976] = 845, + [3977] = 2134, + [3978] = 2155, + [3979] = 2164, + [3980] = 2170, + [3981] = 2199, + [3982] = 3982, + [3983] = 3983, + [3984] = 3984, [3985] = 3985, [3986] = 3986, - [3987] = 3979, - [3988] = 3978, - [3989] = 3979, - [3990] = 3980, - [3991] = 3991, - [3992] = 2192, + [3987] = 3984, + [3988] = 3986, + [3989] = 3989, + [3990] = 3990, + [3991] = 3983, + [3992] = 3984, [3993] = 3993, - [3994] = 2200, - [3995] = 3979, - [3996] = 3978, - [3997] = 3980, + [3994] = 3994, + [3995] = 3995, + [3996] = 3986, + [3997] = 3997, [3998] = 3998, - [3999] = 3978, - [4000] = 4000, - [4001] = 3979, - [4002] = 3978, - [4003] = 3980, - [4004] = 3980, - [4005] = 3980, - [4006] = 2201, - [4007] = 4007, - [4008] = 3978, - [4009] = 4009, - [4010] = 3979, - [4011] = 3979, + [3999] = 3999, + [4000] = 3983, + [4001] = 3998, + [4002] = 4002, + [4003] = 3986, + [4004] = 4004, + [4005] = 3982, + [4006] = 3982, + [4007] = 3998, + [4008] = 4004, + [4009] = 3984, + [4010] = 3998, + [4011] = 4004, [4012] = 3998, - [4013] = 3978, - [4014] = 3980, - [4015] = 3980, - [4016] = 4016, - [4017] = 3980, - [4018] = 3978, - [4019] = 3979, - [4020] = 3978, - [4021] = 3998, - [4022] = 4022, - [4023] = 3980, - [4024] = 2190, - [4025] = 3979, - [4026] = 3980, + [4013] = 4004, + [4014] = 3998, + [4015] = 4015, + [4016] = 4004, + [4017] = 3998, + [4018] = 4018, + [4019] = 3983, + [4020] = 835, + [4021] = 3986, + [4022] = 3998, + [4023] = 1944, + [4024] = 3984, + [4025] = 2163, + [4026] = 4026, [4027] = 4027, - [4028] = 3979, - [4029] = 3978, - [4030] = 3980, - [4031] = 2278, - [4032] = 3978, + [4028] = 3982, + [4029] = 3998, + [4030] = 4030, + [4031] = 3998, + [4032] = 4032, [4033] = 3998, - [4034] = 3980, - [4035] = 3980, - [4036] = 3978, - [4037] = 4037, - [4038] = 3979, - [4039] = 3979, - [4040] = 4040, - [4041] = 4041, - [4042] = 2175, - [4043] = 3998, - [4044] = 3980, - [4045] = 3978, - [4046] = 4046, - [4047] = 3979, - [4048] = 4037, - [4049] = 724, - [4050] = 3979, - [4051] = 3978, - [4052] = 2195, - [4053] = 2174, - [4054] = 3980, - [4055] = 2209, - [4056] = 3980, - [4057] = 725, - [4058] = 3978, - [4059] = 3979, - [4060] = 2031, - [4061] = 3978, - [4062] = 2173, - [4063] = 3979, - [4064] = 3980, - [4065] = 4065, - [4066] = 3979, - [4067] = 3978, - [4068] = 3979, - [4069] = 4037, - [4070] = 3978, - [4071] = 2168, - [4072] = 3980, - [4073] = 4073, - [4074] = 4074, - [4075] = 3998, - [4076] = 4076, + [4034] = 3998, + [4035] = 4035, + [4036] = 3983, + [4037] = 3986, + [4038] = 3984, + [4039] = 2186, + [4040] = 3998, + [4041] = 3983, + [4042] = 3998, + [4043] = 3986, + [4044] = 3998, + [4045] = 3998, + [4046] = 3998, + [4047] = 3998, + [4048] = 3998, + [4049] = 3986, + [4050] = 3998, + [4051] = 3998, + [4052] = 3998, + [4053] = 3998, + [4054] = 3998, + [4055] = 3982, + [4056] = 4056, + [4057] = 3998, + [4058] = 2258, + [4059] = 725, + [4060] = 3984, + [4061] = 3998, + [4062] = 3983, + [4063] = 3998, + [4064] = 2053, + [4065] = 3986, + [4066] = 3984, + [4067] = 721, + [4068] = 3983, + [4069] = 2176, + [4070] = 2177, + [4071] = 3986, + [4072] = 3998, + [4073] = 3984, + [4074] = 3983, + [4075] = 2291, + [4076] = 3998, [4077] = 3998, - [4078] = 4000, - [4079] = 2118, + [4078] = 3986, + [4079] = 3984, [4080] = 4080, - [4081] = 3998, - [4082] = 3979, - [4083] = 3978, - [4084] = 724, - [4085] = 4000, - [4086] = 3980, - [4087] = 3980, - [4088] = 3980, - [4089] = 3998, - [4090] = 2187, - [4091] = 725, - [4092] = 3979, - [4093] = 3979, - [4094] = 3980, - [4095] = 3978, - [4096] = 3979, - [4097] = 3993, - [4098] = 4000, - [4099] = 4022, - [4100] = 3979, - [4101] = 4041, - [4102] = 3978, - [4103] = 3980, - [4104] = 4016, - [4105] = 3978, - [4106] = 3978, - [4107] = 4037, - [4108] = 3980, - [4109] = 3979, - [4110] = 4022, - [4111] = 3979, - [4112] = 3998, - [4113] = 4041, - [4114] = 3979, - [4115] = 2082, - [4116] = 3979, + [4081] = 4081, + [4082] = 3983, + [4083] = 3986, + [4084] = 3984, + [4085] = 4085, + [4086] = 2013, + [4087] = 2015, + [4088] = 3982, + [4089] = 4089, + [4090] = 4090, + [4091] = 3983, + [4092] = 2108, + [4093] = 2129, + [4094] = 725, + [4095] = 3986, + [4096] = 3984, + [4097] = 3983, + [4098] = 3986, + [4099] = 3984, + [4100] = 2052, + [4101] = 721, + [4102] = 1982, + [4103] = 1981, + [4104] = 4104, + [4105] = 1964, + [4106] = 2087, + [4107] = 4107, + [4108] = 4080, + [4109] = 2156, + [4110] = 2159, + [4111] = 2162, + [4112] = 4085, + [4113] = 3983, + [4114] = 2239, + [4115] = 4115, + [4116] = 4116, [4117] = 4117, - [4118] = 4009, - [4119] = 862, - [4120] = 3998, - [4121] = 3980, - [4122] = 2202, - [4123] = 3978, - [4124] = 3991, - [4125] = 3979, - [4126] = 4126, - [4127] = 3978, - [4128] = 4040, - [4129] = 3980, - [4130] = 796, - [4131] = 3998, - [4132] = 722, - [4133] = 4133, - [4134] = 3979, - [4135] = 3980, - [4136] = 2116, - [4137] = 3978, - [4138] = 3978, - [4139] = 4139, - [4140] = 3980, - [4141] = 4141, - [4142] = 4142, - [4143] = 3978, - [4144] = 3998, - [4145] = 4117, - [4146] = 3978, - [4147] = 3979, - [4148] = 3978, - [4149] = 3980, - [4150] = 3978, - [4151] = 3980, - [4152] = 3978, - [4153] = 3979, + [4118] = 2251, + [4119] = 4119, + [4120] = 3983, + [4121] = 2192, + [4122] = 3984, + [4123] = 4116, + [4124] = 721, + [4125] = 4125, + [4126] = 2191, + [4127] = 2189, + [4128] = 3986, + [4129] = 881, + [4130] = 3986, + [4131] = 2141, + [4132] = 2140, + [4133] = 2139, + [4134] = 2137, + [4135] = 2136, + [4136] = 2128, + [4137] = 3984, + [4138] = 2066, + [4139] = 2054, + [4140] = 4140, + [4141] = 3983, + [4142] = 3986, + [4143] = 2094, + [4144] = 2151, + [4145] = 2174, + [4146] = 4146, + [4147] = 3984, + [4148] = 2219, + [4149] = 2225, + [4150] = 3984, + [4151] = 4080, + [4152] = 4085, + [4153] = 2022, [4154] = 4154, - [4155] = 4000, - [4156] = 4156, - [4157] = 2081, - [4158] = 3980, - [4159] = 724, - [4160] = 3980, - [4161] = 2080, - [4162] = 3979, - [4163] = 4163, - [4164] = 4164, - [4165] = 3998, - [4166] = 3978, - [4167] = 2079, - [4168] = 3978, - [4169] = 3980, - [4170] = 4117, - [4171] = 4171, - [4172] = 2051, - [4173] = 3979, - [4174] = 3979, - [4175] = 3978, - [4176] = 3980, - [4177] = 3998, - [4178] = 3998, - [4179] = 4179, - [4180] = 2211, - [4181] = 4179, - [4182] = 2212, - [4183] = 2078, - [4184] = 2077, - [4185] = 3991, - [4186] = 3979, - [4187] = 3978, - [4188] = 3980, - [4189] = 3985, - [4190] = 4179, - [4191] = 4037, - [4192] = 2213, - [4193] = 725, - [4194] = 4041, - [4195] = 3998, - [4196] = 3979, - [4197] = 4022, - [4198] = 4040, - [4199] = 3998, - [4200] = 4171, - [4201] = 4201, - [4202] = 4117, - [4203] = 3978, - [4204] = 4179, - [4205] = 3980, - [4206] = 4179, - [4207] = 3979, - [4208] = 4179, - [4209] = 4041, - [4210] = 4022, - [4211] = 3979, - [4212] = 3978, - [4213] = 1936, - [4214] = 3980, - [4215] = 4037, - [4216] = 1935, - [4217] = 3998, - [4218] = 2023, - [4219] = 3998, - [4220] = 2022, - [4221] = 3991, - [4222] = 3980, - [4223] = 3978, - [4224] = 3979, - [4225] = 3978, - [4226] = 3980, - [4227] = 3979, - [4228] = 4164, - [4229] = 1914, - [4230] = 4041, - [4231] = 3998, - [4232] = 4156, - [4233] = 3979, - [4234] = 3978, - [4235] = 3979, - [4236] = 3978, - [4237] = 3980, - [4238] = 2270, - [4239] = 4117, - [4240] = 3979, - [4241] = 3991, - [4242] = 3978, - [4243] = 3980, - [4244] = 3980, - [4245] = 3991, - [4246] = 1948, - [4247] = 1947, - [4248] = 3979, - [4249] = 3978, - [4250] = 3980, - [4251] = 4000, - [4252] = 4252, - [4253] = 3998, - [4254] = 4040, - [4255] = 4255, - [4256] = 3979, - [4257] = 3980, - [4258] = 3979, - [4259] = 3978, - [4260] = 3980, - [4261] = 3978, - [4262] = 3979, - [4263] = 4179, - [4264] = 4041, - [4265] = 3978, - [4266] = 4266, - [4267] = 3980, - [4268] = 3979, - [4269] = 3980, - [4270] = 3998, - [4271] = 2117, - [4272] = 4272, - [4273] = 4117, - [4274] = 4040, - [4275] = 4275, - [4276] = 3979, - [4277] = 4022, - [4278] = 4252, - [4279] = 3978, - [4280] = 4255, - [4281] = 4037, - [4282] = 3998, - [4283] = 3980, - [4284] = 3978, - [4285] = 3979, - [4286] = 3979, - [4287] = 4040, - [4288] = 4076, - [4289] = 3998, - [4290] = 4290, - [4291] = 4073, - [4292] = 4292, - [4293] = 3998, - [4294] = 3978, - [4295] = 3980, - [4296] = 4040, - [4297] = 3980, - [4298] = 3998, - [4299] = 2285, - [4300] = 3978, - [4301] = 3998, - [4302] = 4065, - [4303] = 4074, - [4304] = 2280, - [4305] = 3998, - [4306] = 3979, - [4307] = 4307, - [4308] = 4080, - [4309] = 3978, - [4310] = 4310, - [4311] = 3980, - [4312] = 3998, - [4313] = 2279, - [4314] = 4000, - [4315] = 839, - [4316] = 1935, - [4317] = 887, - [4318] = 848, - [4319] = 868, - [4320] = 878, - [4321] = 869, - [4322] = 877, - [4323] = 853, - [4324] = 880, - [4325] = 872, - [4326] = 4275, - [4327] = 886, - [4328] = 885, - [4329] = 866, - [4330] = 857, - [4331] = 854, - [4332] = 850, - [4333] = 852, - [4334] = 846, - [4335] = 876, - [4336] = 881, - [4337] = 4275, - [4338] = 724, - [4339] = 725, - [4340] = 2280, - [4341] = 858, - [4342] = 862, - [4343] = 2285, - [4344] = 2187, - [4345] = 2279, - [4346] = 2278, - [4347] = 2270, - [4348] = 1914, - [4349] = 2213, - [4350] = 2201, - [4351] = 1936, - [4352] = 875, - [4353] = 840, - [4354] = 2212, - [4355] = 847, - [4356] = 1947, - [4357] = 1948, - [4358] = 844, - [4359] = 860, - [4360] = 838, - [4361] = 2022, - [4362] = 2023, - [4363] = 884, - [4364] = 2031, - [4365] = 2051, - [4366] = 2077, - [4367] = 2078, - [4368] = 2079, - [4369] = 2080, - [4370] = 2081, - [4371] = 2082, - [4372] = 2116, - [4373] = 2211, - [4374] = 2209, - [4375] = 2117, - [4376] = 2118, - [4377] = 2202, - [4378] = 2168, - [4379] = 2173, - [4380] = 2174, - [4381] = 2195, - [4382] = 2175, - [4383] = 2190, - [4384] = 2191, - [4385] = 2192, - [4386] = 2200, - [4387] = 4387, - [4388] = 4387, - [4389] = 4387, - [4390] = 796, - [4391] = 4275, - [4392] = 4387, - [4393] = 4393, - [4394] = 4275, - [4395] = 862, - [4396] = 4387, - [4397] = 4387, - [4398] = 4387, - [4399] = 4387, - [4400] = 2187, - [4401] = 860, - [4402] = 876, - [4403] = 872, - [4404] = 886, - [4405] = 866, - [4406] = 1947, - [4407] = 2209, - [4408] = 2022, - [4409] = 2023, - [4410] = 2051, - [4411] = 885, - [4412] = 2079, - [4413] = 880, - [4414] = 2080, - [4415] = 877, - [4416] = 2116, - [4417] = 2278, - [4418] = 869, - [4419] = 868, - [4420] = 4420, - [4421] = 796, - [4422] = 862, - [4423] = 850, - [4424] = 838, - [4425] = 858, - [4426] = 857, - [4427] = 848, - [4428] = 854, - [4429] = 852, - [4430] = 847, - [4431] = 840, - [4432] = 846, - [4433] = 796, - [4434] = 844, - [4435] = 853, - [4436] = 1948, - [4437] = 878, - [4438] = 884, - [4439] = 887, - [4440] = 839, - [4441] = 796, - [4442] = 875, - [4443] = 4443, - [4444] = 881, - [4445] = 854, - [4446] = 840, - [4447] = 847, - [4448] = 847, - [4449] = 846, - [4450] = 846, - [4451] = 875, - [4452] = 4452, - [4453] = 796, - [4454] = 844, - [4455] = 4455, - [4456] = 796, - [4457] = 862, - [4458] = 850, - [4459] = 876, - [4460] = 839, - [4461] = 872, - [4462] = 886, - [4463] = 1210, - [4464] = 4464, - [4465] = 887, - [4466] = 4466, - [4467] = 866, - [4468] = 4468, - [4469] = 885, - [4470] = 880, - [4471] = 875, - [4472] = 881, - [4473] = 877, - [4474] = 869, - [4475] = 884, - [4476] = 868, - [4477] = 839, - [4478] = 887, - [4479] = 884, - [4480] = 796, - [4481] = 844, - [4482] = 860, - [4483] = 838, - [4484] = 878, - [4485] = 858, - [4486] = 857, - [4487] = 4487, - [4488] = 878, - [4489] = 854, - [4490] = 852, - [4491] = 840, - [4492] = 853, - [4493] = 853, - [4494] = 869, - [4495] = 878, - [4496] = 4275, - [4497] = 881, - [4498] = 4498, - [4499] = 840, - [4500] = 884, - [4501] = 887, - [4502] = 839, - [4503] = 850, - [4504] = 876, - [4505] = 4464, - [4506] = 872, - [4507] = 886, - [4508] = 881, - [4509] = 4509, - [4510] = 848, - [4511] = 875, - [4512] = 850, - [4513] = 2576, - [4514] = 876, - [4515] = 848, - [4516] = 866, - [4517] = 872, - [4518] = 886, - [4519] = 844, - [4520] = 885, - [4521] = 866, - [4522] = 885, - [4523] = 880, - [4524] = 880, - [4525] = 877, - [4526] = 869, - [4527] = 877, - [4528] = 868, - [4529] = 848, - [4530] = 846, - [4531] = 868, - [4532] = 860, - [4533] = 838, - [4534] = 862, - [4535] = 847, - [4536] = 862, - [4537] = 858, - [4538] = 857, - [4539] = 854, - [4540] = 852, - [4541] = 853, - [4542] = 4487, - [4543] = 860, - [4544] = 838, - [4545] = 852, - [4546] = 857, - [4547] = 858, - [4548] = 4548, - [4549] = 887, - [4550] = 4548, - [4551] = 839, - [4552] = 876, - [4553] = 887, - [4554] = 850, - [4555] = 884, - [4556] = 846, - [4557] = 4557, - [4558] = 4558, - [4559] = 796, - [4560] = 881, - [4561] = 844, - [4562] = 862, - [4563] = 878, - [4564] = 3001, - [4565] = 4565, - [4566] = 847, - [4567] = 847, - [4568] = 846, - [4569] = 844, - [4570] = 875, - [4571] = 848, - [4572] = 796, - [4573] = 848, - [4574] = 862, - [4575] = 847, - [4576] = 846, - [4577] = 4577, - [4578] = 844, - [4579] = 853, - [4580] = 875, + [4155] = 3983, + [4156] = 3986, + [4157] = 4157, + [4158] = 4115, + [4159] = 4117, + [4160] = 3983, + [4161] = 3986, + [4162] = 3984, + [4163] = 2230, + [4164] = 2231, + [4165] = 4119, + [4166] = 3984, + [4167] = 4116, + [4168] = 3986, + [4169] = 725, + [4170] = 4080, + [4171] = 3984, + [4172] = 4085, + [4173] = 3986, + [4174] = 3983, + [4175] = 3984, + [4176] = 4119, + [4177] = 4002, + [4178] = 4115, + [4179] = 3983, + [4180] = 3986, + [4181] = 3984, + [4182] = 4182, + [4183] = 3983, + [4184] = 4117, + [4185] = 4119, + [4186] = 4117, + [4187] = 3982, + [4188] = 3984, + [4189] = 4116, + [4190] = 4190, + [4191] = 3986, + [4192] = 3984, + [4193] = 3983, + [4194] = 3986, + [4195] = 3986, + [4196] = 4196, + [4197] = 4080, + [4198] = 4085, + [4199] = 3983, + [4200] = 4115, + [4201] = 4117, + [4202] = 3984, + [4203] = 4119, + [4204] = 3984, + [4205] = 4116, + [4206] = 3986, + [4207] = 3983, + [4208] = 3986, + [4209] = 3984, + [4210] = 4080, + [4211] = 4085, + [4212] = 4115, + [4213] = 3983, + [4214] = 4115, + [4215] = 4117, + [4216] = 4119, + [4217] = 3983, + [4218] = 3984, + [4219] = 3986, + [4220] = 4116, + [4221] = 4221, + [4222] = 3986, + [4223] = 4223, + [4224] = 3984, + [4225] = 4080, + [4226] = 3983, + [4227] = 3983, + [4228] = 4115, + [4229] = 3986, + [4230] = 3984, + [4231] = 4119, + [4232] = 3984, + [4233] = 3983, + [4234] = 3986, + [4235] = 3984, + [4236] = 4116, + [4237] = 3983, + [4238] = 3986, + [4239] = 3984, + [4240] = 3983, + [4241] = 3986, + [4242] = 3984, + [4243] = 3983, + [4244] = 3986, + [4245] = 726, + [4246] = 3983, + [4247] = 3984, + [4248] = 3986, + [4249] = 3983, + [4250] = 3999, + [4251] = 3986, + [4252] = 4154, + [4253] = 3984, + [4254] = 4182, + [4255] = 3983, + [4256] = 3986, + [4257] = 3984, + [4258] = 3984, + [4259] = 3983, + [4260] = 3986, + [4261] = 3986, + [4262] = 3984, + [4263] = 3983, + [4264] = 3984, + [4265] = 3986, + [4266] = 3983, + [4267] = 3984, + [4268] = 3986, + [4269] = 3983, + [4270] = 4270, + [4271] = 3984, + [4272] = 3986, + [4273] = 3983, + [4274] = 3985, + [4275] = 3986, + [4276] = 3984, + [4277] = 3983, + [4278] = 3989, + [4279] = 3983, + [4280] = 4004, + [4281] = 3986, + [4282] = 3984, + [4283] = 3984, + [4284] = 4196, + [4285] = 3983, + [4286] = 4190, + [4287] = 3986, + [4288] = 3983, + [4289] = 3983, + [4290] = 3984, + [4291] = 3986, + [4292] = 3983, + [4293] = 3986, + [4294] = 3984, + [4295] = 3984, + [4296] = 4104, + [4297] = 3986, + [4298] = 3983, + [4299] = 4090, + [4300] = 3984, + [4301] = 3986, + [4302] = 3983, + [4303] = 4089, + [4304] = 4018, + [4305] = 3984, + [4306] = 3983, + [4307] = 4015, + [4308] = 3986, + [4309] = 4027, + [4310] = 3984, + [4311] = 3983, + [4312] = 3986, + [4313] = 3984, + [4314] = 3986, + [4315] = 3983, + [4316] = 3983, + [4317] = 3983, + [4318] = 3983, + [4319] = 3986, + [4320] = 3984, + [4321] = 841, + [4322] = 846, + [4323] = 881, + [4324] = 2156, + [4325] = 2140, + [4326] = 2139, + [4327] = 861, + [4328] = 2137, + [4329] = 854, + [4330] = 2136, + [4331] = 869, + [4332] = 2128, + [4333] = 867, + [4334] = 858, + [4335] = 874, + [4336] = 863, + [4337] = 725, + [4338] = 849, + [4339] = 2066, + [4340] = 2054, + [4341] = 2053, + [4342] = 842, + [4343] = 2052, + [4344] = 1982, + [4345] = 871, + [4346] = 2189, + [4347] = 2191, + [4348] = 2192, + [4349] = 887, + [4350] = 721, + [4351] = 855, + [4352] = 4270, + [4353] = 2129, + [4354] = 2108, + [4355] = 1981, + [4356] = 1944, + [4357] = 851, + [4358] = 2258, + [4359] = 2251, + [4360] = 2239, + [4361] = 2094, + [4362] = 2151, + [4363] = 2174, + [4364] = 2176, + [4365] = 2177, + [4366] = 2219, + [4367] = 2225, + [4368] = 857, + [4369] = 2291, + [4370] = 859, + [4371] = 845, + [4372] = 883, + [4373] = 838, + [4374] = 2231, + [4375] = 877, + [4376] = 2230, + [4377] = 2186, + [4378] = 868, + [4379] = 2163, + [4380] = 2162, + [4381] = 2159, + [4382] = 2141, + [4383] = 2022, + [4384] = 886, + [4385] = 1964, + [4386] = 4270, + [4387] = 853, + [4388] = 882, + [4389] = 884, + [4390] = 862, + [4391] = 2087, + [4392] = 2013, + [4393] = 876, + [4394] = 2015, + [4395] = 4395, + [4396] = 4395, + [4397] = 4395, + [4398] = 4395, + [4399] = 4395, + [4400] = 4270, + [4401] = 4401, + [4402] = 4395, + [4403] = 835, + [4404] = 881, + [4405] = 4395, + [4406] = 4395, + [4407] = 4270, + [4408] = 849, + [4409] = 871, + [4410] = 835, + [4411] = 845, + [4412] = 846, + [4413] = 883, + [4414] = 855, + [4415] = 838, + [4416] = 863, + [4417] = 2129, + [4418] = 2108, + [4419] = 2015, + [4420] = 2013, + [4421] = 886, + [4422] = 2291, + [4423] = 868, + [4424] = 859, + [4425] = 2177, + [4426] = 2176, + [4427] = 857, + [4428] = 841, + [4429] = 877, + [4430] = 882, + [4431] = 2053, + [4432] = 874, + [4433] = 835, + [4434] = 869, + [4435] = 854, + [4436] = 884, + [4437] = 862, + [4438] = 861, + [4439] = 867, + [4440] = 851, + [4441] = 881, + [4442] = 2186, + [4443] = 835, + [4444] = 858, + [4445] = 2163, + [4446] = 887, + [4447] = 842, + [4448] = 876, + [4449] = 4449, + [4450] = 1944, + [4451] = 4451, + [4452] = 853, + [4453] = 838, + [4454] = 868, + [4455] = 835, + [4456] = 861, + [4457] = 858, + [4458] = 853, + [4459] = 842, + [4460] = 849, + [4461] = 871, + [4462] = 887, + [4463] = 862, + [4464] = 881, + [4465] = 4465, + [4466] = 884, + [4467] = 868, + [4468] = 882, + [4469] = 877, + [4470] = 838, + [4471] = 855, + [4472] = 846, + [4473] = 886, + [4474] = 854, + [4475] = 869, + [4476] = 854, + [4477] = 861, + [4478] = 869, + [4479] = 858, + [4480] = 1196, + [4481] = 857, + [4482] = 859, + [4483] = 851, + [4484] = 4484, + [4485] = 863, + [4486] = 4486, + [4487] = 853, + [4488] = 883, + [4489] = 4489, + [4490] = 841, + [4491] = 874, + [4492] = 882, + [4493] = 857, + [4494] = 835, + [4495] = 859, + [4496] = 2586, + [4497] = 4270, + [4498] = 876, + [4499] = 867, + [4500] = 867, + [4501] = 876, + [4502] = 4489, + [4503] = 883, + [4504] = 883, + [4505] = 868, + [4506] = 859, + [4507] = 4507, + [4508] = 874, + [4509] = 857, + [4510] = 841, + [4511] = 863, + [4512] = 851, + [4513] = 869, + [4514] = 842, + [4515] = 854, + [4516] = 845, + [4517] = 886, + [4518] = 846, + [4519] = 853, + [4520] = 858, + [4521] = 861, + [4522] = 842, + [4523] = 881, + [4524] = 849, + [4525] = 4525, + [4526] = 881, + [4527] = 871, + [4528] = 887, + [4529] = 849, + [4530] = 855, + [4531] = 862, + [4532] = 884, + [4533] = 835, + [4534] = 845, + [4535] = 877, + [4536] = 4536, + [4537] = 838, + [4538] = 855, + [4539] = 877, + [4540] = 4540, + [4541] = 882, + [4542] = 846, + [4543] = 886, + [4544] = 884, + [4545] = 862, + [4546] = 867, + [4547] = 851, + [4548] = 863, + [4549] = 841, + [4550] = 874, + [4551] = 845, + [4552] = 4484, + [4553] = 871, + [4554] = 876, + [4555] = 887, + [4556] = 887, + [4557] = 884, + [4558] = 849, + [4559] = 849, + [4560] = 876, + [4561] = 871, + [4562] = 869, + [4563] = 842, + [4564] = 876, + [4565] = 835, + [4566] = 874, + [4567] = 835, + [4568] = 4568, + [4569] = 4569, + [4570] = 887, + [4571] = 883, + [4572] = 853, + [4573] = 845, + [4574] = 841, + [4575] = 863, + [4576] = 851, + [4577] = 886, + [4578] = 881, + [4579] = 846, + [4580] = 862, [4581] = 881, [4582] = 4582, - [4583] = 839, - [4584] = 887, - [4585] = 884, - [4586] = 848, - [4587] = 878, - [4588] = 850, - [4589] = 840, - [4590] = 875, - [4591] = 876, - [4592] = 881, - [4593] = 852, - [4594] = 854, - [4595] = 796, - [4596] = 872, - [4597] = 857, - [4598] = 858, - [4599] = 886, - [4600] = 839, - [4601] = 4582, - [4602] = 4602, - [4603] = 866, - [4604] = 4604, - [4605] = 884, - [4606] = 838, - [4607] = 796, - [4608] = 885, - [4609] = 853, - [4610] = 860, - [4611] = 880, - [4612] = 877, - [4613] = 869, - [4614] = 868, - [4615] = 862, - [4616] = 868, - [4617] = 860, - [4618] = 838, - [4619] = 878, - [4620] = 840, - [4621] = 869, - [4622] = 877, - [4623] = 853, - [4624] = 852, - [4625] = 854, - [4626] = 796, - [4627] = 857, - [4628] = 858, - [4629] = 880, - [4630] = 4557, - [4631] = 872, - [4632] = 886, - [4633] = 885, - [4634] = 866, - [4635] = 866, - [4636] = 858, - [4637] = 885, - [4638] = 796, - [4639] = 880, - [4640] = 1210, - [4641] = 877, - [4642] = 869, - [4643] = 857, - [4644] = 868, - [4645] = 886, - [4646] = 854, - [4647] = 872, - [4648] = 840, - [4649] = 852, - [4650] = 860, - [4651] = 850, - [4652] = 838, - [4653] = 876, - [4654] = 4654, - [4655] = 846, - [4656] = 840, - [4657] = 844, - [4658] = 850, - [4659] = 850, - [4660] = 876, - [4661] = 4661, - [4662] = 857, - [4663] = 872, - [4664] = 886, - [4665] = 1954, - [4666] = 846, + [4583] = 874, + [4584] = 841, + [4585] = 853, + [4586] = 868, + [4587] = 861, + [4588] = 858, + [4589] = 853, + [4590] = 845, + [4591] = 859, + [4592] = 857, + [4593] = 871, + [4594] = 4594, + [4595] = 858, + [4596] = 869, + [4597] = 861, + [4598] = 4598, + [4599] = 854, + [4600] = 4600, + [4601] = 869, + [4602] = 857, + [4603] = 854, + [4604] = 859, + [4605] = 868, + [4606] = 845, + [4607] = 883, + [4608] = 842, + [4609] = 854, + [4610] = 851, + [4611] = 1196, + [4612] = 862, + [4613] = 863, + [4614] = 835, + [4615] = 884, + [4616] = 835, + [4617] = 861, + [4618] = 857, + [4619] = 835, + [4620] = 859, + [4621] = 4598, + [4622] = 4622, + [4623] = 858, + [4624] = 855, + [4625] = 838, + [4626] = 4626, + [4627] = 884, + [4628] = 868, + [4629] = 4600, + [4630] = 867, + [4631] = 886, + [4632] = 882, + [4633] = 846, + [4634] = 4568, + [4635] = 877, + [4636] = 855, + [4637] = 883, + [4638] = 876, + [4639] = 4639, + [4640] = 849, + [4641] = 874, + [4642] = 841, + [4643] = 863, + [4644] = 851, + [4645] = 3000, + [4646] = 886, + [4647] = 846, + [4648] = 855, + [4649] = 838, + [4650] = 877, + [4651] = 882, + [4652] = 835, + [4653] = 862, + [4654] = 881, + [4655] = 838, + [4656] = 867, + [4657] = 877, + [4658] = 887, + [4659] = 867, + [4660] = 882, + [4661] = 842, + [4662] = 871, + [4663] = 4663, + [4664] = 4664, + [4665] = 4663, + [4666] = 4666, [4667] = 4667, - [4668] = 847, - [4669] = 4669, - [4670] = 866, - [4671] = 4671, - [4672] = 2274, - [4673] = 866, + [4668] = 867, + [4669] = 876, + [4670] = 4670, + [4671] = 854, + [4672] = 4672, + [4673] = 857, [4674] = 4674, - [4675] = 885, - [4676] = 885, - [4677] = 880, - [4678] = 880, - [4679] = 840, - [4680] = 853, - [4681] = 877, - [4682] = 869, - [4683] = 878, - [4684] = 858, - [4685] = 868, - [4686] = 839, - [4687] = 860, - [4688] = 838, - [4689] = 884, - [4690] = 869, - [4691] = 848, - [4692] = 2083, - [4693] = 4693, - [4694] = 2166, + [4675] = 861, + [4676] = 858, + [4677] = 881, + [4678] = 853, + [4679] = 4679, + [4680] = 845, + [4681] = 1045, + [4682] = 4682, + [4683] = 842, + [4684] = 849, + [4685] = 854, + [4686] = 869, + [4687] = 857, + [4688] = 4688, + [4689] = 4689, + [4690] = 859, + [4691] = 868, + [4692] = 883, + [4693] = 876, + [4694] = 871, [4695] = 887, - [4696] = 887, - [4697] = 846, - [4698] = 4698, - [4699] = 862, - [4700] = 886, - [4701] = 872, - [4702] = 881, - [4703] = 4703, - [4704] = 876, - [4705] = 875, - [4706] = 4706, - [4707] = 858, - [4708] = 2183, - [4709] = 2193, - [4710] = 847, - [4711] = 2197, - [4712] = 846, - [4713] = 844, - [4714] = 853, - [4715] = 848, - [4716] = 4716, - [4717] = 857, - [4718] = 872, - [4719] = 4719, - [4720] = 886, - [4721] = 875, - [4722] = 881, - [4723] = 853, + [4696] = 874, + [4697] = 845, + [4698] = 861, + [4699] = 841, + [4700] = 862, + [4701] = 858, + [4702] = 884, + [4703] = 881, + [4704] = 863, + [4705] = 882, + [4706] = 877, + [4707] = 4707, + [4708] = 851, + [4709] = 886, + [4710] = 846, + [4711] = 838, + [4712] = 855, + [4713] = 838, + [4714] = 877, + [4715] = 867, + [4716] = 846, + [4717] = 882, + [4718] = 886, + [4719] = 869, + [4720] = 855, + [4721] = 863, + [4722] = 853, + [4723] = 835, [4724] = 884, - [4725] = 838, - [4726] = 860, - [4727] = 4727, - [4728] = 854, - [4729] = 839, - [4730] = 887, - [4731] = 884, - [4732] = 846, - [4733] = 866, - [4734] = 4703, - [4735] = 878, - [4736] = 840, - [4737] = 876, - [4738] = 885, - [4739] = 860, - [4740] = 848, - [4741] = 4741, - [4742] = 4741, - [4743] = 881, - [4744] = 4744, - [4745] = 852, - [4746] = 854, - [4747] = 880, - [4748] = 857, - [4749] = 4749, - [4750] = 2203, - [4751] = 852, - [4752] = 847, - [4753] = 858, - [4754] = 838, - [4755] = 860, - [4756] = 928, - [4757] = 877, - [4758] = 2204, - [4759] = 862, - [4760] = 4760, - [4761] = 868, - [4762] = 839, - [4763] = 869, - [4764] = 875, - [4765] = 847, - [4766] = 4766, - [4767] = 2205, - [4768] = 838, + [4725] = 862, + [4726] = 874, + [4727] = 887, + [4728] = 841, + [4729] = 4729, + [4730] = 871, + [4731] = 4731, + [4732] = 874, + [4733] = 859, + [4734] = 4734, + [4735] = 849, + [4736] = 842, + [4737] = 842, + [4738] = 849, + [4739] = 871, + [4740] = 887, + [4741] = 862, + [4742] = 884, + [4743] = 882, + [4744] = 867, + [4745] = 845, + [4746] = 841, + [4747] = 877, + [4748] = 838, + [4749] = 883, + [4750] = 855, + [4751] = 846, + [4752] = 886, + [4753] = 868, + [4754] = 902, + [4755] = 4672, + [4756] = 922, + [4757] = 851, + [4758] = 4758, + [4759] = 876, + [4760] = 863, + [4761] = 845, + [4762] = 841, + [4763] = 874, + [4764] = 869, + [4765] = 857, + [4766] = 854, + [4767] = 876, + [4768] = 853, [4769] = 881, - [4770] = 877, - [4771] = 900, - [4772] = 862, - [4773] = 4773, - [4774] = 4774, - [4775] = 4775, - [4776] = 884, - [4777] = 862, - [4778] = 4774, - [4779] = 2214, - [4780] = 868, - [4781] = 853, - [4782] = 868, - [4783] = 839, - [4784] = 887, - [4785] = 884, - [4786] = 862, - [4787] = 878, - [4788] = 880, - [4789] = 844, - [4790] = 885, - [4791] = 866, - [4792] = 844, - [4793] = 878, - [4794] = 886, - [4795] = 872, - [4796] = 869, - [4797] = 877, - [4798] = 850, - [4799] = 887, - [4800] = 850, - [4801] = 860, - [4802] = 876, - [4803] = 796, - [4804] = 853, - [4805] = 838, - [4806] = 844, - [4807] = 858, - [4808] = 857, - [4809] = 4809, - [4810] = 854, - [4811] = 2226, - [4812] = 862, - [4813] = 848, - [4814] = 852, - [4815] = 876, - [4816] = 847, - [4817] = 875, - [4818] = 872, - [4819] = 848, - [4820] = 2265, - [4821] = 848, - [4822] = 4822, - [4823] = 2271, - [4824] = 850, - [4825] = 872, - [4826] = 853, - [4827] = 886, - [4828] = 840, - [4829] = 875, - [4830] = 886, - [4831] = 866, - [4832] = 885, - [4833] = 4833, - [4834] = 880, - [4835] = 4835, - [4836] = 854, - [4837] = 4837, - [4838] = 880, - [4839] = 1088, - [4840] = 881, - [4841] = 840, - [4842] = 4835, - [4843] = 2029, - [4844] = 2054, - [4845] = 839, - [4846] = 877, - [4847] = 4847, - [4848] = 852, - [4849] = 869, - [4850] = 878, - [4851] = 844, - [4852] = 854, - [4853] = 852, - [4854] = 868, - [4855] = 858, - [4856] = 857, - [4857] = 857, - [4858] = 858, - [4859] = 854, - [4860] = 839, - [4861] = 862, - [4862] = 4862, - [4863] = 885, - [4864] = 887, - [4865] = 846, - [4866] = 847, - [4867] = 840, - [4868] = 4667, - [4869] = 850, + [4770] = 882, + [4771] = 851, + [4772] = 863, + [4773] = 851, + [4774] = 842, + [4775] = 849, + [4776] = 871, + [4777] = 4777, + [4778] = 887, + [4779] = 2099, + [4780] = 862, + [4781] = 867, + [4782] = 881, + [4783] = 884, + [4784] = 883, + [4785] = 861, + [4786] = 858, + [4787] = 853, + [4788] = 881, + [4789] = 863, + [4790] = 846, + [4791] = 876, + [4792] = 859, + [4793] = 868, + [4794] = 4679, + [4795] = 881, + [4796] = 881, + [4797] = 854, + [4798] = 854, + [4799] = 861, + [4800] = 869, + [4801] = 858, + [4802] = 869, + [4803] = 886, + [4804] = 874, + [4805] = 841, + [4806] = 867, + [4807] = 846, + [4808] = 4808, + [4809] = 877, + [4810] = 838, + [4811] = 851, + [4812] = 857, + [4813] = 883, + [4814] = 859, + [4815] = 855, + [4816] = 868, + [4817] = 886, + [4818] = 846, + [4819] = 855, + [4820] = 4820, + [4821] = 838, + [4822] = 886, + [4823] = 857, + [4824] = 868, + [4825] = 2067, + [4826] = 859, + [4827] = 868, + [4828] = 874, + [4829] = 845, + [4830] = 877, + [4831] = 845, + [4832] = 2127, + [4833] = 867, + [4834] = 859, + [4835] = 882, + [4836] = 4836, + [4837] = 884, + [4838] = 853, + [4839] = 862, + [4840] = 857, + [4841] = 887, + [4842] = 871, + [4843] = 849, + [4844] = 842, + [4845] = 851, + [4846] = 2153, + [4847] = 2195, + [4848] = 4848, + [4849] = 2028, + [4850] = 4848, + [4851] = 855, + [4852] = 861, + [4853] = 858, + [4854] = 4854, + [4855] = 4855, + [4856] = 838, + [4857] = 877, + [4858] = 881, + [4859] = 4859, + [4860] = 4860, + [4861] = 842, + [4862] = 863, + [4863] = 2224, + [4864] = 853, + [4865] = 2280, + [4866] = 1980, + [4867] = 841, + [4868] = 883, + [4869] = 882, [4870] = 876, - [4871] = 884, - [4872] = 862, - [4873] = 868, - [4874] = 838, - [4875] = 860, - [4876] = 878, - [4877] = 866, - [4878] = 875, - [4879] = 869, - [4880] = 852, - [4881] = 881, - [4882] = 877, - [4883] = 4883, - [4884] = 876, - [4885] = 840, - [4886] = 884, - [4887] = 4887, - [4888] = 887, - [4889] = 839, - [4890] = 4890, - [4891] = 852, - [4892] = 854, - [4893] = 857, - [4894] = 881, - [4895] = 875, - [4896] = 858, - [4897] = 4890, - [4898] = 4887, + [4871] = 869, + [4872] = 858, + [4873] = 4873, + [4874] = 4874, + [4875] = 1923, + [4876] = 871, + [4877] = 1962, + [4878] = 884, + [4879] = 849, + [4880] = 883, + [4881] = 2222, + [4882] = 1989, + [4883] = 854, + [4884] = 861, + [4885] = 2134, + [4886] = 2155, + [4887] = 887, + [4888] = 4682, + [4889] = 2199, + [4890] = 862, + [4891] = 877, + [4892] = 4892, + [4893] = 4893, + [4894] = 4893, + [4895] = 4892, + [4896] = 4688, + [4897] = 4897, + [4898] = 4893, [4899] = 4899, - [4900] = 838, - [4901] = 860, - [4902] = 868, - [4903] = 4899, - [4904] = 869, - [4905] = 877, - [4906] = 880, - [4907] = 885, - [4908] = 866, - [4909] = 4883, + [4900] = 4873, + [4901] = 4874, + [4902] = 4892, + [4903] = 4892, + [4904] = 4666, + [4905] = 4667, + [4906] = 4892, + [4907] = 842, + [4908] = 4689, + [4909] = 849, [4910] = 4910, - [4911] = 4899, + [4911] = 845, [4912] = 4912, - [4913] = 4913, - [4914] = 4913, - [4915] = 4910, - [4916] = 4916, - [4917] = 886, - [4918] = 872, - [4919] = 853, - [4920] = 878, - [4921] = 4910, - [4922] = 850, - [4923] = 4674, - [4924] = 4924, - [4925] = 4925, - [4926] = 4899, - [4927] = 4661, - [4928] = 4749, - [4929] = 844, + [4913] = 4893, + [4914] = 4914, + [4915] = 4915, + [4916] = 4892, + [4917] = 4914, + [4918] = 4915, + [4919] = 871, + [4920] = 4914, + [4921] = 4915, + [4922] = 887, + [4923] = 4923, + [4924] = 4892, + [4925] = 4899, + [4926] = 4897, + [4927] = 881, + [4928] = 4928, + [4929] = 4929, [4930] = 4899, - [4931] = 4887, - [4932] = 4890, - [4933] = 4916, - [4934] = 4913, - [4935] = 4883, - [4936] = 4899, - [4937] = 4899, - [4938] = 4913, - [4939] = 4912, - [4940] = 862, - [4941] = 4913, - [4942] = 848, - [4943] = 4862, - [4944] = 4944, - [4945] = 4913, - [4946] = 4775, - [4947] = 4913, - [4948] = 4913, - [4949] = 4727, - [4950] = 4913, - [4951] = 796, - [4952] = 846, - [4953] = 4953, - [4954] = 4954, - [4955] = 847, - [4956] = 4913, - [4957] = 4916, - [4958] = 4958, - [4959] = 4959, - [4960] = 4960, - [4961] = 4958, - [4962] = 4962, - [4963] = 4963, - [4964] = 4964, - [4965] = 4965, - [4966] = 4965, - [4967] = 4967, - [4968] = 4968, - [4969] = 4969, + [4931] = 4897, + [4932] = 862, + [4933] = 884, + [4934] = 882, + [4935] = 838, + [4936] = 855, + [4937] = 4893, + [4938] = 846, + [4939] = 886, + [4940] = 851, + [4941] = 863, + [4942] = 861, + [4943] = 841, + [4944] = 858, + [4945] = 853, + [4946] = 4946, + [4947] = 874, + [4948] = 4948, + [4949] = 4892, + [4950] = 835, + [4951] = 4892, + [4952] = 854, + [4953] = 869, + [4954] = 876, + [4955] = 867, + [4956] = 4893, + [4957] = 4946, + [4958] = 4893, + [4959] = 857, + [4960] = 859, + [4961] = 4892, + [4962] = 4948, + [4963] = 4948, + [4964] = 883, + [4965] = 868, + [4966] = 4966, + [4967] = 859, + [4968] = 2661, + [4969] = 881, [4970] = 4970, [4971] = 4971, - [4972] = 4968, + [4972] = 4972, [4973] = 4973, - [4974] = 4968, + [4974] = 4973, [4975] = 4975, [4976] = 4976, - [4977] = 4977, - [4978] = 4978, - [4979] = 862, + [4977] = 4973, + [4978] = 4975, + [4979] = 4975, [4980] = 4980, - [4981] = 848, - [4982] = 4982, + [4981] = 4981, + [4982] = 4973, [4983] = 4983, [4984] = 4984, - [4985] = 4985, + [4985] = 4966, [4986] = 4986, [4987] = 4987, - [4988] = 4959, + [4988] = 854, [4989] = 4989, - [4990] = 2673, - [4991] = 4991, + [4990] = 4966, + [4991] = 4976, [4992] = 4992, - [4993] = 4973, - [4994] = 4968, + [4993] = 4993, + [4994] = 4973, [4995] = 4995, - [4996] = 4968, + [4996] = 4989, [4997] = 4997, - [4998] = 4971, - [4999] = 4959, - [5000] = 4968, - [5001] = 5001, - [5002] = 5002, + [4998] = 4998, + [4999] = 4999, + [5000] = 5000, + [5001] = 861, + [5002] = 858, [5003] = 5003, - [5004] = 4997, - [5005] = 4970, - [5006] = 4968, - [5007] = 847, - [5008] = 846, - [5009] = 5009, + [5004] = 4972, + [5005] = 4971, + [5006] = 5006, + [5007] = 5007, + [5008] = 5008, + [5009] = 842, [5010] = 5010, - [5011] = 4983, - [5012] = 5009, - [5013] = 844, - [5014] = 5014, - [5015] = 4992, - [5016] = 5001, - [5017] = 850, - [5018] = 876, - [5019] = 4983, - [5020] = 4971, - [5021] = 5021, - [5022] = 872, - [5023] = 886, - [5024] = 4991, - [5025] = 866, - [5026] = 885, - [5027] = 880, - [5028] = 853, - [5029] = 869, - [5030] = 868, - [5031] = 860, - [5032] = 838, - [5033] = 4995, - [5034] = 4987, - [5035] = 858, + [5011] = 5011, + [5012] = 5012, + [5013] = 4966, + [5014] = 4983, + [5015] = 4981, + [5016] = 4976, + [5017] = 849, + [5018] = 871, + [5019] = 5019, + [5020] = 887, + [5021] = 5011, + [5022] = 862, + [5023] = 884, + [5024] = 5024, + [5025] = 4966, + [5026] = 5026, + [5027] = 5012, + [5028] = 4984, + [5029] = 5029, + [5030] = 882, + [5031] = 867, + [5032] = 4992, + [5033] = 853, + [5034] = 4973, + [5035] = 4973, [5036] = 5036, - [5037] = 5037, - [5038] = 877, - [5039] = 4985, - [5040] = 5003, - [5041] = 4963, - [5042] = 5042, - [5043] = 854, - [5044] = 4991, - [5045] = 4992, - [5046] = 857, - [5047] = 5003, - [5048] = 852, - [5049] = 4995, - [5050] = 5002, - [5051] = 4995, - [5052] = 875, - [5053] = 881, - [5054] = 5054, - [5055] = 4995, - [5056] = 839, - [5057] = 840, - [5058] = 4991, - [5059] = 5001, - [5060] = 4995, - [5061] = 4995, - [5062] = 887, - [5063] = 884, - [5064] = 5064, - [5065] = 4983, - [5066] = 878, - [5067] = 5010, - [5068] = 5009, - [5069] = 4997, - [5070] = 5010, - [5071] = 5071, - [5072] = 5072, - [5073] = 5073, - [5074] = 5074, - [5075] = 5075, + [5037] = 877, + [5038] = 5010, + [5039] = 838, + [5040] = 5040, + [5041] = 855, + [5042] = 4984, + [5043] = 5008, + [5044] = 5044, + [5045] = 5045, + [5046] = 4995, + [5047] = 5010, + [5048] = 4995, + [5049] = 4989, + [5050] = 4966, + [5051] = 846, + [5052] = 4966, + [5053] = 886, + [5054] = 4987, + [5055] = 851, + [5056] = 863, + [5057] = 841, + [5058] = 874, + [5059] = 876, + [5060] = 5060, + [5061] = 4984, + [5062] = 883, + [5063] = 5063, + [5064] = 4970, + [5065] = 4997, + [5066] = 868, + [5067] = 845, + [5068] = 5068, + [5069] = 5069, + [5070] = 4989, + [5071] = 4970, + [5072] = 857, + [5073] = 869, + [5074] = 4997, + [5075] = 5000, [5076] = 5076, - [5077] = 5077, - [5078] = 5078, + [5077] = 5000, + [5078] = 5008, [5079] = 5079, [5080] = 5080, [5081] = 5081, @@ -9594,3271 +9594,3287 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5084] = 5084, [5085] = 5085, [5086] = 5086, - [5087] = 5085, - [5088] = 5086, - [5089] = 5085, - [5090] = 5071, + [5087] = 5087, + [5088] = 5088, + [5089] = 5089, + [5090] = 5090, [5091] = 5091, - [5092] = 5086, - [5093] = 862, - [5094] = 5075, - [5095] = 5071, - [5096] = 5086, - [5097] = 5078, + [5092] = 5089, + [5093] = 5093, + [5094] = 5094, + [5095] = 5095, + [5096] = 5081, + [5097] = 5083, [5098] = 5098, [5099] = 5099, [5100] = 5100, [5101] = 5101, [5102] = 5102, - [5103] = 4960, - [5104] = 5104, - [5105] = 5098, - [5106] = 5075, - [5107] = 5107, - [5108] = 5072, - [5109] = 5109, - [5110] = 5077, + [5103] = 5080, + [5104] = 4980, + [5105] = 5083, + [5106] = 5102, + [5107] = 5102, + [5108] = 5108, + [5109] = 5093, + [5110] = 5110, [5111] = 5111, - [5112] = 4960, + [5112] = 5091, [5113] = 5113, - [5114] = 5085, - [5115] = 5085, - [5116] = 5116, - [5117] = 5117, - [5118] = 5118, + [5114] = 5114, + [5115] = 5115, + [5116] = 5110, + [5117] = 5094, + [5118] = 5080, [5119] = 5119, - [5120] = 5098, - [5121] = 5086, - [5122] = 5111, - [5123] = 5098, - [5124] = 5124, + [5120] = 5120, + [5121] = 5121, + [5122] = 5080, + [5123] = 5094, + [5124] = 4980, [5125] = 5125, - [5126] = 5126, - [5127] = 5127, - [5128] = 5075, + [5126] = 5081, + [5127] = 5086, + [5128] = 5110, [5129] = 5129, [5130] = 5130, - [5131] = 5117, - [5132] = 5083, - [5133] = 5072, + [5131] = 5131, + [5132] = 5132, + [5133] = 5094, [5134] = 5134, - [5135] = 5077, + [5135] = 5135, [5136] = 5136, - [5137] = 5137, - [5138] = 5117, - [5139] = 5086, - [5140] = 5071, - [5141] = 5086, - [5142] = 5075, - [5143] = 5098, + [5137] = 5089, + [5138] = 5138, + [5139] = 5139, + [5140] = 881, + [5141] = 5141, + [5142] = 5102, + [5143] = 5094, [5144] = 5144, - [5145] = 5145, - [5146] = 5085, - [5147] = 5072, + [5145] = 5089, + [5146] = 5081, + [5147] = 5086, [5148] = 5148, - [5149] = 5149, - [5150] = 5150, - [5151] = 5117, - [5152] = 5085, - [5153] = 5111, - [5154] = 5154, - [5155] = 5098, - [5156] = 5075, - [5157] = 5072, - [5158] = 5158, - [5159] = 5077, - [5160] = 5160, + [5149] = 5088, + [5150] = 5089, + [5151] = 5080, + [5152] = 5088, + [5153] = 5086, + [5154] = 5081, + [5155] = 5094, + [5156] = 5080, + [5157] = 5089, + [5158] = 5081, + [5159] = 5159, + [5160] = 5086, [5161] = 5161, - [5162] = 4960, + [5162] = 5088, [5163] = 5163, - [5164] = 5164, - [5165] = 5165, + [5164] = 5083, + [5165] = 5080, [5166] = 5166, [5167] = 5167, - [5168] = 5168, + [5168] = 5089, [5169] = 5169, - [5170] = 5167, - [5171] = 5166, - [5172] = 5166, - [5173] = 862, - [5174] = 5166, + [5170] = 5170, + [5171] = 5171, + [5172] = 5172, + [5173] = 5171, + [5174] = 5170, [5175] = 5175, [5176] = 5176, [5177] = 5177, [5178] = 5178, [5179] = 5179, - [5180] = 5175, - [5181] = 5166, + [5180] = 5180, + [5181] = 5181, [5182] = 5182, - [5183] = 5166, + [5183] = 5183, [5184] = 5184, - [5185] = 5185, - [5186] = 5177, - [5187] = 5187, - [5188] = 5166, - [5189] = 5166, - [5190] = 5166, + [5185] = 5178, + [5186] = 5170, + [5187] = 5181, + [5188] = 5188, + [5189] = 5141, + [5190] = 5170, [5191] = 5191, - [5192] = 5166, - [5193] = 5166, - [5194] = 5177, - [5195] = 5195, - [5196] = 5166, - [5197] = 5166, - [5198] = 862, - [5199] = 5195, - [5200] = 5187, - [5201] = 5166, - [5202] = 5202, - [5203] = 5203, - [5204] = 5165, + [5192] = 5192, + [5193] = 5177, + [5194] = 5170, + [5195] = 4980, + [5196] = 5196, + [5197] = 5171, + [5198] = 5198, + [5199] = 5170, + [5200] = 5182, + [5201] = 5198, + [5202] = 5170, + [5203] = 5171, + [5204] = 881, [5205] = 5205, - [5206] = 5166, - [5207] = 5148, - [5208] = 5166, + [5206] = 5206, + [5207] = 5182, + [5208] = 5170, [5209] = 5209, - [5210] = 5166, - [5211] = 5166, - [5212] = 5212, - [5213] = 5166, + [5210] = 5210, + [5211] = 5171, + [5212] = 5170, + [5213] = 5176, [5214] = 5214, - [5215] = 5163, - [5216] = 5166, - [5217] = 5166, - [5218] = 5166, - [5219] = 5166, - [5220] = 5220, + [5215] = 5215, + [5216] = 5216, + [5217] = 5176, + [5218] = 5177, + [5219] = 5219, + [5220] = 5170, [5221] = 5221, - [5222] = 5166, - [5223] = 5177, - [5224] = 5166, - [5225] = 5166, - [5226] = 5177, - [5227] = 5227, + [5222] = 5178, + [5223] = 5223, + [5224] = 5170, + [5225] = 5170, + [5226] = 5180, + [5227] = 5205, [5228] = 5228, - [5229] = 5166, - [5230] = 5166, - [5231] = 5203, - [5232] = 5163, - [5233] = 5166, - [5234] = 5163, - [5235] = 5235, + [5229] = 5170, + [5230] = 5230, + [5231] = 5170, + [5232] = 5232, + [5233] = 5233, + [5234] = 5170, + [5235] = 5223, [5236] = 5236, - [5237] = 5166, - [5238] = 5166, - [5239] = 5239, - [5240] = 5166, + [5237] = 5237, + [5238] = 4980, + [5239] = 5170, + [5240] = 5170, [5241] = 5241, - [5242] = 5166, + [5242] = 5188, [5243] = 5243, - [5244] = 5166, - [5245] = 5166, - [5246] = 5236, - [5247] = 5247, - [5248] = 5166, - [5249] = 5166, - [5250] = 5236, - [5251] = 5247, - [5252] = 5236, - [5253] = 5247, - [5254] = 5166, - [5255] = 5185, - [5256] = 5166, - [5257] = 5257, - [5258] = 5258, - [5259] = 5166, + [5244] = 5205, + [5245] = 5245, + [5246] = 5141, + [5247] = 5170, + [5248] = 5248, + [5249] = 5176, + [5250] = 5250, + [5251] = 5251, + [5252] = 5170, + [5253] = 5253, + [5254] = 5254, + [5255] = 5170, + [5256] = 5256, + [5257] = 5170, + [5258] = 5180, + [5259] = 5170, [5260] = 5260, - [5261] = 5166, - [5262] = 5166, - [5263] = 5163, - [5264] = 5166, - [5265] = 5265, - [5266] = 5166, - [5267] = 5267, - [5268] = 5268, - [5269] = 5235, - [5270] = 5270, - [5271] = 5271, - [5272] = 5272, - [5273] = 5273, - [5274] = 5274, + [5261] = 5236, + [5262] = 5262, + [5263] = 5263, + [5264] = 5170, + [5265] = 5176, + [5266] = 5266, + [5267] = 5177, + [5268] = 5191, + [5269] = 5178, + [5270] = 5170, + [5271] = 5178, + [5272] = 5236, + [5273] = 881, + [5274] = 5170, [5275] = 5275, - [5276] = 4960, - [5277] = 5277, - [5278] = 5278, - [5279] = 5175, - [5280] = 5166, - [5281] = 5281, + [5276] = 5276, + [5277] = 5180, + [5278] = 5205, + [5279] = 5170, + [5280] = 5280, + [5281] = 5191, [5282] = 5282, - [5283] = 5236, - [5284] = 5203, - [5285] = 5187, - [5286] = 5175, - [5287] = 5265, - [5288] = 5288, - [5289] = 5166, - [5290] = 5165, - [5291] = 5236, - [5292] = 5270, - [5293] = 5178, - [5294] = 5166, - [5295] = 5241, - [5296] = 5209, - [5297] = 5203, - [5298] = 5163, - [5299] = 5299, - [5300] = 5165, - [5301] = 5166, - [5302] = 5272, - [5303] = 5203, - [5304] = 5187, - [5305] = 5175, - [5306] = 5178, - [5307] = 5272, - [5308] = 5195, - [5309] = 5165, - [5310] = 5310, - [5311] = 5178, - [5312] = 5247, - [5313] = 5166, - [5314] = 5314, - [5315] = 5166, - [5316] = 5316, - [5317] = 5317, - [5318] = 5267, - [5319] = 5241, - [5320] = 5272, - [5321] = 5203, - [5322] = 5187, - [5323] = 5175, - [5324] = 5165, - [5325] = 5165, - [5326] = 5187, - [5327] = 5272, - [5328] = 5185, - [5329] = 5203, - [5330] = 5330, - [5331] = 5331, - [5332] = 5332, - [5333] = 5235, - [5334] = 5334, - [5335] = 5272, - [5336] = 5148, - [5337] = 5166, - [5338] = 5175, - [5339] = 5187, - [5340] = 5340, - [5341] = 5341, - [5342] = 5342, - [5343] = 5267, - [5344] = 5344, - [5345] = 2021, - [5346] = 5346, - [5347] = 5347, - [5348] = 5348, - [5349] = 5348, - [5350] = 5348, - [5351] = 5351, - [5352] = 5347, - [5353] = 5348, + [5283] = 5209, + [5284] = 5170, + [5285] = 5285, + [5286] = 5286, + [5287] = 5287, + [5288] = 5192, + [5289] = 5170, + [5290] = 5290, + [5291] = 5291, + [5292] = 5280, + [5293] = 5293, + [5294] = 5294, + [5295] = 5295, + [5296] = 5296, + [5297] = 5170, + [5298] = 5282, + [5299] = 5286, + [5300] = 5205, + [5301] = 5170, + [5302] = 5170, + [5303] = 5170, + [5304] = 5176, + [5305] = 5305, + [5306] = 5182, + [5307] = 5236, + [5308] = 5209, + [5309] = 5170, + [5310] = 5170, + [5311] = 5170, + [5312] = 5286, + [5313] = 5286, + [5314] = 5170, + [5315] = 5177, + [5316] = 5280, + [5317] = 5170, + [5318] = 5177, + [5319] = 5280, + [5320] = 5286, + [5321] = 5205, + [5322] = 5280, + [5323] = 5171, + [5324] = 5170, + [5325] = 5180, + [5326] = 5170, + [5327] = 5180, + [5328] = 5328, + [5329] = 5294, + [5330] = 5170, + [5331] = 5178, + [5332] = 5170, + [5333] = 5170, + [5334] = 5178, + [5335] = 5286, + [5336] = 5188, + [5337] = 5170, + [5338] = 5177, + [5339] = 5170, + [5340] = 5176, + [5341] = 5170, + [5342] = 5180, + [5343] = 5170, + [5344] = 5170, + [5345] = 5345, + [5346] = 5170, + [5347] = 5170, + [5348] = 5282, + [5349] = 5198, + [5350] = 5170, + [5351] = 5170, + [5352] = 5352, + [5353] = 2280, [5354] = 5354, - [5355] = 5351, + [5355] = 5354, [5356] = 5356, - [5357] = 5347, - [5358] = 5348, - [5359] = 5359, - [5360] = 5348, - [5361] = 5347, - [5362] = 5362, - [5363] = 5347, - [5364] = 5348, - [5365] = 5365, - [5366] = 5348, - [5367] = 5347, - [5368] = 5347, - [5369] = 5348, - [5370] = 5370, - [5371] = 5371, - [5372] = 2204, - [5373] = 5347, - [5374] = 5348, - [5375] = 5375, - [5376] = 4975, - [5377] = 5348, - [5378] = 5347, - [5379] = 5347, - [5380] = 5348, - [5381] = 2054, - [5382] = 2029, - [5383] = 5365, - [5384] = 5384, - [5385] = 5109, - [5386] = 5347, - [5387] = 5387, - [5388] = 5348, - [5389] = 5348, - [5390] = 4975, - [5391] = 5348, - [5392] = 5347, - [5393] = 5347, - [5394] = 5348, - [5395] = 5347, - [5396] = 2267, - [5397] = 5348, - [5398] = 5348, - [5399] = 5347, - [5400] = 5347, - [5401] = 5348, - [5402] = 5402, - [5403] = 2019, + [5357] = 5354, + [5358] = 5354, + [5359] = 5356, + [5360] = 5354, + [5361] = 5356, + [5362] = 5356, + [5363] = 5354, + [5364] = 5354, + [5365] = 5354, + [5366] = 5356, + [5367] = 5356, + [5368] = 5354, + [5369] = 5356, + [5370] = 5024, + [5371] = 5356, + [5372] = 5354, + [5373] = 5354, + [5374] = 5356, + [5375] = 5354, + [5376] = 5354, + [5377] = 5356, + [5378] = 5378, + [5379] = 5354, + [5380] = 5354, + [5381] = 5356, + [5382] = 5382, + [5383] = 5356, + [5384] = 5354, + [5385] = 5356, + [5386] = 5386, + [5387] = 5356, + [5388] = 5354, + [5389] = 5354, + [5390] = 5356, + [5391] = 5356, + [5392] = 5354, + [5393] = 5356, + [5394] = 5394, + [5395] = 5354, + [5396] = 5356, + [5397] = 5397, + [5398] = 5354, + [5399] = 5356, + [5400] = 5356, + [5401] = 5401, + [5402] = 5354, + [5403] = 5356, [5404] = 5404, - [5405] = 844, - [5406] = 5347, + [5405] = 5354, + [5406] = 5356, [5407] = 5407, [5408] = 5408, - [5409] = 2029, - [5410] = 5410, - [5411] = 5356, - [5412] = 5348, - [5413] = 5348, - [5414] = 5347, - [5415] = 5347, - [5416] = 5347, - [5417] = 2054, - [5418] = 5348, + [5409] = 5354, + [5410] = 5356, + [5411] = 5386, + [5412] = 5412, + [5413] = 5354, + [5414] = 5356, + [5415] = 5415, + [5416] = 5243, + [5417] = 5417, + [5418] = 5354, [5419] = 5356, - [5420] = 846, - [5421] = 5347, - [5422] = 5348, - [5423] = 5423, - [5424] = 847, - [5425] = 5347, - [5426] = 5348, - [5427] = 5348, - [5428] = 5348, - [5429] = 5347, - [5430] = 5430, + [5420] = 5397, + [5421] = 5421, + [5422] = 5422, + [5423] = 5354, + [5424] = 5356, + [5425] = 5425, + [5426] = 5397, + [5427] = 5421, + [5428] = 5354, + [5429] = 5356, + [5430] = 5356, [5431] = 5431, - [5432] = 5432, - [5433] = 5241, - [5434] = 5434, - [5435] = 5435, - [5436] = 5436, - [5437] = 5341, - [5438] = 5347, - [5439] = 5191, - [5440] = 5348, + [5432] = 5412, + [5433] = 5433, + [5434] = 5356, + [5435] = 5386, + [5436] = 5354, + [5437] = 5356, + [5438] = 5438, + [5439] = 1973, + [5440] = 5354, [5441] = 5441, - [5442] = 5442, - [5443] = 5227, - [5444] = 5347, - [5445] = 5348, - [5446] = 5348, - [5447] = 5447, - [5448] = 5347, - [5449] = 5449, - [5450] = 5347, - [5451] = 5451, - [5452] = 5348, - [5453] = 5347, - [5454] = 5347, - [5455] = 5348, - [5456] = 5348, - [5457] = 5347, - [5458] = 5458, - [5459] = 5347, - [5460] = 5348, - [5461] = 5461, - [5462] = 5462, + [5442] = 5179, + [5443] = 5184, + [5444] = 5354, + [5445] = 5445, + [5446] = 5354, + [5447] = 5356, + [5448] = 5448, + [5449] = 858, + [5450] = 5397, + [5451] = 5354, + [5452] = 5356, + [5453] = 5243, + [5454] = 5454, + [5455] = 881, + [5456] = 5456, + [5457] = 5179, + [5458] = 5354, + [5459] = 5356, + [5460] = 5460, + [5461] = 1980, + [5462] = 5184, [5463] = 5463, - [5464] = 5404, - [5465] = 5465, - [5466] = 5347, - [5467] = 5348, - [5468] = 5348, - [5469] = 5402, - [5470] = 5347, - [5471] = 5442, - [5472] = 5227, - [5473] = 5347, - [5474] = 5191, - [5475] = 5356, + [5464] = 5024, + [5465] = 5354, + [5466] = 5356, + [5467] = 5467, + [5468] = 5421, + [5469] = 2222, + [5470] = 5470, + [5471] = 5471, + [5472] = 5354, + [5473] = 5356, + [5474] = 5474, + [5475] = 2280, [5476] = 5476, - [5477] = 5348, - [5478] = 5478, - [5479] = 5451, + [5477] = 1980, + [5478] = 5354, + [5479] = 5356, [5480] = 5480, - [5481] = 5347, - [5482] = 5348, - [5483] = 5365, - [5484] = 5484, - [5485] = 5348, - [5486] = 5347, - [5487] = 5347, - [5488] = 5347, - [5489] = 5348, + [5481] = 5415, + [5482] = 5445, + [5483] = 5483, + [5484] = 5354, + [5485] = 5356, + [5486] = 5486, + [5487] = 5487, + [5488] = 5488, + [5489] = 5489, [5490] = 5490, - [5491] = 5356, - [5492] = 5347, - [5493] = 5348, - [5494] = 5331, - [5495] = 5334, + [5491] = 5191, + [5492] = 5354, + [5493] = 5356, + [5494] = 5474, + [5495] = 5495, [5496] = 5496, - [5497] = 5497, - [5498] = 5498, - [5499] = 5348, - [5500] = 5348, - [5501] = 5449, - [5502] = 5347, - [5503] = 5344, - [5504] = 5347, - [5505] = 5410, - [5506] = 5348, - [5507] = 5348, - [5508] = 5478, - [5509] = 5461, - [5510] = 5387, - [5511] = 5347, - [5512] = 5512, - [5513] = 5347, - [5514] = 5407, - [5515] = 5356, - [5516] = 5348, - [5517] = 5517, - [5518] = 5442, - [5519] = 5347, - [5520] = 5348, - [5521] = 5521, - [5522] = 862, - [5523] = 5348, - [5524] = 5347, - [5525] = 5347, - [5526] = 5348, - [5527] = 5347, + [5497] = 5417, + [5498] = 5248, + [5499] = 5408, + [5500] = 5500, + [5501] = 5354, + [5502] = 5356, + [5503] = 5356, + [5504] = 5504, + [5505] = 5505, + [5506] = 5401, + [5507] = 5386, + [5508] = 5508, + [5509] = 5382, + [5510] = 5354, + [5511] = 5356, + [5512] = 2242, + [5513] = 5513, + [5514] = 5404, + [5515] = 5354, + [5516] = 5516, + [5517] = 5354, + [5518] = 5356, + [5519] = 5352, + [5520] = 5448, + [5521] = 5356, + [5522] = 5490, + [5523] = 5504, + [5524] = 5524, + [5525] = 5354, + [5526] = 5356, + [5527] = 5527, [5528] = 5528, - [5529] = 5529, - [5530] = 5496, - [5531] = 1925, - [5532] = 5347, - [5533] = 5533, - [5534] = 5348, + [5529] = 5489, + [5530] = 5527, + [5531] = 5524, + [5532] = 5354, + [5533] = 5356, + [5534] = 5508, [5535] = 5535, - [5536] = 5347, - [5537] = 5348, - [5538] = 5538, - [5539] = 1924, - [5540] = 5348, - [5541] = 5541, - [5542] = 5347, - [5543] = 5543, + [5536] = 5354, + [5537] = 5356, + [5538] = 5248, + [5539] = 5356, + [5540] = 5540, + [5541] = 5412, + [5542] = 5542, + [5543] = 5386, [5544] = 5544, - [5545] = 5341, - [5546] = 5546, - [5547] = 5546, - [5548] = 5480, - [5549] = 5347, - [5550] = 5347, - [5551] = 5348, - [5552] = 5402, - [5553] = 5528, - [5554] = 5347, - [5555] = 5348, - [5556] = 5556, - [5557] = 5557, - [5558] = 5334, - [5559] = 5535, - [5560] = 5560, - [5561] = 5544, - [5562] = 5562, + [5545] = 5354, + [5546] = 5356, + [5547] = 5163, + [5548] = 5486, + [5549] = 5354, + [5550] = 5356, + [5551] = 5551, + [5552] = 2243, + [5553] = 5386, + [5554] = 5554, + [5555] = 2055, + [5556] = 5354, + [5557] = 5356, + [5558] = 5558, + [5559] = 5559, + [5560] = 5354, + [5561] = 5356, + [5562] = 5356, [5563] = 5563, - [5564] = 5436, - [5565] = 5375, - [5566] = 5402, + [5564] = 853, + [5565] = 5354, + [5566] = 5563, [5567] = 5567, - [5568] = 5568, - [5569] = 5569, - [5570] = 5570, - [5571] = 5571, - [5572] = 5572, - [5573] = 5568, - [5574] = 5568, + [5568] = 2027, + [5569] = 5241, + [5570] = 861, + [5571] = 5356, + [5572] = 5354, + [5573] = 5354, + [5574] = 5574, [5575] = 5575, [5576] = 5576, [5577] = 5577, [5578] = 5578, [5579] = 5579, - [5580] = 5568, + [5580] = 5580, [5581] = 5581, - [5582] = 5582, - [5583] = 5583, - [5584] = 5584, + [5582] = 5580, + [5583] = 5580, + [5584] = 5580, [5585] = 5585, - [5586] = 5586, + [5586] = 5580, [5587] = 5587, - [5588] = 5588, - [5589] = 5589, + [5588] = 5580, + [5589] = 5580, [5590] = 5590, [5591] = 5591, - [5592] = 5571, - [5593] = 5593, - [5594] = 5594, - [5595] = 5568, - [5596] = 5572, - [5597] = 5597, - [5598] = 5586, + [5592] = 5580, + [5593] = 5580, + [5594] = 5580, + [5595] = 5580, + [5596] = 5580, + [5597] = 5580, + [5598] = 5580, [5599] = 5599, [5600] = 5600, - [5601] = 5568, - [5602] = 5179, - [5603] = 5568, - [5604] = 5568, - [5605] = 5605, + [5601] = 5580, + [5602] = 5602, + [5603] = 5580, + [5604] = 5604, + [5605] = 5591, [5606] = 5606, - [5607] = 5607, - [5608] = 5575, - [5609] = 5609, - [5610] = 5583, - [5611] = 5582, - [5612] = 5568, - [5613] = 5613, - [5614] = 5614, - [5615] = 5615, - [5616] = 5616, - [5617] = 5617, - [5618] = 5568, - [5619] = 5582, - [5620] = 5571, - [5621] = 5594, - [5622] = 5582, - [5623] = 5191, - [5624] = 5624, - [5625] = 5575, - [5626] = 5582, - [5627] = 5586, - [5628] = 5568, - [5629] = 5575, - [5630] = 5582, - [5631] = 5575, - [5632] = 5586, - [5633] = 5605, - [5634] = 5582, - [5635] = 5568, - [5636] = 5575, - [5637] = 5637, - [5638] = 5571, - [5639] = 5639, - [5640] = 5575, - [5641] = 5582, - [5642] = 5582, - [5643] = 5575, - [5644] = 5593, - [5645] = 5617, - [5646] = 5646, - [5647] = 5647, - [5648] = 5648, + [5607] = 5580, + [5608] = 5580, + [5609] = 5580, + [5610] = 5580, + [5611] = 5611, + [5612] = 5580, + [5613] = 5581, + [5614] = 5591, + [5615] = 5580, + [5616] = 5581, + [5617] = 5591, + [5618] = 5580, + [5619] = 5581, + [5620] = 5591, + [5621] = 5580, + [5622] = 5580, + [5623] = 5580, + [5624] = 5581, + [5625] = 5580, + [5626] = 5580, + [5627] = 5591, + [5628] = 5580, + [5629] = 5581, + [5630] = 5591, + [5631] = 5580, + [5632] = 5581, + [5633] = 5633, + [5634] = 5591, + [5635] = 5580, + [5636] = 5604, + [5637] = 5580, + [5638] = 5580, + [5639] = 5581, + [5640] = 5640, + [5641] = 5580, + [5642] = 5580, + [5643] = 5611, + [5644] = 5644, + [5645] = 5645, + [5646] = 5591, + [5647] = 5580, + [5648] = 5580, [5649] = 5581, - [5650] = 5582, - [5651] = 5571, + [5650] = 5580, + [5651] = 5580, [5652] = 5652, - [5653] = 5575, - [5654] = 5654, - [5655] = 5655, - [5656] = 5568, - [5657] = 5568, - [5658] = 5586, - [5659] = 5659, - [5660] = 5568, - [5661] = 5599, - [5662] = 5582, - [5663] = 5586, - [5664] = 5227, - [5665] = 5575, - [5666] = 5582, - [5667] = 5581, - [5668] = 5578, - [5669] = 5669, - [5670] = 5670, - [5671] = 5575, - [5672] = 5568, - [5673] = 5582, - [5674] = 5582, - [5675] = 5675, - [5676] = 5575, - [5677] = 5575, - [5678] = 5568, - [5679] = 5577, - [5680] = 5568, - [5681] = 5637, - [5682] = 5575, - [5683] = 5683, + [5653] = 5580, + [5654] = 5580, + [5655] = 5580, + [5656] = 5581, + [5657] = 5580, + [5658] = 5591, + [5659] = 5580, + [5660] = 5660, + [5661] = 5580, + [5662] = 5611, + [5663] = 5663, + [5664] = 5664, + [5665] = 5665, + [5666] = 5580, + [5667] = 5604, + [5668] = 5668, + [5669] = 5591, + [5670] = 5581, + [5671] = 5580, + [5672] = 4980, + [5673] = 5580, + [5674] = 5611, + [5675] = 5591, + [5676] = 5581, + [5677] = 5604, + [5678] = 5678, + [5679] = 5679, + [5680] = 5585, + [5681] = 5580, + [5682] = 5591, + [5683] = 5581, [5684] = 5684, - [5685] = 5685, + [5685] = 5580, [5686] = 5686, - [5687] = 5572, - [5688] = 5582, - [5689] = 5575, + [5687] = 5581, + [5688] = 5591, + [5689] = 5591, [5690] = 5690, - [5691] = 5605, + [5691] = 5581, [5692] = 5692, - [5693] = 5571, - [5694] = 5583, - [5695] = 5571, - [5696] = 5568, - [5697] = 5647, - [5698] = 5575, - [5699] = 5582, - [5700] = 5582, - [5701] = 5575, + [5693] = 5693, + [5694] = 5694, + [5695] = 5695, + [5696] = 5696, + [5697] = 5697, + [5698] = 5604, + [5699] = 5699, + [5700] = 5700, + [5701] = 5701, [5702] = 5702, - [5703] = 5568, - [5704] = 5704, - [5705] = 5705, + [5703] = 5703, + [5704] = 5591, + [5705] = 5579, [5706] = 5706, - [5707] = 5707, - [5708] = 5498, + [5707] = 5581, + [5708] = 5708, [5709] = 5709, [5710] = 5710, [5711] = 5711, - [5712] = 5568, - [5713] = 5582, - [5714] = 5575, - [5715] = 5655, - [5716] = 5716, - [5717] = 5717, - [5718] = 5690, - [5719] = 5582, - [5720] = 847, - [5721] = 5721, - [5722] = 5582, - [5723] = 5575, - [5724] = 5568, - [5725] = 5575, - [5726] = 5726, - [5727] = 5582, - [5728] = 4975, - [5729] = 5586, - [5730] = 5717, + [5712] = 5591, + [5713] = 5713, + [5714] = 5581, + [5715] = 5581, + [5716] = 5591, + [5717] = 5577, + [5718] = 5718, + [5719] = 5719, + [5720] = 5720, + [5721] = 5183, + [5722] = 5722, + [5723] = 5591, + [5724] = 5535, + [5725] = 5696, + [5726] = 5581, + [5727] = 5591, + [5728] = 5728, + [5729] = 5729, + [5730] = 5590, [5731] = 5581, - [5732] = 5648, - [5733] = 5568, - [5734] = 5582, - [5735] = 5575, - [5736] = 5655, - [5737] = 5639, - [5738] = 5568, - [5739] = 5705, - [5740] = 5571, - [5741] = 5341, + [5732] = 5732, + [5733] = 5591, + [5734] = 5734, + [5735] = 5581, + [5736] = 5736, + [5737] = 5737, + [5738] = 5738, + [5739] = 5739, + [5740] = 5652, + [5741] = 5581, [5742] = 5742, - [5743] = 5743, - [5744] = 5584, - [5745] = 5241, - [5746] = 5582, - [5747] = 5568, - [5748] = 5575, - [5749] = 5749, + [5743] = 5591, + [5744] = 5744, + [5745] = 5745, + [5746] = 5591, + [5747] = 853, + [5748] = 858, + [5749] = 861, [5750] = 5750, - [5751] = 5586, - [5752] = 5575, - [5753] = 862, - [5754] = 5582, - [5755] = 5755, - [5756] = 5582, - [5757] = 5705, + [5751] = 5581, + [5752] = 5752, + [5753] = 5753, + [5754] = 5591, + [5755] = 5590, + [5756] = 5585, + [5757] = 5757, [5758] = 5758, [5759] = 5759, - [5760] = 5675, - [5761] = 5582, - [5762] = 5575, - [5763] = 5686, - [5764] = 5764, - [5765] = 5765, - [5766] = 5652, - [5767] = 846, - [5768] = 5768, - [5769] = 5637, - [5770] = 5770, - [5771] = 5568, - [5772] = 5582, - [5773] = 5568, - [5774] = 5581, - [5775] = 5582, - [5776] = 5575, - [5777] = 5571, - [5778] = 5778, - [5779] = 5575, - [5780] = 5780, - [5781] = 5582, - [5782] = 5568, - [5783] = 5578, - [5784] = 5784, - [5785] = 5568, - [5786] = 5582, - [5787] = 5568, - [5788] = 5575, - [5789] = 5578, - [5790] = 5790, + [5760] = 5591, + [5761] = 5761, + [5762] = 2280, + [5763] = 5763, + [5764] = 5587, + [5765] = 5581, + [5766] = 5766, + [5767] = 5591, + [5768] = 5581, + [5769] = 5769, + [5770] = 5591, + [5771] = 5736, + [5772] = 5736, + [5773] = 5591, + [5774] = 5774, + [5775] = 5581, + [5776] = 5587, + [5777] = 5645, + [5778] = 5587, + [5779] = 5684, + [5780] = 853, + [5781] = 5781, + [5782] = 5591, + [5783] = 1980, + [5784] = 5581, + [5785] = 5585, + [5786] = 5590, + [5787] = 5695, + [5788] = 5604, + [5789] = 5789, + [5790] = 5024, [5791] = 5791, [5792] = 5792, [5793] = 5793, [5794] = 5794, - [5795] = 5749, - [5796] = 5605, - [5797] = 5797, + [5795] = 5581, + [5796] = 5611, + [5797] = 5591, [5798] = 5798, - [5799] = 5577, - [5800] = 5582, - [5801] = 5568, - [5802] = 5575, - [5803] = 5803, - [5804] = 5586, - [5805] = 5581, - [5806] = 5575, - [5807] = 5575, - [5808] = 5582, - [5809] = 5578, - [5810] = 5810, - [5811] = 5582, - [5812] = 5812, - [5813] = 5575, - [5814] = 5341, - [5815] = 5815, - [5816] = 5572, - [5817] = 5792, + [5799] = 5799, + [5800] = 5591, + [5801] = 5801, + [5802] = 5802, + [5803] = 5585, + [5804] = 5591, + [5805] = 5600, + [5806] = 5581, + [5807] = 5602, + [5808] = 5604, + [5809] = 5581, + [5810] = 5581, + [5811] = 5633, + [5812] = 5577, + [5813] = 5708, + [5814] = 5814, + [5815] = 5645, + [5816] = 5769, + [5817] = 5591, [5818] = 5818, - [5819] = 5568, - [5820] = 5820, - [5821] = 5615, - [5822] = 5692, - [5823] = 5275, - [5824] = 5583, - [5825] = 5582, - [5826] = 5742, - [5827] = 5575, - [5828] = 5584, - [5829] = 5829, - [5830] = 5639, - [5831] = 5686, - [5832] = 5568, - [5833] = 5575, + [5819] = 5759, + [5820] = 5581, + [5821] = 5745, + [5822] = 5581, + [5823] = 5738, + [5824] = 5591, + [5825] = 5825, + [5826] = 5826, + [5827] = 5700, + [5828] = 5828, + [5829] = 5591, + [5830] = 5577, + [5831] = 5831, + [5832] = 5581, + [5833] = 5700, [5834] = 5834, - [5835] = 5582, - [5836] = 5582, - [5837] = 5575, + [5835] = 5664, + [5836] = 5695, + [5837] = 5664, [5838] = 5838, - [5839] = 5839, - [5840] = 5840, - [5841] = 5593, - [5842] = 5820, - [5843] = 5593, - [5844] = 5844, - [5845] = 5655, - [5846] = 5577, - [5847] = 5847, - [5848] = 5749, - [5849] = 5577, - [5850] = 5582, - [5851] = 5575, - [5852] = 5684, - [5853] = 5655, - [5854] = 5647, - [5855] = 5759, - [5856] = 5820, - [5857] = 5568, - [5858] = 5858, + [5839] = 5696, + [5840] = 5611, + [5841] = 5841, + [5842] = 5695, + [5843] = 5695, + [5844] = 5700, + [5845] = 5633, + [5846] = 5591, + [5847] = 5766, + [5848] = 5828, + [5849] = 5581, + [5850] = 5825, + [5851] = 5591, + [5852] = 5766, + [5853] = 5818, + [5854] = 5581, + [5855] = 5814, + [5856] = 5856, + [5857] = 5857, + [5858] = 5750, [5859] = 5859, - [5860] = 5575, - [5861] = 5582, - [5862] = 5582, - [5863] = 5575, - [5864] = 5684, - [5865] = 5586, - [5866] = 5742, - [5867] = 5568, - [5868] = 5868, - [5869] = 5869, - [5870] = 5571, - [5871] = 5568, + [5860] = 5860, + [5861] = 5708, + [5862] = 5862, + [5863] = 5863, + [5864] = 5580, + [5865] = 5865, + [5866] = 5738, + [5867] = 5591, + [5868] = 5745, + [5869] = 5581, + [5870] = 5870, + [5871] = 5590, [5872] = 5872, - [5873] = 5575, - [5874] = 5568, - [5875] = 5875, - [5876] = 5575, - [5877] = 5582, - [5878] = 5575, - [5879] = 5692, - [5880] = 5593, - [5881] = 5705, - [5882] = 5568, - [5883] = 5883, - [5884] = 5577, - [5885] = 5885, - [5886] = 5568, - [5887] = 5575, - [5888] = 5582, - [5889] = 5582, - [5890] = 5575, - [5891] = 5568, - [5892] = 5568, - [5893] = 5572, - [5894] = 5572, - [5895] = 5895, - [5896] = 5568, - [5897] = 5897, + [5873] = 5759, + [5874] = 5874, + [5875] = 5828, + [5876] = 5581, + [5877] = 5877, + [5878] = 5591, + [5879] = 5577, + [5880] = 5880, + [5881] = 5591, + [5882] = 5587, + [5883] = 5769, + [5884] = 5581, + [5885] = 5602, + [5886] = 5886, + [5887] = 5684, + [5888] = 5684, + [5889] = 5633, + [5890] = 5890, + [5891] = 861, + [5892] = 858, + [5893] = 5645, + [5894] = 5894, + [5895] = 5591, + [5896] = 5896, + [5897] = 5581, [5898] = 5898, - [5899] = 5670, - [5900] = 5900, - [5901] = 5568, - [5902] = 5670, - [5903] = 5903, - [5904] = 5582, - [5905] = 5575, + [5899] = 5600, + [5900] = 853, + [5901] = 5604, + [5902] = 5633, + [5903] = 5581, + [5904] = 5904, + [5905] = 5591, [5906] = 5906, - [5907] = 5675, - [5908] = 5594, - [5909] = 5909, - [5910] = 4960, + [5907] = 5591, + [5908] = 5908, + [5909] = 5581, + [5910] = 5581, [5911] = 5911, - [5912] = 5704, - [5913] = 5582, - [5914] = 5575, - [5915] = 5575, - [5916] = 5582, - [5917] = 5568, - [5918] = 5498, - [5919] = 5648, - [5920] = 5716, - [5921] = 1788, - [5922] = 5582, - [5923] = 5599, - [5924] = 5721, + [5912] = 5602, + [5913] = 5693, + [5914] = 881, + [5915] = 5611, + [5916] = 5916, + [5917] = 5600, + [5918] = 5918, + [5919] = 5591, + [5920] = 5581, + [5921] = 5921, + [5922] = 5922, + [5923] = 5611, + [5924] = 5611, [5925] = 5925, - [5926] = 4975, - [5927] = 5581, - [5928] = 5568, - [5929] = 5582, - [5930] = 5575, - [5931] = 5568, - [5932] = 5578, - [5933] = 5933, - [5934] = 5568, - [5935] = 5704, - [5936] = 5792, - [5937] = 1767, - [5938] = 5938, - [5939] = 2029, - [5940] = 5582, - [5941] = 5575, - [5942] = 5575, - [5943] = 5582, - [5944] = 5690, - [5945] = 5945, - [5946] = 2054, - [5947] = 844, - [5948] = 5948, - [5949] = 5577, - [5950] = 5716, - [5951] = 5951, - [5952] = 5791, - [5953] = 5792, - [5954] = 5954, - [5955] = 5955, - [5956] = 5227, - [5957] = 5721, - [5958] = 5582, - [5959] = 5575, + [5926] = 5926, + [5927] = 5794, + [5928] = 5611, + [5929] = 5737, + [5930] = 5581, + [5931] = 5793, + [5932] = 5591, + [5933] = 5175, + [5934] = 5934, + [5935] = 5935, + [5936] = 5753, + [5937] = 5591, + [5938] = 5581, + [5939] = 5939, + [5940] = 5940, + [5941] = 5794, + [5942] = 5942, + [5943] = 5792, + [5944] = 5793, + [5945] = 1863, + [5946] = 1789, + [5947] = 5947, + [5948] = 5825, + [5949] = 5818, + [5950] = 5184, + [5951] = 5940, + [5952] = 5591, + [5953] = 5904, + [5954] = 5581, + [5955] = 1902, + [5956] = 5604, + [5957] = 5581, + [5958] = 5179, + [5959] = 5591, [5960] = 5960, - [5961] = 5961, - [5962] = 5962, - [5963] = 5575, - [5964] = 5964, - [5965] = 5578, - [5966] = 5759, - [5967] = 5798, - [5968] = 5575, - [5969] = 5969, - [5970] = 5582, - [5971] = 5582, + [5961] = 5581, + [5962] = 5814, + [5963] = 1794, + [5964] = 5191, + [5965] = 5965, + [5966] = 5591, + [5967] = 1748, + [5968] = 5581, + [5969] = 5535, + [5970] = 5792, + [5971] = 5684, [5972] = 5972, - [5973] = 847, - [5974] = 5609, - [5975] = 5575, + [5973] = 5973, + [5974] = 5922, + [5975] = 5975, [5976] = 5976, - [5977] = 5568, - [5978] = 5572, - [5979] = 5692, - [5980] = 5980, - [5981] = 846, - [5982] = 1786, - [5983] = 5798, - [5984] = 5568, - [5985] = 844, - [5986] = 846, - [5987] = 5987, - [5988] = 5191, - [5989] = 5655, - [5990] = 5670, + [5977] = 5695, + [5978] = 5243, + [5979] = 5922, + [5980] = 858, + [5981] = 5708, + [5982] = 5982, + [5983] = 861, + [5984] = 5581, + [5985] = 5591, + [5986] = 5591, + [5987] = 5737, + [5988] = 5581, + [5989] = 5696, + [5990] = 5753, [5991] = 5991, - [5992] = 5759, - [5993] = 5582, - [5994] = 5575, - [5995] = 5575, - [5996] = 5652, - [5997] = 5582, - [5998] = 5998, - [5999] = 5999, - [6000] = 5692, + [5992] = 5577, + [5993] = 5993, + [5994] = 5940, + [5995] = 5591, + [5996] = 5590, + [5997] = 5997, + [5998] = 5581, + [5999] = 5591, + [6000] = 6000, [6001] = 6001, - [6002] = 6002, - [6003] = 5568, - [6004] = 5568, - [6005] = 6005, - [6006] = 847, - [6007] = 6007, - [6008] = 6008, - [6009] = 6009, - [6010] = 6010, - [6011] = 5791, - [6012] = 5692, - [6013] = 5582, - [6014] = 5575, - [6015] = 1781, - [6016] = 6016, - [6017] = 6017, - [6018] = 5594, - [6019] = 6019, - [6020] = 1816, - [6021] = 6021, - [6022] = 5575, + [6002] = 5587, + [6003] = 6003, + [6004] = 6004, + [6005] = 5585, + [6006] = 6006, + [6007] = 5581, + [6008] = 5591, + [6009] = 5736, + [6010] = 5587, + [6011] = 5585, + [6012] = 5604, + [6013] = 6013, + [6014] = 6014, + [6015] = 5581, + [6016] = 5243, + [6017] = 5581, + [6018] = 5750, + [6019] = 5591, + [6020] = 5024, + [6021] = 5652, + [6022] = 6022, [6023] = 6023, - [6024] = 5582, - [6025] = 844, - [6026] = 5615, - [6027] = 6027, - [6028] = 6028, + [6024] = 5633, + [6025] = 5590, + [6026] = 5577, + [6027] = 5877, + [6028] = 5179, [6029] = 6029, - [6030] = 6030, - [6031] = 878, - [6032] = 884, - [6033] = 887, - [6034] = 839, - [6035] = 881, - [6036] = 875, + [6030] = 5591, + [6031] = 5184, + [6032] = 6032, + [6033] = 6033, + [6034] = 6034, + [6035] = 5579, + [6036] = 6036, [6037] = 6037, - [6038] = 5590, - [6039] = 847, - [6040] = 846, + [6038] = 6038, + [6039] = 6039, + [6040] = 6040, [6041] = 6041, - [6042] = 6029, - [6043] = 844, - [6044] = 5706, - [6045] = 6030, + [6042] = 6042, + [6043] = 5243, + [6044] = 6044, + [6045] = 6045, [6046] = 6046, - [6047] = 6047, + [6047] = 6045, [6048] = 6048, - [6049] = 6030, + [6049] = 6049, [6050] = 6050, - [6051] = 5925, - [6052] = 4954, - [6053] = 4975, - [6054] = 6029, - [6055] = 6041, - [6056] = 5597, - [6057] = 4975, - [6058] = 6037, - [6059] = 6059, - [6060] = 6060, - [6061] = 6061, - [6062] = 6037, + [6051] = 883, + [6052] = 6052, + [6053] = 6053, + [6054] = 868, + [6055] = 6055, + [6056] = 6036, + [6057] = 859, + [6058] = 6058, + [6059] = 857, + [6060] = 869, + [6061] = 6038, + [6062] = 854, [6063] = 6063, - [6064] = 6064, + [6064] = 6055, [6065] = 6065, - [6066] = 6041, - [6067] = 6029, - [6068] = 6068, + [6066] = 6063, + [6067] = 6036, + [6068] = 6045, [6069] = 6069, - [6070] = 6070, - [6071] = 6068, - [6072] = 6030, - [6073] = 6073, - [6074] = 6068, + [6070] = 6039, + [6071] = 6071, + [6072] = 6072, + [6073] = 6058, + [6074] = 6045, [6075] = 6075, [6076] = 6076, - [6077] = 6068, - [6078] = 6068, - [6079] = 6079, + [6077] = 6077, + [6078] = 6055, + [6079] = 6036, [6080] = 6080, [6081] = 6081, - [6082] = 6030, - [6083] = 6083, + [6082] = 6055, + [6083] = 6036, [6084] = 6084, - [6085] = 6037, + [6085] = 6085, [6086] = 6086, - [6087] = 6029, - [6088] = 6088, - [6089] = 6041, + [6087] = 6038, + [6088] = 6038, + [6089] = 6071, [6090] = 6090, [6091] = 6091, [6092] = 6092, - [6093] = 6041, - [6094] = 6029, + [6093] = 6069, + [6094] = 6094, [6095] = 6095, [6096] = 6096, [6097] = 6097, [6098] = 6098, - [6099] = 6030, + [6099] = 6099, [6100] = 6100, - [6101] = 6101, - [6102] = 6102, - [6103] = 6037, - [6104] = 6104, - [6105] = 6105, - [6106] = 6106, + [6101] = 6045, + [6102] = 6038, + [6103] = 6103, + [6104] = 6075, + [6105] = 6072, + [6106] = 6036, [6107] = 6107, - [6108] = 878, - [6109] = 6109, - [6110] = 6110, - [6111] = 884, - [6112] = 6037, - [6113] = 887, - [6114] = 839, - [6115] = 881, - [6116] = 875, - [6117] = 6117, - [6118] = 6118, + [6108] = 6055, + [6109] = 6055, + [6110] = 6036, + [6111] = 6111, + [6112] = 5916, + [6113] = 6071, + [6114] = 6114, + [6115] = 6038, + [6116] = 861, + [6117] = 6039, + [6118] = 6055, [6119] = 6119, - [6120] = 6041, - [6121] = 6029, - [6122] = 6122, - [6123] = 6030, + [6120] = 6069, + [6121] = 6063, + [6122] = 6045, + [6123] = 6123, [6124] = 6124, [6125] = 6125, - [6126] = 6030, - [6127] = 6127, - [6128] = 6128, - [6129] = 6050, - [6130] = 6130, + [6126] = 6045, + [6127] = 6038, + [6128] = 6045, + [6129] = 858, + [6130] = 6058, [6131] = 6131, - [6132] = 6029, + [6132] = 6046, [6133] = 6133, - [6134] = 6041, - [6135] = 6135, - [6136] = 6136, - [6137] = 6137, - [6138] = 6138, - [6139] = 6037, - [6140] = 6140, - [6141] = 6037, - [6142] = 6142, + [6134] = 6134, + [6135] = 6048, + [6136] = 6055, + [6137] = 6036, + [6138] = 6048, + [6139] = 6139, + [6140] = 6045, + [6141] = 6044, + [6142] = 6038, [6143] = 6143, - [6144] = 6144, - [6145] = 5925, - [6146] = 3001, - [6147] = 6041, - [6148] = 6029, - [6149] = 6149, - [6150] = 6150, - [6151] = 6151, + [6144] = 6044, + [6145] = 6041, + [6146] = 6041, + [6147] = 6081, + [6148] = 6038, + [6149] = 6077, + [6150] = 6045, + [6151] = 6100, [6152] = 6152, - [6153] = 6030, - [6154] = 6154, - [6155] = 6155, - [6156] = 6156, - [6157] = 6157, - [6158] = 6158, - [6159] = 6159, + [6153] = 6072, + [6154] = 6036, + [6155] = 6045, + [6156] = 853, + [6157] = 6055, + [6158] = 6050, + [6159] = 5024, [6160] = 6160, - [6161] = 6161, - [6162] = 6037, - [6163] = 6163, - [6164] = 6164, - [6165] = 6165, - [6166] = 6041, + [6161] = 6081, + [6162] = 6162, + [6163] = 6055, + [6164] = 6036, + [6165] = 6077, + [6166] = 6166, [6167] = 6167, - [6168] = 6159, - [6169] = 6169, - [6170] = 6041, - [6171] = 6029, - [6172] = 6172, - [6173] = 6173, + [6168] = 6168, + [6169] = 6038, + [6170] = 6170, + [6171] = 6086, + [6172] = 6052, + [6173] = 6045, [6174] = 6174, - [6175] = 6029, - [6176] = 6030, + [6175] = 6046, + [6176] = 6040, [6177] = 6177, - [6178] = 6178, - [6179] = 6179, - [6180] = 6161, - [6181] = 6181, - [6182] = 6163, + [6178] = 6045, + [6179] = 6092, + [6180] = 6036, + [6181] = 6094, + [6182] = 6055, [6183] = 6183, [6184] = 6184, - [6185] = 6037, - [6186] = 6167, - [6187] = 6159, - [6188] = 6172, - [6189] = 6189, - [6190] = 6037, - [6191] = 6191, - [6192] = 6192, - [6193] = 6041, - [6194] = 6029, - [6195] = 6161, - [6196] = 6196, - [6197] = 6163, - [6198] = 6198, - [6199] = 6030, - [6200] = 6200, - [6201] = 6201, - [6202] = 6202, + [6185] = 6091, + [6186] = 6055, + [6187] = 6036, + [6188] = 6188, + [6189] = 6097, + [6190] = 6038, + [6191] = 6098, + [6192] = 6038, + [6193] = 6193, + [6194] = 6194, + [6195] = 6100, + [6196] = 6036, + [6197] = 5906, + [6198] = 6055, + [6199] = 6036, + [6200] = 6103, + [6201] = 6045, + [6202] = 6075, [6203] = 6203, - [6204] = 6202, - [6205] = 6198, - [6206] = 6206, - [6207] = 6037, - [6208] = 6208, - [6209] = 6209, - [6210] = 6210, + [6204] = 6055, + [6205] = 6072, + [6206] = 6036, + [6207] = 6071, + [6208] = 6124, + [6209] = 6055, + [6210] = 6036, [6211] = 6211, [6212] = 6212, - [6213] = 6041, - [6214] = 6029, - [6215] = 6215, - [6216] = 6030, + [6213] = 6039, + [6214] = 6045, + [6215] = 6038, + [6216] = 6216, [6217] = 6217, [6218] = 6218, - [6219] = 6030, - [6220] = 6220, - [6221] = 6203, - [6222] = 6202, - [6223] = 6198, - [6224] = 6028, - [6225] = 6029, - [6226] = 6226, - [6227] = 6041, + [6219] = 6055, + [6220] = 5575, + [6221] = 6036, + [6222] = 6069, + [6223] = 6045, + [6224] = 6063, + [6225] = 6225, + [6226] = 6058, + [6227] = 6227, [6228] = 6228, - [6229] = 6229, - [6230] = 6209, + [6229] = 6055, + [6230] = 6036, [6231] = 6231, - [6232] = 6041, - [6233] = 6029, - [6234] = 6234, - [6235] = 6235, + [6232] = 6046, + [6233] = 6048, + [6234] = 6044, + [6235] = 6038, [6236] = 6236, - [6237] = 6037, - [6238] = 6030, - [6239] = 6212, - [6240] = 5341, - [6241] = 6217, - [6242] = 6218, - [6243] = 6243, - [6244] = 6220, - [6245] = 6245, - [6246] = 6203, - [6247] = 6202, - [6248] = 6248, - [6249] = 6249, - [6250] = 6198, - [6251] = 6041, - [6252] = 6029, - [6253] = 6253, - [6254] = 6030, - [6255] = 6255, - [6256] = 6226, - [6257] = 6030, - [6258] = 6258, - [6259] = 6228, - [6260] = 6229, - [6261] = 6261, + [6237] = 6050, + [6238] = 6038, + [6239] = 6041, + [6240] = 881, + [6241] = 6050, + [6242] = 6242, + [6243] = 6036, + [6244] = 4910, + [6245] = 6045, + [6246] = 6071, + [6247] = 6247, + [6248] = 6055, + [6249] = 6036, + [6250] = 6211, + [6251] = 6251, + [6252] = 6075, + [6253] = 6086, + [6254] = 6038, + [6255] = 6086, + [6256] = 6256, + [6257] = 6052, + [6258] = 6045, + [6259] = 6091, + [6260] = 6097, + [6261] = 6098, [6262] = 6262, - [6263] = 6029, - [6264] = 6253, - [6265] = 6041, - [6266] = 6266, - [6267] = 6267, - [6268] = 6209, - [6269] = 6234, - [6270] = 6041, - [6271] = 6029, - [6272] = 6272, - [6273] = 6235, - [6274] = 6274, - [6275] = 6037, - [6276] = 6030, - [6277] = 6277, - [6278] = 6236, - [6279] = 6212, - [6280] = 6280, - [6281] = 6163, - [6282] = 6217, - [6283] = 6283, - [6284] = 6218, - [6285] = 6243, - [6286] = 6220, - [6287] = 6245, - [6288] = 6203, - [6289] = 6041, - [6290] = 6029, - [6291] = 6202, - [6292] = 6030, - [6293] = 6248, + [6263] = 6103, + [6264] = 6072, + [6265] = 6265, + [6266] = 6055, + [6267] = 6055, + [6268] = 6036, + [6269] = 6269, + [6270] = 6270, + [6271] = 6271, + [6272] = 6071, + [6273] = 6038, + [6274] = 6111, + [6275] = 6038, + [6276] = 6037, + [6277] = 6069, + [6278] = 6058, + [6279] = 6048, + [6280] = 6036, + [6281] = 6281, + [6282] = 6055, + [6283] = 6044, + [6284] = 6284, + [6285] = 6052, + [6286] = 6055, + [6287] = 6036, + [6288] = 6038, + [6289] = 6103, + [6290] = 6038, + [6291] = 6045, + [6292] = 6038, + [6293] = 6293, [6294] = 6294, - [6295] = 6030, - [6296] = 6198, - [6297] = 6253, - [6298] = 6226, - [6299] = 6299, - [6300] = 6228, - [6301] = 6029, - [6302] = 6229, - [6303] = 6041, - [6304] = 6261, - [6305] = 6262, - [6306] = 6248, - [6307] = 6267, - [6308] = 6041, - [6309] = 6029, - [6310] = 6209, - [6311] = 6311, - [6312] = 6312, - [6313] = 862, - [6314] = 6030, - [6315] = 6234, - [6316] = 6235, - [6317] = 6317, - [6318] = 6037, - [6319] = 6274, - [6320] = 6277, - [6321] = 6236, - [6322] = 6212, - [6323] = 6217, - [6324] = 6218, - [6325] = 6243, - [6326] = 6220, - [6327] = 6041, - [6328] = 6029, - [6329] = 6329, - [6330] = 6245, - [6331] = 6203, - [6332] = 6202, - [6333] = 6030, - [6334] = 6248, - [6335] = 6335, - [6336] = 6202, - [6337] = 6030, - [6338] = 6338, - [6339] = 6037, - [6340] = 6340, - [6341] = 6341, - [6342] = 6029, - [6343] = 6041, - [6344] = 6344, - [6345] = 6068, - [6346] = 6041, - [6347] = 6029, - [6348] = 6348, - [6349] = 6349, - [6350] = 6350, - [6351] = 6351, - [6352] = 6030, + [6295] = 6072, + [6296] = 6131, + [6297] = 6072, + [6298] = 6037, + [6299] = 6090, + [6300] = 6038, + [6301] = 6301, + [6302] = 6302, + [6303] = 6168, + [6304] = 6055, + [6305] = 6055, + [6306] = 6036, + [6307] = 6247, + [6308] = 6308, + [6309] = 5024, + [6310] = 6103, + [6311] = 6038, + [6312] = 6003, + [6313] = 6313, + [6314] = 6314, + [6315] = 6315, + [6316] = 6037, + [6317] = 6045, + [6318] = 6318, + [6319] = 6090, + [6320] = 6320, + [6321] = 6038, + [6322] = 6322, + [6323] = 6323, + [6324] = 6055, + [6325] = 6036, + [6326] = 6326, + [6327] = 6168, + [6328] = 6328, + [6329] = 6139, + [6330] = 6038, + [6331] = 6331, + [6332] = 6332, + [6333] = 6247, + [6334] = 6308, + [6335] = 6131, + [6336] = 6038, + [6337] = 6337, + [6338] = 6090, + [6339] = 6339, + [6340] = 6339, + [6341] = 6247, + [6342] = 6036, + [6343] = 6055, + [6344] = 6036, + [6345] = 6345, + [6346] = 6346, + [6347] = 6055, + [6348] = 6228, + [6349] = 6038, + [6350] = 6143, + [6351] = 6139, + [6352] = 6352, [6353] = 6353, - [6354] = 6354, - [6355] = 6226, - [6356] = 6037, + [6354] = 6042, + [6355] = 6211, + [6356] = 6045, [6357] = 6357, - [6358] = 6228, - [6359] = 6359, - [6360] = 6161, - [6361] = 6030, - [6362] = 6362, - [6363] = 6363, + [6358] = 6036, + [6359] = 6055, + [6360] = 6038, + [6361] = 6337, + [6362] = 6055, + [6363] = 6036, [6364] = 6364, - [6365] = 6041, - [6366] = 6029, - [6367] = 6245, - [6368] = 6368, - [6369] = 6283, - [6370] = 6037, - [6371] = 6030, - [6372] = 6362, + [6365] = 6262, + [6366] = 6080, + [6367] = 6046, + [6368] = 6038, + [6369] = 6339, + [6370] = 6370, + [6371] = 6036, + [6372] = 6055, [6373] = 6373, [6374] = 6374, - [6375] = 6041, - [6376] = 6029, - [6377] = 6030, - [6378] = 6220, - [6379] = 6379, - [6380] = 6373, - [6381] = 6029, - [6382] = 6041, - [6383] = 6383, - [6384] = 6041, - [6385] = 6029, - [6386] = 6386, - [6387] = 6030, - [6388] = 6203, - [6389] = 6353, - [6390] = 6030, - [6391] = 6243, - [6392] = 6218, + [6375] = 6375, + [6376] = 6376, + [6377] = 6377, + [6378] = 6378, + [6379] = 6346, + [6380] = 6345, + [6381] = 6055, + [6382] = 6036, + [6383] = 6052, + [6384] = 6045, + [6385] = 6111, + [6386] = 6345, + [6387] = 6038, + [6388] = 6388, + [6389] = 6346, + [6390] = 6270, + [6391] = 6045, + [6392] = 6269, [6393] = 6393, - [6394] = 6394, + [6394] = 6265, [6395] = 6395, - [6396] = 6037, - [6397] = 6283, - [6398] = 6037, - [6399] = 6362, - [6400] = 6400, - [6401] = 6373, + [6396] = 6236, + [6397] = 6228, + [6398] = 6398, + [6399] = 6399, + [6400] = 6055, + [6401] = 6036, [6402] = 6402, - [6403] = 6041, - [6404] = 6029, - [6405] = 6041, - [6406] = 6029, - [6407] = 6379, - [6408] = 6229, - [6409] = 6030, + [6403] = 6040, + [6404] = 6404, + [6405] = 6143, + [6406] = 6038, + [6407] = 6139, + [6408] = 6408, + [6409] = 6409, [6410] = 6410, [6411] = 6411, - [6412] = 6030, - [6413] = 6413, - [6414] = 6283, - [6415] = 6037, - [6416] = 6362, - [6417] = 6030, - [6418] = 6373, - [6419] = 6041, - [6420] = 6029, - [6421] = 6029, - [6422] = 6041, - [6423] = 6029, - [6424] = 6379, - [6425] = 6041, + [6412] = 6038, + [6413] = 6042, + [6414] = 6337, + [6415] = 6415, + [6416] = 6416, + [6417] = 6417, + [6418] = 6036, + [6419] = 6055, + [6420] = 6036, + [6421] = 6421, + [6422] = 6055, + [6423] = 6337, + [6424] = 6424, + [6425] = 6038, [6426] = 6426, - [6427] = 6149, - [6428] = 6030, - [6429] = 6311, - [6430] = 6430, - [6431] = 6030, - [6432] = 6037, - [6433] = 6433, - [6434] = 6434, - [6435] = 6435, - [6436] = 6037, - [6437] = 6437, - [6438] = 6426, - [6439] = 6374, - [6440] = 6149, - [6441] = 6041, - [6442] = 6029, - [6443] = 6201, - [6444] = 6311, - [6445] = 6354, - [6446] = 6383, - [6447] = 6030, - [6448] = 6359, - [6449] = 6433, - [6450] = 6434, - [6451] = 6451, - [6452] = 6452, - [6453] = 6030, - [6454] = 6454, - [6455] = 6455, - [6456] = 6435, - [6457] = 6029, - [6458] = 6041, - [6459] = 6037, - [6460] = 6041, - [6461] = 6029, - [6462] = 6437, - [6463] = 6426, - [6464] = 6373, - [6465] = 6041, - [6466] = 6030, - [6467] = 6029, - [6468] = 6217, - [6469] = 6374, - [6470] = 6426, - [6471] = 6437, - [6472] = 6212, - [6473] = 6236, - [6474] = 6037, + [6427] = 6427, + [6428] = 6428, + [6429] = 6429, + [6430] = 3000, + [6431] = 6045, + [6432] = 883, + [6433] = 6262, + [6434] = 868, + [6435] = 859, + [6436] = 6080, + [6437] = 6092, + [6438] = 6055, + [6439] = 6036, + [6440] = 6123, + [6441] = 857, + [6442] = 6125, + [6443] = 6094, + [6444] = 6038, + [6445] = 6308, + [6446] = 854, + [6447] = 5575, + [6448] = 6038, + [6449] = 6183, + [6450] = 6450, + [6451] = 6301, + [6452] = 6339, + [6453] = 6453, + [6454] = 6373, + [6455] = 6376, + [6456] = 6377, + [6457] = 6055, + [6458] = 6036, + [6459] = 6459, + [6460] = 6036, + [6461] = 6055, + [6462] = 6091, + [6463] = 6038, + [6464] = 6464, + [6465] = 6424, + [6466] = 6421, + [6467] = 6467, + [6468] = 6415, + [6469] = 6469, + [6470] = 6402, + [6471] = 6471, + [6472] = 6472, + [6473] = 6045, + [6474] = 6474, [6475] = 6475, - [6476] = 6149, - [6477] = 6433, - [6478] = 6167, - [6479] = 6041, - [6480] = 6029, - [6481] = 6156, - [6482] = 6158, - [6483] = 6277, - [6484] = 6030, - [6485] = 6030, - [6486] = 6274, - [6487] = 6487, - [6488] = 6172, - [6489] = 6201, - [6490] = 6028, - [6491] = 6255, - [6492] = 6258, - [6493] = 6493, - [6494] = 6272, - [6495] = 6030, - [6496] = 6299, - [6497] = 6311, - [6498] = 6041, - [6499] = 6029, - [6500] = 6354, - [6501] = 6383, - [6502] = 6359, - [6503] = 6029, - [6504] = 6030, + [6476] = 6055, + [6477] = 6036, + [6478] = 6345, + [6479] = 6346, + [6480] = 6480, + [6481] = 6481, + [6482] = 6038, + [6483] = 6483, + [6484] = 6270, + [6485] = 6269, + [6486] = 6486, + [6487] = 6265, + [6488] = 6488, + [6489] = 6236, + [6490] = 6228, + [6491] = 6491, + [6492] = 869, + [6493] = 6166, + [6494] = 6143, + [6495] = 6055, + [6496] = 6036, + [6497] = 6139, + [6498] = 6498, + [6499] = 6499, + [6500] = 6038, + [6501] = 6038, + [6502] = 6095, + [6503] = 6503, + [6504] = 6042, [6505] = 6505, - [6506] = 6506, - [6507] = 6507, - [6508] = 6041, + [6506] = 6045, + [6507] = 6036, + [6508] = 6055, [6509] = 6509, [6510] = 6510, [6511] = 6511, - [6512] = 6433, - [6513] = 6434, - [6514] = 6209, - [6515] = 6261, - [6516] = 6451, - [6517] = 6041, - [6518] = 6029, - [6519] = 6452, - [6520] = 6037, - [6521] = 6262, - [6522] = 6454, - [6523] = 6030, - [6524] = 6455, - [6525] = 6435, - [6526] = 6037, - [6527] = 6527, - [6528] = 6373, - [6529] = 6487, - [6530] = 6437, - [6531] = 6426, - [6532] = 6041, - [6533] = 6029, - [6534] = 6413, - [6535] = 6374, - [6536] = 6041, - [6537] = 6029, - [6538] = 6030, - [6539] = 6030, - [6540] = 6540, - [6541] = 6041, - [6542] = 6030, - [6543] = 6029, - [6544] = 6544, - [6545] = 6149, - [6546] = 6546, - [6547] = 6156, - [6548] = 6029, - [6549] = 6158, - [6550] = 6041, - [6551] = 6201, - [6552] = 6028, - [6553] = 6510, - [6554] = 6037, - [6555] = 6041, - [6556] = 6029, - [6557] = 6255, - [6558] = 6258, - [6559] = 6435, - [6560] = 6560, - [6561] = 6030, - [6562] = 6272, - [6563] = 6299, - [6564] = 6506, - [6565] = 6267, - [6566] = 6311, - [6567] = 6041, - [6568] = 6455, - [6569] = 6029, - [6570] = 6354, - [6571] = 6235, - [6572] = 6383, - [6573] = 6359, - [6574] = 6041, - [6575] = 6029, - [6576] = 6030, - [6577] = 6506, - [6578] = 6507, - [6579] = 6509, - [6580] = 6030, - [6581] = 6510, - [6582] = 6159, - [6583] = 6433, - [6584] = 6030, - [6585] = 6434, - [6586] = 6379, - [6587] = 6234, - [6588] = 6588, - [6589] = 6588, - [6590] = 6029, - [6591] = 6041, - [6592] = 6451, - [6593] = 6041, - [6594] = 6029, - [6595] = 6452, - [6596] = 6454, - [6597] = 6455, - [6598] = 6435, - [6599] = 6030, - [6600] = 6507, - [6601] = 6509, - [6602] = 6487, - [6603] = 6037, - [6604] = 6437, - [6605] = 6434, - [6606] = 6426, - [6607] = 6454, - [6608] = 6413, - [6609] = 6041, - [6610] = 6037, - [6611] = 6041, - [6612] = 6612, - [6613] = 6029, - [6614] = 6030, + [6512] = 6512, + [6513] = 6038, + [6514] = 6055, + [6515] = 6036, + [6516] = 6337, + [6517] = 6427, + [6518] = 6428, + [6519] = 6045, + [6520] = 6038, + [6521] = 6377, + [6522] = 6097, + [6523] = 6523, + [6524] = 6524, + [6525] = 6376, + [6526] = 6526, + [6527] = 6262, + [6528] = 6080, + [6529] = 6529, + [6530] = 6123, + [6531] = 6125, + [6532] = 6098, + [6533] = 6055, + [6534] = 6036, + [6535] = 6111, + [6536] = 6183, + [6537] = 6301, + [6538] = 6373, + [6539] = 6038, + [6540] = 6339, + [6541] = 6541, + [6542] = 6045, + [6543] = 6085, + [6544] = 6373, + [6545] = 6038, + [6546] = 6376, + [6547] = 6377, + [6548] = 6548, + [6549] = 6315, + [6550] = 6131, + [6551] = 6046, + [6552] = 6055, + [6553] = 6036, + [6554] = 6554, + [6555] = 6424, + [6556] = 6085, + [6557] = 6421, + [6558] = 6038, + [6559] = 6415, + [6560] = 6402, + [6561] = 6427, + [6562] = 6036, + [6563] = 6563, + [6564] = 6055, + [6565] = 6565, + [6566] = 6566, + [6567] = 6345, + [6568] = 6038, + [6569] = 6346, + [6570] = 6570, + [6571] = 6055, + [6572] = 6036, + [6573] = 6573, + [6574] = 6574, + [6575] = 6575, + [6576] = 6271, + [6577] = 6038, + [6578] = 6270, + [6579] = 6269, + [6580] = 6265, + [6581] = 6085, + [6582] = 6236, + [6583] = 6583, + [6584] = 6584, + [6585] = 6228, + [6586] = 6586, + [6587] = 6085, + [6588] = 6045, + [6589] = 6589, + [6590] = 6055, + [6591] = 6036, + [6592] = 6166, + [6593] = 6428, + [6594] = 6594, + [6595] = 6143, + [6596] = 6038, + [6597] = 6139, + [6598] = 6598, + [6599] = 6085, + [6600] = 6038, + [6601] = 6095, + [6602] = 6602, + [6603] = 6036, + [6604] = 6055, + [6605] = 6055, + [6606] = 6036, + [6607] = 6038, + [6608] = 6608, + [6609] = 6609, + [6610] = 6055, + [6611] = 6045, + [6612] = 6036, + [6613] = 6613, + [6614] = 6055, [6615] = 6615, - [6616] = 6374, - [6617] = 6452, - [6618] = 6041, - [6619] = 6041, - [6620] = 6041, - [6621] = 6451, - [6622] = 6041, - [6623] = 6037, - [6624] = 6041, - [6625] = 6030, - [6626] = 6626, + [6616] = 6616, + [6617] = 6617, + [6618] = 6055, + [6619] = 6038, + [6620] = 6038, + [6621] = 6055, + [6622] = 6622, + [6623] = 6055, + [6624] = 6055, + [6625] = 6036, + [6626] = 6055, [6627] = 6627, - [6628] = 6628, - [6629] = 6629, - [6630] = 6630, - [6631] = 6631, - [6632] = 6632, + [6628] = 6211, + [6629] = 6045, + [6630] = 6042, + [6631] = 6036, + [6632] = 6055, [6633] = 6633, [6634] = 6634, - [6635] = 6629, - [6636] = 6636, - [6637] = 6634, - [6638] = 6634, + [6635] = 6635, + [6636] = 5184, + [6637] = 6637, + [6638] = 6638, [6639] = 6634, [6640] = 6640, - [6641] = 6634, - [6642] = 6634, - [6643] = 6634, - [6644] = 6634, - [6645] = 6634, - [6646] = 6634, - [6647] = 6634, - [6648] = 6634, - [6649] = 6634, - [6650] = 6634, - [6651] = 6634, - [6652] = 6634, - [6653] = 6634, - [6654] = 6634, - [6655] = 6634, - [6656] = 6634, - [6657] = 6634, - [6658] = 6634, - [6659] = 6634, - [6660] = 6634, - [6661] = 6634, - [6662] = 6634, - [6663] = 6634, - [6664] = 6634, - [6665] = 6634, - [6666] = 6666, - [6667] = 6667, - [6668] = 6633, - [6669] = 6669, - [6670] = 6632, - [6671] = 6671, - [6672] = 6634, - [6673] = 6628, - [6674] = 6674, - [6675] = 6630, - [6676] = 6632, - [6677] = 6677, - [6678] = 6678, - [6679] = 6633, - [6680] = 6631, - [6681] = 6633, - [6682] = 6629, - [6683] = 6636, - [6684] = 6632, + [6641] = 6641, + [6642] = 6642, + [6643] = 6643, + [6644] = 6644, + [6645] = 6643, + [6646] = 6640, + [6647] = 6643, + [6648] = 6642, + [6649] = 6642, + [6650] = 6650, + [6651] = 6643, + [6652] = 6643, + [6653] = 6653, + [6654] = 6654, + [6655] = 6643, + [6656] = 6643, + [6657] = 6643, + [6658] = 6643, + [6659] = 6643, + [6660] = 6643, + [6661] = 6643, + [6662] = 6643, + [6663] = 6643, + [6664] = 6643, + [6665] = 6643, + [6666] = 6643, + [6667] = 6643, + [6668] = 6643, + [6669] = 6643, + [6670] = 6643, + [6671] = 6643, + [6672] = 6643, + [6673] = 6643, + [6674] = 6643, + [6675] = 6643, + [6676] = 6643, + [6677] = 6643, + [6678] = 6643, + [6679] = 6643, + [6680] = 6680, + [6681] = 6681, + [6682] = 6682, + [6683] = 6683, + [6684] = 6637, [6685] = 6685, - [6686] = 6629, + [6686] = 6686, [6687] = 6687, [6688] = 6688, [6689] = 6689, - [6690] = 6640, - [6691] = 6631, - [6692] = 6666, - [6693] = 6633, - [6694] = 6666, - [6695] = 6632, - [6696] = 6640, - [6697] = 6697, - [6698] = 6628, + [6690] = 6690, + [6691] = 6691, + [6692] = 6640, + [6693] = 6693, + [6694] = 6694, + [6695] = 6654, + [6696] = 6637, + [6697] = 6642, + [6698] = 6698, [6699] = 6699, - [6700] = 6630, - [6701] = 6701, - [6702] = 6702, + [6700] = 6700, + [6701] = 6643, + [6702] = 6640, [6703] = 6703, - [6704] = 6704, - [6705] = 6631, - [6706] = 6706, - [6707] = 6707, - [6708] = 6634, - [6709] = 6709, - [6710] = 6629, - [6711] = 6633, - [6712] = 6712, - [6713] = 6636, - [6714] = 6634, + [6704] = 6641, + [6705] = 6705, + [6706] = 6643, + [6707] = 6644, + [6708] = 6641, + [6709] = 6634, + [6710] = 6710, + [6711] = 6711, + [6712] = 6637, + [6713] = 6713, + [6714] = 6714, [6715] = 6715, [6716] = 6716, - [6717] = 6636, - [6718] = 6718, - [6719] = 6633, - [6720] = 6629, - [6721] = 6669, - [6722] = 6632, - [6723] = 6628, - [6724] = 6724, + [6717] = 6654, + [6718] = 6643, + [6719] = 6719, + [6720] = 6720, + [6721] = 6721, + [6722] = 6722, + [6723] = 6723, + [6724] = 6642, [6725] = 6725, - [6726] = 6726, - [6727] = 6630, - [6728] = 6631, - [6729] = 6631, - [6730] = 6632, - [6731] = 6629, - [6732] = 6709, - [6733] = 6628, - [6734] = 6630, - [6735] = 6631, - [6736] = 6736, - [6737] = 6630, - [6738] = 6629, + [6726] = 6640, + [6727] = 6727, + [6728] = 6644, + [6729] = 6641, + [6730] = 6634, + [6731] = 6731, + [6732] = 6637, + [6733] = 6733, + [6734] = 6654, + [6735] = 6735, + [6736] = 6643, + [6737] = 6737, + [6738] = 6637, [6739] = 6739, [6740] = 6740, - [6741] = 6741, - [6742] = 6636, - [6743] = 6636, - [6744] = 6634, - [6745] = 6628, - [6746] = 6632, - [6747] = 6027, - [6748] = 6633, + [6741] = 6642, + [6742] = 6640, + [6743] = 6644, + [6744] = 6641, + [6745] = 6634, + [6746] = 6746, + [6747] = 6637, + [6748] = 6748, [6749] = 6749, - [6750] = 6750, - [6751] = 6633, - [6752] = 6752, + [6750] = 6654, + [6751] = 6751, + [6752] = 6643, [6753] = 6753, [6754] = 6754, - [6755] = 6632, - [6756] = 6634, - [6757] = 6628, - [6758] = 6630, - [6759] = 6631, - [6760] = 6634, - [6761] = 6640, - [6762] = 6762, - [6763] = 6629, - [6764] = 6666, - [6765] = 6666, - [6766] = 6636, - [6767] = 6767, + [6755] = 6755, + [6756] = 6756, + [6757] = 6757, + [6758] = 6758, + [6759] = 6759, + [6760] = 6760, + [6761] = 6760, + [6762] = 6642, + [6763] = 6763, + [6764] = 6640, + [6765] = 6715, + [6766] = 6713, + [6767] = 6644, [6768] = 6768, - [6769] = 6634, - [6770] = 6770, - [6771] = 6701, - [6772] = 6640, - [6773] = 6704, - [6774] = 6702, - [6775] = 6703, + [6769] = 6641, + [6770] = 6634, + [6771] = 6756, + [6772] = 6772, + [6773] = 6757, + [6774] = 6637, + [6775] = 6705, [6776] = 6776, - [6777] = 6707, - [6778] = 6633, - [6779] = 6715, - [6780] = 6716, - [6781] = 6634, - [6782] = 6633, + [6777] = 6748, + [6778] = 6654, + [6779] = 6643, + [6780] = 6780, + [6781] = 6781, + [6782] = 6782, [6783] = 6783, [6784] = 6784, - [6785] = 6632, - [6786] = 6718, - [6787] = 6636, - [6788] = 6636, - [6789] = 6669, - [6790] = 6726, + [6785] = 6650, + [6786] = 6786, + [6787] = 6787, + [6788] = 6788, + [6789] = 6789, + [6790] = 6642, [6791] = 6791, - [6792] = 6628, - [6793] = 6632, - [6794] = 6628, - [6795] = 6630, - [6796] = 6796, + [6792] = 6792, + [6793] = 6640, + [6794] = 6794, + [6795] = 6644, + [6796] = 6641, [6797] = 6634, - [6798] = 6630, - [6799] = 6631, - [6800] = 6629, - [6801] = 6736, + [6798] = 6637, + [6799] = 6746, + [6800] = 6800, + [6801] = 6801, [6802] = 6802, [6803] = 6803, - [6804] = 6629, - [6805] = 6629, - [6806] = 6671, + [6804] = 6737, + [6805] = 6740, + [6806] = 6806, [6807] = 6807, [6808] = 6808, - [6809] = 6636, - [6810] = 6677, - [6811] = 6678, + [6809] = 6654, + [6810] = 6810, + [6811] = 6635, [6812] = 6812, - [6813] = 6813, + [6813] = 6643, [6814] = 6814, [6815] = 6815, - [6816] = 6808, - [6817] = 6634, - [6818] = 6741, - [6819] = 6636, - [6820] = 6631, - [6821] = 6630, - [6822] = 6628, - [6823] = 6632, + [6816] = 6816, + [6817] = 6817, + [6818] = 6637, + [6819] = 6819, + [6820] = 6820, + [6821] = 6821, + [6822] = 6687, + [6823] = 6642, [6824] = 6824, - [6825] = 6634, - [6826] = 6633, - [6827] = 6827, - [6828] = 6640, + [6825] = 6640, + [6826] = 6693, + [6827] = 6694, + [6828] = 6644, [6829] = 6829, - [6830] = 6633, - [6831] = 6666, + [6830] = 6830, + [6831] = 6831, [6832] = 6832, - [6833] = 6632, - [6834] = 6704, - [6835] = 6628, - [6836] = 6836, - [6837] = 6837, - [6838] = 6630, - [6839] = 6631, + [6833] = 5872, + [6834] = 6834, + [6835] = 6634, + [6836] = 6733, + [6837] = 6637, + [6838] = 6838, + [6839] = 6654, [6840] = 6840, - [6841] = 6629, - [6842] = 6636, + [6841] = 6841, + [6842] = 6643, [6843] = 6843, - [6844] = 6634, + [6844] = 6844, [6845] = 6845, - [6846] = 6666, - [6847] = 6701, + [6846] = 6846, + [6847] = 6847, [6848] = 6848, - [6849] = 6702, - [6850] = 6703, - [6851] = 6640, - [6852] = 6707, - [6853] = 6633, - [6854] = 6634, - [6855] = 6632, - [6856] = 6633, - [6857] = 6628, - [6858] = 6715, - [6859] = 6630, - [6860] = 6716, - [6861] = 6861, - [6862] = 6783, - [6863] = 6784, - [6864] = 6718, - [6865] = 6865, - [6866] = 6669, - [6867] = 6726, - [6868] = 6632, - [6869] = 6631, - [6870] = 6629, - [6871] = 6628, - [6872] = 6636, - [6873] = 6630, - [6874] = 6631, - [6875] = 6749, - [6876] = 6750, - [6877] = 6752, - [6878] = 6636, - [6879] = 6879, - [6880] = 6736, + [6849] = 6849, + [6850] = 6720, + [6851] = 6851, + [6852] = 6852, + [6853] = 6853, + [6854] = 6854, + [6855] = 6642, + [6856] = 6856, + [6857] = 6640, + [6858] = 6644, + [6859] = 6641, + [6860] = 6174, + [6861] = 6634, + [6862] = 6637, + [6863] = 6863, + [6864] = 6634, + [6865] = 6654, + [6866] = 6643, + [6867] = 6867, + [6868] = 6868, + [6869] = 6641, + [6870] = 6642, + [6871] = 6640, + [6872] = 6642, + [6873] = 6644, + [6874] = 6641, + [6875] = 6634, + [6876] = 6876, + [6877] = 6644, + [6878] = 6723, + [6879] = 6637, + [6880] = 6880, [6881] = 6881, - [6882] = 6634, - [6883] = 6629, - [6884] = 6884, - [6885] = 6885, - [6886] = 6886, - [6887] = 6887, - [6888] = 6631, + [6882] = 6882, + [6883] = 6883, + [6884] = 6791, + [6885] = 6654, + [6886] = 6643, + [6887] = 6710, + [6888] = 6640, [6889] = 6889, - [6890] = 6633, - [6891] = 6802, - [6892] = 6892, - [6893] = 6630, - [6894] = 6803, - [6895] = 6632, + [6890] = 6783, + [6891] = 6715, + [6892] = 6713, + [6893] = 6768, + [6894] = 6894, + [6895] = 6727, [6896] = 6896, - [6897] = 6628, - [6898] = 6776, - [6899] = 6628, - [6900] = 6630, - [6901] = 6631, - [6902] = 6632, - [6903] = 6629, - [6904] = 6633, - [6905] = 6629, + [6897] = 6897, + [6898] = 6898, + [6899] = 6642, + [6900] = 6640, + [6901] = 6644, + [6902] = 6641, + [6903] = 6634, + [6904] = 6904, + [6905] = 6637, [6906] = 6906, - [6907] = 6636, - [6908] = 6845, - [6909] = 6634, - [6910] = 6814, - [6911] = 6911, + [6907] = 6699, + [6908] = 6654, + [6909] = 6643, + [6910] = 6910, + [6911] = 6768, [6912] = 6912, - [6913] = 6815, - [6914] = 6912, - [6915] = 6740, - [6916] = 6815, - [6917] = 6633, - [6918] = 6741, - [6919] = 6724, - [6920] = 6636, - [6921] = 6666, - [6922] = 6671, - [6923] = 6632, - [6924] = 6924, - [6925] = 6677, - [6926] = 6678, - [6927] = 6628, - [6928] = 6630, - [6929] = 6631, - [6930] = 6881, - [6931] = 6634, - [6932] = 6640, - [6933] = 6640, + [6913] = 6913, + [6914] = 6792, + [6915] = 6802, + [6916] = 6916, + [6917] = 6898, + [6918] = 6642, + [6919] = 6640, + [6920] = 6644, + [6921] = 6641, + [6922] = 6922, + [6923] = 6923, + [6924] = 6634, + [6925] = 6925, + [6926] = 6926, + [6927] = 6927, + [6928] = 6637, + [6929] = 6654, + [6930] = 6930, + [6931] = 6643, + [6932] = 6932, + [6933] = 6933, [6934] = 6934, - [6935] = 6629, - [6936] = 6634, - [6937] = 6666, - [6938] = 6636, - [6939] = 6837, + [6935] = 6935, + [6936] = 6936, + [6937] = 6937, + [6938] = 6687, + [6939] = 6939, [6940] = 6940, - [6941] = 6941, - [6942] = 6942, + [6941] = 6693, + [6942] = 6694, [6943] = 6943, - [6944] = 6704, - [6945] = 6631, - [6946] = 6634, + [6944] = 6944, + [6945] = 6945, + [6946] = 6642, [6947] = 6947, - [6948] = 6636, - [6949] = 6629, - [6950] = 6701, - [6951] = 6633, - [6952] = 6632, - [6953] = 6702, - [6954] = 6631, + [6948] = 6948, + [6949] = 6640, + [6950] = 6644, + [6951] = 6641, + [6952] = 6634, + [6953] = 6953, + [6954] = 6954, [6955] = 6955, - [6956] = 6628, + [6956] = 6637, [6957] = 6957, - [6958] = 6703, - [6959] = 6707, - [6960] = 6960, - [6961] = 6633, + [6958] = 6654, + [6959] = 6643, + [6960] = 6720, + [6961] = 6867, [6962] = 6962, - [6963] = 6715, + [6963] = 6653, [6964] = 6964, - [6965] = 6965, + [6965] = 6832, [6966] = 6966, - [6967] = 6967, - [6968] = 6716, - [6969] = 6630, - [6970] = 6631, - [6971] = 6971, - [6972] = 6630, - [6973] = 6973, - [6974] = 6974, - [6975] = 6749, - [6976] = 6752, - [6977] = 6629, - [6978] = 6861, - [6979] = 6783, + [6967] = 6642, + [6968] = 6640, + [6969] = 6969, + [6970] = 6644, + [6971] = 6641, + [6972] = 6634, + [6973] = 6947, + [6974] = 6637, + [6975] = 6654, + [6976] = 6957, + [6977] = 6691, + [6978] = 6978, + [6979] = 6954, [6980] = 6980, - [6981] = 6784, - [6982] = 6718, - [6983] = 6628, - [6984] = 6865, - [6985] = 6669, - [6986] = 6776, - [6987] = 6726, - [6988] = 6636, - [6989] = 6989, - [6990] = 6990, - [6991] = 6991, - [6992] = 6632, - [6993] = 6628, - [6994] = 6671, - [6995] = 6630, - [6996] = 6634, - [6997] = 6677, - [6998] = 6678, - [6999] = 6631, - [7000] = 6736, + [6981] = 6940, + [6982] = 6937, + [6983] = 6643, + [6984] = 6945, + [6985] = 6882, + [6986] = 6788, + [6987] = 6881, + [6988] = 6642, + [6989] = 6640, + [6990] = 6644, + [6991] = 6715, + [6992] = 6768, + [6993] = 6641, + [6994] = 6994, + [6995] = 6995, + [6996] = 6167, + [6997] = 6634, + [6998] = 6998, + [6999] = 6637, + [7000] = 7000, [7001] = 7001, - [7002] = 7002, - [7003] = 6632, - [7004] = 6633, + [7002] = 6792, + [7003] = 6876, + [7004] = 6654, [7005] = 7005, - [7006] = 6886, - [7007] = 6889, - [7008] = 6802, - [7009] = 6704, - [7010] = 7010, - [7011] = 6803, - [7012] = 6633, - [7013] = 7013, - [7014] = 6666, - [7015] = 7015, - [7016] = 7016, + [7006] = 6643, + [7007] = 7007, + [7008] = 7008, + [7009] = 6925, + [7010] = 6687, + [7011] = 7011, + [7012] = 6642, + [7013] = 6693, + [7014] = 6694, + [7015] = 6912, + [7016] = 6906, [7017] = 7017, - [7018] = 6896, - [7019] = 6632, - [7020] = 6628, - [7021] = 6629, + [7018] = 6640, + [7019] = 6644, + [7020] = 6641, + [7021] = 6904, [7022] = 7022, - [7023] = 6808, - [7024] = 6749, - [7025] = 6752, - [7026] = 6630, - [7027] = 6814, - [7028] = 6776, - [7029] = 6631, - [7030] = 6814, - [7031] = 6840, - [7032] = 6671, - [7033] = 6912, - [7034] = 6677, - [7035] = 6678, - [7036] = 6815, - [7037] = 6740, - [7038] = 6741, - [7039] = 6688, - [7040] = 6634, - [7041] = 6706, - [7042] = 6629, - [7043] = 6724, - [7044] = 6754, - [7045] = 6704, - [7046] = 6636, - [7047] = 6636, - [7048] = 6634, - [7049] = 7049, - [7050] = 6881, - [7051] = 6943, - [7052] = 6640, - [7053] = 6636, - [7054] = 6629, - [7055] = 6934, - [7056] = 6666, - [7057] = 6752, - [7058] = 6633, - [7059] = 6776, - [7060] = 6837, - [7061] = 6671, - [7062] = 6632, - [7063] = 6677, - [7064] = 6678, - [7065] = 6940, + [7023] = 6894, + [7024] = 6640, + [7025] = 6720, + [7026] = 6634, + [7027] = 6642, + [7028] = 6637, + [7029] = 6644, + [7030] = 6640, + [7031] = 6641, + [7032] = 6634, + [7033] = 6654, + [7034] = 7034, + [7035] = 6854, + [7036] = 6838, + [7037] = 6643, + [7038] = 7038, + [7039] = 7039, + [7040] = 6715, + [7041] = 6768, + [7042] = 7042, + [7043] = 6803, + [7044] = 6792, + [7045] = 6853, + [7046] = 6642, + [7047] = 7047, + [7048] = 6687, + [7049] = 6640, + [7050] = 6693, + [7051] = 6694, + [7052] = 6644, + [7053] = 7053, + [7054] = 6641, + [7055] = 7055, + [7056] = 6634, + [7057] = 7057, + [7058] = 7058, + [7059] = 7059, + [7060] = 6849, + [7061] = 6720, + [7062] = 7062, + [7063] = 7063, + [7064] = 7064, + [7065] = 7065, [7066] = 7066, - [7067] = 6942, - [7068] = 6704, - [7069] = 7069, - [7070] = 7070, + [7067] = 7067, + [7068] = 7068, + [7069] = 6637, + [7070] = 7022, [7071] = 7071, - [7072] = 7072, - [7073] = 6845, - [7074] = 6701, - [7075] = 7075, + [7072] = 6654, + [7073] = 6768, + [7074] = 6643, + [7075] = 6792, [7076] = 7076, - [7077] = 7077, - [7078] = 7078, - [7079] = 7079, - [7080] = 6776, - [7081] = 7081, - [7082] = 6671, - [7083] = 7083, - [7084] = 6677, - [7085] = 6678, + [7077] = 6687, + [7078] = 6815, + [7079] = 6693, + [7080] = 6694, + [7081] = 6821, + [7082] = 6846, + [7083] = 6416, + [7084] = 6720, + [7085] = 6256, [7086] = 7086, - [7087] = 6704, - [7088] = 7088, - [7089] = 6702, - [7090] = 6955, - [7091] = 6703, - [7092] = 6707, - [7093] = 7093, - [7094] = 6960, - [7095] = 6633, - [7096] = 6671, - [7097] = 7097, - [7098] = 6677, - [7099] = 6678, - [7100] = 6962, - [7101] = 6704, - [7102] = 6715, - [7103] = 6964, - [7104] = 7104, - [7105] = 6630, + [7087] = 6642, + [7088] = 6654, + [7089] = 6760, + [7090] = 7090, + [7091] = 6644, + [7092] = 6641, + [7093] = 6821, + [7094] = 6634, + [7095] = 6815, + [7096] = 6792, + [7097] = 6803, + [7098] = 6687, + [7099] = 7099, + [7100] = 6693, + [7101] = 6694, + [7102] = 6819, + [7103] = 6720, + [7104] = 6637, + [7105] = 6788, [7106] = 7106, - [7107] = 7107, - [7108] = 7108, - [7109] = 6671, - [7110] = 7110, - [7111] = 6677, - [7112] = 6678, - [7113] = 7113, - [7114] = 6704, - [7115] = 7115, - [7116] = 7116, - [7117] = 7117, - [7118] = 7118, - [7119] = 7119, - [7120] = 7120, - [7121] = 6671, + [7107] = 6759, + [7108] = 6739, + [7109] = 6719, + [7110] = 6817, + [7111] = 6650, + [7112] = 6687, + [7113] = 6654, + [7114] = 6693, + [7115] = 6694, + [7116] = 6705, + [7117] = 6720, + [7118] = 6643, + [7119] = 6757, + [7120] = 7090, + [7121] = 6814, [7122] = 7122, - [7123] = 6677, - [7124] = 6678, - [7125] = 7125, - [7126] = 6704, - [7127] = 7127, - [7128] = 6716, - [7129] = 6971, - [7130] = 7130, - [7131] = 6973, - [7132] = 6861, - [7133] = 6671, - [7134] = 6783, - [7135] = 6677, - [7136] = 6678, - [7137] = 6784, - [7138] = 6704, - [7139] = 6718, - [7140] = 7140, - [7141] = 7141, - [7142] = 7142, - [7143] = 6865, - [7144] = 6669, - [7145] = 6671, - [7146] = 6726, - [7147] = 6677, - [7148] = 6678, - [7149] = 6989, - [7150] = 6704, - [7151] = 6990, - [7152] = 6991, - [7153] = 6632, - [7154] = 7154, - [7155] = 6628, - [7156] = 6630, - [7157] = 6671, - [7158] = 6631, - [7159] = 6677, - [7160] = 6678, - [7161] = 6736, - [7162] = 6704, - [7163] = 7001, - [7164] = 7164, - [7165] = 7165, - [7166] = 7166, - [7167] = 7167, - [7168] = 7168, - [7169] = 6671, - [7170] = 6634, - [7171] = 6677, - [7172] = 6678, - [7173] = 7173, - [7174] = 6704, - [7175] = 7175, - [7176] = 7176, - [7177] = 7177, - [7178] = 6640, - [7179] = 7179, - [7180] = 7180, - [7181] = 6671, - [7182] = 7002, - [7183] = 6677, - [7184] = 6678, - [7185] = 7005, - [7186] = 6704, - [7187] = 6886, - [7188] = 6889, - [7189] = 6629, - [7190] = 7190, - [7191] = 7016, - [7192] = 6802, - [7193] = 6671, - [7194] = 6803, - [7195] = 6677, - [7196] = 6678, - [7197] = 7013, - [7198] = 6704, - [7199] = 7015, - [7200] = 7086, - [7201] = 7017, - [7202] = 6630, - [7203] = 6896, - [7204] = 6628, - [7205] = 6671, - [7206] = 5241, - [7207] = 6677, - [7208] = 6678, - [7209] = 6629, - [7210] = 6704, - [7211] = 7022, - [7212] = 6628, - [7213] = 6808, - [7214] = 6808, - [7215] = 6814, - [7216] = 6829, - [7217] = 6671, - [7218] = 7218, - [7219] = 6677, - [7220] = 6678, - [7221] = 7221, - [7222] = 6704, - [7223] = 6813, - [7224] = 6767, - [7225] = 6689, - [7226] = 6687, - [7227] = 6667, - [7228] = 6685, - [7229] = 6671, - [7230] = 6630, - [7231] = 6677, - [7232] = 6678, - [7233] = 6712, - [7234] = 6704, - [7235] = 6753, - [7236] = 6840, - [7237] = 6912, - [7238] = 7238, - [7239] = 6815, - [7240] = 7240, - [7241] = 6671, - [7242] = 7242, - [7243] = 6677, - [7244] = 6678, - [7245] = 7245, - [7246] = 6704, - [7247] = 6631, - [7248] = 6627, - [7249] = 6740, - [7250] = 7250, - [7251] = 6741, - [7252] = 6688, - [7253] = 6671, - [7254] = 6706, - [7255] = 6677, - [7256] = 6678, - [7257] = 6628, - [7258] = 6704, - [7259] = 6724, - [7260] = 6754, - [7261] = 6636, - [7262] = 6629, - [7263] = 6632, - [7264] = 6881, - [7265] = 6671, - [7266] = 7266, - [7267] = 6677, - [7268] = 6678, - [7269] = 6906, - [7270] = 6704, - [7271] = 6911, - [7272] = 6974, - [7273] = 7097, - [7274] = 6634, - [7275] = 6640, - [7276] = 6636, - [7277] = 6671, - [7278] = 6634, - [7279] = 6677, - [7280] = 6678, - [7281] = 6633, - [7282] = 6704, - [7283] = 6934, - [7284] = 6666, + [7123] = 6642, + [7124] = 6756, + [7125] = 6687, + [7126] = 6640, + [7127] = 6693, + [7128] = 6694, + [7129] = 6748, + [7130] = 6720, + [7131] = 6644, + [7132] = 6641, + [7133] = 7133, + [7134] = 6634, + [7135] = 6152, + [7136] = 6746, + [7137] = 6687, + [7138] = 7138, + [7139] = 6693, + [7140] = 6694, + [7141] = 6740, + [7142] = 6720, + [7143] = 7143, + [7144] = 6806, + [7145] = 6637, + [7146] = 6637, + [7147] = 6733, + [7148] = 7148, + [7149] = 6687, + [7150] = 7150, + [7151] = 6693, + [7152] = 6694, + [7153] = 6654, + [7154] = 6720, + [7155] = 7155, + [7156] = 6643, + [7157] = 7157, + [7158] = 6685, + [7159] = 6882, + [7160] = 6723, + [7161] = 6687, + [7162] = 7162, + [7163] = 6693, + [7164] = 6694, + [7165] = 6881, + [7166] = 6720, + [7167] = 6966, + [7168] = 7086, + [7169] = 6710, + [7170] = 6926, + [7171] = 6331, + [7172] = 6642, + [7173] = 6687, + [7174] = 7174, + [7175] = 6693, + [7176] = 6694, + [7177] = 6399, + [7178] = 6720, + [7179] = 6638, + [7180] = 6640, + [7181] = 7181, + [7182] = 7182, + [7183] = 6913, + [7184] = 6644, + [7185] = 6687, + [7186] = 7186, + [7187] = 6693, + [7188] = 6694, + [7189] = 6916, + [7190] = 6720, + [7191] = 6922, + [7192] = 6927, + [7193] = 7193, + [7194] = 7194, + [7195] = 6933, + [7196] = 6934, + [7197] = 6687, + [7198] = 6641, + [7199] = 6693, + [7200] = 6694, + [7201] = 6472, + [7202] = 6720, + [7203] = 6854, + [7204] = 5860, + [7205] = 6932, + [7206] = 6637, + [7207] = 6948, + [7208] = 5732, + [7209] = 6687, + [7210] = 6680, + [7211] = 6693, + [7212] = 6694, + [7213] = 4569, + [7214] = 6720, + [7215] = 6935, + [7216] = 6644, + [7217] = 6681, + [7218] = 6643, + [7219] = 6953, + [7220] = 6780, + [7221] = 6687, + [7222] = 6772, + [7223] = 6693, + [7224] = 6694, + [7225] = 5243, + [7226] = 6720, + [7227] = 7227, + [7228] = 6642, + [7229] = 6682, + [7230] = 6640, + [7231] = 6955, + [7232] = 6644, + [7233] = 6687, + [7234] = 6641, + [7235] = 6693, + [7236] = 6694, + [7237] = 6634, + [7238] = 6720, + [7239] = 6637, + [7240] = 6654, + [7241] = 6686, + [7242] = 7148, + [7243] = 6653, + [7244] = 6643, + [7245] = 6687, + [7246] = 6725, + [7247] = 6693, + [7248] = 6694, + [7249] = 7076, + [7250] = 6720, + [7251] = 7251, + [7252] = 7252, + [7253] = 6754, + [7254] = 6642, + [7255] = 6691, + [7256] = 6640, + [7257] = 6687, + [7258] = 6644, + [7259] = 6693, + [7260] = 6694, + [7261] = 6583, + [7262] = 6720, + [7263] = 6641, + [7264] = 6689, + [7265] = 6978, + [7266] = 6634, + [7267] = 7017, + [7268] = 6753, + [7269] = 6687, + [7270] = 6637, + [7271] = 6693, + [7272] = 6694, + [7273] = 7067, + [7274] = 6720, + [7275] = 6654, + [7276] = 6627, + [7277] = 7277, + [7278] = 7278, + [7279] = 2612, + [7280] = 6643, + [7281] = 6687, + [7282] = 6720, + [7283] = 6693, + [7284] = 6694, [7285] = 7285, - [7286] = 7286, - [7287] = 6837, - [7288] = 7288, - [7289] = 6671, - [7290] = 7290, - [7291] = 6677, - [7292] = 6678, - [7293] = 6940, - [7294] = 6704, - [7295] = 6633, - [7296] = 6632, - [7297] = 7297, - [7298] = 7066, + [7286] = 6720, + [7287] = 7133, + [7288] = 6936, + [7289] = 6642, + [7290] = 6685, + [7291] = 6640, + [7292] = 6638, + [7293] = 6687, + [7294] = 6680, + [7295] = 6693, + [7296] = 6694, + [7297] = 6681, + [7298] = 6720, [7299] = 7299, - [7300] = 7300, - [7301] = 6671, - [7302] = 6942, - [7303] = 6677, - [7304] = 6678, - [7305] = 7069, - [7306] = 6704, - [7307] = 7070, - [7308] = 7071, - [7309] = 7309, - [7310] = 7310, - [7311] = 6943, - [7312] = 6845, - [7313] = 6671, - [7314] = 6666, - [7315] = 6677, - [7316] = 6678, - [7317] = 6701, - [7318] = 6704, - [7319] = 7075, - [7320] = 7076, - [7321] = 7077, - [7322] = 7078, - [7323] = 7079, - [7324] = 7081, - [7325] = 6671, - [7326] = 7083, - [7327] = 6677, - [7328] = 6678, - [7329] = 7329, - [7330] = 6704, - [7331] = 7088, - [7332] = 6702, - [7333] = 6955, - [7334] = 6703, - [7335] = 7335, - [7336] = 6814, - [7337] = 6671, + [7300] = 6640, + [7301] = 6641, + [7302] = 6634, + [7303] = 6524, + [7304] = 6682, + [7305] = 6687, + [7306] = 6654, + [7307] = 6693, + [7308] = 6694, + [7309] = 6529, + [7310] = 6720, + [7311] = 7311, + [7312] = 6637, + [7313] = 6939, + [7314] = 6654, + [7315] = 6643, + [7316] = 6686, + [7317] = 6687, + [7318] = 6711, + [7319] = 6693, + [7320] = 6694, + [7321] = 7321, + [7322] = 6720, + [7323] = 6711, + [7324] = 7062, + [7325] = 7325, + [7326] = 7326, + [7327] = 6643, + [7328] = 6689, + [7329] = 6687, + [7330] = 6754, + [7331] = 6693, + [7332] = 6694, + [7333] = 6654, + [7334] = 6720, + [7335] = 6847, + [7336] = 7336, + [7337] = 7337, [7338] = 7338, - [7339] = 6677, - [7340] = 6678, - [7341] = 6707, - [7342] = 6704, - [7343] = 7343, - [7344] = 7093, - [7345] = 6960, - [7346] = 6633, - [7347] = 6962, - [7348] = 6715, - [7349] = 6671, - [7350] = 6634, - [7351] = 6677, - [7352] = 6678, - [7353] = 6964, - [7354] = 6704, - [7355] = 7104, - [7356] = 7106, - [7357] = 7107, - [7358] = 7108, - [7359] = 7113, - [7360] = 7115, - [7361] = 7116, - [7362] = 6677, - [7363] = 6678, - [7364] = 7117, - [7365] = 6704, - [7366] = 7119, - [7367] = 7120, - [7368] = 7122, - [7369] = 7125, - [7370] = 7127, - [7371] = 6716, - [7372] = 6971, - [7373] = 6677, - [7374] = 6678, - [7375] = 6973, - [7376] = 6704, - [7377] = 6861, - [7378] = 6783, - [7379] = 6784, - [7380] = 6718, - [7381] = 7381, - [7382] = 7140, - [7383] = 7141, - [7384] = 6677, - [7385] = 6678, - [7386] = 7142, - [7387] = 6704, - [7388] = 6865, - [7389] = 6669, - [7390] = 6726, - [7391] = 6989, - [7392] = 6990, - [7393] = 6991, - [7394] = 6632, - [7395] = 6677, - [7396] = 6678, - [7397] = 6628, - [7398] = 6704, - [7399] = 6630, - [7400] = 6631, - [7401] = 6736, - [7402] = 6678, - [7403] = 7001, - [7404] = 7164, - [7405] = 6677, - [7406] = 6677, - [7407] = 6678, - [7408] = 7165, - [7409] = 6704, - [7410] = 7166, - [7411] = 7167, - [7412] = 7168, - [7413] = 6630, - [7414] = 7173, - [7415] = 7175, - [7416] = 7176, - [7417] = 6677, - [7418] = 6678, - [7419] = 7177, - [7420] = 6704, - [7421] = 7179, - [7422] = 7180, - [7423] = 7002, - [7424] = 7005, - [7425] = 6886, - [7426] = 6889, - [7427] = 7427, - [7428] = 6677, - [7429] = 6678, - [7430] = 6626, - [7431] = 6704, - [7432] = 7190, - [7433] = 7072, - [7434] = 6802, - [7435] = 6803, - [7436] = 7436, + [7339] = 6642, + [7340] = 6398, + [7341] = 6687, + [7342] = 7342, + [7343] = 6693, + [7344] = 6694, + [7345] = 6395, + [7346] = 6720, + [7347] = 6643, + [7348] = 7348, + [7349] = 7349, + [7350] = 6644, + [7351] = 6641, + [7352] = 6634, + [7353] = 6687, + [7354] = 6637, + [7355] = 6693, + [7356] = 6694, + [7357] = 6731, + [7358] = 6720, + [7359] = 7359, + [7360] = 6654, + [7361] = 6643, + [7362] = 6711, + [7363] = 7057, + [7364] = 7364, + [7365] = 6687, + [7366] = 7366, + [7367] = 6693, + [7368] = 6694, + [7369] = 6570, + [7370] = 6720, + [7371] = 6731, + [7372] = 6754, + [7373] = 7373, + [7374] = 6654, + [7375] = 7375, + [7376] = 6642, + [7377] = 6640, + [7378] = 6693, + [7379] = 6694, + [7380] = 7380, + [7381] = 6720, + [7382] = 6644, + [7383] = 7383, + [7384] = 6641, + [7385] = 6634, + [7386] = 6686, + [7387] = 881, + [7388] = 6637, + [7389] = 6693, + [7390] = 6694, + [7391] = 7391, + [7392] = 6720, + [7393] = 6638, + [7394] = 6654, + [7395] = 6643, + [7396] = 6711, + [7397] = 7397, + [7398] = 7055, + [7399] = 7364, + [7400] = 6693, + [7401] = 6694, + [7402] = 6685, + [7403] = 6720, + [7404] = 7404, + [7405] = 7380, + [7406] = 6643, + [7407] = 6711, + [7408] = 6731, + [7409] = 6754, + [7410] = 6978, + [7411] = 6693, + [7412] = 6694, + [7413] = 7047, + [7414] = 6720, + [7415] = 6642, + [7416] = 6640, + [7417] = 6644, + [7418] = 6641, + [7419] = 6634, + [7420] = 6691, + [7421] = 6637, + [7422] = 6693, + [7423] = 6694, + [7424] = 6710, + [7425] = 6720, + [7426] = 6654, + [7427] = 6643, + [7428] = 6711, + [7429] = 7039, + [7430] = 6723, + [7431] = 6753, + [7432] = 5898, + [7433] = 6693, + [7434] = 6694, + [7435] = 6637, + [7436] = 6720, [7437] = 7437, - [7438] = 6631, - [7439] = 6677, - [7440] = 6678, - [7441] = 7013, - [7442] = 6704, - [7443] = 7015, - [7444] = 7016, - [7445] = 7445, - [7446] = 6640, - [7447] = 7017, - [7448] = 6896, - [7449] = 6629, - [7450] = 6677, - [7451] = 6678, - [7452] = 6629, - [7453] = 6704, - [7454] = 7022, - [7455] = 6808, - [7456] = 6685, - [7457] = 6640, - [7458] = 6829, - [7459] = 6813, - [7460] = 6767, - [7461] = 6677, - [7462] = 6678, - [7463] = 6689, - [7464] = 6704, - [7465] = 6687, - [7466] = 6667, - [7467] = 6636, + [7438] = 7438, + [7439] = 6754, + [7440] = 6754, + [7441] = 7038, + [7442] = 6740, + [7443] = 7443, + [7444] = 6693, + [7445] = 6694, + [7446] = 6642, + [7447] = 6720, + [7448] = 7448, + [7449] = 7449, + [7450] = 6640, + [7451] = 7391, + [7452] = 6808, + [7453] = 5872, + [7454] = 6644, + [7455] = 6693, + [7456] = 6694, + [7457] = 6641, + [7458] = 6720, + [7459] = 6634, + [7460] = 7460, + [7461] = 6705, + [7462] = 6772, + [7463] = 6637, + [7464] = 6650, + [7465] = 6780, + [7466] = 6693, + [7467] = 6694, [7468] = 7468, - [7469] = 6712, - [7470] = 6753, - [7471] = 7471, - [7472] = 6677, - [7473] = 6678, - [7474] = 6840, - [7475] = 6704, - [7476] = 6912, - [7477] = 6815, - [7478] = 6924, - [7479] = 7288, - [7480] = 7480, - [7481] = 7240, - [7482] = 6634, - [7483] = 6677, - [7484] = 6678, - [7485] = 7485, - [7486] = 6704, - [7487] = 7245, - [7488] = 7488, - [7489] = 6634, + [7469] = 6720, + [7470] = 5024, + [7471] = 6654, + [7472] = 2586, + [7473] = 6641, + [7474] = 7474, + [7475] = 7475, + [7476] = 6711, + [7477] = 6693, + [7478] = 6694, + [7479] = 6863, + [7480] = 6720, + [7481] = 6788, + [7482] = 6737, + [7483] = 6700, + [7484] = 7484, + [7485] = 6806, + [7486] = 7486, + [7487] = 7487, + [7488] = 6693, + [7489] = 6694, [7490] = 7490, - [7491] = 6740, - [7492] = 6741, - [7493] = 7493, - [7494] = 6677, - [7495] = 6678, - [7496] = 6848, - [7497] = 6704, - [7498] = 6688, - [7499] = 6706, - [7500] = 6636, - [7501] = 7501, - [7502] = 6724, - [7503] = 6754, - [7504] = 6629, - [7505] = 6677, - [7506] = 6678, - [7507] = 6636, - [7508] = 6704, - [7509] = 6633, - [7510] = 6632, - [7511] = 6881, - [7512] = 6631, - [7513] = 6906, - [7514] = 6911, - [7515] = 6957, - [7516] = 6677, - [7517] = 6678, - [7518] = 6974, - [7519] = 6704, - [7520] = 7097, - [7521] = 6634, - [7522] = 6640, - [7523] = 6628, - [7524] = 6630, - [7525] = 6934, - [7526] = 7526, - [7527] = 6677, - [7528] = 6678, - [7529] = 7529, - [7530] = 6704, - [7531] = 6666, - [7532] = 6631, - [7533] = 6837, - [7534] = 6630, - [7535] = 6940, - [7536] = 6629, - [7537] = 6628, - [7538] = 6677, - [7539] = 6678, - [7540] = 7022, - [7541] = 6704, - [7542] = 6636, - [7543] = 6634, - [7544] = 6629, - [7545] = 6632, - [7546] = 6640, - [7547] = 6896, - [7548] = 6741, - [7549] = 6677, - [7550] = 6678, - [7551] = 7551, - [7552] = 6704, + [7491] = 6720, + [7492] = 6808, + [7493] = 6754, + [7494] = 7494, + [7495] = 7404, + [7496] = 6838, + [7497] = 6810, + [7498] = 7068, + [7499] = 6693, + [7500] = 6694, + [7501] = 6978, + [7502] = 6720, + [7503] = 6642, + [7504] = 7504, + [7505] = 7505, + [7506] = 7506, + [7507] = 7507, + [7508] = 6814, + [7509] = 6640, + [7510] = 6693, + [7511] = 6694, + [7512] = 5024, + [7513] = 6720, + [7514] = 6817, + [7515] = 6819, + [7516] = 7516, + [7517] = 6644, + [7518] = 6820, + [7519] = 6640, + [7520] = 6634, + [7521] = 6693, + [7522] = 6694, + [7523] = 6824, + [7524] = 6720, + [7525] = 6643, + [7526] = 6711, + [7527] = 6829, + [7528] = 6830, + [7529] = 6722, + [7530] = 6834, + [7531] = 6641, + [7532] = 6693, + [7533] = 6694, + [7534] = 6840, + [7535] = 6720, + [7536] = 6812, + [7537] = 6803, + [7538] = 7538, + [7539] = 6637, + [7540] = 6841, + [7541] = 6844, + [7542] = 6854, + [7543] = 6693, + [7544] = 6694, + [7545] = 6846, + [7546] = 6720, + [7547] = 7547, + [7548] = 7548, + [7549] = 7549, + [7550] = 6847, + [7551] = 6849, + [7552] = 7552, [7553] = 7553, - [7554] = 7017, - [7555] = 7555, - [7556] = 6934, - [7557] = 6633, + [7554] = 6693, + [7555] = 6694, + [7556] = 6654, + [7557] = 6720, [7558] = 7558, - [7559] = 7480, - [7560] = 6677, - [7561] = 6678, - [7562] = 6632, - [7563] = 6704, - [7564] = 7016, - [7565] = 7565, - [7566] = 7015, - [7567] = 6628, - [7568] = 7013, - [7569] = 6630, - [7570] = 6631, - [7571] = 6677, - [7572] = 6678, - [7573] = 7573, - [7574] = 6704, - [7575] = 7575, - [7576] = 7436, - [7577] = 6666, - [7578] = 7526, - [7579] = 7437, - [7580] = 5191, - [7581] = 6629, - [7582] = 6677, - [7583] = 6678, - [7584] = 7584, - [7585] = 6704, - [7586] = 6636, - [7587] = 7587, - [7588] = 6749, - [7589] = 6636, - [7590] = 7590, - [7591] = 6750, - [7592] = 6634, - [7593] = 6677, - [7594] = 6803, - [7595] = 7595, - [7596] = 7596, - [7597] = 7597, - [7598] = 6674, - [7599] = 6677, - [7600] = 7600, - [7601] = 6802, - [7602] = 7602, - [7603] = 7072, - [7604] = 7604, - [7605] = 6677, - [7606] = 7606, - [7607] = 7190, - [7608] = 6677, - [7609] = 7609, - [7610] = 6634, - [7611] = 6677, - [7612] = 7612, - [7613] = 7613, - [7614] = 6626, - [7615] = 7615, - [7616] = 7616, - [7617] = 7617, - [7618] = 7529, - [7619] = 7619, - [7620] = 7620, - [7621] = 7621, + [7559] = 7559, + [7560] = 6932, + [7561] = 7561, + [7562] = 6853, + [7563] = 7563, + [7564] = 7564, + [7565] = 6693, + [7566] = 6694, + [7567] = 6856, + [7568] = 6720, + [7569] = 6867, + [7570] = 6642, + [7571] = 6643, + [7572] = 6876, + [7573] = 6711, + [7574] = 7574, + [7575] = 6784, + [7576] = 6693, + [7577] = 6694, + [7578] = 6881, + [7579] = 6720, + [7580] = 6882, + [7581] = 6791, + [7582] = 6783, + [7583] = 6754, + [7584] = 6727, + [7585] = 6634, + [7586] = 6699, + [7587] = 6693, + [7588] = 6694, + [7589] = 5191, + [7590] = 6720, + [7591] = 7591, + [7592] = 6802, + [7593] = 6898, + [7594] = 6694, + [7595] = 6642, + [7596] = 6926, + [7597] = 6693, + [7598] = 6693, + [7599] = 6694, + [7600] = 6654, + [7601] = 6720, + [7602] = 6644, + [7603] = 6904, + [7604] = 6641, + [7605] = 6634, + [7606] = 6644, + [7607] = 6637, + [7608] = 6935, + [7609] = 6693, + [7610] = 6654, + [7611] = 6643, + [7612] = 6711, + [7613] = 6936, + [7614] = 6640, + [7615] = 6693, + [7616] = 6939, + [7617] = 6906, + [7618] = 6943, + [7619] = 6944, + [7620] = 6945, + [7621] = 6693, [7622] = 7622, [7623] = 7623, - [7624] = 5903, - [7625] = 7625, - [7626] = 7626, - [7627] = 840, - [7628] = 6636, - [7629] = 6666, - [7630] = 6671, - [7631] = 6633, - [7632] = 6629, - [7633] = 7633, - [7634] = 6632, - [7635] = 6628, - [7636] = 7636, - [7637] = 6628, - [7638] = 6752, + [7624] = 6693, + [7625] = 6912, + [7626] = 6754, + [7627] = 6693, + [7628] = 7628, + [7629] = 6925, + [7630] = 7630, + [7631] = 6753, + [7632] = 7632, + [7633] = 6947, + [7634] = 7634, + [7635] = 6832, + [7636] = 6642, + [7637] = 6640, + [7638] = 6644, [7639] = 7639, - [7640] = 7640, - [7641] = 6630, - [7642] = 6631, - [7643] = 7626, - [7644] = 7621, - [7645] = 7613, - [7646] = 7609, - [7647] = 6631, - [7648] = 7648, - [7649] = 6629, - [7650] = 6630, - [7651] = 6636, - [7652] = 7501, - [7653] = 7490, - [7654] = 7471, - [7655] = 6634, - [7656] = 6628, - [7657] = 7657, - [7658] = 7427, - [7659] = 7286, - [7660] = 6967, - [7661] = 6966, - [7662] = 6965, - [7663] = 6632, - [7664] = 6889, - [7665] = 7665, - [7666] = 7666, - [7667] = 6633, - [7668] = 7668, - [7669] = 6633, - [7670] = 7670, - [7671] = 7671, - [7672] = 6879, - [7673] = 6836, - [7674] = 6812, - [7675] = 6807, - [7676] = 6632, - [7677] = 6628, - [7678] = 6886, - [7679] = 7679, - [7680] = 6630, - [7681] = 7666, - [7682] = 7682, - [7683] = 6631, - [7684] = 6666, - [7685] = 7685, - [7686] = 6629, - [7687] = 7240, - [7688] = 6636, - [7689] = 7005, - [7690] = 6634, - [7691] = 6640, - [7692] = 6633, - [7693] = 7002, - [7694] = 7180, - [7695] = 7493, - [7696] = 6633, - [7697] = 6632, - [7698] = 6636, - [7699] = 7179, - [7700] = 6628, - [7701] = 7177, - [7702] = 6630, - [7703] = 7703, - [7704] = 7176, - [7705] = 6631, - [7706] = 6629, - [7707] = 6629, - [7708] = 7626, - [7709] = 7621, - [7710] = 7613, - [7711] = 7609, - [7712] = 6631, - [7713] = 6837, - [7714] = 6634, - [7715] = 6768, - [7716] = 6633, - [7717] = 7501, - [7718] = 7490, - [7719] = 7471, - [7720] = 6630, - [7721] = 6628, - [7722] = 6632, - [7723] = 7175, - [7724] = 6967, - [7725] = 6966, - [7726] = 6965, - [7727] = 6633, - [7728] = 6633, - [7729] = 6940, - [7730] = 6632, - [7731] = 6628, - [7732] = 7732, - [7733] = 6630, - [7734] = 6631, - [7735] = 7735, - [7736] = 6879, - [7737] = 6836, - [7738] = 6812, - [7739] = 6807, - [7740] = 7173, - [7741] = 6629, - [7742] = 7742, - [7743] = 6666, - [7744] = 6636, - [7745] = 7666, - [7746] = 7682, - [7747] = 7168, - [7748] = 7167, - [7749] = 7166, + [7640] = 6641, + [7641] = 6957, + [7642] = 6634, + [7643] = 7643, + [7644] = 6954, + [7645] = 6937, + [7646] = 6940, + [7647] = 6937, + [7648] = 6690, + [7649] = 6637, + [7650] = 6940, + [7651] = 7651, + [7652] = 6654, + [7653] = 7653, + [7654] = 7654, + [7655] = 7655, + [7656] = 6643, + [7657] = 6711, + [7658] = 7658, + [7659] = 7659, + [7660] = 7660, + [7661] = 7661, + [7662] = 7653, + [7663] = 7663, + [7664] = 7664, + [7665] = 6954, + [7666] = 7661, + [7667] = 6957, + [7668] = 7630, + [7669] = 7628, + [7670] = 7623, + [7671] = 6754, + [7672] = 6945, + [7673] = 6881, + [7674] = 6995, + [7675] = 7561, + [7676] = 7449, + [7677] = 7448, + [7678] = 7443, + [7679] = 6642, + [7680] = 7680, + [7681] = 6998, + [7682] = 6640, + [7683] = 6644, + [7684] = 6641, + [7685] = 6634, + [7686] = 6637, + [7687] = 6654, + [7688] = 7366, + [7689] = 7342, + [7690] = 7326, + [7691] = 7325, + [7692] = 7692, + [7693] = 6643, + [7694] = 7008, + [7695] = 6711, + [7696] = 6854, + [7697] = 7174, + [7698] = 7155, + [7699] = 7660, + [7700] = 6642, + [7701] = 7058, + [7702] = 7702, + [7703] = 6853, + [7704] = 6754, + [7705] = 6849, + [7706] = 6925, + [7707] = 6846, + [7708] = 6786, + [7709] = 6634, + [7710] = 7710, + [7711] = 6642, + [7712] = 6640, + [7713] = 7659, + [7714] = 6644, + [7715] = 6912, + [7716] = 6641, + [7717] = 6634, + [7718] = 6819, + [7719] = 7375, + [7720] = 6906, + [7721] = 876, + [7722] = 6637, + [7723] = 6817, + [7724] = 7659, + [7725] = 7660, + [7726] = 7661, + [7727] = 7653, + [7728] = 6644, + [7729] = 6643, + [7730] = 6711, + [7731] = 6754, + [7732] = 5558, + [7733] = 7630, + [7734] = 7628, + [7735] = 7623, + [7736] = 6943, + [7737] = 6754, + [7738] = 6687, + [7739] = 7038, + [7740] = 7449, + [7741] = 7448, + [7742] = 7443, + [7743] = 7022, + [7744] = 6642, + [7745] = 7022, + [7746] = 6640, + [7747] = 6644, + [7748] = 7748, + [7749] = 6641, [7750] = 6634, - [7751] = 6640, - [7752] = 6634, - [7753] = 7165, - [7754] = 6633, - [7755] = 6632, - [7756] = 7164, - [7757] = 6636, - [7758] = 6628, - [7759] = 6630, - [7760] = 6631, - [7761] = 6629, - [7762] = 6629, - [7763] = 7763, - [7764] = 6636, - [7765] = 6634, - [7766] = 6631, - [7767] = 6630, - [7768] = 7626, - [7769] = 7621, - [7770] = 7613, - [7771] = 7609, - [7772] = 6628, - [7773] = 7773, - [7774] = 6632, - [7775] = 7001, - [7776] = 6633, - [7777] = 7501, - [7778] = 7490, - [7779] = 7471, - [7780] = 6633, - [7781] = 6632, - [7782] = 6632, - [7783] = 7783, - [7784] = 6966, - [7785] = 7785, - [7786] = 7786, - [7787] = 6628, - [7788] = 6630, - [7789] = 6631, - [7790] = 6879, - [7791] = 6836, - [7792] = 6812, - [7793] = 6807, - [7794] = 7794, - [7795] = 6629, - [7796] = 7639, - [7797] = 7797, - [7798] = 6666, - [7799] = 7666, - [7800] = 7682, - [7801] = 7801, - [7802] = 6636, - [7803] = 6634, - [7804] = 6640, + [7751] = 6772, + [7752] = 7366, + [7753] = 7342, + [7754] = 7326, + [7755] = 7325, + [7756] = 6637, + [7757] = 6654, + [7758] = 6643, + [7759] = 6894, + [7760] = 6711, + [7761] = 7174, + [7762] = 7155, + [7763] = 6819, + [7764] = 7764, + [7765] = 7765, + [7766] = 6754, + [7767] = 6754, + [7768] = 6641, + [7769] = 6640, + [7770] = 7770, + [7771] = 6642, + [7772] = 6640, + [7773] = 6644, + [7774] = 6641, + [7775] = 7775, + [7776] = 6634, + [7777] = 6640, + [7778] = 6637, + [7779] = 6944, + [7780] = 6654, + [7781] = 6643, + [7782] = 6711, + [7783] = 6711, + [7784] = 7659, + [7785] = 7660, + [7786] = 7661, + [7787] = 7653, + [7788] = 6643, + [7789] = 7789, + [7790] = 6945, + [7791] = 6754, + [7792] = 7792, + [7793] = 7630, + [7794] = 7628, + [7795] = 7623, + [7796] = 6654, + [7797] = 6642, + [7798] = 6640, + [7799] = 6644, + [7800] = 7448, + [7801] = 6644, + [7802] = 6641, + [7803] = 7803, + [7804] = 6641, [7805] = 6634, - [7806] = 6736, - [7807] = 7807, - [7808] = 6633, - [7809] = 6632, - [7810] = 6770, - [7811] = 6636, - [7812] = 7626, - [7813] = 7621, - [7814] = 7609, - [7815] = 6628, - [7816] = 6631, - [7817] = 5408, - [7818] = 6630, - [7819] = 7490, - [7820] = 7471, - [7821] = 6631, - [7822] = 6966, - [7823] = 6629, - [7824] = 6629, - [7825] = 6630, - [7826] = 6636, - [7827] = 7827, - [7828] = 6879, - [7829] = 6836, - [7830] = 6812, - [7831] = 6807, - [7832] = 6628, - [7833] = 7666, - [7834] = 7682, - [7835] = 6634, - [7836] = 6631, - [7837] = 6630, - [7838] = 6740, - [7839] = 6628, - [7840] = 6628, - [7841] = 6632, - [7842] = 7626, - [7843] = 7621, - [7844] = 7609, - [7845] = 6632, - [7846] = 7490, - [7847] = 7471, - [7848] = 6966, - [7849] = 6991, - [7850] = 6879, - [7851] = 6836, - [7852] = 6812, - [7853] = 6807, - [7854] = 7666, - [7855] = 7682, - [7856] = 7856, - [7857] = 7857, - [7858] = 6633, - [7859] = 7471, - [7860] = 6966, - [7861] = 7827, - [7862] = 6879, - [7863] = 6836, - [7864] = 6812, - [7865] = 6807, - [7866] = 7666, - [7867] = 7682, - [7868] = 7868, - [7869] = 6836, - [7870] = 6812, - [7871] = 6807, - [7872] = 7682, - [7873] = 6836, - [7874] = 6812, - [7875] = 6807, - [7876] = 6836, - [7877] = 6812, - [7878] = 6807, - [7879] = 6836, - [7880] = 6812, - [7881] = 6807, - [7882] = 6836, - [7883] = 6812, - [7884] = 6807, - [7885] = 6836, - [7886] = 6812, - [7887] = 6807, - [7888] = 6836, - [7889] = 6812, - [7890] = 6807, - [7891] = 6836, - [7892] = 6812, - [7893] = 6807, - [7894] = 6836, - [7895] = 6812, - [7896] = 6807, - [7897] = 6836, - [7898] = 6812, - [7899] = 6807, - [7900] = 6836, - [7901] = 6812, - [7902] = 6807, - [7903] = 6836, - [7904] = 6812, - [7905] = 6807, - [7906] = 6836, - [7907] = 6812, - [7908] = 6807, - [7909] = 6836, - [7910] = 6812, - [7911] = 6807, - [7912] = 6836, - [7913] = 6812, - [7914] = 6807, - [7915] = 6836, - [7916] = 6812, - [7917] = 6807, - [7918] = 6836, - [7919] = 6812, - [7920] = 6807, - [7921] = 6836, - [7922] = 6812, - [7923] = 6807, - [7924] = 6836, - [7925] = 6812, - [7926] = 6807, - [7927] = 6836, - [7928] = 6812, - [7929] = 6807, - [7930] = 6836, - [7931] = 6812, - [7932] = 6807, - [7933] = 6836, - [7934] = 6812, - [7935] = 6807, - [7936] = 6836, - [7937] = 6812, - [7938] = 6807, - [7939] = 6836, - [7940] = 6812, - [7941] = 6807, - [7942] = 6836, - [7943] = 6812, - [7944] = 6807, - [7945] = 6836, - [7946] = 6812, - [7947] = 6807, - [7948] = 6836, - [7949] = 6812, - [7950] = 6807, - [7951] = 6836, - [7952] = 6812, - [7953] = 6807, - [7954] = 6836, - [7955] = 6812, - [7956] = 6807, - [7957] = 6836, - [7958] = 6812, - [7959] = 6807, - [7960] = 6836, - [7961] = 6812, - [7962] = 6807, - [7963] = 6836, - [7964] = 6812, - [7965] = 6807, - [7966] = 6836, - [7967] = 6812, - [7968] = 6807, - [7969] = 6836, - [7970] = 6812, - [7971] = 6807, - [7972] = 6836, - [7973] = 6812, - [7974] = 6807, - [7975] = 6836, - [7976] = 6812, - [7977] = 6807, - [7978] = 6836, - [7979] = 6812, - [7980] = 6807, - [7981] = 6836, - [7982] = 6812, - [7983] = 6807, - [7984] = 6836, - [7985] = 6812, - [7986] = 6807, - [7987] = 6836, - [7988] = 6812, - [7989] = 6807, - [7990] = 6836, - [7991] = 6812, - [7992] = 6807, - [7993] = 6836, - [7994] = 6812, - [7995] = 6807, - [7996] = 6836, - [7997] = 6812, - [7998] = 6807, - [7999] = 6836, - [8000] = 6812, - [8001] = 6807, - [8002] = 5755, - [8003] = 6632, - [8004] = 6630, - [8005] = 6990, - [8006] = 8006, - [8007] = 8007, - [8008] = 6631, - [8009] = 8009, - [8010] = 8010, - [8011] = 8011, - [8012] = 6989, - [8013] = 7115, - [8014] = 6629, - [8015] = 6636, - [8016] = 6726, - [8017] = 5227, - [8018] = 6634, - [8019] = 6669, - [8020] = 8020, - [8021] = 6640, - [8022] = 7130, - [8023] = 7118, - [8024] = 6947, - [8025] = 6666, - [8026] = 6865, - [8027] = 8027, - [8028] = 7555, - [8029] = 7685, - [8030] = 7142, - [8031] = 7141, - [8032] = 6666, - [8033] = 6640, - [8034] = 8034, + [7806] = 7366, + [7807] = 7342, + [7808] = 7326, + [7809] = 7325, + [7810] = 6638, + [7811] = 6637, + [7812] = 6685, + [7813] = 6654, + [7814] = 6643, + [7815] = 7174, + [7816] = 7155, + [7817] = 6711, + [7818] = 7818, + [7819] = 6978, + [7820] = 6754, + [7821] = 6710, + [7822] = 6634, + [7823] = 7823, + [7824] = 6894, + [7825] = 6642, + [7826] = 6772, + [7827] = 6640, + [7828] = 7659, + [7829] = 7660, + [7830] = 7653, + [7831] = 6644, + [7832] = 6641, + [7833] = 6634, + [7834] = 6723, + [7835] = 7628, + [7836] = 7623, + [7837] = 6637, + [7838] = 7448, + [7839] = 6947, + [7840] = 6780, + [7841] = 7841, + [7842] = 6654, + [7843] = 7843, + [7844] = 7366, + [7845] = 7342, + [7846] = 7326, + [7847] = 7325, + [7848] = 6643, + [7849] = 7174, + [7850] = 7155, + [7851] = 7851, + [7852] = 6854, + [7853] = 6711, + [7854] = 6838, + [7855] = 6637, + [7856] = 6705, + [7857] = 6754, + [7858] = 7659, + [7859] = 7660, + [7860] = 7653, + [7861] = 7484, + [7862] = 7628, + [7863] = 7623, + [7864] = 7448, + [7865] = 7047, + [7866] = 7366, + [7867] = 7342, + [7868] = 7326, + [7869] = 7325, + [7870] = 7174, + [7871] = 7155, + [7872] = 7039, + [7873] = 6641, + [7874] = 7874, + [7875] = 7623, + [7876] = 7448, + [7877] = 7843, + [7878] = 7366, + [7879] = 7342, + [7880] = 7326, + [7881] = 7325, + [7882] = 7174, + [7883] = 7155, + [7884] = 7278, + [7885] = 7342, + [7886] = 7326, + [7887] = 7325, + [7888] = 7155, + [7889] = 7342, + [7890] = 7326, + [7891] = 7325, + [7892] = 7342, + [7893] = 7326, + [7894] = 7325, + [7895] = 7342, + [7896] = 7326, + [7897] = 7325, + [7898] = 7342, + [7899] = 7326, + [7900] = 7325, + [7901] = 7342, + [7902] = 7326, + [7903] = 7325, + [7904] = 7342, + [7905] = 7326, + [7906] = 7325, + [7907] = 7342, + [7908] = 7326, + [7909] = 7325, + [7910] = 7342, + [7911] = 7326, + [7912] = 7325, + [7913] = 7342, + [7914] = 7326, + [7915] = 7325, + [7916] = 7342, + [7917] = 7326, + [7918] = 7325, + [7919] = 7342, + [7920] = 7326, + [7921] = 7325, + [7922] = 7342, + [7923] = 7326, + [7924] = 7325, + [7925] = 7342, + [7926] = 7326, + [7927] = 7325, + [7928] = 7342, + [7929] = 7326, + [7930] = 7325, + [7931] = 7342, + [7932] = 7326, + [7933] = 7325, + [7934] = 7342, + [7935] = 7326, + [7936] = 7325, + [7937] = 7342, + [7938] = 7326, + [7939] = 7325, + [7940] = 7342, + [7941] = 7326, + [7942] = 7325, + [7943] = 7342, + [7944] = 7326, + [7945] = 7325, + [7946] = 7342, + [7947] = 7326, + [7948] = 7325, + [7949] = 7342, + [7950] = 7326, + [7951] = 7325, + [7952] = 7342, + [7953] = 7326, + [7954] = 7325, + [7955] = 7342, + [7956] = 7326, + [7957] = 7325, + [7958] = 7342, + [7959] = 7326, + [7960] = 7325, + [7961] = 7342, + [7962] = 7326, + [7963] = 7325, + [7964] = 7342, + [7965] = 7326, + [7966] = 7325, + [7967] = 7342, + [7968] = 7326, + [7969] = 7325, + [7970] = 7342, + [7971] = 7326, + [7972] = 7325, + [7973] = 7342, + [7974] = 7326, + [7975] = 7325, + [7976] = 7342, + [7977] = 7326, + [7978] = 7325, + [7979] = 7342, + [7980] = 7326, + [7981] = 7325, + [7982] = 7342, + [7983] = 7326, + [7984] = 7325, + [7985] = 7342, + [7986] = 7326, + [7987] = 7325, + [7988] = 7342, + [7989] = 7326, + [7990] = 7325, + [7991] = 7342, + [7992] = 7326, + [7993] = 7325, + [7994] = 7342, + [7995] = 7326, + [7996] = 7325, + [7997] = 7342, + [7998] = 7326, + [7999] = 7325, + [8000] = 7342, + [8001] = 7326, + [8002] = 7325, + [8003] = 7342, + [8004] = 7326, + [8005] = 7325, + [8006] = 7342, + [8007] = 7326, + [8008] = 7325, + [8009] = 7342, + [8010] = 7326, + [8011] = 7325, + [8012] = 7342, + [8013] = 7326, + [8014] = 7325, + [8015] = 7342, + [8016] = 7326, + [8017] = 7325, + [8018] = 8018, + [8019] = 8019, + [8020] = 6642, + [8021] = 7055, + [8022] = 7057, + [8023] = 7062, + [8024] = 7068, + [8025] = 7076, + [8026] = 6640, + [8027] = 6644, + [8028] = 7086, + [8029] = 6966, + [8030] = 6641, + [8031] = 7090, + [8032] = 6821, + [8033] = 6634, + [8034] = 6815, [8035] = 8035, - [8036] = 8036, - [8037] = 8037, - [8038] = 8038, - [8039] = 7140, - [8040] = 8040, - [8041] = 7381, - [8042] = 6718, - [8043] = 5790, - [8044] = 6633, - [8045] = 6634, - [8046] = 8046, - [8047] = 6632, - [8048] = 8048, - [8049] = 6634, - [8050] = 6628, - [8051] = 6630, - [8052] = 8052, - [8053] = 6631, - [8054] = 6629, - [8055] = 7130, - [8056] = 7118, - [8057] = 6947, - [8058] = 6636, - [8059] = 6636, - [8060] = 6634, - [8061] = 7555, - [8062] = 6640, - [8063] = 6784, - [8064] = 6629, - [8065] = 6776, - [8066] = 6631, - [8067] = 8067, - [8068] = 8068, - [8069] = 6783, - [8070] = 8070, - [8071] = 6861, - [8072] = 6630, - [8073] = 6973, - [8074] = 6971, - [8075] = 6666, - [8076] = 6716, - [8077] = 7127, - [8078] = 6628, - [8079] = 7125, - [8080] = 8080, - [8081] = 8081, - [8082] = 7122, - [8083] = 7130, - [8084] = 6947, - [8085] = 8085, - [8086] = 6633, - [8087] = 7555, - [8088] = 7120, - [8089] = 7119, - [8090] = 7117, - [8091] = 7116, - [8092] = 7107, - [8093] = 6632, - [8094] = 7113, - [8095] = 7108, - [8096] = 6628, - [8097] = 6633, - [8098] = 7106, - [8099] = 7104, - [8100] = 8100, - [8101] = 6964, - [8102] = 6715, - [8103] = 7130, - [8104] = 6947, - [8105] = 7555, - [8106] = 8106, - [8107] = 6628, - [8108] = 7703, - [8109] = 8109, - [8110] = 8110, - [8111] = 8111, - [8112] = 8112, - [8113] = 8113, - [8114] = 8114, - [8115] = 8115, - [8116] = 8116, + [8036] = 6803, + [8037] = 6650, + [8038] = 7506, + [8039] = 7504, + [8040] = 7437, + [8041] = 6637, + [8042] = 6788, + [8043] = 6654, + [8044] = 7000, + [8045] = 6643, + [8046] = 6964, + [8047] = 6759, + [8048] = 6739, + [8049] = 6719, + [8050] = 6711, + [8051] = 6650, + [8052] = 6705, + [8053] = 6749, + [8054] = 7655, + [8055] = 6755, + [8056] = 6643, + [8057] = 6757, + [8058] = 6760, + [8059] = 6756, + [8060] = 6854, + [8061] = 6748, + [8062] = 8062, + [8063] = 6754, + [8064] = 6746, + [8065] = 6740, + [8066] = 8066, + [8067] = 6637, + [8068] = 6733, + [8069] = 6810, + [8070] = 6723, + [8071] = 7506, + [8072] = 7504, + [8073] = 7437, + [8074] = 6904, + [8075] = 8075, + [8076] = 6634, + [8077] = 7000, + [8078] = 5886, + [8079] = 6710, + [8080] = 6642, + [8081] = 6640, + [8082] = 6913, + [8083] = 6916, + [8084] = 6922, + [8085] = 6927, + [8086] = 6933, + [8087] = 6934, + [8088] = 6644, + [8089] = 6641, + [8090] = 6948, + [8091] = 6634, + [8092] = 6685, + [8093] = 6953, + [8094] = 6641, + [8095] = 6955, + [8096] = 6653, + [8097] = 6637, + [8098] = 6691, + [8099] = 7506, + [8100] = 7437, + [8101] = 6978, + [8102] = 6644, + [8103] = 7000, + [8104] = 6980, + [8105] = 6897, + [8106] = 7001, + [8107] = 7017, + [8108] = 7059, + [8109] = 7067, + [8110] = 6654, + [8111] = 7133, + [8112] = 6640, + [8113] = 6635, + [8114] = 6638, + [8115] = 5024, + [8116] = 7182, [8117] = 8117, - [8118] = 6947, - [8119] = 7555, - [8120] = 8120, - [8121] = 6962, - [8122] = 8122, - [8123] = 8123, - [8124] = 6630, - [8125] = 6631, - [8126] = 6633, - [8127] = 8127, - [8128] = 7555, - [8129] = 7485, - [8130] = 6629, - [8131] = 8131, - [8132] = 8132, - [8133] = 6960, - [8134] = 8134, - [8135] = 5706, - [8136] = 7093, - [8137] = 8137, - [8138] = 8138, - [8139] = 6636, - [8140] = 3023, - [8141] = 8141, - [8142] = 6634, + [8118] = 7194, + [8119] = 7506, + [8120] = 7437, + [8121] = 7000, + [8122] = 6680, + [8123] = 6681, + [8124] = 6682, + [8125] = 6711, + [8126] = 6906, + [8127] = 6686, + [8128] = 6689, + [8129] = 6912, + [8130] = 6654, + [8131] = 6754, + [8132] = 6906, + [8133] = 8133, + [8134] = 7437, + [8135] = 7000, + [8136] = 5179, + [8137] = 6642, + [8138] = 6731, + [8139] = 6640, + [8140] = 6644, + [8141] = 7364, + [8142] = 8142, [8143] = 8143, - [8144] = 8144, - [8145] = 8145, - [8146] = 7343, - [8147] = 6707, - [8148] = 6640, - [8149] = 8149, - [8150] = 8150, - [8151] = 8151, - [8152] = 7338, - [8153] = 7329, - [8154] = 7335, - [8155] = 6791, - [8156] = 7245, - [8157] = 7682, - [8158] = 6666, - [8159] = 6666, - [8160] = 8160, - [8161] = 6703, - [8162] = 6640, - [8163] = 6955, - [8164] = 6702, - [8165] = 6634, - [8166] = 6633, - [8167] = 8167, - [8168] = 6632, - [8169] = 7088, - [8170] = 7086, - [8171] = 7083, - [8172] = 7081, - [8173] = 7079, - [8174] = 7078, - [8175] = 7077, - [8176] = 7076, - [8177] = 7075, - [8178] = 6701, - [8179] = 6796, + [8144] = 7000, + [8145] = 7380, + [8146] = 7438, + [8147] = 7391, + [8148] = 6641, + [8149] = 7404, + [8150] = 6643, + [8151] = 6711, + [8152] = 6634, + [8153] = 6937, + [8154] = 6637, + [8155] = 6940, + [8156] = 6654, + [8157] = 6753, + [8158] = 7643, + [8159] = 7692, + [8160] = 6754, + [8161] = 6643, + [8162] = 6711, + [8163] = 6912, + [8164] = 8164, + [8165] = 8165, + [8166] = 6772, + [8167] = 6954, + [8168] = 6780, + [8169] = 6754, + [8170] = 8170, + [8171] = 8171, + [8172] = 6876, + [8173] = 8173, + [8174] = 6925, + [8175] = 8175, + [8176] = 7008, + [8177] = 6642, + [8178] = 6640, + [8179] = 6644, [8180] = 8180, - [8181] = 6636, - [8182] = 8182, + [8181] = 6642, + [8182] = 7505, [8183] = 8183, - [8184] = 8184, - [8185] = 8185, + [8184] = 6641, + [8185] = 6634, [8186] = 8186, - [8187] = 8187, - [8188] = 6628, - [8189] = 8189, - [8190] = 6630, - [8191] = 8191, - [8192] = 6631, - [8193] = 8193, - [8194] = 8194, - [8195] = 6629, - [8196] = 6629, + [8187] = 6945, + [8188] = 8188, + [8189] = 6867, + [8190] = 6637, + [8191] = 6881, + [8192] = 6654, + [8193] = 6643, + [8194] = 6856, + [8195] = 6711, + [8196] = 6642, [8197] = 8197, - [8198] = 6636, - [8199] = 6634, - [8200] = 6640, - [8201] = 8201, - [8202] = 6845, - [8203] = 6631, - [8204] = 6630, - [8205] = 6943, - [8206] = 5590, - [8207] = 8207, + [8198] = 6853, + [8199] = 6754, + [8200] = 8200, + [8201] = 6849, + [8202] = 6998, + [8203] = 6846, + [8204] = 6819, + [8205] = 6642, + [8206] = 6640, + [8207] = 3015, [8208] = 8208, - [8209] = 6628, - [8210] = 6666, - [8211] = 6632, - [8212] = 8212, - [8213] = 7310, + [8209] = 6644, + [8210] = 6641, + [8211] = 6634, + [8212] = 6637, + [8213] = 8213, [8214] = 8214, - [8215] = 8215, - [8216] = 6633, - [8217] = 7309, + [8215] = 7507, + [8216] = 8216, + [8217] = 6832, [8218] = 8218, - [8219] = 6627, - [8220] = 6633, - [8221] = 6632, + [8219] = 6654, + [8220] = 6643, + [8221] = 8221, [8222] = 8222, - [8223] = 8223, - [8224] = 8224, - [8225] = 7071, - [8226] = 7070, - [8227] = 7069, - [8228] = 6631, - [8229] = 6630, - [8230] = 8230, + [8223] = 5916, + [8224] = 6814, + [8225] = 6711, + [8226] = 6806, + [8227] = 7563, + [8228] = 6957, + [8229] = 6853, + [8230] = 6754, [8231] = 8231, - [8232] = 6631, - [8233] = 8233, + [8232] = 8232, + [8233] = 6817, [8234] = 8234, - [8235] = 6666, + [8235] = 8235, [8236] = 8236, - [8237] = 6629, - [8238] = 6640, - [8239] = 6942, + [8237] = 6642, + [8238] = 8238, + [8239] = 8239, [8240] = 8240, - [8241] = 6048, - [8242] = 7300, - [8243] = 8243, - [8244] = 6636, - [8245] = 6634, - [8246] = 7299, - [8247] = 6640, - [8248] = 6634, - [8249] = 6666, + [8241] = 6654, + [8242] = 6644, + [8243] = 6641, + [8244] = 6634, + [8245] = 8245, + [8246] = 881, + [8247] = 7559, + [8248] = 6637, + [8249] = 8249, [8250] = 8250, - [8251] = 7066, - [8252] = 8252, - [8253] = 8253, - [8254] = 8254, - [8255] = 8255, - [8256] = 6636, - [8257] = 6629, - [8258] = 6631, + [8251] = 8251, + [8252] = 7553, + [8253] = 7552, + [8254] = 6807, + [8255] = 6634, + [8256] = 6643, + [8257] = 8257, + [8258] = 6711, [8259] = 8259, - [8260] = 6047, - [8261] = 7297, - [8262] = 6630, - [8263] = 7773, - [8264] = 8264, - [8265] = 7625, - [8266] = 6633, - [8267] = 7468, + [8260] = 6754, + [8261] = 8261, + [8262] = 6995, + [8263] = 8263, + [8264] = 6754, + [8265] = 8265, + [8266] = 8266, + [8267] = 6193, [8268] = 8268, [8269] = 8269, - [8270] = 7773, - [8271] = 8271, - [8272] = 7625, - [8273] = 6628, - [8274] = 7468, - [8275] = 6632, - [8276] = 6632, - [8277] = 7773, - [8278] = 6046, - [8279] = 7625, - [8280] = 6628, - [8281] = 7468, - [8282] = 6630, - [8283] = 8283, - [8284] = 7773, - [8285] = 5341, - [8286] = 7625, - [8287] = 6631, - [8288] = 8288, - [8289] = 7773, - [8290] = 6633, - [8291] = 7625, - [8292] = 6629, - [8293] = 8293, - [8294] = 7773, - [8295] = 8295, - [8296] = 7625, - [8297] = 6636, - [8298] = 8298, - [8299] = 7625, - [8300] = 6634, - [8301] = 6640, - [8302] = 6666, - [8303] = 6351, - [8304] = 8304, - [8305] = 6666, - [8306] = 6640, - [8307] = 6475, - [8308] = 6725, - [8309] = 6196, - [8310] = 6527, - [8311] = 6338, - [8312] = 5998, - [8313] = 6329, - [8314] = 6634, - [8315] = 8038, - [8316] = 8316, - [8317] = 6181, - [8318] = 4577, - [8319] = 6164, - [8320] = 2600, - [8321] = 6633, - [8322] = 6137, - [8323] = 6135, - [8324] = 6636, - [8325] = 6104, - [8326] = 6102, - [8327] = 853, - [8328] = 6632, - [8329] = 6084, - [8330] = 6628, - [8331] = 6630, - [8332] = 862, - [8333] = 6631, - [8334] = 6629, - [8335] = 5903, - [8336] = 5790, - [8337] = 6636, - [8338] = 2576, - [8339] = 6634, - [8340] = 6640, - [8341] = 4975, - [8342] = 4975, - [8343] = 862, - [8344] = 4975, - [8345] = 6666, - [8346] = 8346, - [8347] = 6633, - [8348] = 6632, - [8349] = 8349, - [8350] = 8350, - [8351] = 8351, + [8270] = 7654, + [8271] = 6954, + [8272] = 8272, + [8273] = 5906, + [8274] = 6849, + [8275] = 6642, + [8276] = 6847, + [8277] = 6846, + [8278] = 6640, + [8279] = 8035, + [8280] = 6644, + [8281] = 7710, + [8282] = 6641, + [8283] = 7622, + [8284] = 6634, + [8285] = 8285, + [8286] = 8035, + [8287] = 6640, + [8288] = 7710, + [8289] = 6637, + [8290] = 7622, + [8291] = 6711, + [8292] = 6654, + [8293] = 8035, + [8294] = 6937, + [8295] = 7710, + [8296] = 6643, + [8297] = 7622, + [8298] = 6844, + [8299] = 6841, + [8300] = 8035, + [8301] = 6711, + [8302] = 7710, + [8303] = 5898, + [8304] = 6840, + [8305] = 8035, + [8306] = 6643, + [8307] = 7710, + [8308] = 6754, + [8309] = 6834, + [8310] = 8035, + [8311] = 8311, + [8312] = 7710, + [8313] = 867, + [8314] = 8314, + [8315] = 7710, + [8316] = 6642, + [8317] = 6640, + [8318] = 6644, + [8319] = 6641, + [8320] = 6634, + [8321] = 8321, + [8322] = 6637, + [8323] = 8323, + [8324] = 6654, + [8325] = 6643, + [8326] = 6711, + [8327] = 8327, + [8328] = 6654, + [8329] = 6754, + [8330] = 6638, + [8331] = 6642, + [8332] = 6912, + [8333] = 6640, + [8334] = 6644, + [8335] = 6641, + [8336] = 6634, + [8337] = 6637, + [8338] = 6654, + [8339] = 8339, + [8340] = 6643, + [8341] = 6711, + [8342] = 6637, + [8343] = 6940, + [8344] = 6754, + [8345] = 8345, + [8346] = 6792, + [8347] = 8347, + [8348] = 6819, + [8349] = 6846, + [8350] = 6849, + [8351] = 6853, + [8352] = 6642, + [8353] = 6881, + [8354] = 6945, + [8355] = 6937, + [8356] = 6912, + [8357] = 6906, + [8358] = 6640, + [8359] = 6722, + [8360] = 6830, + [8361] = 6829, + [8362] = 6824, + [8363] = 6644, + [8364] = 6820, + [8365] = 8365, + [8366] = 8366, + [8367] = 8367, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -13117,114 +13133,114 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [14] = {.lex_state = 2, .external_lex_state = 9}, [15] = {.lex_state = 2, .external_lex_state = 8}, [16] = {.lex_state = 2, .external_lex_state = 8}, - [17] = {.lex_state = 2, .external_lex_state = 2}, + [17] = {.lex_state = 2, .external_lex_state = 10}, [18] = {.lex_state = 2, .external_lex_state = 10}, [19] = {.lex_state = 2, .external_lex_state = 11}, [20] = {.lex_state = 2, .external_lex_state = 12}, [21] = {.lex_state = 2, .external_lex_state = 10}, - [22] = {.lex_state = 2, .external_lex_state = 11}, - [23] = {.lex_state = 2, .external_lex_state = 13}, - [24] = {.lex_state = 2, .external_lex_state = 11}, - [25] = {.lex_state = 2, .external_lex_state = 12}, - [26] = {.lex_state = 2, .external_lex_state = 11}, + [22] = {.lex_state = 2, .external_lex_state = 9}, + [23] = {.lex_state = 2, .external_lex_state = 10}, + [24] = {.lex_state = 2, .external_lex_state = 10}, + [25] = {.lex_state = 2, .external_lex_state = 10}, + [26] = {.lex_state = 2, .external_lex_state = 10}, [27] = {.lex_state = 2, .external_lex_state = 10}, - [28] = {.lex_state = 2, .external_lex_state = 11}, - [29] = {.lex_state = 2, .external_lex_state = 11}, - [30] = {.lex_state = 2, .external_lex_state = 12}, + [28] = {.lex_state = 2, .external_lex_state = 10}, + [29] = {.lex_state = 2, .external_lex_state = 10}, + [30] = {.lex_state = 2, .external_lex_state = 10}, [31] = {.lex_state = 2, .external_lex_state = 10}, - [32] = {.lex_state = 2, .external_lex_state = 11}, - [33] = {.lex_state = 2, .external_lex_state = 12}, - [34] = {.lex_state = 2, .external_lex_state = 12}, - [35] = {.lex_state = 2, .external_lex_state = 11}, - [36] = {.lex_state = 2, .external_lex_state = 9}, - [37] = {.lex_state = 2, .external_lex_state = 11}, - [38] = {.lex_state = 2, .external_lex_state = 11}, - [39] = {.lex_state = 2, .external_lex_state = 11}, - [40] = {.lex_state = 2, .external_lex_state = 9}, - [41] = {.lex_state = 2, .external_lex_state = 12}, - [42] = {.lex_state = 2, .external_lex_state = 11}, - [43] = {.lex_state = 2, .external_lex_state = 11}, - [44] = {.lex_state = 2, .external_lex_state = 12}, - [45] = {.lex_state = 2, .external_lex_state = 13}, - [46] = {.lex_state = 2, .external_lex_state = 11}, - [47] = {.lex_state = 2, .external_lex_state = 11}, - [48] = {.lex_state = 2, .external_lex_state = 11}, + [32] = {.lex_state = 2, .external_lex_state = 10}, + [33] = {.lex_state = 2, .external_lex_state = 10}, + [34] = {.lex_state = 2, .external_lex_state = 10}, + [35] = {.lex_state = 2, .external_lex_state = 10}, + [36] = {.lex_state = 2, .external_lex_state = 11}, + [37] = {.lex_state = 2, .external_lex_state = 10}, + [38] = {.lex_state = 2, .external_lex_state = 2}, + [39] = {.lex_state = 2, .external_lex_state = 10}, + [40] = {.lex_state = 2, .external_lex_state = 10}, + [41] = {.lex_state = 2, .external_lex_state = 10}, + [42] = {.lex_state = 2, .external_lex_state = 10}, + [43] = {.lex_state = 2, .external_lex_state = 10}, + [44] = {.lex_state = 2, .external_lex_state = 10}, + [45] = {.lex_state = 2, .external_lex_state = 10}, + [46] = {.lex_state = 2, .external_lex_state = 10}, + [47] = {.lex_state = 2, .external_lex_state = 10}, + [48] = {.lex_state = 2, .external_lex_state = 13}, [49] = {.lex_state = 2, .external_lex_state = 10}, - [50] = {.lex_state = 2, .external_lex_state = 11}, + [50] = {.lex_state = 2, .external_lex_state = 10}, [51] = {.lex_state = 2, .external_lex_state = 12}, - [52] = {.lex_state = 2, .external_lex_state = 9}, - [53] = {.lex_state = 2, .external_lex_state = 11}, + [52] = {.lex_state = 2, .external_lex_state = 10}, + [53] = {.lex_state = 2, .external_lex_state = 10}, [54] = {.lex_state = 2, .external_lex_state = 9}, - [55] = {.lex_state = 2, .external_lex_state = 2}, - [56] = {.lex_state = 2, .external_lex_state = 11}, - [57] = {.lex_state = 2, .external_lex_state = 11}, - [58] = {.lex_state = 2, .external_lex_state = 9}, - [59] = {.lex_state = 2, .external_lex_state = 11}, - [60] = {.lex_state = 2, .external_lex_state = 13}, - [61] = {.lex_state = 2, .external_lex_state = 11}, - [62] = {.lex_state = 2, .external_lex_state = 10}, - [63] = {.lex_state = 2, .external_lex_state = 11}, + [55] = {.lex_state = 2, .external_lex_state = 10}, + [56] = {.lex_state = 2, .external_lex_state = 10}, + [57] = {.lex_state = 2, .external_lex_state = 10}, + [58] = {.lex_state = 2, .external_lex_state = 10}, + [59] = {.lex_state = 2, .external_lex_state = 10}, + [60] = {.lex_state = 2, .external_lex_state = 10}, + [61] = {.lex_state = 2, .external_lex_state = 12}, + [62] = {.lex_state = 2, .external_lex_state = 13}, + [63] = {.lex_state = 2, .external_lex_state = 2}, [64] = {.lex_state = 2, .external_lex_state = 11}, - [65] = {.lex_state = 2, .external_lex_state = 11}, - [66] = {.lex_state = 2, .external_lex_state = 11}, - [67] = {.lex_state = 2, .external_lex_state = 11}, - [68] = {.lex_state = 2, .external_lex_state = 11}, - [69] = {.lex_state = 2, .external_lex_state = 11}, - [70] = {.lex_state = 2, .external_lex_state = 11}, - [71] = {.lex_state = 2, .external_lex_state = 11}, - [72] = {.lex_state = 2, .external_lex_state = 11}, - [73] = {.lex_state = 2, .external_lex_state = 11}, - [74] = {.lex_state = 2, .external_lex_state = 11}, - [75] = {.lex_state = 2, .external_lex_state = 13}, - [76] = {.lex_state = 2, .external_lex_state = 11}, - [77] = {.lex_state = 2, .external_lex_state = 11}, - [78] = {.lex_state = 2, .external_lex_state = 11}, - [79] = {.lex_state = 2, .external_lex_state = 11}, - [80] = {.lex_state = 2, .external_lex_state = 11}, - [81] = {.lex_state = 2, .external_lex_state = 11}, + [65] = {.lex_state = 2, .external_lex_state = 10}, + [66] = {.lex_state = 2, .external_lex_state = 10}, + [67] = {.lex_state = 2, .external_lex_state = 10}, + [68] = {.lex_state = 2, .external_lex_state = 10}, + [69] = {.lex_state = 2, .external_lex_state = 10}, + [70] = {.lex_state = 2, .external_lex_state = 10}, + [71] = {.lex_state = 2, .external_lex_state = 10}, + [72] = {.lex_state = 2, .external_lex_state = 9}, + [73] = {.lex_state = 2, .external_lex_state = 10}, + [74] = {.lex_state = 2, .external_lex_state = 10}, + [75] = {.lex_state = 2, .external_lex_state = 10}, + [76] = {.lex_state = 2, .external_lex_state = 10}, + [77] = {.lex_state = 2, .external_lex_state = 10}, + [78] = {.lex_state = 2, .external_lex_state = 10}, + [79] = {.lex_state = 2, .external_lex_state = 13}, + [80] = {.lex_state = 2, .external_lex_state = 9}, + [81] = {.lex_state = 2, .external_lex_state = 12}, [82] = {.lex_state = 2, .external_lex_state = 11}, - [83] = {.lex_state = 2, .external_lex_state = 11}, - [84] = {.lex_state = 2, .external_lex_state = 12}, - [85] = {.lex_state = 2, .external_lex_state = 12}, - [86] = {.lex_state = 2, .external_lex_state = 11}, - [87] = {.lex_state = 2, .external_lex_state = 11}, + [83] = {.lex_state = 2, .external_lex_state = 10}, + [84] = {.lex_state = 2, .external_lex_state = 11}, + [85] = {.lex_state = 2, .external_lex_state = 9}, + [86] = {.lex_state = 2, .external_lex_state = 13}, + [87] = {.lex_state = 2, .external_lex_state = 13}, [88] = {.lex_state = 2, .external_lex_state = 11}, - [89] = {.lex_state = 2, .external_lex_state = 11}, - [90] = {.lex_state = 2, .external_lex_state = 9}, + [89] = {.lex_state = 2, .external_lex_state = 9}, + [90] = {.lex_state = 2, .external_lex_state = 11}, [91] = {.lex_state = 2, .external_lex_state = 11}, - [92] = {.lex_state = 2, .external_lex_state = 11}, - [93] = {.lex_state = 2, .external_lex_state = 12}, - [94] = {.lex_state = 2, .external_lex_state = 13}, + [92] = {.lex_state = 2, .external_lex_state = 12}, + [93] = {.lex_state = 2, .external_lex_state = 11}, + [94] = {.lex_state = 2, .external_lex_state = 11}, [95] = {.lex_state = 2, .external_lex_state = 13}, - [96] = {.lex_state = 2, .external_lex_state = 12}, - [97] = {.lex_state = 2, .external_lex_state = 11}, - [98] = {.lex_state = 2, .external_lex_state = 11}, + [96] = {.lex_state = 2, .external_lex_state = 11}, + [97] = {.lex_state = 2, .external_lex_state = 10}, + [98] = {.lex_state = 2, .external_lex_state = 12}, [99] = {.lex_state = 2, .external_lex_state = 11}, - [100] = {.lex_state = 2, .external_lex_state = 2}, - [101] = {.lex_state = 2, .external_lex_state = 14}, - [102] = {.lex_state = 2, .external_lex_state = 14}, - [103] = {.lex_state = 2, .external_lex_state = 14}, + [100] = {.lex_state = 2, .external_lex_state = 11}, + [101] = {.lex_state = 2, .external_lex_state = 11}, + [102] = {.lex_state = 2, .external_lex_state = 11}, + [103] = {.lex_state = 2, .external_lex_state = 11}, [104] = {.lex_state = 2, .external_lex_state = 14}, - [105] = {.lex_state = 2, .external_lex_state = 12}, - [106] = {.lex_state = 2, .external_lex_state = 14}, - [107] = {.lex_state = 2, .external_lex_state = 12}, - [108] = {.lex_state = 2, .external_lex_state = 14}, - [109] = {.lex_state = 2, .external_lex_state = 12}, - [110] = {.lex_state = 2, .external_lex_state = 12}, - [111] = {.lex_state = 2, .external_lex_state = 12}, + [105] = {.lex_state = 2, .external_lex_state = 11}, + [106] = {.lex_state = 2, .external_lex_state = 11}, + [107] = {.lex_state = 2, .external_lex_state = 14}, + [108] = {.lex_state = 2, .external_lex_state = 11}, + [109] = {.lex_state = 2, .external_lex_state = 14}, + [110] = {.lex_state = 2, .external_lex_state = 14}, + [111] = {.lex_state = 2, .external_lex_state = 14}, [112] = {.lex_state = 2, .external_lex_state = 14}, - [113] = {.lex_state = 2, .external_lex_state = 12}, - [114] = {.lex_state = 2, .external_lex_state = 12}, - [115] = {.lex_state = 2, .external_lex_state = 14}, - [116] = {.lex_state = 2, .external_lex_state = 14}, - [117] = {.lex_state = 2, .external_lex_state = 2}, + [113] = {.lex_state = 2, .external_lex_state = 14}, + [114] = {.lex_state = 2, .external_lex_state = 2}, + [115] = {.lex_state = 2, .external_lex_state = 11}, + [116] = {.lex_state = 2, .external_lex_state = 11}, + [117] = {.lex_state = 2, .external_lex_state = 11}, [118] = {.lex_state = 2, .external_lex_state = 14}, - [119] = {.lex_state = 2, .external_lex_state = 12}, - [120] = {.lex_state = 2, .external_lex_state = 12}, - [121] = {.lex_state = 2, .external_lex_state = 12}, - [122] = {.lex_state = 2, .external_lex_state = 12}, - [123] = {.lex_state = 2, .external_lex_state = 12}, - [124] = {.lex_state = 2, .external_lex_state = 14}, + [119] = {.lex_state = 2, .external_lex_state = 11}, + [120] = {.lex_state = 2, .external_lex_state = 14}, + [121] = {.lex_state = 2, .external_lex_state = 14}, + [122] = {.lex_state = 2, .external_lex_state = 14}, + [123] = {.lex_state = 2, .external_lex_state = 2}, + [124] = {.lex_state = 2, .external_lex_state = 11}, [125] = {.lex_state = 2, .external_lex_state = 14}, [126] = {.lex_state = 2, .external_lex_state = 15}, [127] = {.lex_state = 2, .external_lex_state = 15}, @@ -13238,12 +13254,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [135] = {.lex_state = 2, .external_lex_state = 15}, [136] = {.lex_state = 2, .external_lex_state = 15}, [137] = {.lex_state = 2, .external_lex_state = 15}, - [138] = {.lex_state = 2, .external_lex_state = 14}, + [138] = {.lex_state = 2, .external_lex_state = 15}, [139] = {.lex_state = 2, .external_lex_state = 15}, [140] = {.lex_state = 2, .external_lex_state = 15}, [141] = {.lex_state = 2, .external_lex_state = 15}, [142] = {.lex_state = 2, .external_lex_state = 15}, - [143] = {.lex_state = 2, .external_lex_state = 15}, + [143] = {.lex_state = 2, .external_lex_state = 14}, [144] = {.lex_state = 2, .external_lex_state = 15}, [145] = {.lex_state = 2, .external_lex_state = 15}, [146] = {.lex_state = 2, .external_lex_state = 15}, @@ -13256,35 +13272,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [153] = {.lex_state = 2, .external_lex_state = 15}, [154] = {.lex_state = 2, .external_lex_state = 15}, [155] = {.lex_state = 2, .external_lex_state = 15}, - [156] = {.lex_state = 2, .external_lex_state = 14}, - [157] = {.lex_state = 2, .external_lex_state = 14}, + [156] = {.lex_state = 2, .external_lex_state = 15}, + [157] = {.lex_state = 2, .external_lex_state = 15}, [158] = {.lex_state = 2, .external_lex_state = 15}, [159] = {.lex_state = 2, .external_lex_state = 15}, [160] = {.lex_state = 2, .external_lex_state = 15}, [161] = {.lex_state = 2, .external_lex_state = 15}, - [162] = {.lex_state = 2, .external_lex_state = 14}, - [163] = {.lex_state = 2, .external_lex_state = 15}, - [164] = {.lex_state = 2, .external_lex_state = 15}, - [165] = {.lex_state = 2, .external_lex_state = 15}, + [162] = {.lex_state = 2, .external_lex_state = 15}, + [163] = {.lex_state = 2, .external_lex_state = 14}, + [164] = {.lex_state = 2, .external_lex_state = 14}, + [165] = {.lex_state = 2, .external_lex_state = 14}, [166] = {.lex_state = 2, .external_lex_state = 15}, [167] = {.lex_state = 2, .external_lex_state = 14}, [168] = {.lex_state = 2, .external_lex_state = 15}, - [169] = {.lex_state = 2, .external_lex_state = 15}, - [170] = {.lex_state = 2, .external_lex_state = 15}, + [169] = {.lex_state = 2, .external_lex_state = 14}, + [170] = {.lex_state = 2, .external_lex_state = 10}, [171] = {.lex_state = 2, .external_lex_state = 15}, - [172] = {.lex_state = 2, .external_lex_state = 15}, - [173] = {.lex_state = 2, .external_lex_state = 14}, + [172] = {.lex_state = 2, .external_lex_state = 14}, + [173] = {.lex_state = 2, .external_lex_state = 15}, [174] = {.lex_state = 2, .external_lex_state = 15}, - [175] = {.lex_state = 2, .external_lex_state = 14}, - [176] = {.lex_state = 2, .external_lex_state = 15}, - [177] = {.lex_state = 2, .external_lex_state = 14}, + [175] = {.lex_state = 2, .external_lex_state = 15}, + [176] = {.lex_state = 2, .external_lex_state = 14}, + [177] = {.lex_state = 2, .external_lex_state = 15}, [178] = {.lex_state = 2, .external_lex_state = 15}, - [179] = {.lex_state = 2, .external_lex_state = 15}, + [179] = {.lex_state = 2, .external_lex_state = 14}, [180] = {.lex_state = 2, .external_lex_state = 15}, [181] = {.lex_state = 2, .external_lex_state = 15}, [182] = {.lex_state = 2, .external_lex_state = 15}, - [183] = {.lex_state = 2, .external_lex_state = 15}, - [184] = {.lex_state = 2, .external_lex_state = 14}, + [183] = {.lex_state = 2, .external_lex_state = 14}, + [184] = {.lex_state = 2, .external_lex_state = 15}, [185] = {.lex_state = 2, .external_lex_state = 15}, [186] = {.lex_state = 2, .external_lex_state = 15}, [187] = {.lex_state = 2, .external_lex_state = 15}, @@ -13300,20 +13316,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [197] = {.lex_state = 2, .external_lex_state = 15}, [198] = {.lex_state = 2, .external_lex_state = 15}, [199] = {.lex_state = 2, .external_lex_state = 15}, - [200] = {.lex_state = 2, .external_lex_state = 11}, + [200] = {.lex_state = 2, .external_lex_state = 15}, [201] = {.lex_state = 2, .external_lex_state = 15}, [202] = {.lex_state = 2, .external_lex_state = 15}, - [203] = {.lex_state = 2, .external_lex_state = 14}, + [203] = {.lex_state = 2, .external_lex_state = 15}, [204] = {.lex_state = 2, .external_lex_state = 15}, - [205] = {.lex_state = 2, .external_lex_state = 14}, - [206] = {.lex_state = 2, .external_lex_state = 15}, + [205] = {.lex_state = 2, .external_lex_state = 15}, + [206] = {.lex_state = 2, .external_lex_state = 14}, [207] = {.lex_state = 2, .external_lex_state = 15}, [208] = {.lex_state = 2, .external_lex_state = 15}, - [209] = {.lex_state = 2, .external_lex_state = 14}, + [209] = {.lex_state = 2, .external_lex_state = 15}, [210] = {.lex_state = 2, .external_lex_state = 15}, [211] = {.lex_state = 2, .external_lex_state = 15}, [212] = {.lex_state = 2, .external_lex_state = 15}, - [213] = {.lex_state = 2, .external_lex_state = 15}, + [213] = {.lex_state = 2, .external_lex_state = 14}, [214] = {.lex_state = 2, .external_lex_state = 15}, [215] = {.lex_state = 2, .external_lex_state = 15}, [216] = {.lex_state = 2, .external_lex_state = 15}, @@ -13322,153 +13338,153 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [219] = {.lex_state = 2, .external_lex_state = 15}, [220] = {.lex_state = 2, .external_lex_state = 15}, [221] = {.lex_state = 2, .external_lex_state = 15}, - [222] = {.lex_state = 2, .external_lex_state = 15}, + [222] = {.lex_state = 2, .external_lex_state = 16}, [223] = {.lex_state = 2, .external_lex_state = 15}, - [224] = {.lex_state = 2, .external_lex_state = 16}, + [224] = {.lex_state = 2, .external_lex_state = 15}, [225] = {.lex_state = 2, .external_lex_state = 17}, [226] = {.lex_state = 2, .external_lex_state = 18}, - [227] = {.lex_state = 2, .external_lex_state = 18}, + [227] = {.lex_state = 2, .external_lex_state = 19}, [228] = {.lex_state = 2, .external_lex_state = 19}, - [229] = {.lex_state = 2, .external_lex_state = 19}, + [229] = {.lex_state = 2, .external_lex_state = 18}, [230] = {.lex_state = 2, .external_lex_state = 19}, - [231] = {.lex_state = 2, .external_lex_state = 18}, - [232] = {.lex_state = 2, .external_lex_state = 19}, + [231] = {.lex_state = 2, .external_lex_state = 19}, + [232] = {.lex_state = 2, .external_lex_state = 18}, [233] = {.lex_state = 2, .external_lex_state = 18}, - [234] = {.lex_state = 2, .external_lex_state = 18}, - [235] = {.lex_state = 2, .external_lex_state = 19}, - [236] = {.lex_state = 2, .external_lex_state = 18}, - [237] = {.lex_state = 2, .external_lex_state = 19}, - [238] = {.lex_state = 2, .external_lex_state = 11}, - [239] = {.lex_state = 2, .external_lex_state = 20}, - [240] = {.lex_state = 2, .external_lex_state = 11}, - [241] = {.lex_state = 2, .external_lex_state = 11}, - [242] = {.lex_state = 2, .external_lex_state = 11}, - [243] = {.lex_state = 2, .external_lex_state = 11}, - [244] = {.lex_state = 2, .external_lex_state = 11}, - [245] = {.lex_state = 2, .external_lex_state = 11}, - [246] = {.lex_state = 2, .external_lex_state = 11}, - [247] = {.lex_state = 2, .external_lex_state = 11}, - [248] = {.lex_state = 2, .external_lex_state = 11}, - [249] = {.lex_state = 2, .external_lex_state = 11}, - [250] = {.lex_state = 2, .external_lex_state = 11}, - [251] = {.lex_state = 2, .external_lex_state = 11}, - [252] = {.lex_state = 2, .external_lex_state = 20}, - [253] = {.lex_state = 2, .external_lex_state = 11}, - [254] = {.lex_state = 2, .external_lex_state = 11}, - [255] = {.lex_state = 2, .external_lex_state = 11}, - [256] = {.lex_state = 2, .external_lex_state = 11}, - [257] = {.lex_state = 2, .external_lex_state = 11}, - [258] = {.lex_state = 2, .external_lex_state = 11}, - [259] = {.lex_state = 2, .external_lex_state = 20}, - [260] = {.lex_state = 2, .external_lex_state = 11}, - [261] = {.lex_state = 2, .external_lex_state = 20}, - [262] = {.lex_state = 2, .external_lex_state = 11}, - [263] = {.lex_state = 2, .external_lex_state = 20}, - [264] = {.lex_state = 2, .external_lex_state = 11}, - [265] = {.lex_state = 2, .external_lex_state = 21}, - [266] = {.lex_state = 2, .external_lex_state = 11}, - [267] = {.lex_state = 2, .external_lex_state = 15}, - [268] = {.lex_state = 2, .external_lex_state = 20}, - [269] = {.lex_state = 2, .external_lex_state = 11}, - [270] = {.lex_state = 2, .external_lex_state = 11}, - [271] = {.lex_state = 2, .external_lex_state = 20}, - [272] = {.lex_state = 2, .external_lex_state = 11}, - [273] = {.lex_state = 2, .external_lex_state = 20}, - [274] = {.lex_state = 2, .external_lex_state = 21}, - [275] = {.lex_state = 2, .external_lex_state = 11}, - [276] = {.lex_state = 2, .external_lex_state = 20}, - [277] = {.lex_state = 2, .external_lex_state = 20}, - [278] = {.lex_state = 2, .external_lex_state = 11}, - [279] = {.lex_state = 2, .external_lex_state = 11}, - [280] = {.lex_state = 2, .external_lex_state = 21}, - [281] = {.lex_state = 2, .external_lex_state = 11}, - [282] = {.lex_state = 2, .external_lex_state = 11}, - [283] = {.lex_state = 2, .external_lex_state = 11}, - [284] = {.lex_state = 2, .external_lex_state = 20}, - [285] = {.lex_state = 2, .external_lex_state = 11}, - [286] = {.lex_state = 2, .external_lex_state = 20}, - [287] = {.lex_state = 2, .external_lex_state = 11}, - [288] = {.lex_state = 2, .external_lex_state = 11}, - [289] = {.lex_state = 2, .external_lex_state = 11}, - [290] = {.lex_state = 2, .external_lex_state = 20}, - [291] = {.lex_state = 2, .external_lex_state = 11}, - [292] = {.lex_state = 2, .external_lex_state = 20}, - [293] = {.lex_state = 2, .external_lex_state = 11}, - [294] = {.lex_state = 2, .external_lex_state = 11}, - [295] = {.lex_state = 2, .external_lex_state = 11}, - [296] = {.lex_state = 2, .external_lex_state = 11}, + [234] = {.lex_state = 2, .external_lex_state = 19}, + [235] = {.lex_state = 2, .external_lex_state = 18}, + [236] = {.lex_state = 2, .external_lex_state = 19}, + [237] = {.lex_state = 2, .external_lex_state = 18}, + [238] = {.lex_state = 2, .external_lex_state = 20}, + [239] = {.lex_state = 2, .external_lex_state = 10}, + [240] = {.lex_state = 2, .external_lex_state = 10}, + [241] = {.lex_state = 2, .external_lex_state = 10}, + [242] = {.lex_state = 2, .external_lex_state = 10}, + [243] = {.lex_state = 2, .external_lex_state = 10}, + [244] = {.lex_state = 2, .external_lex_state = 10}, + [245] = {.lex_state = 2, .external_lex_state = 10}, + [246] = {.lex_state = 2, .external_lex_state = 10}, + [247] = {.lex_state = 2, .external_lex_state = 10}, + [248] = {.lex_state = 2, .external_lex_state = 15}, + [249] = {.lex_state = 2, .external_lex_state = 10}, + [250] = {.lex_state = 2, .external_lex_state = 10}, + [251] = {.lex_state = 2, .external_lex_state = 10}, + [252] = {.lex_state = 2, .external_lex_state = 10}, + [253] = {.lex_state = 2, .external_lex_state = 21}, + [254] = {.lex_state = 2, .external_lex_state = 10}, + [255] = {.lex_state = 2, .external_lex_state = 20}, + [256] = {.lex_state = 2, .external_lex_state = 10}, + [257] = {.lex_state = 2, .external_lex_state = 10}, + [258] = {.lex_state = 2, .external_lex_state = 10}, + [259] = {.lex_state = 2, .external_lex_state = 10}, + [260] = {.lex_state = 2, .external_lex_state = 10}, + [261] = {.lex_state = 2, .external_lex_state = 10}, + [262] = {.lex_state = 2, .external_lex_state = 21}, + [263] = {.lex_state = 2, .external_lex_state = 10}, + [264] = {.lex_state = 2, .external_lex_state = 10}, + [265] = {.lex_state = 2, .external_lex_state = 10}, + [266] = {.lex_state = 2, .external_lex_state = 10}, + [267] = {.lex_state = 2, .external_lex_state = 20}, + [268] = {.lex_state = 2, .external_lex_state = 21}, + [269] = {.lex_state = 2, .external_lex_state = 10}, + [270] = {.lex_state = 2, .external_lex_state = 10}, + [271] = {.lex_state = 2, .external_lex_state = 10}, + [272] = {.lex_state = 2, .external_lex_state = 10}, + [273] = {.lex_state = 2, .external_lex_state = 10}, + [274] = {.lex_state = 2, .external_lex_state = 10}, + [275] = {.lex_state = 2, .external_lex_state = 10}, + [276] = {.lex_state = 2, .external_lex_state = 15}, + [277] = {.lex_state = 2, .external_lex_state = 21}, + [278] = {.lex_state = 2, .external_lex_state = 21}, + [279] = {.lex_state = 2, .external_lex_state = 21}, + [280] = {.lex_state = 2, .external_lex_state = 10}, + [281] = {.lex_state = 2, .external_lex_state = 21}, + [282] = {.lex_state = 2, .external_lex_state = 10}, + [283] = {.lex_state = 2, .external_lex_state = 10}, + [284] = {.lex_state = 2, .external_lex_state = 21}, + [285] = {.lex_state = 2, .external_lex_state = 10}, + [286] = {.lex_state = 2, .external_lex_state = 10}, + [287] = {.lex_state = 2, .external_lex_state = 21}, + [288] = {.lex_state = 2, .external_lex_state = 10}, + [289] = {.lex_state = 2, .external_lex_state = 10}, + [290] = {.lex_state = 2, .external_lex_state = 10}, + [291] = {.lex_state = 2, .external_lex_state = 21}, + [292] = {.lex_state = 2, .external_lex_state = 10}, + [293] = {.lex_state = 2, .external_lex_state = 10}, + [294] = {.lex_state = 2, .external_lex_state = 10}, + [295] = {.lex_state = 2, .external_lex_state = 21}, + [296] = {.lex_state = 2, .external_lex_state = 10}, [297] = {.lex_state = 2, .external_lex_state = 21}, - [298] = {.lex_state = 2, .external_lex_state = 11}, - [299] = {.lex_state = 2, .external_lex_state = 11}, - [300] = {.lex_state = 2, .external_lex_state = 20}, - [301] = {.lex_state = 2, .external_lex_state = 15}, - [302] = {.lex_state = 2, .external_lex_state = 20}, - [303] = {.lex_state = 2, .external_lex_state = 11}, - [304] = {.lex_state = 2, .external_lex_state = 15}, - [305] = {.lex_state = 2, .external_lex_state = 11}, - [306] = {.lex_state = 2, .external_lex_state = 20}, - [307] = {.lex_state = 2, .external_lex_state = 20}, - [308] = {.lex_state = 2, .external_lex_state = 21}, - [309] = {.lex_state = 2, .external_lex_state = 11}, + [298] = {.lex_state = 2, .external_lex_state = 15}, + [299] = {.lex_state = 2, .external_lex_state = 10}, + [300] = {.lex_state = 2, .external_lex_state = 10}, + [301] = {.lex_state = 2, .external_lex_state = 21}, + [302] = {.lex_state = 2, .external_lex_state = 21}, + [303] = {.lex_state = 2, .external_lex_state = 20}, + [304] = {.lex_state = 2, .external_lex_state = 21}, + [305] = {.lex_state = 2, .external_lex_state = 10}, + [306] = {.lex_state = 2, .external_lex_state = 10}, + [307] = {.lex_state = 2, .external_lex_state = 10}, + [308] = {.lex_state = 2, .external_lex_state = 10}, + [309] = {.lex_state = 2, .external_lex_state = 21}, [310] = {.lex_state = 2, .external_lex_state = 20}, - [311] = {.lex_state = 2, .external_lex_state = 11}, - [312] = {.lex_state = 2, .external_lex_state = 11}, - [313] = {.lex_state = 2, .external_lex_state = 11}, - [314] = {.lex_state = 2, .external_lex_state = 11}, - [315] = {.lex_state = 2, .external_lex_state = 11}, - [316] = {.lex_state = 2, .external_lex_state = 11}, - [317] = {.lex_state = 2, .external_lex_state = 20}, - [318] = {.lex_state = 2, .external_lex_state = 11}, - [319] = {.lex_state = 2, .external_lex_state = 11}, - [320] = {.lex_state = 2, .external_lex_state = 11}, - [321] = {.lex_state = 2, .external_lex_state = 20}, - [322] = {.lex_state = 2, .external_lex_state = 11}, - [323] = {.lex_state = 2, .external_lex_state = 20}, + [311] = {.lex_state = 2, .external_lex_state = 21}, + [312] = {.lex_state = 2, .external_lex_state = 10}, + [313] = {.lex_state = 2, .external_lex_state = 10}, + [314] = {.lex_state = 2, .external_lex_state = 20}, + [315] = {.lex_state = 2, .external_lex_state = 21}, + [316] = {.lex_state = 2, .external_lex_state = 21}, + [317] = {.lex_state = 2, .external_lex_state = 10}, + [318] = {.lex_state = 2, .external_lex_state = 21}, + [319] = {.lex_state = 2, .external_lex_state = 10}, + [320] = {.lex_state = 2, .external_lex_state = 10}, + [321] = {.lex_state = 2, .external_lex_state = 10}, + [322] = {.lex_state = 2, .external_lex_state = 10}, + [323] = {.lex_state = 2, .external_lex_state = 21}, [324] = {.lex_state = 2, .external_lex_state = 21}, - [325] = {.lex_state = 2, .external_lex_state = 11}, - [326] = {.lex_state = 2, .external_lex_state = 20}, - [327] = {.lex_state = 2, .external_lex_state = 20}, - [328] = {.lex_state = 2, .external_lex_state = 20}, - [329] = {.lex_state = 2, .external_lex_state = 20}, - [330] = {.lex_state = 2, .external_lex_state = 20}, - [331] = {.lex_state = 2, .external_lex_state = 20}, - [332] = {.lex_state = 2, .external_lex_state = 20}, - [333] = {.lex_state = 2, .external_lex_state = 20}, - [334] = {.lex_state = 2, .external_lex_state = 20}, - [335] = {.lex_state = 2, .external_lex_state = 20}, - [336] = {.lex_state = 2, .external_lex_state = 20}, - [337] = {.lex_state = 2, .external_lex_state = 20}, - [338] = {.lex_state = 2, .external_lex_state = 20}, - [339] = {.lex_state = 2, .external_lex_state = 20}, - [340] = {.lex_state = 2, .external_lex_state = 20}, - [341] = {.lex_state = 2, .external_lex_state = 20}, - [342] = {.lex_state = 2, .external_lex_state = 20}, - [343] = {.lex_state = 2, .external_lex_state = 20}, - [344] = {.lex_state = 2, .external_lex_state = 11}, - [345] = {.lex_state = 2, .external_lex_state = 20}, - [346] = {.lex_state = 2, .external_lex_state = 20}, - [347] = {.lex_state = 2, .external_lex_state = 20}, - [348] = {.lex_state = 2, .external_lex_state = 20}, - [349] = {.lex_state = 2, .external_lex_state = 20}, - [350] = {.lex_state = 2, .external_lex_state = 20}, - [351] = {.lex_state = 2, .external_lex_state = 20}, - [352] = {.lex_state = 2, .external_lex_state = 20}, - [353] = {.lex_state = 2, .external_lex_state = 20}, - [354] = {.lex_state = 2, .external_lex_state = 22}, - [355] = {.lex_state = 2, .external_lex_state = 22}, - [356] = {.lex_state = 2, .external_lex_state = 20}, - [357] = {.lex_state = 2, .external_lex_state = 20}, - [358] = {.lex_state = 2, .external_lex_state = 20}, - [359] = {.lex_state = 2, .external_lex_state = 20}, - [360] = {.lex_state = 2, .external_lex_state = 20}, - [361] = {.lex_state = 2, .external_lex_state = 20}, - [362] = {.lex_state = 2, .external_lex_state = 20}, - [363] = {.lex_state = 2, .external_lex_state = 20}, - [364] = {.lex_state = 2, .external_lex_state = 20}, - [365] = {.lex_state = 2, .external_lex_state = 20}, + [325] = {.lex_state = 2, .external_lex_state = 10}, + [326] = {.lex_state = 2, .external_lex_state = 21}, + [327] = {.lex_state = 2, .external_lex_state = 21}, + [328] = {.lex_state = 2, .external_lex_state = 21}, + [329] = {.lex_state = 2, .external_lex_state = 21}, + [330] = {.lex_state = 2, .external_lex_state = 21}, + [331] = {.lex_state = 2, .external_lex_state = 21}, + [332] = {.lex_state = 2, .external_lex_state = 21}, + [333] = {.lex_state = 2, .external_lex_state = 10}, + [334] = {.lex_state = 2, .external_lex_state = 21}, + [335] = {.lex_state = 2, .external_lex_state = 21}, + [336] = {.lex_state = 2, .external_lex_state = 21}, + [337] = {.lex_state = 2, .external_lex_state = 21}, + [338] = {.lex_state = 2, .external_lex_state = 21}, + [339] = {.lex_state = 2, .external_lex_state = 21}, + [340] = {.lex_state = 2, .external_lex_state = 21}, + [341] = {.lex_state = 2, .external_lex_state = 21}, + [342] = {.lex_state = 2, .external_lex_state = 21}, + [343] = {.lex_state = 2, .external_lex_state = 21}, + [344] = {.lex_state = 2, .external_lex_state = 21}, + [345] = {.lex_state = 2, .external_lex_state = 21}, + [346] = {.lex_state = 2, .external_lex_state = 21}, + [347] = {.lex_state = 2, .external_lex_state = 21}, + [348] = {.lex_state = 2, .external_lex_state = 21}, + [349] = {.lex_state = 2, .external_lex_state = 21}, + [350] = {.lex_state = 2, .external_lex_state = 21}, + [351] = {.lex_state = 2, .external_lex_state = 21}, + [352] = {.lex_state = 2, .external_lex_state = 22}, + [353] = {.lex_state = 2, .external_lex_state = 21}, + [354] = {.lex_state = 2, .external_lex_state = 21}, + [355] = {.lex_state = 2, .external_lex_state = 21}, + [356] = {.lex_state = 2, .external_lex_state = 21}, + [357] = {.lex_state = 2, .external_lex_state = 21}, + [358] = {.lex_state = 2, .external_lex_state = 21}, + [359] = {.lex_state = 2, .external_lex_state = 21}, + [360] = {.lex_state = 2, .external_lex_state = 21}, + [361] = {.lex_state = 2, .external_lex_state = 22}, + [362] = {.lex_state = 2, .external_lex_state = 21}, + [363] = {.lex_state = 2, .external_lex_state = 21}, + [364] = {.lex_state = 2, .external_lex_state = 21}, + [365] = {.lex_state = 2, .external_lex_state = 21}, [366] = {.lex_state = 2, .external_lex_state = 22}, [367] = {.lex_state = 2, .external_lex_state = 22}, - [368] = {.lex_state = 2, .external_lex_state = 20}, + [368] = {.lex_state = 2, .external_lex_state = 22}, [369] = {.lex_state = 2, .external_lex_state = 22}, [370] = {.lex_state = 2, .external_lex_state = 22}, [371] = {.lex_state = 2, .external_lex_state = 22}, @@ -13490,27 +13506,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [387] = {.lex_state = 2, .external_lex_state = 22}, [388] = {.lex_state = 2, .external_lex_state = 22}, [389] = {.lex_state = 2, .external_lex_state = 22}, - [390] = {.lex_state = 2, .external_lex_state = 22}, + [390] = {.lex_state = 2, .external_lex_state = 21}, [391] = {.lex_state = 2, .external_lex_state = 22}, [392] = {.lex_state = 2, .external_lex_state = 22}, [393] = {.lex_state = 2, .external_lex_state = 22}, [394] = {.lex_state = 2, .external_lex_state = 22}, [395] = {.lex_state = 2, .external_lex_state = 22}, - [396] = {.lex_state = 0, .external_lex_state = 23}, - [397] = {.lex_state = 2, .external_lex_state = 22}, + [396] = {.lex_state = 2, .external_lex_state = 22}, + [397] = {.lex_state = 0, .external_lex_state = 23}, [398] = {.lex_state = 2, .external_lex_state = 22}, - [399] = {.lex_state = 0, .external_lex_state = 23}, + [399] = {.lex_state = 2, .external_lex_state = 22}, [400] = {.lex_state = 2, .external_lex_state = 22}, [401] = {.lex_state = 2, .external_lex_state = 22}, - [402] = {.lex_state = 0, .external_lex_state = 23}, + [402] = {.lex_state = 2, .external_lex_state = 22}, [403] = {.lex_state = 2, .external_lex_state = 22}, - [404] = {.lex_state = 2, .external_lex_state = 22}, + [404] = {.lex_state = 0, .external_lex_state = 23}, [405] = {.lex_state = 2, .external_lex_state = 22}, [406] = {.lex_state = 2, .external_lex_state = 22}, [407] = {.lex_state = 2, .external_lex_state = 22}, [408] = {.lex_state = 0, .external_lex_state = 23}, [409] = {.lex_state = 2, .external_lex_state = 22}, - [410] = {.lex_state = 2, .external_lex_state = 22}, + [410] = {.lex_state = 0, .external_lex_state = 23}, [411] = {.lex_state = 2, .external_lex_state = 22}, [412] = {.lex_state = 2, .external_lex_state = 22}, [413] = {.lex_state = 2, .external_lex_state = 22}, @@ -13821,2057 +13837,2057 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [718] = {.lex_state = 2, .external_lex_state = 22}, [719] = {.lex_state = 2, .external_lex_state = 22}, [720] = {.lex_state = 2, .external_lex_state = 22}, - [721] = {.lex_state = 0, .external_lex_state = 23}, - [722] = {.lex_state = 1, .external_lex_state = 24}, + [721] = {.lex_state = 1, .external_lex_state = 24}, + [722] = {.lex_state = 0, .external_lex_state = 23}, [723] = {.lex_state = 0, .external_lex_state = 23}, - [724] = {.lex_state = 1, .external_lex_state = 24}, + [724] = {.lex_state = 0, .external_lex_state = 23}, [725] = {.lex_state = 1, .external_lex_state = 24}, - [726] = {.lex_state = 0, .external_lex_state = 23}, + [726] = {.lex_state = 1, .external_lex_state = 24}, [727] = {.lex_state = 0, .external_lex_state = 23}, [728] = {.lex_state = 1, .external_lex_state = 25}, [729] = {.lex_state = 1, .external_lex_state = 25}, [730] = {.lex_state = 1, .external_lex_state = 25}, [731] = {.lex_state = 1, .external_lex_state = 26}, - [732] = {.lex_state = 1, .external_lex_state = 27}, - [733] = {.lex_state = 1, .external_lex_state = 27}, - [734] = {.lex_state = 1, .external_lex_state = 26}, + [732] = {.lex_state = 1, .external_lex_state = 26}, + [733] = {.lex_state = 1, .external_lex_state = 26}, + [734] = {.lex_state = 1, .external_lex_state = 27}, [735] = {.lex_state = 1, .external_lex_state = 27}, - [736] = {.lex_state = 1, .external_lex_state = 26}, - [737] = {.lex_state = 1, .external_lex_state = 28}, + [736] = {.lex_state = 1, .external_lex_state = 27}, + [737] = {.lex_state = 0, .external_lex_state = 28}, [738] = {.lex_state = 1, .external_lex_state = 29}, - [739] = {.lex_state = 0, .external_lex_state = 30}, - [740] = {.lex_state = 0, .external_lex_state = 30}, - [741] = {.lex_state = 2, .external_lex_state = 2}, + [739] = {.lex_state = 1, .external_lex_state = 29}, + [740] = {.lex_state = 1, .external_lex_state = 30}, + [741] = {.lex_state = 1, .external_lex_state = 31}, [742] = {.lex_state = 1, .external_lex_state = 31}, - [743] = {.lex_state = 1, .external_lex_state = 28}, - [744] = {.lex_state = 1, .external_lex_state = 28}, - [745] = {.lex_state = 1, .external_lex_state = 31}, - [746] = {.lex_state = 1, .external_lex_state = 31}, - [747] = {.lex_state = 1, .external_lex_state = 29}, - [748] = {.lex_state = 0, .external_lex_state = 30}, - [749] = {.lex_state = 1, .external_lex_state = 29}, + [743] = {.lex_state = 0, .external_lex_state = 28}, + [744] = {.lex_state = 0, .external_lex_state = 28}, + [745] = {.lex_state = 1, .external_lex_state = 30}, + [746] = {.lex_state = 1, .external_lex_state = 30}, + [747] = {.lex_state = 1, .external_lex_state = 31}, + [748] = {.lex_state = 1, .external_lex_state = 29}, + [749] = {.lex_state = 2, .external_lex_state = 2}, [750] = {.lex_state = 1, .external_lex_state = 32}, [751] = {.lex_state = 1, .external_lex_state = 33}, [752] = {.lex_state = 1, .external_lex_state = 32}, - [753] = {.lex_state = 1, .external_lex_state = 32}, - [754] = {.lex_state = 1, .external_lex_state = 33}, + [753] = {.lex_state = 1, .external_lex_state = 33}, + [754] = {.lex_state = 1, .external_lex_state = 32}, [755] = {.lex_state = 1, .external_lex_state = 33}, - [756] = {.lex_state = 0, .external_lex_state = 34}, - [757] = {.lex_state = 1, .external_lex_state = 35}, - [758] = {.lex_state = 1, .external_lex_state = 24}, - [759] = {.lex_state = 1, .external_lex_state = 35}, - [760] = {.lex_state = 0, .external_lex_state = 34}, - [761] = {.lex_state = 1, .external_lex_state = 36}, - [762] = {.lex_state = 1, .external_lex_state = 36}, - [763] = {.lex_state = 1, .external_lex_state = 37}, - [764] = {.lex_state = 0, .external_lex_state = 34}, - [765] = {.lex_state = 1, .external_lex_state = 24}, - [766] = {.lex_state = 0, .external_lex_state = 34}, - [767] = {.lex_state = 1, .external_lex_state = 38}, - [768] = {.lex_state = 1, .external_lex_state = 39}, - [769] = {.lex_state = 1, .external_lex_state = 39}, - [770] = {.lex_state = 1, .external_lex_state = 39}, - [771] = {.lex_state = 0, .external_lex_state = 34}, - [772] = {.lex_state = 0, .external_lex_state = 34}, - [773] = {.lex_state = 0, .external_lex_state = 34}, - [774] = {.lex_state = 1, .external_lex_state = 37}, - [775] = {.lex_state = 1, .external_lex_state = 35}, - [776] = {.lex_state = 1, .external_lex_state = 37}, + [756] = {.lex_state = 1, .external_lex_state = 34}, + [757] = {.lex_state = 0, .external_lex_state = 35}, + [758] = {.lex_state = 0, .external_lex_state = 35}, + [759] = {.lex_state = 0, .external_lex_state = 35}, + [760] = {.lex_state = 0, .external_lex_state = 35}, + [761] = {.lex_state = 0, .external_lex_state = 35}, + [762] = {.lex_state = 1, .external_lex_state = 24}, + [763] = {.lex_state = 1, .external_lex_state = 36}, + [764] = {.lex_state = 1, .external_lex_state = 36}, + [765] = {.lex_state = 1, .external_lex_state = 36}, + [766] = {.lex_state = 0, .external_lex_state = 35}, + [767] = {.lex_state = 1, .external_lex_state = 37}, + [768] = {.lex_state = 1, .external_lex_state = 34}, + [769] = {.lex_state = 1, .external_lex_state = 37}, + [770] = {.lex_state = 1, .external_lex_state = 37}, + [771] = {.lex_state = 0, .external_lex_state = 35}, + [772] = {.lex_state = 1, .external_lex_state = 24}, + [773] = {.lex_state = 1, .external_lex_state = 38}, + [774] = {.lex_state = 1, .external_lex_state = 39}, + [775] = {.lex_state = 1, .external_lex_state = 34}, + [776] = {.lex_state = 1, .external_lex_state = 39}, [777] = {.lex_state = 1, .external_lex_state = 38}, - [778] = {.lex_state = 1, .external_lex_state = 36}, + [778] = {.lex_state = 1, .external_lex_state = 39}, [779] = {.lex_state = 1, .external_lex_state = 38}, [780] = {.lex_state = 1, .external_lex_state = 40}, [781] = {.lex_state = 1, .external_lex_state = 41}, - [782] = {.lex_state = 0, .external_lex_state = 42}, - [783] = {.lex_state = 1, .external_lex_state = 43}, - [784] = {.lex_state = 1, .external_lex_state = 41}, - [785] = {.lex_state = 1, .external_lex_state = 44}, - [786] = {.lex_state = 1, .external_lex_state = 45}, - [787] = {.lex_state = 1, .external_lex_state = 45}, - [788] = {.lex_state = 1, .external_lex_state = 44}, - [789] = {.lex_state = 1, .external_lex_state = 40}, - [790] = {.lex_state = 1, .external_lex_state = 43}, - [791] = {.lex_state = 1, .external_lex_state = 45}, - [792] = {.lex_state = 1, .external_lex_state = 44}, - [793] = {.lex_state = 1, .external_lex_state = 43}, - [794] = {.lex_state = 1, .external_lex_state = 41}, - [795] = {.lex_state = 1, .external_lex_state = 40}, - [796] = {.lex_state = 1, .external_lex_state = 24}, - [797] = {.lex_state = 0, .external_lex_state = 46}, - [798] = {.lex_state = 0, .external_lex_state = 46}, - [799] = {.lex_state = 1, .external_lex_state = 47}, - [800] = {.lex_state = 0, .external_lex_state = 46}, - [801] = {.lex_state = 1, .external_lex_state = 48}, - [802] = {.lex_state = 1, .external_lex_state = 26}, - [803] = {.lex_state = 1, .external_lex_state = 49}, - [804] = {.lex_state = 0, .external_lex_state = 46}, - [805] = {.lex_state = 0, .external_lex_state = 46}, - [806] = {.lex_state = 0, .external_lex_state = 46}, - [807] = {.lex_state = 0, .external_lex_state = 46}, - [808] = {.lex_state = 0, .external_lex_state = 50}, - [809] = {.lex_state = 0, .external_lex_state = 46}, - [810] = {.lex_state = 0, .external_lex_state = 46}, - [811] = {.lex_state = 0, .external_lex_state = 50}, - [812] = {.lex_state = 1, .external_lex_state = 51}, - [813] = {.lex_state = 1, .external_lex_state = 51}, - [814] = {.lex_state = 1, .external_lex_state = 49}, - [815] = {.lex_state = 1, .external_lex_state = 52}, - [816] = {.lex_state = 0, .external_lex_state = 46}, - [817] = {.lex_state = 1, .external_lex_state = 47}, - [818] = {.lex_state = 0, .external_lex_state = 46}, - [819] = {.lex_state = 1, .external_lex_state = 47}, - [820] = {.lex_state = 0, .external_lex_state = 50}, - [821] = {.lex_state = 1, .external_lex_state = 48}, - [822] = {.lex_state = 1, .external_lex_state = 26}, - [823] = {.lex_state = 0, .external_lex_state = 46}, - [824] = {.lex_state = 1, .external_lex_state = 49}, + [782] = {.lex_state = 1, .external_lex_state = 40}, + [783] = {.lex_state = 1, .external_lex_state = 42}, + [784] = {.lex_state = 1, .external_lex_state = 40}, + [785] = {.lex_state = 1, .external_lex_state = 42}, + [786] = {.lex_state = 1, .external_lex_state = 43}, + [787] = {.lex_state = 1, .external_lex_state = 43}, + [788] = {.lex_state = 1, .external_lex_state = 43}, + [789] = {.lex_state = 1, .external_lex_state = 44}, + [790] = {.lex_state = 0, .external_lex_state = 45}, + [791] = {.lex_state = 1, .external_lex_state = 44}, + [792] = {.lex_state = 1, .external_lex_state = 41}, + [793] = {.lex_state = 1, .external_lex_state = 44}, + [794] = {.lex_state = 1, .external_lex_state = 42}, + [795] = {.lex_state = 1, .external_lex_state = 41}, + [796] = {.lex_state = 1, .external_lex_state = 46}, + [797] = {.lex_state = 1, .external_lex_state = 47}, + [798] = {.lex_state = 0, .external_lex_state = 48}, + [799] = {.lex_state = 0, .external_lex_state = 48}, + [800] = {.lex_state = 0, .external_lex_state = 48}, + [801] = {.lex_state = 1, .external_lex_state = 49}, + [802] = {.lex_state = 0, .external_lex_state = 48}, + [803] = {.lex_state = 0, .external_lex_state = 48}, + [804] = {.lex_state = 0, .external_lex_state = 48}, + [805] = {.lex_state = 0, .external_lex_state = 48}, + [806] = {.lex_state = 1, .external_lex_state = 50}, + [807] = {.lex_state = 1, .external_lex_state = 46}, + [808] = {.lex_state = 0, .external_lex_state = 51}, + [809] = {.lex_state = 1, .external_lex_state = 47}, + [810] = {.lex_state = 0, .external_lex_state = 48}, + [811] = {.lex_state = 0, .external_lex_state = 48}, + [812] = {.lex_state = 0, .external_lex_state = 48}, + [813] = {.lex_state = 0, .external_lex_state = 48}, + [814] = {.lex_state = 0, .external_lex_state = 48}, + [815] = {.lex_state = 0, .external_lex_state = 48}, + [816] = {.lex_state = 1, .external_lex_state = 49}, + [817] = {.lex_state = 0, .external_lex_state = 48}, + [818] = {.lex_state = 0, .external_lex_state = 48}, + [819] = {.lex_state = 1, .external_lex_state = 52}, + [820] = {.lex_state = 0, .external_lex_state = 51}, + [821] = {.lex_state = 0, .external_lex_state = 51}, + [822] = {.lex_state = 0, .external_lex_state = 48}, + [823] = {.lex_state = 1, .external_lex_state = 52}, + [824] = {.lex_state = 0, .external_lex_state = 48}, [825] = {.lex_state = 1, .external_lex_state = 52}, - [826] = {.lex_state = 0, .external_lex_state = 50}, - [827] = {.lex_state = 0, .external_lex_state = 46}, - [828] = {.lex_state = 1, .external_lex_state = 52}, - [829] = {.lex_state = 0, .external_lex_state = 46}, - [830] = {.lex_state = 0, .external_lex_state = 50}, - [831] = {.lex_state = 0, .external_lex_state = 46}, - [832] = {.lex_state = 0, .external_lex_state = 46}, - [833] = {.lex_state = 0, .external_lex_state = 46}, - [834] = {.lex_state = 1, .external_lex_state = 48}, - [835] = {.lex_state = 0, .external_lex_state = 50}, - [836] = {.lex_state = 0, .external_lex_state = 46}, - [837] = {.lex_state = 1, .external_lex_state = 51}, + [826] = {.lex_state = 0, .external_lex_state = 48}, + [827] = {.lex_state = 1, .external_lex_state = 50}, + [828] = {.lex_state = 1, .external_lex_state = 26}, + [829] = {.lex_state = 1, .external_lex_state = 46}, + [830] = {.lex_state = 0, .external_lex_state = 51}, + [831] = {.lex_state = 1, .external_lex_state = 26}, + [832] = {.lex_state = 1, .external_lex_state = 49}, + [833] = {.lex_state = 0, .external_lex_state = 51}, + [834] = {.lex_state = 1, .external_lex_state = 50}, + [835] = {.lex_state = 1, .external_lex_state = 24}, + [836] = {.lex_state = 0, .external_lex_state = 51}, + [837] = {.lex_state = 1, .external_lex_state = 47}, [838] = {.lex_state = 1, .external_lex_state = 24}, - [839] = {.lex_state = 1, .external_lex_state = 24}, - [840] = {.lex_state = 1, .external_lex_state = 24}, - [841] = {.lex_state = 1, .external_lex_state = 53}, - [842] = {.lex_state = 0, .external_lex_state = 54}, - [843] = {.lex_state = 1, .external_lex_state = 55}, - [844] = {.lex_state = 1, .external_lex_state = 24}, - [845] = {.lex_state = 1, .external_lex_state = 56}, + [839] = {.lex_state = 1, .external_lex_state = 53}, + [840] = {.lex_state = 1, .external_lex_state = 54}, + [841] = {.lex_state = 1, .external_lex_state = 24}, + [842] = {.lex_state = 1, .external_lex_state = 24}, + [843] = {.lex_state = 1, .external_lex_state = 54}, + [844] = {.lex_state = 1, .external_lex_state = 55}, + [845] = {.lex_state = 1, .external_lex_state = 24}, [846] = {.lex_state = 1, .external_lex_state = 24}, - [847] = {.lex_state = 1, .external_lex_state = 24}, - [848] = {.lex_state = 1, .external_lex_state = 24}, - [849] = {.lex_state = 1, .external_lex_state = 57}, - [850] = {.lex_state = 1, .external_lex_state = 24}, - [851] = {.lex_state = 1, .external_lex_state = 58}, - [852] = {.lex_state = 1, .external_lex_state = 24}, + [847] = {.lex_state = 1, .external_lex_state = 56}, + [848] = {.lex_state = 1, .external_lex_state = 57}, + [849] = {.lex_state = 1, .external_lex_state = 24}, + [850] = {.lex_state = 1, .external_lex_state = 58}, + [851] = {.lex_state = 1, .external_lex_state = 24}, + [852] = {.lex_state = 1, .external_lex_state = 57}, [853] = {.lex_state = 1, .external_lex_state = 24}, [854] = {.lex_state = 1, .external_lex_state = 24}, - [855] = {.lex_state = 1, .external_lex_state = 25}, - [856] = {.lex_state = 1, .external_lex_state = 58}, + [855] = {.lex_state = 1, .external_lex_state = 24}, + [856] = {.lex_state = 1, .external_lex_state = 56}, [857] = {.lex_state = 1, .external_lex_state = 24}, [858] = {.lex_state = 1, .external_lex_state = 24}, - [859] = {.lex_state = 1, .external_lex_state = 56}, - [860] = {.lex_state = 1, .external_lex_state = 24}, - [861] = {.lex_state = 1, .external_lex_state = 56}, + [859] = {.lex_state = 1, .external_lex_state = 24}, + [860] = {.lex_state = 1, .external_lex_state = 55}, + [861] = {.lex_state = 1, .external_lex_state = 24}, [862] = {.lex_state = 1, .external_lex_state = 24}, - [863] = {.lex_state = 1, .external_lex_state = 57}, - [864] = {.lex_state = 1, .external_lex_state = 59}, - [865] = {.lex_state = 1, .external_lex_state = 55}, - [866] = {.lex_state = 1, .external_lex_state = 24}, - [867] = {.lex_state = 1, .external_lex_state = 60}, + [863] = {.lex_state = 1, .external_lex_state = 24}, + [864] = {.lex_state = 1, .external_lex_state = 58}, + [865] = {.lex_state = 1, .external_lex_state = 56}, + [866] = {.lex_state = 0, .external_lex_state = 59}, + [867] = {.lex_state = 1, .external_lex_state = 24}, [868] = {.lex_state = 1, .external_lex_state = 24}, [869] = {.lex_state = 1, .external_lex_state = 24}, - [870] = {.lex_state = 1, .external_lex_state = 58}, - [871] = {.lex_state = 1, .external_lex_state = 60}, - [872] = {.lex_state = 1, .external_lex_state = 24}, - [873] = {.lex_state = 1, .external_lex_state = 59}, - [874] = {.lex_state = 1, .external_lex_state = 55}, - [875] = {.lex_state = 1, .external_lex_state = 24}, + [870] = {.lex_state = 1, .external_lex_state = 55}, + [871] = {.lex_state = 1, .external_lex_state = 24}, + [872] = {.lex_state = 1, .external_lex_state = 57}, + [873] = {.lex_state = 1, .external_lex_state = 58}, + [874] = {.lex_state = 1, .external_lex_state = 24}, + [875] = {.lex_state = 1, .external_lex_state = 53}, [876] = {.lex_state = 1, .external_lex_state = 24}, [877] = {.lex_state = 1, .external_lex_state = 24}, - [878] = {.lex_state = 1, .external_lex_state = 24}, - [879] = {.lex_state = 1, .external_lex_state = 59}, - [880] = {.lex_state = 1, .external_lex_state = 24}, + [878] = {.lex_state = 1, .external_lex_state = 25}, + [879] = {.lex_state = 1, .external_lex_state = 60}, + [880] = {.lex_state = 1, .external_lex_state = 53}, [881] = {.lex_state = 1, .external_lex_state = 24}, - [882] = {.lex_state = 1, .external_lex_state = 57}, - [883] = {.lex_state = 1, .external_lex_state = 60}, + [882] = {.lex_state = 1, .external_lex_state = 24}, + [883] = {.lex_state = 1, .external_lex_state = 24}, [884] = {.lex_state = 1, .external_lex_state = 24}, - [885] = {.lex_state = 1, .external_lex_state = 24}, + [885] = {.lex_state = 1, .external_lex_state = 54}, [886] = {.lex_state = 1, .external_lex_state = 24}, [887] = {.lex_state = 1, .external_lex_state = 24}, [888] = {.lex_state = 1, .external_lex_state = 25}, [889] = {.lex_state = 1, .external_lex_state = 61}, [890] = {.lex_state = 1, .external_lex_state = 25}, - [891] = {.lex_state = 1, .external_lex_state = 25}, + [891] = {.lex_state = 1, .external_lex_state = 27}, [892] = {.lex_state = 1, .external_lex_state = 25}, [893] = {.lex_state = 1, .external_lex_state = 25}, - [894] = {.lex_state = 1, .external_lex_state = 61}, + [894] = {.lex_state = 1, .external_lex_state = 25}, [895] = {.lex_state = 1, .external_lex_state = 25}, [896] = {.lex_state = 1, .external_lex_state = 25}, - [897] = {.lex_state = 1, .external_lex_state = 25}, - [898] = {.lex_state = 1, .external_lex_state = 61}, - [899] = {.lex_state = 1, .external_lex_state = 61}, - [900] = {.lex_state = 1, .external_lex_state = 53}, + [897] = {.lex_state = 1, .external_lex_state = 61}, + [898] = {.lex_state = 1, .external_lex_state = 26}, + [899] = {.lex_state = 1, .external_lex_state = 25}, + [900] = {.lex_state = 1, .external_lex_state = 25}, [901] = {.lex_state = 1, .external_lex_state = 25}, - [902] = {.lex_state = 1, .external_lex_state = 61}, + [902] = {.lex_state = 1, .external_lex_state = 60}, [903] = {.lex_state = 1, .external_lex_state = 25}, - [904] = {.lex_state = 1, .external_lex_state = 26}, - [905] = {.lex_state = 1, .external_lex_state = 61}, - [906] = {.lex_state = 1, .external_lex_state = 25}, - [907] = {.lex_state = 1, .external_lex_state = 25}, - [908] = {.lex_state = 1, .external_lex_state = 25}, + [904] = {.lex_state = 1, .external_lex_state = 25}, + [905] = {.lex_state = 1, .external_lex_state = 25}, + [906] = {.lex_state = 1, .external_lex_state = 61}, + [907] = {.lex_state = 1, .external_lex_state = 61}, + [908] = {.lex_state = 1, .external_lex_state = 61}, [909] = {.lex_state = 1, .external_lex_state = 25}, [910] = {.lex_state = 1, .external_lex_state = 25}, - [911] = {.lex_state = 1, .external_lex_state = 61}, - [912] = {.lex_state = 1, .external_lex_state = 25}, + [911] = {.lex_state = 1, .external_lex_state = 25}, + [912] = {.lex_state = 1, .external_lex_state = 61}, [913] = {.lex_state = 1, .external_lex_state = 25}, - [914] = {.lex_state = 1, .external_lex_state = 61}, - [915] = {.lex_state = 1, .external_lex_state = 25}, - [916] = {.lex_state = 1, .external_lex_state = 61}, + [914] = {.lex_state = 1, .external_lex_state = 25}, + [915] = {.lex_state = 1, .external_lex_state = 61}, + [916] = {.lex_state = 1, .external_lex_state = 25}, [917] = {.lex_state = 1, .external_lex_state = 25}, - [918] = {.lex_state = 1, .external_lex_state = 25}, + [918] = {.lex_state = 1, .external_lex_state = 61}, [919] = {.lex_state = 1, .external_lex_state = 25}, [920] = {.lex_state = 1, .external_lex_state = 25}, [921] = {.lex_state = 1, .external_lex_state = 25}, - [922] = {.lex_state = 1, .external_lex_state = 25}, + [922] = {.lex_state = 1, .external_lex_state = 60}, [923] = {.lex_state = 1, .external_lex_state = 25}, [924] = {.lex_state = 1, .external_lex_state = 25}, [925] = {.lex_state = 1, .external_lex_state = 25}, - [926] = {.lex_state = 1, .external_lex_state = 25}, - [927] = {.lex_state = 1, .external_lex_state = 27}, - [928] = {.lex_state = 1, .external_lex_state = 53}, + [926] = {.lex_state = 1, .external_lex_state = 61}, + [927] = {.lex_state = 1, .external_lex_state = 25}, + [928] = {.lex_state = 1, .external_lex_state = 25}, [929] = {.lex_state = 1, .external_lex_state = 25}, - [930] = {.lex_state = 1, .external_lex_state = 26}, - [931] = {.lex_state = 1, .external_lex_state = 27}, - [932] = {.lex_state = 1, .external_lex_state = 26}, - [933] = {.lex_state = 1, .external_lex_state = 26}, + [930] = {.lex_state = 1, .external_lex_state = 62}, + [931] = {.lex_state = 1, .external_lex_state = 26}, + [932] = {.lex_state = 1, .external_lex_state = 27}, + [933] = {.lex_state = 1, .external_lex_state = 27}, [934] = {.lex_state = 1, .external_lex_state = 26}, - [935] = {.lex_state = 1, .external_lex_state = 27}, - [936] = {.lex_state = 1, .external_lex_state = 26}, - [937] = {.lex_state = 1, .external_lex_state = 62}, + [935] = {.lex_state = 1, .external_lex_state = 26}, + [936] = {.lex_state = 1, .external_lex_state = 27}, + [937] = {.lex_state = 1, .external_lex_state = 26}, [938] = {.lex_state = 1, .external_lex_state = 27}, - [939] = {.lex_state = 0, .external_lex_state = 63}, - [940] = {.lex_state = 1, .external_lex_state = 26}, + [939] = {.lex_state = 1, .external_lex_state = 27}, + [940] = {.lex_state = 1, .external_lex_state = 27}, [941] = {.lex_state = 1, .external_lex_state = 27}, - [942] = {.lex_state = 1, .external_lex_state = 27}, + [942] = {.lex_state = 1, .external_lex_state = 29}, [943] = {.lex_state = 1, .external_lex_state = 27}, - [944] = {.lex_state = 1, .external_lex_state = 31}, + [944] = {.lex_state = 1, .external_lex_state = 26}, [945] = {.lex_state = 1, .external_lex_state = 26}, - [946] = {.lex_state = 1, .external_lex_state = 26}, - [947] = {.lex_state = 0, .external_lex_state = 63}, + [946] = {.lex_state = 1, .external_lex_state = 31}, + [947] = {.lex_state = 1, .external_lex_state = 27}, [948] = {.lex_state = 1, .external_lex_state = 27}, [949] = {.lex_state = 1, .external_lex_state = 27}, [950] = {.lex_state = 1, .external_lex_state = 27}, - [951] = {.lex_state = 0, .external_lex_state = 63}, - [952] = {.lex_state = 0, .external_lex_state = 63}, - [953] = {.lex_state = 1, .external_lex_state = 27}, - [954] = {.lex_state = 1, .external_lex_state = 28}, - [955] = {.lex_state = 1, .external_lex_state = 27}, + [951] = {.lex_state = 1, .external_lex_state = 27}, + [952] = {.lex_state = 1, .external_lex_state = 63}, + [953] = {.lex_state = 1, .external_lex_state = 26}, + [954] = {.lex_state = 1, .external_lex_state = 26}, + [955] = {.lex_state = 1, .external_lex_state = 26}, [956] = {.lex_state = 1, .external_lex_state = 26}, [957] = {.lex_state = 1, .external_lex_state = 26}, - [958] = {.lex_state = 1, .external_lex_state = 27}, + [958] = {.lex_state = 1, .external_lex_state = 26}, [959] = {.lex_state = 1, .external_lex_state = 26}, - [960] = {.lex_state = 1, .external_lex_state = 27}, - [961] = {.lex_state = 1, .external_lex_state = 27}, - [962] = {.lex_state = 0, .external_lex_state = 63}, + [960] = {.lex_state = 0, .external_lex_state = 64}, + [961] = {.lex_state = 1, .external_lex_state = 26}, + [962] = {.lex_state = 1, .external_lex_state = 26}, [963] = {.lex_state = 1, .external_lex_state = 27}, [964] = {.lex_state = 1, .external_lex_state = 26}, [965] = {.lex_state = 1, .external_lex_state = 27}, [966] = {.lex_state = 1, .external_lex_state = 27}, - [967] = {.lex_state = 1, .external_lex_state = 27}, - [968] = {.lex_state = 1, .external_lex_state = 27}, + [967] = {.lex_state = 0, .external_lex_state = 64}, + [968] = {.lex_state = 1, .external_lex_state = 26}, [969] = {.lex_state = 1, .external_lex_state = 26}, [970] = {.lex_state = 1, .external_lex_state = 27}, - [971] = {.lex_state = 1, .external_lex_state = 64}, - [972] = {.lex_state = 1, .external_lex_state = 27}, - [973] = {.lex_state = 1, .external_lex_state = 26}, + [971] = {.lex_state = 1, .external_lex_state = 26}, + [972] = {.lex_state = 1, .external_lex_state = 26}, + [973] = {.lex_state = 1, .external_lex_state = 27}, [974] = {.lex_state = 1, .external_lex_state = 26}, - [975] = {.lex_state = 1, .external_lex_state = 26}, + [975] = {.lex_state = 1, .external_lex_state = 27}, [976] = {.lex_state = 1, .external_lex_state = 26}, - [977] = {.lex_state = 1, .external_lex_state = 26}, - [978] = {.lex_state = 1, .external_lex_state = 26}, - [979] = {.lex_state = 1, .external_lex_state = 29}, + [977] = {.lex_state = 0, .external_lex_state = 64}, + [978] = {.lex_state = 1, .external_lex_state = 27}, + [979] = {.lex_state = 1, .external_lex_state = 27}, [980] = {.lex_state = 1, .external_lex_state = 26}, - [981] = {.lex_state = 1, .external_lex_state = 26}, - [982] = {.lex_state = 1, .external_lex_state = 26}, + [981] = {.lex_state = 1, .external_lex_state = 30}, + [982] = {.lex_state = 1, .external_lex_state = 27}, [983] = {.lex_state = 1, .external_lex_state = 27}, - [984] = {.lex_state = 1, .external_lex_state = 26}, + [984] = {.lex_state = 0, .external_lex_state = 64}, [985] = {.lex_state = 1, .external_lex_state = 27}, - [986] = {.lex_state = 1, .external_lex_state = 27}, + [986] = {.lex_state = 0, .external_lex_state = 64}, [987] = {.lex_state = 1, .external_lex_state = 27}, - [988] = {.lex_state = 1, .external_lex_state = 26}, + [988] = {.lex_state = 0, .external_lex_state = 64}, [989] = {.lex_state = 1, .external_lex_state = 26}, [990] = {.lex_state = 1, .external_lex_state = 27}, - [991] = {.lex_state = 1, .external_lex_state = 27}, + [991] = {.lex_state = 1, .external_lex_state = 26}, [992] = {.lex_state = 1, .external_lex_state = 26}, [993] = {.lex_state = 1, .external_lex_state = 27}, [994] = {.lex_state = 1, .external_lex_state = 26}, - [995] = {.lex_state = 1, .external_lex_state = 26}, - [996] = {.lex_state = 0, .external_lex_state = 63}, + [995] = {.lex_state = 1, .external_lex_state = 27}, + [996] = {.lex_state = 1, .external_lex_state = 27}, [997] = {.lex_state = 1, .external_lex_state = 26}, - [998] = {.lex_state = 1, .external_lex_state = 27}, - [999] = {.lex_state = 1, .external_lex_state = 31}, - [1000] = {.lex_state = 1, .external_lex_state = 65}, - [1001] = {.lex_state = 1, .external_lex_state = 65}, + [998] = {.lex_state = 1, .external_lex_state = 26}, + [999] = {.lex_state = 1, .external_lex_state = 65}, + [1000] = {.lex_state = 1, .external_lex_state = 31}, + [1001] = {.lex_state = 1, .external_lex_state = 66}, [1002] = {.lex_state = 1, .external_lex_state = 29}, - [1003] = {.lex_state = 1, .external_lex_state = 28}, - [1004] = {.lex_state = 1, .external_lex_state = 31}, - [1005] = {.lex_state = 1, .external_lex_state = 28}, - [1006] = {.lex_state = 1, .external_lex_state = 29}, - [1007] = {.lex_state = 1, .external_lex_state = 28}, - [1008] = {.lex_state = 1, .external_lex_state = 31}, - [1009] = {.lex_state = 1, .external_lex_state = 29}, - [1010] = {.lex_state = 1, .external_lex_state = 28}, - [1011] = {.lex_state = 1, .external_lex_state = 28}, - [1012] = {.lex_state = 1, .external_lex_state = 31}, - [1013] = {.lex_state = 1, .external_lex_state = 29}, - [1014] = {.lex_state = 1, .external_lex_state = 28}, + [1003] = {.lex_state = 1, .external_lex_state = 65}, + [1004] = {.lex_state = 1, .external_lex_state = 66}, + [1005] = {.lex_state = 1, .external_lex_state = 65}, + [1006] = {.lex_state = 1, .external_lex_state = 31}, + [1007] = {.lex_state = 1, .external_lex_state = 66}, + [1008] = {.lex_state = 1, .external_lex_state = 29}, + [1009] = {.lex_state = 1, .external_lex_state = 66}, + [1010] = {.lex_state = 1, .external_lex_state = 65}, + [1011] = {.lex_state = 0, .external_lex_state = 67}, + [1012] = {.lex_state = 1, .external_lex_state = 65}, + [1013] = {.lex_state = 1, .external_lex_state = 31}, + [1014] = {.lex_state = 0, .external_lex_state = 67}, [1015] = {.lex_state = 1, .external_lex_state = 65}, - [1016] = {.lex_state = 1, .external_lex_state = 28}, - [1017] = {.lex_state = 1, .external_lex_state = 65}, - [1018] = {.lex_state = 1, .external_lex_state = 62}, - [1019] = {.lex_state = 1, .external_lex_state = 65}, - [1020] = {.lex_state = 1, .external_lex_state = 28}, - [1021] = {.lex_state = 1, .external_lex_state = 29}, - [1022] = {.lex_state = 1, .external_lex_state = 28}, - [1023] = {.lex_state = 1, .external_lex_state = 65}, - [1024] = {.lex_state = 1, .external_lex_state = 66}, - [1025] = {.lex_state = 1, .external_lex_state = 29}, - [1026] = {.lex_state = 1, .external_lex_state = 33}, - [1027] = {.lex_state = 1, .external_lex_state = 62}, - [1028] = {.lex_state = 1, .external_lex_state = 32}, - [1029] = {.lex_state = 1, .external_lex_state = 28}, - [1030] = {.lex_state = 0, .external_lex_state = 67}, - [1031] = {.lex_state = 1, .external_lex_state = 68}, - [1032] = {.lex_state = 0, .external_lex_state = 67}, - [1033] = {.lex_state = 1, .external_lex_state = 28}, - [1034] = {.lex_state = 1, .external_lex_state = 28}, - [1035] = {.lex_state = 1, .external_lex_state = 28}, - [1036] = {.lex_state = 1, .external_lex_state = 28}, - [1037] = {.lex_state = 1, .external_lex_state = 29}, - [1038] = {.lex_state = 1, .external_lex_state = 68}, - [1039] = {.lex_state = 1, .external_lex_state = 28}, - [1040] = {.lex_state = 1, .external_lex_state = 68}, - [1041] = {.lex_state = 1, .external_lex_state = 29}, - [1042] = {.lex_state = 1, .external_lex_state = 29}, + [1016] = {.lex_state = 1, .external_lex_state = 30}, + [1017] = {.lex_state = 1, .external_lex_state = 68}, + [1018] = {.lex_state = 0, .external_lex_state = 67}, + [1019] = {.lex_state = 1, .external_lex_state = 30}, + [1020] = {.lex_state = 1, .external_lex_state = 66}, + [1021] = {.lex_state = 1, .external_lex_state = 30}, + [1022] = {.lex_state = 1, .external_lex_state = 30}, + [1023] = {.lex_state = 1, .external_lex_state = 30}, + [1024] = {.lex_state = 1, .external_lex_state = 31}, + [1025] = {.lex_state = 1, .external_lex_state = 30}, + [1026] = {.lex_state = 1, .external_lex_state = 69}, + [1027] = {.lex_state = 1, .external_lex_state = 30}, + [1028] = {.lex_state = 1, .external_lex_state = 30}, + [1029] = {.lex_state = 1, .external_lex_state = 30}, + [1030] = {.lex_state = 1, .external_lex_state = 30}, + [1031] = {.lex_state = 1, .external_lex_state = 30}, + [1032] = {.lex_state = 1, .external_lex_state = 31}, + [1033] = {.lex_state = 1, .external_lex_state = 31}, + [1034] = {.lex_state = 1, .external_lex_state = 30}, + [1035] = {.lex_state = 1, .external_lex_state = 31}, + [1036] = {.lex_state = 1, .external_lex_state = 30}, + [1037] = {.lex_state = 1, .external_lex_state = 30}, + [1038] = {.lex_state = 1, .external_lex_state = 30}, + [1039] = {.lex_state = 1, .external_lex_state = 30}, + [1040] = {.lex_state = 1, .external_lex_state = 31}, + [1041] = {.lex_state = 1, .external_lex_state = 31}, + [1042] = {.lex_state = 1, .external_lex_state = 30}, [1043] = {.lex_state = 1, .external_lex_state = 31}, - [1044] = {.lex_state = 1, .external_lex_state = 31}, - [1045] = {.lex_state = 1, .external_lex_state = 28}, - [1046] = {.lex_state = 1, .external_lex_state = 29}, - [1047] = {.lex_state = 1, .external_lex_state = 29}, - [1048] = {.lex_state = 1, .external_lex_state = 68}, - [1049] = {.lex_state = 1, .external_lex_state = 31}, - [1050] = {.lex_state = 1, .external_lex_state = 68}, - [1051] = {.lex_state = 1, .external_lex_state = 28}, + [1044] = {.lex_state = 1, .external_lex_state = 30}, + [1045] = {.lex_state = 2, .external_lex_state = 2}, + [1046] = {.lex_state = 1, .external_lex_state = 30}, + [1047] = {.lex_state = 1, .external_lex_state = 30}, + [1048] = {.lex_state = 1, .external_lex_state = 30}, + [1049] = {.lex_state = 1, .external_lex_state = 70}, + [1050] = {.lex_state = 1, .external_lex_state = 71}, + [1051] = {.lex_state = 1, .external_lex_state = 65}, [1052] = {.lex_state = 1, .external_lex_state = 31}, - [1053] = {.lex_state = 1, .external_lex_state = 68}, - [1054] = {.lex_state = 1, .external_lex_state = 68}, - [1055] = {.lex_state = 1, .external_lex_state = 31}, - [1056] = {.lex_state = 1, .external_lex_state = 29}, - [1057] = {.lex_state = 1, .external_lex_state = 68}, - [1058] = {.lex_state = 1, .external_lex_state = 31}, + [1053] = {.lex_state = 1, .external_lex_state = 30}, + [1054] = {.lex_state = 1, .external_lex_state = 31}, + [1055] = {.lex_state = 1, .external_lex_state = 32}, + [1056] = {.lex_state = 1, .external_lex_state = 63}, + [1057] = {.lex_state = 1, .external_lex_state = 62}, + [1058] = {.lex_state = 1, .external_lex_state = 29}, [1059] = {.lex_state = 1, .external_lex_state = 31}, - [1060] = {.lex_state = 1, .external_lex_state = 31}, - [1061] = {.lex_state = 1, .external_lex_state = 65}, - [1062] = {.lex_state = 1, .external_lex_state = 65}, - [1063] = {.lex_state = 1, .external_lex_state = 31}, + [1060] = {.lex_state = 1, .external_lex_state = 62}, + [1061] = {.lex_state = 1, .external_lex_state = 29}, + [1062] = {.lex_state = 1, .external_lex_state = 29}, + [1063] = {.lex_state = 1, .external_lex_state = 30}, [1064] = {.lex_state = 1, .external_lex_state = 31}, - [1065] = {.lex_state = 1, .external_lex_state = 31}, - [1066] = {.lex_state = 1, .external_lex_state = 31}, - [1067] = {.lex_state = 1, .external_lex_state = 29}, - [1068] = {.lex_state = 1, .external_lex_state = 28}, - [1069] = {.lex_state = 0, .external_lex_state = 67}, - [1070] = {.lex_state = 0, .external_lex_state = 67}, - [1071] = {.lex_state = 1, .external_lex_state = 31}, - [1072] = {.lex_state = 1, .external_lex_state = 29}, - [1073] = {.lex_state = 1, .external_lex_state = 31}, - [1074] = {.lex_state = 1, .external_lex_state = 31}, + [1065] = {.lex_state = 1, .external_lex_state = 30}, + [1066] = {.lex_state = 1, .external_lex_state = 65}, + [1067] = {.lex_state = 1, .external_lex_state = 65}, + [1068] = {.lex_state = 1, .external_lex_state = 29}, + [1069] = {.lex_state = 1, .external_lex_state = 31}, + [1070] = {.lex_state = 1, .external_lex_state = 29}, + [1071] = {.lex_state = 1, .external_lex_state = 66}, + [1072] = {.lex_state = 1, .external_lex_state = 31}, + [1073] = {.lex_state = 1, .external_lex_state = 29}, + [1074] = {.lex_state = 1, .external_lex_state = 29}, [1075] = {.lex_state = 1, .external_lex_state = 29}, - [1076] = {.lex_state = 1, .external_lex_state = 31}, + [1076] = {.lex_state = 1, .external_lex_state = 30}, [1077] = {.lex_state = 1, .external_lex_state = 29}, [1078] = {.lex_state = 1, .external_lex_state = 29}, [1079] = {.lex_state = 1, .external_lex_state = 31}, - [1080] = {.lex_state = 1, .external_lex_state = 65}, - [1081] = {.lex_state = 1, .external_lex_state = 64}, - [1082] = {.lex_state = 1, .external_lex_state = 31}, - [1083] = {.lex_state = 1, .external_lex_state = 29}, + [1080] = {.lex_state = 1, .external_lex_state = 31}, + [1081] = {.lex_state = 1, .external_lex_state = 31}, + [1082] = {.lex_state = 1, .external_lex_state = 33}, + [1083] = {.lex_state = 1, .external_lex_state = 31}, [1084] = {.lex_state = 1, .external_lex_state = 31}, [1085] = {.lex_state = 1, .external_lex_state = 31}, [1086] = {.lex_state = 1, .external_lex_state = 29}, - [1087] = {.lex_state = 1, .external_lex_state = 31}, - [1088] = {.lex_state = 2, .external_lex_state = 2}, - [1089] = {.lex_state = 1, .external_lex_state = 31}, - [1090] = {.lex_state = 1, .external_lex_state = 28}, - [1091] = {.lex_state = 1, .external_lex_state = 29}, - [1092] = {.lex_state = 1, .external_lex_state = 29}, - [1093] = {.lex_state = 1, .external_lex_state = 69}, - [1094] = {.lex_state = 1, .external_lex_state = 64}, - [1095] = {.lex_state = 1, .external_lex_state = 28}, + [1087] = {.lex_state = 1, .external_lex_state = 29}, + [1088] = {.lex_state = 1, .external_lex_state = 29}, + [1089] = {.lex_state = 1, .external_lex_state = 29}, + [1090] = {.lex_state = 1, .external_lex_state = 31}, + [1091] = {.lex_state = 1, .external_lex_state = 31}, + [1092] = {.lex_state = 1, .external_lex_state = 31}, + [1093] = {.lex_state = 1, .external_lex_state = 66}, + [1094] = {.lex_state = 1, .external_lex_state = 29}, + [1095] = {.lex_state = 1, .external_lex_state = 31}, [1096] = {.lex_state = 1, .external_lex_state = 29}, [1097] = {.lex_state = 1, .external_lex_state = 29}, - [1098] = {.lex_state = 1, .external_lex_state = 29}, - [1099] = {.lex_state = 1, .external_lex_state = 28}, - [1100] = {.lex_state = 1, .external_lex_state = 65}, + [1098] = {.lex_state = 1, .external_lex_state = 66}, + [1099] = {.lex_state = 1, .external_lex_state = 30}, + [1100] = {.lex_state = 1, .external_lex_state = 29}, [1101] = {.lex_state = 1, .external_lex_state = 29}, - [1102] = {.lex_state = 1, .external_lex_state = 70}, - [1103] = {.lex_state = 1, .external_lex_state = 29}, - [1104] = {.lex_state = 1, .external_lex_state = 71}, - [1105] = {.lex_state = 1, .external_lex_state = 28}, - [1106] = {.lex_state = 1, .external_lex_state = 31}, - [1107] = {.lex_state = 1, .external_lex_state = 28}, + [1102] = {.lex_state = 1, .external_lex_state = 29}, + [1103] = {.lex_state = 1, .external_lex_state = 30}, + [1104] = {.lex_state = 1, .external_lex_state = 30}, + [1105] = {.lex_state = 1, .external_lex_state = 29}, + [1106] = {.lex_state = 1, .external_lex_state = 63}, + [1107] = {.lex_state = 1, .external_lex_state = 29}, [1108] = {.lex_state = 1, .external_lex_state = 29}, - [1109] = {.lex_state = 1, .external_lex_state = 29}, - [1110] = {.lex_state = 1, .external_lex_state = 28}, + [1109] = {.lex_state = 0, .external_lex_state = 67}, + [1110] = {.lex_state = 1, .external_lex_state = 29}, [1111] = {.lex_state = 1, .external_lex_state = 31}, - [1112] = {.lex_state = 1, .external_lex_state = 68}, - [1113] = {.lex_state = 1, .external_lex_state = 28}, - [1114] = {.lex_state = 1, .external_lex_state = 28}, - [1115] = {.lex_state = 1, .external_lex_state = 28}, - [1116] = {.lex_state = 1, .external_lex_state = 28}, + [1112] = {.lex_state = 1, .external_lex_state = 31}, + [1113] = {.lex_state = 1, .external_lex_state = 65}, + [1114] = {.lex_state = 1, .external_lex_state = 29}, + [1115] = {.lex_state = 1, .external_lex_state = 29}, + [1116] = {.lex_state = 1, .external_lex_state = 31}, [1117] = {.lex_state = 1, .external_lex_state = 29}, - [1118] = {.lex_state = 1, .external_lex_state = 31}, - [1119] = {.lex_state = 1, .external_lex_state = 28}, - [1120] = {.lex_state = 1, .external_lex_state = 33}, - [1121] = {.lex_state = 1, .external_lex_state = 69}, - [1122] = {.lex_state = 1, .external_lex_state = 69}, - [1123] = {.lex_state = 0, .external_lex_state = 72}, - [1124] = {.lex_state = 1, .external_lex_state = 32}, - [1125] = {.lex_state = 1, .external_lex_state = 39}, + [1118] = {.lex_state = 1, .external_lex_state = 30}, + [1119] = {.lex_state = 1, .external_lex_state = 66}, + [1120] = {.lex_state = 0, .external_lex_state = 72}, + [1121] = {.lex_state = 1, .external_lex_state = 73}, + [1122] = {.lex_state = 1, .external_lex_state = 32}, + [1123] = {.lex_state = 1, .external_lex_state = 73}, + [1124] = {.lex_state = 1, .external_lex_state = 33}, + [1125] = {.lex_state = 0, .external_lex_state = 72}, [1126] = {.lex_state = 1, .external_lex_state = 33}, - [1127] = {.lex_state = 1, .external_lex_state = 73}, - [1128] = {.lex_state = 1, .external_lex_state = 71}, - [1129] = {.lex_state = 1, .external_lex_state = 32}, - [1130] = {.lex_state = 1, .external_lex_state = 32}, + [1127] = {.lex_state = 1, .external_lex_state = 32}, + [1128] = {.lex_state = 0, .external_lex_state = 72}, + [1129] = {.lex_state = 1, .external_lex_state = 33}, + [1130] = {.lex_state = 0, .external_lex_state = 72}, [1131] = {.lex_state = 1, .external_lex_state = 33}, - [1132] = {.lex_state = 0, .external_lex_state = 72}, - [1133] = {.lex_state = 0, .external_lex_state = 72}, - [1134] = {.lex_state = 1, .external_lex_state = 74}, - [1135] = {.lex_state = 1, .external_lex_state = 70}, + [1132] = {.lex_state = 1, .external_lex_state = 33}, + [1133] = {.lex_state = 1, .external_lex_state = 33}, + [1134] = {.lex_state = 1, .external_lex_state = 33}, + [1135] = {.lex_state = 1, .external_lex_state = 33}, [1136] = {.lex_state = 1, .external_lex_state = 33}, - [1137] = {.lex_state = 1, .external_lex_state = 73}, - [1138] = {.lex_state = 0, .external_lex_state = 72}, - [1139] = {.lex_state = 1, .external_lex_state = 71}, - [1140] = {.lex_state = 1, .external_lex_state = 73}, - [1141] = {.lex_state = 1, .external_lex_state = 70}, - [1142] = {.lex_state = 1, .external_lex_state = 69}, + [1137] = {.lex_state = 0, .external_lex_state = 72}, + [1138] = {.lex_state = 1, .external_lex_state = 33}, + [1139] = {.lex_state = 0, .external_lex_state = 72}, + [1140] = {.lex_state = 1, .external_lex_state = 70}, + [1141] = {.lex_state = 1, .external_lex_state = 32}, + [1142] = {.lex_state = 1, .external_lex_state = 71}, [1143] = {.lex_state = 1, .external_lex_state = 33}, [1144] = {.lex_state = 1, .external_lex_state = 33}, - [1145] = {.lex_state = 1, .external_lex_state = 33}, - [1146] = {.lex_state = 1, .external_lex_state = 75}, + [1145] = {.lex_state = 1, .external_lex_state = 71}, + [1146] = {.lex_state = 1, .external_lex_state = 70}, [1147] = {.lex_state = 1, .external_lex_state = 33}, - [1148] = {.lex_state = 1, .external_lex_state = 35}, - [1149] = {.lex_state = 1, .external_lex_state = 76}, - [1150] = {.lex_state = 1, .external_lex_state = 38}, - [1151] = {.lex_state = 1, .external_lex_state = 73}, - [1152] = {.lex_state = 1, .external_lex_state = 76}, + [1148] = {.lex_state = 1, .external_lex_state = 32}, + [1149] = {.lex_state = 0, .external_lex_state = 72}, + [1150] = {.lex_state = 1, .external_lex_state = 32}, + [1151] = {.lex_state = 1, .external_lex_state = 33}, + [1152] = {.lex_state = 1, .external_lex_state = 33}, [1153] = {.lex_state = 0, .external_lex_state = 72}, [1154] = {.lex_state = 1, .external_lex_state = 33}, - [1155] = {.lex_state = 1, .external_lex_state = 76}, - [1156] = {.lex_state = 1, .external_lex_state = 69}, - [1157] = {.lex_state = 1, .external_lex_state = 76}, - [1158] = {.lex_state = 1, .external_lex_state = 76}, + [1155] = {.lex_state = 1, .external_lex_state = 38}, + [1156] = {.lex_state = 0, .external_lex_state = 72}, + [1157] = {.lex_state = 1, .external_lex_state = 74}, + [1158] = {.lex_state = 1, .external_lex_state = 33}, [1159] = {.lex_state = 1, .external_lex_state = 33}, - [1160] = {.lex_state = 1, .external_lex_state = 33}, - [1161] = {.lex_state = 1, .external_lex_state = 69}, - [1162] = {.lex_state = 0, .external_lex_state = 72}, - [1163] = {.lex_state = 1, .external_lex_state = 69}, - [1164] = {.lex_state = 1, .external_lex_state = 69}, - [1165] = {.lex_state = 1, .external_lex_state = 33}, - [1166] = {.lex_state = 0, .external_lex_state = 72}, - [1167] = {.lex_state = 1, .external_lex_state = 33}, - [1168] = {.lex_state = 1, .external_lex_state = 33}, - [1169] = {.lex_state = 1, .external_lex_state = 32}, - [1170] = {.lex_state = 1, .external_lex_state = 73}, - [1171] = {.lex_state = 1, .external_lex_state = 66}, - [1172] = {.lex_state = 1, .external_lex_state = 32}, + [1160] = {.lex_state = 1, .external_lex_state = 36}, + [1161] = {.lex_state = 1, .external_lex_state = 71}, + [1162] = {.lex_state = 1, .external_lex_state = 33}, + [1163] = {.lex_state = 1, .external_lex_state = 73}, + [1164] = {.lex_state = 1, .external_lex_state = 73}, + [1165] = {.lex_state = 1, .external_lex_state = 74}, + [1166] = {.lex_state = 1, .external_lex_state = 32}, + [1167] = {.lex_state = 0, .external_lex_state = 72}, + [1168] = {.lex_state = 1, .external_lex_state = 69}, + [1169] = {.lex_state = 1, .external_lex_state = 71}, + [1170] = {.lex_state = 1, .external_lex_state = 32}, + [1171] = {.lex_state = 1, .external_lex_state = 74}, + [1172] = {.lex_state = 1, .external_lex_state = 34}, [1173] = {.lex_state = 0, .external_lex_state = 72}, [1174] = {.lex_state = 1, .external_lex_state = 32}, - [1175] = {.lex_state = 1, .external_lex_state = 33}, - [1176] = {.lex_state = 1, .external_lex_state = 37}, - [1177] = {.lex_state = 1, .external_lex_state = 32}, - [1178] = {.lex_state = 1, .external_lex_state = 76}, - [1179] = {.lex_state = 1, .external_lex_state = 76}, - [1180] = {.lex_state = 1, .external_lex_state = 32}, + [1175] = {.lex_state = 1, .external_lex_state = 32}, + [1176] = {.lex_state = 1, .external_lex_state = 32}, + [1177] = {.lex_state = 1, .external_lex_state = 74}, + [1178] = {.lex_state = 1, .external_lex_state = 75}, + [1179] = {.lex_state = 1, .external_lex_state = 32}, + [1180] = {.lex_state = 1, .external_lex_state = 74}, [1181] = {.lex_state = 1, .external_lex_state = 32}, - [1182] = {.lex_state = 1, .external_lex_state = 32}, - [1183] = {.lex_state = 1, .external_lex_state = 32}, - [1184] = {.lex_state = 1, .external_lex_state = 32}, - [1185] = {.lex_state = 1, .external_lex_state = 76}, + [1182] = {.lex_state = 1, .external_lex_state = 74}, + [1183] = {.lex_state = 1, .external_lex_state = 74}, + [1184] = {.lex_state = 1, .external_lex_state = 73}, + [1185] = {.lex_state = 1, .external_lex_state = 32}, [1186] = {.lex_state = 1, .external_lex_state = 32}, - [1187] = {.lex_state = 1, .external_lex_state = 32}, - [1188] = {.lex_state = 1, .external_lex_state = 33}, + [1187] = {.lex_state = 1, .external_lex_state = 33}, + [1188] = {.lex_state = 1, .external_lex_state = 32}, [1189] = {.lex_state = 1, .external_lex_state = 32}, [1190] = {.lex_state = 1, .external_lex_state = 32}, - [1191] = {.lex_state = 1, .external_lex_state = 33}, - [1192] = {.lex_state = 1, .external_lex_state = 69}, - [1193] = {.lex_state = 0, .external_lex_state = 72}, - [1194] = {.lex_state = 1, .external_lex_state = 69}, - [1195] = {.lex_state = 0, .external_lex_state = 72}, - [1196] = {.lex_state = 1, .external_lex_state = 32}, + [1191] = {.lex_state = 1, .external_lex_state = 32}, + [1192] = {.lex_state = 0, .external_lex_state = 72}, + [1193] = {.lex_state = 1, .external_lex_state = 33}, + [1194] = {.lex_state = 1, .external_lex_state = 74}, + [1195] = {.lex_state = 1, .external_lex_state = 32}, + [1196] = {.lex_state = 1, .external_lex_state = 24}, [1197] = {.lex_state = 1, .external_lex_state = 32}, - [1198] = {.lex_state = 0, .external_lex_state = 72}, - [1199] = {.lex_state = 1, .external_lex_state = 33}, - [1200] = {.lex_state = 1, .external_lex_state = 69}, - [1201] = {.lex_state = 1, .external_lex_state = 33}, + [1198] = {.lex_state = 1, .external_lex_state = 73}, + [1199] = {.lex_state = 1, .external_lex_state = 69}, + [1200] = {.lex_state = 1, .external_lex_state = 73}, + [1201] = {.lex_state = 1, .external_lex_state = 76}, [1202] = {.lex_state = 1, .external_lex_state = 33}, [1203] = {.lex_state = 1, .external_lex_state = 32}, - [1204] = {.lex_state = 1, .external_lex_state = 33}, - [1205] = {.lex_state = 1, .external_lex_state = 33}, - [1206] = {.lex_state = 1, .external_lex_state = 76}, - [1207] = {.lex_state = 1, .external_lex_state = 33}, - [1208] = {.lex_state = 1, .external_lex_state = 36}, - [1209] = {.lex_state = 1, .external_lex_state = 32}, - [1210] = {.lex_state = 1, .external_lex_state = 24}, - [1211] = {.lex_state = 0, .external_lex_state = 72}, - [1212] = {.lex_state = 0, .external_lex_state = 72}, - [1213] = {.lex_state = 1, .external_lex_state = 33}, - [1214] = {.lex_state = 1, .external_lex_state = 66}, - [1215] = {.lex_state = 1, .external_lex_state = 73}, - [1216] = {.lex_state = 1, .external_lex_state = 33}, - [1217] = {.lex_state = 1, .external_lex_state = 32}, - [1218] = {.lex_state = 1, .external_lex_state = 73}, + [1204] = {.lex_state = 0, .external_lex_state = 72}, + [1205] = {.lex_state = 1, .external_lex_state = 71}, + [1206] = {.lex_state = 1, .external_lex_state = 32}, + [1207] = {.lex_state = 1, .external_lex_state = 39}, + [1208] = {.lex_state = 1, .external_lex_state = 71}, + [1209] = {.lex_state = 1, .external_lex_state = 68}, + [1210] = {.lex_state = 1, .external_lex_state = 71}, + [1211] = {.lex_state = 1, .external_lex_state = 33}, + [1212] = {.lex_state = 1, .external_lex_state = 32}, + [1213] = {.lex_state = 1, .external_lex_state = 32}, + [1214] = {.lex_state = 1, .external_lex_state = 32}, + [1215] = {.lex_state = 1, .external_lex_state = 33}, + [1216] = {.lex_state = 1, .external_lex_state = 37}, + [1217] = {.lex_state = 0, .external_lex_state = 72}, + [1218] = {.lex_state = 1, .external_lex_state = 71}, [1219] = {.lex_state = 1, .external_lex_state = 32}, - [1220] = {.lex_state = 1, .external_lex_state = 73}, - [1221] = {.lex_state = 0, .external_lex_state = 72}, + [1220] = {.lex_state = 1, .external_lex_state = 33}, + [1221] = {.lex_state = 1, .external_lex_state = 33}, [1222] = {.lex_state = 1, .external_lex_state = 33}, - [1223] = {.lex_state = 1, .external_lex_state = 33}, - [1224] = {.lex_state = 1, .external_lex_state = 32}, - [1225] = {.lex_state = 1, .external_lex_state = 32}, - [1226] = {.lex_state = 1, .external_lex_state = 32}, - [1227] = {.lex_state = 1, .external_lex_state = 32}, + [1223] = {.lex_state = 1, .external_lex_state = 74}, + [1224] = {.lex_state = 1, .external_lex_state = 73}, + [1225] = {.lex_state = 1, .external_lex_state = 73}, + [1226] = {.lex_state = 1, .external_lex_state = 71}, + [1227] = {.lex_state = 1, .external_lex_state = 71}, [1228] = {.lex_state = 1, .external_lex_state = 33}, - [1229] = {.lex_state = 1, .external_lex_state = 33}, + [1229] = {.lex_state = 1, .external_lex_state = 32}, [1230] = {.lex_state = 1, .external_lex_state = 32}, - [1231] = {.lex_state = 1, .external_lex_state = 32}, - [1232] = {.lex_state = 1, .external_lex_state = 73}, + [1231] = {.lex_state = 1, .external_lex_state = 68}, + [1232] = {.lex_state = 1, .external_lex_state = 32}, [1233] = {.lex_state = 0, .external_lex_state = 72}, - [1234] = {.lex_state = 1, .external_lex_state = 32}, - [1235] = {.lex_state = 1, .external_lex_state = 77}, - [1236] = {.lex_state = 1, .external_lex_state = 36}, - [1237] = {.lex_state = 1, .external_lex_state = 39}, - [1238] = {.lex_state = 1, .external_lex_state = 39}, - [1239] = {.lex_state = 1, .external_lex_state = 39}, - [1240] = {.lex_state = 1, .external_lex_state = 39}, + [1234] = {.lex_state = 1, .external_lex_state = 33}, + [1235] = {.lex_state = 1, .external_lex_state = 38}, + [1236] = {.lex_state = 1, .external_lex_state = 34}, + [1237] = {.lex_state = 1, .external_lex_state = 36}, + [1238] = {.lex_state = 1, .external_lex_state = 38}, + [1239] = {.lex_state = 1, .external_lex_state = 36}, + [1240] = {.lex_state = 1, .external_lex_state = 36}, [1241] = {.lex_state = 1, .external_lex_state = 36}, - [1242] = {.lex_state = 1, .external_lex_state = 39}, - [1243] = {.lex_state = 1, .external_lex_state = 39}, + [1242] = {.lex_state = 1, .external_lex_state = 36}, + [1243] = {.lex_state = 1, .external_lex_state = 36}, [1244] = {.lex_state = 1, .external_lex_state = 36}, [1245] = {.lex_state = 1, .external_lex_state = 36}, - [1246] = {.lex_state = 1, .external_lex_state = 39}, - [1247] = {.lex_state = 1, .external_lex_state = 39}, - [1248] = {.lex_state = 1, .external_lex_state = 43}, - [1249] = {.lex_state = 1, .external_lex_state = 36}, - [1250] = {.lex_state = 1, .external_lex_state = 39}, - [1251] = {.lex_state = 1, .external_lex_state = 39}, - [1252] = {.lex_state = 1, .external_lex_state = 39}, - [1253] = {.lex_state = 1, .external_lex_state = 78}, - [1254] = {.lex_state = 1, .external_lex_state = 78}, - [1255] = {.lex_state = 1, .external_lex_state = 79}, - [1256] = {.lex_state = 1, .external_lex_state = 80}, - [1257] = {.lex_state = 1, .external_lex_state = 80}, + [1246] = {.lex_state = 1, .external_lex_state = 38}, + [1247] = {.lex_state = 1, .external_lex_state = 75}, + [1248] = {.lex_state = 1, .external_lex_state = 36}, + [1249] = {.lex_state = 1, .external_lex_state = 38}, + [1250] = {.lex_state = 1, .external_lex_state = 37}, + [1251] = {.lex_state = 1, .external_lex_state = 34}, + [1252] = {.lex_state = 1, .external_lex_state = 38}, + [1253] = {.lex_state = 1, .external_lex_state = 38}, + [1254] = {.lex_state = 1, .external_lex_state = 44}, + [1255] = {.lex_state = 1, .external_lex_state = 38}, + [1256] = {.lex_state = 1, .external_lex_state = 38}, + [1257] = {.lex_state = 1, .external_lex_state = 36}, [1258] = {.lex_state = 1, .external_lex_state = 38}, - [1259] = {.lex_state = 1, .external_lex_state = 38}, - [1260] = {.lex_state = 1, .external_lex_state = 38}, - [1261] = {.lex_state = 1, .external_lex_state = 80}, + [1259] = {.lex_state = 1, .external_lex_state = 36}, + [1260] = {.lex_state = 1, .external_lex_state = 42}, + [1261] = {.lex_state = 1, .external_lex_state = 38}, [1262] = {.lex_state = 1, .external_lex_state = 38}, - [1263] = {.lex_state = 1, .external_lex_state = 78}, - [1264] = {.lex_state = 1, .external_lex_state = 36}, - [1265] = {.lex_state = 1, .external_lex_state = 38}, - [1266] = {.lex_state = 1, .external_lex_state = 41}, - [1267] = {.lex_state = 1, .external_lex_state = 39}, - [1268] = {.lex_state = 1, .external_lex_state = 36}, - [1269] = {.lex_state = 1, .external_lex_state = 36}, - [1270] = {.lex_state = 1, .external_lex_state = 39}, + [1263] = {.lex_state = 1, .external_lex_state = 37}, + [1264] = {.lex_state = 2, .external_lex_state = 77}, + [1265] = {.lex_state = 1, .external_lex_state = 36}, + [1266] = {.lex_state = 1, .external_lex_state = 39}, + [1267] = {.lex_state = 1, .external_lex_state = 38}, + [1268] = {.lex_state = 1, .external_lex_state = 39}, + [1269] = {.lex_state = 1, .external_lex_state = 38}, + [1270] = {.lex_state = 1, .external_lex_state = 38}, [1271] = {.lex_state = 1, .external_lex_state = 39}, - [1272] = {.lex_state = 1, .external_lex_state = 36}, + [1272] = {.lex_state = 1, .external_lex_state = 39}, [1273] = {.lex_state = 1, .external_lex_state = 38}, - [1274] = {.lex_state = 1, .external_lex_state = 38}, - [1275] = {.lex_state = 1, .external_lex_state = 38}, + [1274] = {.lex_state = 1, .external_lex_state = 39}, + [1275] = {.lex_state = 1, .external_lex_state = 34}, [1276] = {.lex_state = 1, .external_lex_state = 36}, - [1277] = {.lex_state = 1, .external_lex_state = 35}, - [1278] = {.lex_state = 1, .external_lex_state = 36}, - [1279] = {.lex_state = 1, .external_lex_state = 36}, + [1277] = {.lex_state = 1, .external_lex_state = 39}, + [1278] = {.lex_state = 1, .external_lex_state = 39}, + [1279] = {.lex_state = 1, .external_lex_state = 38}, [1280] = {.lex_state = 1, .external_lex_state = 36}, - [1281] = {.lex_state = 1, .external_lex_state = 38}, - [1282] = {.lex_state = 1, .external_lex_state = 37}, - [1283] = {.lex_state = 1, .external_lex_state = 36}, + [1281] = {.lex_state = 1, .external_lex_state = 36}, + [1282] = {.lex_state = 1, .external_lex_state = 38}, + [1283] = {.lex_state = 1, .external_lex_state = 38}, [1284] = {.lex_state = 1, .external_lex_state = 38}, - [1285] = {.lex_state = 1, .external_lex_state = 36}, + [1285] = {.lex_state = 1, .external_lex_state = 78}, [1286] = {.lex_state = 1, .external_lex_state = 36}, [1287] = {.lex_state = 1, .external_lex_state = 39}, [1288] = {.lex_state = 1, .external_lex_state = 39}, - [1289] = {.lex_state = 1, .external_lex_state = 81}, - [1290] = {.lex_state = 1, .external_lex_state = 39}, + [1289] = {.lex_state = 1, .external_lex_state = 36}, + [1290] = {.lex_state = 1, .external_lex_state = 38}, [1291] = {.lex_state = 1, .external_lex_state = 39}, - [1292] = {.lex_state = 1, .external_lex_state = 35}, - [1293] = {.lex_state = 1, .external_lex_state = 36}, - [1294] = {.lex_state = 1, .external_lex_state = 44}, - [1295] = {.lex_state = 1, .external_lex_state = 39}, - [1296] = {.lex_state = 1, .external_lex_state = 39}, - [1297] = {.lex_state = 1, .external_lex_state = 36}, - [1298] = {.lex_state = 1, .external_lex_state = 78}, - [1299] = {.lex_state = 1, .external_lex_state = 39}, - [1300] = {.lex_state = 1, .external_lex_state = 36}, - [1301] = {.lex_state = 1, .external_lex_state = 39}, - [1302] = {.lex_state = 1, .external_lex_state = 39}, - [1303] = {.lex_state = 1, .external_lex_state = 37}, - [1304] = {.lex_state = 1, .external_lex_state = 36}, - [1305] = {.lex_state = 1, .external_lex_state = 37}, - [1306] = {.lex_state = 1, .external_lex_state = 37}, - [1307] = {.lex_state = 1, .external_lex_state = 36}, - [1308] = {.lex_state = 1, .external_lex_state = 37}, - [1309] = {.lex_state = 1, .external_lex_state = 82}, - [1310] = {.lex_state = 1, .external_lex_state = 36}, - [1311] = {.lex_state = 1, .external_lex_state = 78}, - [1312] = {.lex_state = 1, .external_lex_state = 78}, + [1292] = {.lex_state = 1, .external_lex_state = 38}, + [1293] = {.lex_state = 1, .external_lex_state = 38}, + [1294] = {.lex_state = 1, .external_lex_state = 75}, + [1295] = {.lex_state = 1, .external_lex_state = 37}, + [1296] = {.lex_state = 1, .external_lex_state = 37}, + [1297] = {.lex_state = 1, .external_lex_state = 37}, + [1298] = {.lex_state = 1, .external_lex_state = 38}, + [1299] = {.lex_state = 1, .external_lex_state = 79}, + [1300] = {.lex_state = 1, .external_lex_state = 38}, + [1301] = {.lex_state = 1, .external_lex_state = 36}, + [1302] = {.lex_state = 1, .external_lex_state = 40}, + [1303] = {.lex_state = 1, .external_lex_state = 80}, + [1304] = {.lex_state = 1, .external_lex_state = 78}, + [1305] = {.lex_state = 1, .external_lex_state = 39}, + [1306] = {.lex_state = 1, .external_lex_state = 78}, + [1307] = {.lex_state = 1, .external_lex_state = 39}, + [1308] = {.lex_state = 1, .external_lex_state = 39}, + [1309] = {.lex_state = 1, .external_lex_state = 76}, + [1310] = {.lex_state = 1, .external_lex_state = 37}, + [1311] = {.lex_state = 1, .external_lex_state = 81}, + [1312] = {.lex_state = 1, .external_lex_state = 82}, [1313] = {.lex_state = 1, .external_lex_state = 37}, - [1314] = {.lex_state = 1, .external_lex_state = 37}, + [1314] = {.lex_state = 1, .external_lex_state = 36}, [1315] = {.lex_state = 1, .external_lex_state = 37}, - [1316] = {.lex_state = 1, .external_lex_state = 78}, - [1317] = {.lex_state = 1, .external_lex_state = 39}, - [1318] = {.lex_state = 1, .external_lex_state = 37}, + [1316] = {.lex_state = 1, .external_lex_state = 37}, + [1317] = {.lex_state = 1, .external_lex_state = 37}, + [1318] = {.lex_state = 1, .external_lex_state = 78}, [1319] = {.lex_state = 1, .external_lex_state = 78}, - [1320] = {.lex_state = 1, .external_lex_state = 39}, - [1321] = {.lex_state = 1, .external_lex_state = 37}, - [1322] = {.lex_state = 1, .external_lex_state = 78}, - [1323] = {.lex_state = 1, .external_lex_state = 39}, - [1324] = {.lex_state = 1, .external_lex_state = 38}, - [1325] = {.lex_state = 1, .external_lex_state = 80}, - [1326] = {.lex_state = 1, .external_lex_state = 74}, - [1327] = {.lex_state = 1, .external_lex_state = 36}, - [1328] = {.lex_state = 1, .external_lex_state = 39}, - [1329] = {.lex_state = 1, .external_lex_state = 40}, - [1330] = {.lex_state = 1, .external_lex_state = 39}, - [1331] = {.lex_state = 1, .external_lex_state = 39}, - [1332] = {.lex_state = 1, .external_lex_state = 38}, - [1333] = {.lex_state = 1, .external_lex_state = 36}, - [1334] = {.lex_state = 1, .external_lex_state = 83}, - [1335] = {.lex_state = 1, .external_lex_state = 74}, - [1336] = {.lex_state = 1, .external_lex_state = 38}, - [1337] = {.lex_state = 1, .external_lex_state = 38}, - [1338] = {.lex_state = 1, .external_lex_state = 38}, - [1339] = {.lex_state = 1, .external_lex_state = 38}, - [1340] = {.lex_state = 1, .external_lex_state = 38}, - [1341] = {.lex_state = 1, .external_lex_state = 38}, - [1342] = {.lex_state = 1, .external_lex_state = 36}, - [1343] = {.lex_state = 1, .external_lex_state = 35}, - [1344] = {.lex_state = 1, .external_lex_state = 35}, - [1345] = {.lex_state = 2, .external_lex_state = 84}, - [1346] = {.lex_state = 1, .external_lex_state = 35}, - [1347] = {.lex_state = 1, .external_lex_state = 38}, - [1348] = {.lex_state = 1, .external_lex_state = 75}, - [1349] = {.lex_state = 1, .external_lex_state = 35}, - [1350] = {.lex_state = 1, .external_lex_state = 75}, - [1351] = {.lex_state = 1, .external_lex_state = 38}, - [1352] = {.lex_state = 1, .external_lex_state = 38}, - [1353] = {.lex_state = 1, .external_lex_state = 37}, - [1354] = {.lex_state = 1, .external_lex_state = 38}, - [1355] = {.lex_state = 1, .external_lex_state = 38}, - [1356] = {.lex_state = 1, .external_lex_state = 35}, - [1357] = {.lex_state = 1, .external_lex_state = 38}, - [1358] = {.lex_state = 1, .external_lex_state = 80}, - [1359] = {.lex_state = 1, .external_lex_state = 38}, - [1360] = {.lex_state = 1, .external_lex_state = 38}, + [1320] = {.lex_state = 1, .external_lex_state = 37}, + [1321] = {.lex_state = 1, .external_lex_state = 78}, + [1322] = {.lex_state = 1, .external_lex_state = 36}, + [1323] = {.lex_state = 1, .external_lex_state = 43}, + [1324] = {.lex_state = 1, .external_lex_state = 76}, + [1325] = {.lex_state = 1, .external_lex_state = 34}, + [1326] = {.lex_state = 1, .external_lex_state = 34}, + [1327] = {.lex_state = 1, .external_lex_state = 34}, + [1328] = {.lex_state = 1, .external_lex_state = 34}, + [1329] = {.lex_state = 1, .external_lex_state = 34}, + [1330] = {.lex_state = 1, .external_lex_state = 34}, + [1331] = {.lex_state = 1, .external_lex_state = 41}, + [1332] = {.lex_state = 1, .external_lex_state = 80}, + [1333] = {.lex_state = 1, .external_lex_state = 34}, + [1334] = {.lex_state = 1, .external_lex_state = 80}, + [1335] = {.lex_state = 1, .external_lex_state = 39}, + [1336] = {.lex_state = 1, .external_lex_state = 37}, + [1337] = {.lex_state = 1, .external_lex_state = 39}, + [1338] = {.lex_state = 1, .external_lex_state = 37}, + [1339] = {.lex_state = 1, .external_lex_state = 34}, + [1340] = {.lex_state = 1, .external_lex_state = 80}, + [1341] = {.lex_state = 1, .external_lex_state = 80}, + [1342] = {.lex_state = 1, .external_lex_state = 80}, + [1343] = {.lex_state = 1, .external_lex_state = 34}, + [1344] = {.lex_state = 1, .external_lex_state = 37}, + [1345] = {.lex_state = 1, .external_lex_state = 37}, + [1346] = {.lex_state = 1, .external_lex_state = 37}, + [1347] = {.lex_state = 1, .external_lex_state = 37}, + [1348] = {.lex_state = 1, .external_lex_state = 34}, + [1349] = {.lex_state = 1, .external_lex_state = 39}, + [1350] = {.lex_state = 1, .external_lex_state = 39}, + [1351] = {.lex_state = 1, .external_lex_state = 83}, + [1352] = {.lex_state = 1, .external_lex_state = 34}, + [1353] = {.lex_state = 1, .external_lex_state = 34}, + [1354] = {.lex_state = 1, .external_lex_state = 34}, + [1355] = {.lex_state = 1, .external_lex_state = 34}, + [1356] = {.lex_state = 1, .external_lex_state = 34}, + [1357] = {.lex_state = 2, .external_lex_state = 77}, + [1358] = {.lex_state = 1, .external_lex_state = 37}, + [1359] = {.lex_state = 1, .external_lex_state = 34}, + [1360] = {.lex_state = 1, .external_lex_state = 39}, [1361] = {.lex_state = 1, .external_lex_state = 37}, - [1362] = {.lex_state = 1, .external_lex_state = 80}, - [1363] = {.lex_state = 1, .external_lex_state = 85}, - [1364] = {.lex_state = 1, .external_lex_state = 80}, - [1365] = {.lex_state = 1, .external_lex_state = 80}, - [1366] = {.lex_state = 1, .external_lex_state = 38}, - [1367] = {.lex_state = 1, .external_lex_state = 38}, + [1362] = {.lex_state = 1, .external_lex_state = 39}, + [1363] = {.lex_state = 1, .external_lex_state = 34}, + [1364] = {.lex_state = 1, .external_lex_state = 39}, + [1365] = {.lex_state = 1, .external_lex_state = 37}, + [1366] = {.lex_state = 1, .external_lex_state = 34}, + [1367] = {.lex_state = 1, .external_lex_state = 34}, [1368] = {.lex_state = 1, .external_lex_state = 38}, - [1369] = {.lex_state = 1, .external_lex_state = 80}, - [1370] = {.lex_state = 1, .external_lex_state = 35}, - [1371] = {.lex_state = 1, .external_lex_state = 35}, + [1369] = {.lex_state = 1, .external_lex_state = 78}, + [1370] = {.lex_state = 1, .external_lex_state = 80}, + [1371] = {.lex_state = 1, .external_lex_state = 38}, [1372] = {.lex_state = 1, .external_lex_state = 37}, [1373] = {.lex_state = 1, .external_lex_state = 37}, - [1374] = {.lex_state = 1, .external_lex_state = 37}, - [1375] = {.lex_state = 1, .external_lex_state = 37}, - [1376] = {.lex_state = 1, .external_lex_state = 36}, - [1377] = {.lex_state = 1, .external_lex_state = 36}, - [1378] = {.lex_state = 1, .external_lex_state = 36}, - [1379] = {.lex_state = 1, .external_lex_state = 37}, - [1380] = {.lex_state = 1, .external_lex_state = 37}, - [1381] = {.lex_state = 1, .external_lex_state = 35}, - [1382] = {.lex_state = 1, .external_lex_state = 35}, - [1383] = {.lex_state = 1, .external_lex_state = 35}, - [1384] = {.lex_state = 1, .external_lex_state = 35}, - [1385] = {.lex_state = 2, .external_lex_state = 86}, - [1386] = {.lex_state = 1, .external_lex_state = 35}, - [1387] = {.lex_state = 1, .external_lex_state = 37}, - [1388] = {.lex_state = 1, .external_lex_state = 36}, - [1389] = {.lex_state = 1, .external_lex_state = 35}, - [1390] = {.lex_state = 1, .external_lex_state = 35}, - [1391] = {.lex_state = 1, .external_lex_state = 37}, + [1374] = {.lex_state = 1, .external_lex_state = 38}, + [1375] = {.lex_state = 1, .external_lex_state = 84}, + [1376] = {.lex_state = 1, .external_lex_state = 80}, + [1377] = {.lex_state = 1, .external_lex_state = 80}, + [1378] = {.lex_state = 1, .external_lex_state = 34}, + [1379] = {.lex_state = 1, .external_lex_state = 78}, + [1380] = {.lex_state = 1, .external_lex_state = 34}, + [1381] = {.lex_state = 1, .external_lex_state = 37}, + [1382] = {.lex_state = 1, .external_lex_state = 78}, + [1383] = {.lex_state = 1, .external_lex_state = 37}, + [1384] = {.lex_state = 1, .external_lex_state = 39}, + [1385] = {.lex_state = 1, .external_lex_state = 37}, + [1386] = {.lex_state = 1, .external_lex_state = 39}, + [1387] = {.lex_state = 1, .external_lex_state = 38}, + [1388] = {.lex_state = 1, .external_lex_state = 85}, + [1389] = {.lex_state = 1, .external_lex_state = 39}, + [1390] = {.lex_state = 2, .external_lex_state = 86}, + [1391] = {.lex_state = 1, .external_lex_state = 39}, [1392] = {.lex_state = 1, .external_lex_state = 37}, - [1393] = {.lex_state = 1, .external_lex_state = 35}, - [1394] = {.lex_state = 1, .external_lex_state = 37}, + [1393] = {.lex_state = 1, .external_lex_state = 36}, + [1394] = {.lex_state = 1, .external_lex_state = 36}, [1395] = {.lex_state = 1, .external_lex_state = 37}, - [1396] = {.lex_state = 1, .external_lex_state = 37}, - [1397] = {.lex_state = 1, .external_lex_state = 35}, - [1398] = {.lex_state = 1, .external_lex_state = 37}, + [1396] = {.lex_state = 1, .external_lex_state = 36}, + [1397] = {.lex_state = 1, .external_lex_state = 39}, + [1398] = {.lex_state = 1, .external_lex_state = 39}, [1399] = {.lex_state = 1, .external_lex_state = 37}, - [1400] = {.lex_state = 1, .external_lex_state = 35}, + [1400] = {.lex_state = 1, .external_lex_state = 36}, [1401] = {.lex_state = 1, .external_lex_state = 37}, - [1402] = {.lex_state = 1, .external_lex_state = 37}, - [1403] = {.lex_state = 1, .external_lex_state = 35}, - [1404] = {.lex_state = 1, .external_lex_state = 35}, - [1405] = {.lex_state = 1, .external_lex_state = 35}, - [1406] = {.lex_state = 1, .external_lex_state = 35}, - [1407] = {.lex_state = 1, .external_lex_state = 35}, - [1408] = {.lex_state = 1, .external_lex_state = 35}, - [1409] = {.lex_state = 1, .external_lex_state = 35}, - [1410] = {.lex_state = 1, .external_lex_state = 35}, - [1411] = {.lex_state = 2, .external_lex_state = 84}, - [1412] = {.lex_state = 1, .external_lex_state = 35}, - [1413] = {.lex_state = 1, .external_lex_state = 35}, - [1414] = {.lex_state = 1, .external_lex_state = 37}, - [1415] = {.lex_state = 1, .external_lex_state = 45}, - [1416] = {.lex_state = 1, .external_lex_state = 87}, - [1417] = {.lex_state = 1, .external_lex_state = 61}, - [1418] = {.lex_state = 1, .external_lex_state = 61}, - [1419] = {.lex_state = 1, .external_lex_state = 45}, - [1420] = {.lex_state = 1, .external_lex_state = 87}, - [1421] = {.lex_state = 1, .external_lex_state = 88}, - [1422] = {.lex_state = 1, .external_lex_state = 88}, - [1423] = {.lex_state = 1, .external_lex_state = 83}, - [1424] = {.lex_state = 1, .external_lex_state = 88}, - [1425] = {.lex_state = 1, .external_lex_state = 89}, - [1426] = {.lex_state = 1, .external_lex_state = 88}, - [1427] = {.lex_state = 1, .external_lex_state = 41}, - [1428] = {.lex_state = 1, .external_lex_state = 85}, - [1429] = {.lex_state = 0, .external_lex_state = 72}, - [1430] = {.lex_state = 1, .external_lex_state = 41}, - [1431] = {.lex_state = 1, .external_lex_state = 44}, - [1432] = {.lex_state = 1, .external_lex_state = 45}, - [1433] = {.lex_state = 1, .external_lex_state = 47}, - [1434] = {.lex_state = 0, .external_lex_state = 72}, - [1435] = {.lex_state = 1, .external_lex_state = 45}, - [1436] = {.lex_state = 1, .external_lex_state = 45}, - [1437] = {.lex_state = 1, .external_lex_state = 45}, - [1438] = {.lex_state = 1, .external_lex_state = 83}, - [1439] = {.lex_state = 1, .external_lex_state = 87}, - [1440] = {.lex_state = 1, .external_lex_state = 43}, - [1441] = {.lex_state = 1, .external_lex_state = 41}, - [1442] = {.lex_state = 1, .external_lex_state = 43}, - [1443] = {.lex_state = 1, .external_lex_state = 90}, - [1444] = {.lex_state = 2, .external_lex_state = 91}, - [1445] = {.lex_state = 1, .external_lex_state = 45}, - [1446] = {.lex_state = 1, .external_lex_state = 45}, - [1447] = {.lex_state = 1, .external_lex_state = 87}, - [1448] = {.lex_state = 2, .external_lex_state = 91}, - [1449] = {.lex_state = 1, .external_lex_state = 45}, - [1450] = {.lex_state = 1, .external_lex_state = 89}, - [1451] = {.lex_state = 1, .external_lex_state = 88}, - [1452] = {.lex_state = 1, .external_lex_state = 88}, - [1453] = {.lex_state = 1, .external_lex_state = 88}, - [1454] = {.lex_state = 1, .external_lex_state = 45}, - [1455] = {.lex_state = 1, .external_lex_state = 45}, - [1456] = {.lex_state = 1, .external_lex_state = 45}, - [1457] = {.lex_state = 1, .external_lex_state = 87}, - [1458] = {.lex_state = 2, .external_lex_state = 91}, - [1459] = {.lex_state = 0, .external_lex_state = 72}, - [1460] = {.lex_state = 1, .external_lex_state = 87}, - [1461] = {.lex_state = 1, .external_lex_state = 87}, - [1462] = {.lex_state = 1, .external_lex_state = 69}, - [1463] = {.lex_state = 0, .external_lex_state = 72}, - [1464] = {.lex_state = 1, .external_lex_state = 43}, - [1465] = {.lex_state = 1, .external_lex_state = 41}, - [1466] = {.lex_state = 1, .external_lex_state = 41}, - [1467] = {.lex_state = 1, .external_lex_state = 85}, + [1402] = {.lex_state = 1, .external_lex_state = 34}, + [1403] = {.lex_state = 1, .external_lex_state = 34}, + [1404] = {.lex_state = 1, .external_lex_state = 36}, + [1405] = {.lex_state = 1, .external_lex_state = 38}, + [1406] = {.lex_state = 1, .external_lex_state = 36}, + [1407] = {.lex_state = 1, .external_lex_state = 36}, + [1408] = {.lex_state = 1, .external_lex_state = 36}, + [1409] = {.lex_state = 1, .external_lex_state = 34}, + [1410] = {.lex_state = 1, .external_lex_state = 34}, + [1411] = {.lex_state = 1, .external_lex_state = 34}, + [1412] = {.lex_state = 1, .external_lex_state = 39}, + [1413] = {.lex_state = 1, .external_lex_state = 36}, + [1414] = {.lex_state = 1, .external_lex_state = 39}, + [1415] = {.lex_state = 1, .external_lex_state = 39}, + [1416] = {.lex_state = 0, .external_lex_state = 72}, + [1417] = {.lex_state = 1, .external_lex_state = 87}, + [1418] = {.lex_state = 1, .external_lex_state = 88}, + [1419] = {.lex_state = 1, .external_lex_state = 41}, + [1420] = {.lex_state = 1, .external_lex_state = 41}, + [1421] = {.lex_state = 1, .external_lex_state = 41}, + [1422] = {.lex_state = 1, .external_lex_state = 41}, + [1423] = {.lex_state = 1, .external_lex_state = 41}, + [1424] = {.lex_state = 1, .external_lex_state = 89}, + [1425] = {.lex_state = 1, .external_lex_state = 87}, + [1426] = {.lex_state = 1, .external_lex_state = 89}, + [1427] = {.lex_state = 1, .external_lex_state = 89}, + [1428] = {.lex_state = 1, .external_lex_state = 89}, + [1429] = {.lex_state = 1, .external_lex_state = 89}, + [1430] = {.lex_state = 1, .external_lex_state = 43}, + [1431] = {.lex_state = 1, .external_lex_state = 71}, + [1432] = {.lex_state = 1, .external_lex_state = 41}, + [1433] = {.lex_state = 1, .external_lex_state = 42}, + [1434] = {.lex_state = 1, .external_lex_state = 61}, + [1435] = {.lex_state = 1, .external_lex_state = 90}, + [1436] = {.lex_state = 1, .external_lex_state = 41}, + [1437] = {.lex_state = 1, .external_lex_state = 41}, + [1438] = {.lex_state = 1, .external_lex_state = 85}, + [1439] = {.lex_state = 1, .external_lex_state = 40}, + [1440] = {.lex_state = 1, .external_lex_state = 40}, + [1441] = {.lex_state = 1, .external_lex_state = 49}, + [1442] = {.lex_state = 1, .external_lex_state = 41}, + [1443] = {.lex_state = 1, .external_lex_state = 41}, + [1444] = {.lex_state = 1, .external_lex_state = 89}, + [1445] = {.lex_state = 1, .external_lex_state = 44}, + [1446] = {.lex_state = 1, .external_lex_state = 44}, + [1447] = {.lex_state = 1, .external_lex_state = 44}, + [1448] = {.lex_state = 1, .external_lex_state = 40}, + [1449] = {.lex_state = 1, .external_lex_state = 44}, + [1450] = {.lex_state = 1, .external_lex_state = 44}, + [1451] = {.lex_state = 1, .external_lex_state = 85}, + [1452] = {.lex_state = 1, .external_lex_state = 90}, + [1453] = {.lex_state = 1, .external_lex_state = 90}, + [1454] = {.lex_state = 0, .external_lex_state = 72}, + [1455] = {.lex_state = 1, .external_lex_state = 91}, + [1456] = {.lex_state = 1, .external_lex_state = 92}, + [1457] = {.lex_state = 1, .external_lex_state = 93}, + [1458] = {.lex_state = 1, .external_lex_state = 93}, + [1459] = {.lex_state = 1, .external_lex_state = 93}, + [1460] = {.lex_state = 2, .external_lex_state = 94}, + [1461] = {.lex_state = 1, .external_lex_state = 93}, + [1462] = {.lex_state = 1, .external_lex_state = 44}, + [1463] = {.lex_state = 1, .external_lex_state = 44}, + [1464] = {.lex_state = 1, .external_lex_state = 44}, + [1465] = {.lex_state = 1, .external_lex_state = 95}, + [1466] = {.lex_state = 1, .external_lex_state = 92}, + [1467] = {.lex_state = 1, .external_lex_state = 61}, [1468] = {.lex_state = 1, .external_lex_state = 61}, - [1469] = {.lex_state = 1, .external_lex_state = 41}, - [1470] = {.lex_state = 1, .external_lex_state = 41}, - [1471] = {.lex_state = 0, .external_lex_state = 72}, - [1472] = {.lex_state = 1, .external_lex_state = 41}, - [1473] = {.lex_state = 1, .external_lex_state = 45}, - [1474] = {.lex_state = 1, .external_lex_state = 88}, - [1475] = {.lex_state = 1, .external_lex_state = 45}, + [1469] = {.lex_state = 1, .external_lex_state = 84}, + [1470] = {.lex_state = 1, .external_lex_state = 61}, + [1471] = {.lex_state = 1, .external_lex_state = 92}, + [1472] = {.lex_state = 1, .external_lex_state = 61}, + [1473] = {.lex_state = 1, .external_lex_state = 92}, + [1474] = {.lex_state = 1, .external_lex_state = 92}, + [1475] = {.lex_state = 0, .external_lex_state = 72}, [1476] = {.lex_state = 0, .external_lex_state = 72}, - [1477] = {.lex_state = 1, .external_lex_state = 40}, - [1478] = {.lex_state = 1, .external_lex_state = 92}, - [1479] = {.lex_state = 1, .external_lex_state = 51}, - [1480] = {.lex_state = 1, .external_lex_state = 41}, - [1481] = {.lex_state = 1, .external_lex_state = 92}, - [1482] = {.lex_state = 1, .external_lex_state = 87}, - [1483] = {.lex_state = 1, .external_lex_state = 45}, - [1484] = {.lex_state = 1, .external_lex_state = 87}, - [1485] = {.lex_state = 1, .external_lex_state = 40}, - [1486] = {.lex_state = 1, .external_lex_state = 40}, - [1487] = {.lex_state = 1, .external_lex_state = 40}, - [1488] = {.lex_state = 1, .external_lex_state = 40}, - [1489] = {.lex_state = 1, .external_lex_state = 87}, - [1490] = {.lex_state = 1, .external_lex_state = 40}, - [1491] = {.lex_state = 1, .external_lex_state = 40}, - [1492] = {.lex_state = 1, .external_lex_state = 82}, - [1493] = {.lex_state = 1, .external_lex_state = 40}, - [1494] = {.lex_state = 1, .external_lex_state = 40}, - [1495] = {.lex_state = 1, .external_lex_state = 40}, - [1496] = {.lex_state = 1, .external_lex_state = 45}, - [1497] = {.lex_state = 1, .external_lex_state = 48}, - [1498] = {.lex_state = 1, .external_lex_state = 93}, - [1499] = {.lex_state = 1, .external_lex_state = 93}, - [1500] = {.lex_state = 1, .external_lex_state = 40}, - [1501] = {.lex_state = 1, .external_lex_state = 92}, - [1502] = {.lex_state = 1, .external_lex_state = 40}, - [1503] = {.lex_state = 1, .external_lex_state = 40}, - [1504] = {.lex_state = 1, .external_lex_state = 93}, - [1505] = {.lex_state = 1, .external_lex_state = 92}, + [1477] = {.lex_state = 1, .external_lex_state = 61}, + [1478] = {.lex_state = 1, .external_lex_state = 61}, + [1479] = {.lex_state = 1, .external_lex_state = 61}, + [1480] = {.lex_state = 1, .external_lex_state = 83}, + [1481] = {.lex_state = 1, .external_lex_state = 44}, + [1482] = {.lex_state = 1, .external_lex_state = 89}, + [1483] = {.lex_state = 1, .external_lex_state = 61}, + [1484] = {.lex_state = 1, .external_lex_state = 41}, + [1485] = {.lex_state = 1, .external_lex_state = 89}, + [1486] = {.lex_state = 1, .external_lex_state = 42}, + [1487] = {.lex_state = 1, .external_lex_state = 44}, + [1488] = {.lex_state = 1, .external_lex_state = 41}, + [1489] = {.lex_state = 1, .external_lex_state = 41}, + [1490] = {.lex_state = 1, .external_lex_state = 89}, + [1491] = {.lex_state = 1, .external_lex_state = 92}, + [1492] = {.lex_state = 1, .external_lex_state = 92}, + [1493] = {.lex_state = 1, .external_lex_state = 90}, + [1494] = {.lex_state = 1, .external_lex_state = 90}, + [1495] = {.lex_state = 0, .external_lex_state = 72}, + [1496] = {.lex_state = 1, .external_lex_state = 87}, + [1497] = {.lex_state = 1, .external_lex_state = 87}, + [1498] = {.lex_state = 1, .external_lex_state = 87}, + [1499] = {.lex_state = 0, .external_lex_state = 72}, + [1500] = {.lex_state = 1, .external_lex_state = 92}, + [1501] = {.lex_state = 1, .external_lex_state = 83}, + [1502] = {.lex_state = 1, .external_lex_state = 41}, + [1503] = {.lex_state = 1, .external_lex_state = 41}, + [1504] = {.lex_state = 1, .external_lex_state = 82}, + [1505] = {.lex_state = 1, .external_lex_state = 41}, [1506] = {.lex_state = 1, .external_lex_state = 92}, - [1507] = {.lex_state = 1, .external_lex_state = 40}, - [1508] = {.lex_state = 1, .external_lex_state = 40}, - [1509] = {.lex_state = 1, .external_lex_state = 40}, - [1510] = {.lex_state = 1, .external_lex_state = 93}, - [1511] = {.lex_state = 1, .external_lex_state = 45}, - [1512] = {.lex_state = 1, .external_lex_state = 94}, - [1513] = {.lex_state = 1, .external_lex_state = 44}, - [1514] = {.lex_state = 1, .external_lex_state = 61}, - [1515] = {.lex_state = 0, .external_lex_state = 72}, - [1516] = {.lex_state = 1, .external_lex_state = 44}, - [1517] = {.lex_state = 1, .external_lex_state = 41}, - [1518] = {.lex_state = 1, .external_lex_state = 82}, + [1507] = {.lex_state = 1, .external_lex_state = 87}, + [1508] = {.lex_state = 0, .external_lex_state = 72}, + [1509] = {.lex_state = 1, .external_lex_state = 41}, + [1510] = {.lex_state = 1, .external_lex_state = 41}, + [1511] = {.lex_state = 1, .external_lex_state = 41}, + [1512] = {.lex_state = 1, .external_lex_state = 87}, + [1513] = {.lex_state = 1, .external_lex_state = 87}, + [1514] = {.lex_state = 1, .external_lex_state = 44}, + [1515] = {.lex_state = 1, .external_lex_state = 40}, + [1516] = {.lex_state = 1, .external_lex_state = 41}, + [1517] = {.lex_state = 1, .external_lex_state = 40}, + [1518] = {.lex_state = 1, .external_lex_state = 41}, [1519] = {.lex_state = 1, .external_lex_state = 40}, - [1520] = {.lex_state = 1, .external_lex_state = 95}, - [1521] = {.lex_state = 1, .external_lex_state = 44}, - [1522] = {.lex_state = 1, .external_lex_state = 44}, - [1523] = {.lex_state = 2, .external_lex_state = 96}, - [1524] = {.lex_state = 1, .external_lex_state = 81}, - [1525] = {.lex_state = 1, .external_lex_state = 61}, + [1520] = {.lex_state = 1, .external_lex_state = 40}, + [1521] = {.lex_state = 1, .external_lex_state = 40}, + [1522] = {.lex_state = 1, .external_lex_state = 89}, + [1523] = {.lex_state = 1, .external_lex_state = 61}, + [1524] = {.lex_state = 1, .external_lex_state = 50}, + [1525] = {.lex_state = 1, .external_lex_state = 41}, [1526] = {.lex_state = 1, .external_lex_state = 41}, - [1527] = {.lex_state = 1, .external_lex_state = 44}, - [1528] = {.lex_state = 1, .external_lex_state = 44}, - [1529] = {.lex_state = 1, .external_lex_state = 44}, - [1530] = {.lex_state = 1, .external_lex_state = 81}, - [1531] = {.lex_state = 1, .external_lex_state = 40}, + [1527] = {.lex_state = 2, .external_lex_state = 96}, + [1528] = {.lex_state = 1, .external_lex_state = 41}, + [1529] = {.lex_state = 1, .external_lex_state = 40}, + [1530] = {.lex_state = 1, .external_lex_state = 41}, + [1531] = {.lex_state = 1, .external_lex_state = 43}, [1532] = {.lex_state = 1, .external_lex_state = 41}, - [1533] = {.lex_state = 1, .external_lex_state = 45}, - [1534] = {.lex_state = 1, .external_lex_state = 45}, - [1535] = {.lex_state = 1, .external_lex_state = 44}, - [1536] = {.lex_state = 1, .external_lex_state = 90}, - [1537] = {.lex_state = 1, .external_lex_state = 90}, - [1538] = {.lex_state = 1, .external_lex_state = 44}, - [1539] = {.lex_state = 1, .external_lex_state = 45}, - [1540] = {.lex_state = 1, .external_lex_state = 44}, - [1541] = {.lex_state = 1, .external_lex_state = 90}, - [1542] = {.lex_state = 1, .external_lex_state = 44}, - [1543] = {.lex_state = 1, .external_lex_state = 44}, - [1544] = {.lex_state = 1, .external_lex_state = 93}, - [1545] = {.lex_state = 1, .external_lex_state = 93}, - [1546] = {.lex_state = 1, .external_lex_state = 61}, - [1547] = {.lex_state = 1, .external_lex_state = 90}, - [1548] = {.lex_state = 1, .external_lex_state = 90}, - [1549] = {.lex_state = 0, .external_lex_state = 72}, - [1550] = {.lex_state = 1, .external_lex_state = 43}, - [1551] = {.lex_state = 1, .external_lex_state = 44}, - [1552] = {.lex_state = 0, .external_lex_state = 72}, - [1553] = {.lex_state = 1, .external_lex_state = 93}, - [1554] = {.lex_state = 1, .external_lex_state = 79}, - [1555] = {.lex_state = 1, .external_lex_state = 44}, - [1556] = {.lex_state = 1, .external_lex_state = 44}, - [1557] = {.lex_state = 1, .external_lex_state = 92}, - [1558] = {.lex_state = 1, .external_lex_state = 44}, - [1559] = {.lex_state = 1, .external_lex_state = 92}, - [1560] = {.lex_state = 1, .external_lex_state = 93}, - [1561] = {.lex_state = 1, .external_lex_state = 44}, - [1562] = {.lex_state = 1, .external_lex_state = 61}, - [1563] = {.lex_state = 1, .external_lex_state = 93}, - [1564] = {.lex_state = 1, .external_lex_state = 79}, + [1533] = {.lex_state = 1, .external_lex_state = 41}, + [1534] = {.lex_state = 1, .external_lex_state = 42}, + [1535] = {.lex_state = 1, .external_lex_state = 42}, + [1536] = {.lex_state = 1, .external_lex_state = 43}, + [1537] = {.lex_state = 1, .external_lex_state = 43}, + [1538] = {.lex_state = 1, .external_lex_state = 43}, + [1539] = {.lex_state = 1, .external_lex_state = 84}, + [1540] = {.lex_state = 1, .external_lex_state = 91}, + [1541] = {.lex_state = 1, .external_lex_state = 40}, + [1542] = {.lex_state = 1, .external_lex_state = 42}, + [1543] = {.lex_state = 1, .external_lex_state = 40}, + [1544] = {.lex_state = 1, .external_lex_state = 44}, + [1545] = {.lex_state = 1, .external_lex_state = 92}, + [1546] = {.lex_state = 1, .external_lex_state = 46}, + [1547] = {.lex_state = 0, .external_lex_state = 72}, + [1548] = {.lex_state = 1, .external_lex_state = 43}, + [1549] = {.lex_state = 2, .external_lex_state = 94}, + [1550] = {.lex_state = 1, .external_lex_state = 40}, + [1551] = {.lex_state = 1, .external_lex_state = 40}, + [1552] = {.lex_state = 1, .external_lex_state = 40}, + [1553] = {.lex_state = 1, .external_lex_state = 40}, + [1554] = {.lex_state = 1, .external_lex_state = 43}, + [1555] = {.lex_state = 1, .external_lex_state = 43}, + [1556] = {.lex_state = 1, .external_lex_state = 43}, + [1557] = {.lex_state = 1, .external_lex_state = 43}, + [1558] = {.lex_state = 1, .external_lex_state = 40}, + [1559] = {.lex_state = 1, .external_lex_state = 97}, + [1560] = {.lex_state = 1, .external_lex_state = 43}, + [1561] = {.lex_state = 1, .external_lex_state = 40}, + [1562] = {.lex_state = 1, .external_lex_state = 87}, + [1563] = {.lex_state = 1, .external_lex_state = 43}, + [1564] = {.lex_state = 1, .external_lex_state = 41}, [1565] = {.lex_state = 1, .external_lex_state = 40}, - [1566] = {.lex_state = 1, .external_lex_state = 40}, + [1566] = {.lex_state = 1, .external_lex_state = 43}, [1567] = {.lex_state = 1, .external_lex_state = 40}, [1568] = {.lex_state = 1, .external_lex_state = 40}, [1569] = {.lex_state = 1, .external_lex_state = 40}, [1570] = {.lex_state = 1, .external_lex_state = 40}, [1571] = {.lex_state = 1, .external_lex_state = 40}, - [1572] = {.lex_state = 1, .external_lex_state = 92}, - [1573] = {.lex_state = 1, .external_lex_state = 40}, - [1574] = {.lex_state = 1, .external_lex_state = 40}, - [1575] = {.lex_state = 1, .external_lex_state = 45}, - [1576] = {.lex_state = 1, .external_lex_state = 92}, - [1577] = {.lex_state = 1, .external_lex_state = 45}, - [1578] = {.lex_state = 0, .external_lex_state = 72}, - [1579] = {.lex_state = 1, .external_lex_state = 90}, + [1572] = {.lex_state = 0, .external_lex_state = 72}, + [1573] = {.lex_state = 1, .external_lex_state = 43}, + [1574] = {.lex_state = 2, .external_lex_state = 96}, + [1575] = {.lex_state = 1, .external_lex_state = 43}, + [1576] = {.lex_state = 1, .external_lex_state = 61}, + [1577] = {.lex_state = 1, .external_lex_state = 40}, + [1578] = {.lex_state = 1, .external_lex_state = 40}, + [1579] = {.lex_state = 0, .external_lex_state = 72}, [1580] = {.lex_state = 1, .external_lex_state = 40}, - [1581] = {.lex_state = 1, .external_lex_state = 97}, - [1582] = {.lex_state = 1, .external_lex_state = 90}, - [1583] = {.lex_state = 1, .external_lex_state = 90}, - [1584] = {.lex_state = 1, .external_lex_state = 41}, - [1585] = {.lex_state = 1, .external_lex_state = 41}, - [1586] = {.lex_state = 1, .external_lex_state = 41}, - [1587] = {.lex_state = 1, .external_lex_state = 44}, - [1588] = {.lex_state = 1, .external_lex_state = 44}, - [1589] = {.lex_state = 1, .external_lex_state = 41}, - [1590] = {.lex_state = 1, .external_lex_state = 44}, - [1591] = {.lex_state = 0, .external_lex_state = 72}, - [1592] = {.lex_state = 1, .external_lex_state = 44}, + [1581] = {.lex_state = 1, .external_lex_state = 79}, + [1582] = {.lex_state = 1, .external_lex_state = 40}, + [1583] = {.lex_state = 1, .external_lex_state = 43}, + [1584] = {.lex_state = 0, .external_lex_state = 72}, + [1585] = {.lex_state = 1, .external_lex_state = 43}, + [1586] = {.lex_state = 1, .external_lex_state = 42}, + [1587] = {.lex_state = 1, .external_lex_state = 42}, + [1588] = {.lex_state = 1, .external_lex_state = 42}, + [1589] = {.lex_state = 1, .external_lex_state = 42}, + [1590] = {.lex_state = 1, .external_lex_state = 42}, + [1591] = {.lex_state = 1, .external_lex_state = 82}, + [1592] = {.lex_state = 0, .external_lex_state = 72}, [1593] = {.lex_state = 0, .external_lex_state = 72}, - [1594] = {.lex_state = 1, .external_lex_state = 49}, - [1595] = {.lex_state = 1, .external_lex_state = 44}, - [1596] = {.lex_state = 1, .external_lex_state = 44}, - [1597] = {.lex_state = 1, .external_lex_state = 98}, - [1598] = {.lex_state = 1, .external_lex_state = 44}, - [1599] = {.lex_state = 1, .external_lex_state = 44}, - [1600] = {.lex_state = 1, .external_lex_state = 44}, - [1601] = {.lex_state = 1, .external_lex_state = 61}, + [1594] = {.lex_state = 1, .external_lex_state = 43}, + [1595] = {.lex_state = 0, .external_lex_state = 72}, + [1596] = {.lex_state = 0, .external_lex_state = 72}, + [1597] = {.lex_state = 0, .external_lex_state = 72}, + [1598] = {.lex_state = 1, .external_lex_state = 90}, + [1599] = {.lex_state = 1, .external_lex_state = 90}, + [1600] = {.lex_state = 1, .external_lex_state = 43}, + [1601] = {.lex_state = 1, .external_lex_state = 40}, [1602] = {.lex_state = 1, .external_lex_state = 90}, - [1603] = {.lex_state = 1, .external_lex_state = 43}, - [1604] = {.lex_state = 1, .external_lex_state = 99}, - [1605] = {.lex_state = 1, .external_lex_state = 100}, - [1606] = {.lex_state = 1, .external_lex_state = 41}, - [1607] = {.lex_state = 1, .external_lex_state = 44}, - [1608] = {.lex_state = 1, .external_lex_state = 41}, - [1609] = {.lex_state = 1, .external_lex_state = 43}, - [1610] = {.lex_state = 1, .external_lex_state = 43}, - [1611] = {.lex_state = 1, .external_lex_state = 43}, - [1612] = {.lex_state = 1, .external_lex_state = 43}, - [1613] = {.lex_state = 1, .external_lex_state = 45}, - [1614] = {.lex_state = 2, .external_lex_state = 96}, - [1615] = {.lex_state = 1, .external_lex_state = 43}, - [1616] = {.lex_state = 1, .external_lex_state = 41}, - [1617] = {.lex_state = 1, .external_lex_state = 43}, - [1618] = {.lex_state = 1, .external_lex_state = 41}, - [1619] = {.lex_state = 1, .external_lex_state = 41}, - [1620] = {.lex_state = 1, .external_lex_state = 41}, - [1621] = {.lex_state = 1, .external_lex_state = 41}, + [1603] = {.lex_state = 1, .external_lex_state = 42}, + [1604] = {.lex_state = 1, .external_lex_state = 43}, + [1605] = {.lex_state = 1, .external_lex_state = 42}, + [1606] = {.lex_state = 1, .external_lex_state = 43}, + [1607] = {.lex_state = 1, .external_lex_state = 42}, + [1608] = {.lex_state = 1, .external_lex_state = 98}, + [1609] = {.lex_state = 1, .external_lex_state = 90}, + [1610] = {.lex_state = 1, .external_lex_state = 44}, + [1611] = {.lex_state = 1, .external_lex_state = 44}, + [1612] = {.lex_state = 1, .external_lex_state = 42}, + [1613] = {.lex_state = 1, .external_lex_state = 91}, + [1614] = {.lex_state = 0, .external_lex_state = 72}, + [1615] = {.lex_state = 1, .external_lex_state = 44}, + [1616] = {.lex_state = 1, .external_lex_state = 44}, + [1617] = {.lex_state = 0, .external_lex_state = 72}, + [1618] = {.lex_state = 1, .external_lex_state = 43}, + [1619] = {.lex_state = 0, .external_lex_state = 72}, + [1620] = {.lex_state = 1, .external_lex_state = 42}, + [1621] = {.lex_state = 0, .external_lex_state = 72}, [1622] = {.lex_state = 1, .external_lex_state = 43}, - [1623] = {.lex_state = 1, .external_lex_state = 89}, + [1623] = {.lex_state = 1, .external_lex_state = 44}, [1624] = {.lex_state = 1, .external_lex_state = 43}, - [1625] = {.lex_state = 0, .external_lex_state = 72}, - [1626] = {.lex_state = 1, .external_lex_state = 41}, - [1627] = {.lex_state = 1, .external_lex_state = 43}, - [1628] = {.lex_state = 0, .external_lex_state = 72}, - [1629] = {.lex_state = 0, .external_lex_state = 72}, + [1625] = {.lex_state = 1, .external_lex_state = 91}, + [1626] = {.lex_state = 1, .external_lex_state = 43}, + [1627] = {.lex_state = 1, .external_lex_state = 79}, + [1628] = {.lex_state = 1, .external_lex_state = 43}, + [1629] = {.lex_state = 1, .external_lex_state = 44}, [1630] = {.lex_state = 1, .external_lex_state = 43}, [1631] = {.lex_state = 1, .external_lex_state = 43}, - [1632] = {.lex_state = 1, .external_lex_state = 43}, - [1633] = {.lex_state = 1, .external_lex_state = 43}, - [1634] = {.lex_state = 1, .external_lex_state = 43}, - [1635] = {.lex_state = 1, .external_lex_state = 43}, - [1636] = {.lex_state = 1, .external_lex_state = 43}, - [1637] = {.lex_state = 1, .external_lex_state = 41}, - [1638] = {.lex_state = 1, .external_lex_state = 41}, - [1639] = {.lex_state = 1, .external_lex_state = 43}, - [1640] = {.lex_state = 1, .external_lex_state = 89}, - [1641] = {.lex_state = 1, .external_lex_state = 43}, - [1642] = {.lex_state = 1, .external_lex_state = 43}, - [1643] = {.lex_state = 1, .external_lex_state = 43}, - [1644] = {.lex_state = 0, .external_lex_state = 72}, - [1645] = {.lex_state = 1, .external_lex_state = 45}, + [1632] = {.lex_state = 1, .external_lex_state = 44}, + [1633] = {.lex_state = 1, .external_lex_state = 52}, + [1634] = {.lex_state = 1, .external_lex_state = 42}, + [1635] = {.lex_state = 1, .external_lex_state = 42}, + [1636] = {.lex_state = 1, .external_lex_state = 42}, + [1637] = {.lex_state = 1, .external_lex_state = 42}, + [1638] = {.lex_state = 1, .external_lex_state = 90}, + [1639] = {.lex_state = 1, .external_lex_state = 44}, + [1640] = {.lex_state = 1, .external_lex_state = 44}, + [1641] = {.lex_state = 1, .external_lex_state = 42}, + [1642] = {.lex_state = 1, .external_lex_state = 42}, + [1643] = {.lex_state = 1, .external_lex_state = 41}, + [1644] = {.lex_state = 1, .external_lex_state = 93}, + [1645] = {.lex_state = 1, .external_lex_state = 44}, [1646] = {.lex_state = 1, .external_lex_state = 43}, - [1647] = {.lex_state = 0, .external_lex_state = 72}, - [1648] = {.lex_state = 1, .external_lex_state = 41}, - [1649] = {.lex_state = 1, .external_lex_state = 43}, - [1650] = {.lex_state = 1, .external_lex_state = 88}, - [1651] = {.lex_state = 1, .external_lex_state = 61}, - [1652] = {.lex_state = 1, .external_lex_state = 41}, - [1653] = {.lex_state = 1, .external_lex_state = 61}, - [1654] = {.lex_state = 0, .external_lex_state = 72}, - [1655] = {.lex_state = 0, .external_lex_state = 72}, - [1656] = {.lex_state = 1, .external_lex_state = 52}, - [1657] = {.lex_state = 1, .external_lex_state = 61}, - [1658] = {.lex_state = 1, .external_lex_state = 41}, - [1659] = {.lex_state = 1, .external_lex_state = 45}, - [1660] = {.lex_state = 1, .external_lex_state = 40}, - [1661] = {.lex_state = 1, .external_lex_state = 44}, - [1662] = {.lex_state = 1, .external_lex_state = 45}, - [1663] = {.lex_state = 0, .external_lex_state = 72}, - [1664] = {.lex_state = 1, .external_lex_state = 45}, - [1665] = {.lex_state = 1, .external_lex_state = 45}, - [1666] = {.lex_state = 1, .external_lex_state = 88}, - [1667] = {.lex_state = 1, .external_lex_state = 43}, - [1668] = {.lex_state = 1, .external_lex_state = 61}, - [1669] = {.lex_state = 1, .external_lex_state = 43}, - [1670] = {.lex_state = 1, .external_lex_state = 45}, - [1671] = {.lex_state = 1, .external_lex_state = 45}, - [1672] = {.lex_state = 0, .external_lex_state = 72}, - [1673] = {.lex_state = 1, .external_lex_state = 101}, + [1647] = {.lex_state = 1, .external_lex_state = 44}, + [1648] = {.lex_state = 1, .external_lex_state = 44}, + [1649] = {.lex_state = 1, .external_lex_state = 93}, + [1650] = {.lex_state = 1, .external_lex_state = 44}, + [1651] = {.lex_state = 1, .external_lex_state = 40}, + [1652] = {.lex_state = 1, .external_lex_state = 44}, + [1653] = {.lex_state = 2, .external_lex_state = 94}, + [1654] = {.lex_state = 1, .external_lex_state = 61}, + [1655] = {.lex_state = 1, .external_lex_state = 93}, + [1656] = {.lex_state = 1, .external_lex_state = 93}, + [1657] = {.lex_state = 1, .external_lex_state = 93}, + [1658] = {.lex_state = 1, .external_lex_state = 44}, + [1659] = {.lex_state = 1, .external_lex_state = 47}, + [1660] = {.lex_state = 1, .external_lex_state = 44}, + [1661] = {.lex_state = 1, .external_lex_state = 42}, + [1662] = {.lex_state = 1, .external_lex_state = 42}, + [1663] = {.lex_state = 1, .external_lex_state = 42}, + [1664] = {.lex_state = 1, .external_lex_state = 99}, + [1665] = {.lex_state = 1, .external_lex_state = 42}, + [1666] = {.lex_state = 1, .external_lex_state = 42}, + [1667] = {.lex_state = 1, .external_lex_state = 42}, + [1668] = {.lex_state = 1, .external_lex_state = 42}, + [1669] = {.lex_state = 1, .external_lex_state = 42}, + [1670] = {.lex_state = 0, .external_lex_state = 72}, + [1671] = {.lex_state = 1, .external_lex_state = 100}, + [1672] = {.lex_state = 1, .external_lex_state = 44}, + [1673] = {.lex_state = 1, .external_lex_state = 49}, [1674] = {.lex_state = 1, .external_lex_state = 47}, - [1675] = {.lex_state = 1, .external_lex_state = 48}, - [1676] = {.lex_state = 1, .external_lex_state = 48}, - [1677] = {.lex_state = 1, .external_lex_state = 52}, - [1678] = {.lex_state = 1, .external_lex_state = 52}, - [1679] = {.lex_state = 1, .external_lex_state = 48}, - [1680] = {.lex_state = 2, .external_lex_state = 102}, - [1681] = {.lex_state = 1, .external_lex_state = 51}, - [1682] = {.lex_state = 2, .external_lex_state = 102}, - [1683] = {.lex_state = 2, .external_lex_state = 13}, - [1684] = {.lex_state = 1, .external_lex_state = 52}, - [1685] = {.lex_state = 2, .external_lex_state = 102}, - [1686] = {.lex_state = 1, .external_lex_state = 103}, + [1675] = {.lex_state = 1, .external_lex_state = 49}, + [1676] = {.lex_state = 1, .external_lex_state = 47}, + [1677] = {.lex_state = 1, .external_lex_state = 46}, + [1678] = {.lex_state = 1, .external_lex_state = 101}, + [1679] = {.lex_state = 1, .external_lex_state = 46}, + [1680] = {.lex_state = 1, .external_lex_state = 102}, + [1681] = {.lex_state = 1, .external_lex_state = 52}, + [1682] = {.lex_state = 1, .external_lex_state = 52}, + [1683] = {.lex_state = 1, .external_lex_state = 46}, + [1684] = {.lex_state = 1, .external_lex_state = 46}, + [1685] = {.lex_state = 1, .external_lex_state = 103}, + [1686] = {.lex_state = 1, .external_lex_state = 49}, [1687] = {.lex_state = 1, .external_lex_state = 103}, - [1688] = {.lex_state = 1, .external_lex_state = 104}, - [1689] = {.lex_state = 1, .external_lex_state = 104}, - [1690] = {.lex_state = 1, .external_lex_state = 105}, - [1691] = {.lex_state = 1, .external_lex_state = 48}, - [1692] = {.lex_state = 1, .external_lex_state = 52}, - [1693] = {.lex_state = 1, .external_lex_state = 104}, - [1694] = {.lex_state = 1, .external_lex_state = 99}, - [1695] = {.lex_state = 2, .external_lex_state = 102}, - [1696] = {.lex_state = 1, .external_lex_state = 103}, - [1697] = {.lex_state = 1, .external_lex_state = 48}, - [1698] = {.lex_state = 1, .external_lex_state = 52}, - [1699] = {.lex_state = 1, .external_lex_state = 100}, - [1700] = {.lex_state = 1, .external_lex_state = 52}, - [1701] = {.lex_state = 1, .external_lex_state = 49}, - [1702] = {.lex_state = 1, .external_lex_state = 56}, - [1703] = {.lex_state = 1, .external_lex_state = 49}, - [1704] = {.lex_state = 1, .external_lex_state = 51}, - [1705] = {.lex_state = 1, .external_lex_state = 52}, - [1706] = {.lex_state = 1, .external_lex_state = 106}, - [1707] = {.lex_state = 1, .external_lex_state = 52}, - [1708] = {.lex_state = 1, .external_lex_state = 52}, + [1688] = {.lex_state = 1, .external_lex_state = 55}, + [1689] = {.lex_state = 1, .external_lex_state = 47}, + [1690] = {.lex_state = 1, .external_lex_state = 104}, + [1691] = {.lex_state = 1, .external_lex_state = 52}, + [1692] = {.lex_state = 1, .external_lex_state = 47}, + [1693] = {.lex_state = 1, .external_lex_state = 103}, + [1694] = {.lex_state = 1, .external_lex_state = 52}, + [1695] = {.lex_state = 1, .external_lex_state = 52}, + [1696] = {.lex_state = 1, .external_lex_state = 100}, + [1697] = {.lex_state = 1, .external_lex_state = 105}, + [1698] = {.lex_state = 1, .external_lex_state = 105}, + [1699] = {.lex_state = 1, .external_lex_state = 105}, + [1700] = {.lex_state = 1, .external_lex_state = 54}, + [1701] = {.lex_state = 1, .external_lex_state = 103}, + [1702] = {.lex_state = 1, .external_lex_state = 47}, + [1703] = {.lex_state = 1, .external_lex_state = 103}, + [1704] = {.lex_state = 1, .external_lex_state = 52}, + [1705] = {.lex_state = 1, .external_lex_state = 56}, + [1706] = {.lex_state = 1, .external_lex_state = 47}, + [1707] = {.lex_state = 1, .external_lex_state = 106}, + [1708] = {.lex_state = 1, .external_lex_state = 47}, [1709] = {.lex_state = 1, .external_lex_state = 52}, - [1710] = {.lex_state = 1, .external_lex_state = 47}, - [1711] = {.lex_state = 1, .external_lex_state = 49}, - [1712] = {.lex_state = 1, .external_lex_state = 47}, - [1713] = {.lex_state = 1, .external_lex_state = 49}, - [1714] = {.lex_state = 1, .external_lex_state = 103}, - [1715] = {.lex_state = 1, .external_lex_state = 52}, - [1716] = {.lex_state = 1, .external_lex_state = 103}, - [1717] = {.lex_state = 1, .external_lex_state = 49}, - [1718] = {.lex_state = 1, .external_lex_state = 98}, - [1719] = {.lex_state = 1, .external_lex_state = 55}, - [1720] = {.lex_state = 1, .external_lex_state = 99}, - [1721] = {.lex_state = 1, .external_lex_state = 107}, + [1710] = {.lex_state = 1, .external_lex_state = 52}, + [1711] = {.lex_state = 2, .external_lex_state = 107}, + [1712] = {.lex_state = 1, .external_lex_state = 46}, + [1713] = {.lex_state = 1, .external_lex_state = 100}, + [1714] = {.lex_state = 1, .external_lex_state = 52}, + [1715] = {.lex_state = 1, .external_lex_state = 103}, + [1716] = {.lex_state = 1, .external_lex_state = 52}, + [1717] = {.lex_state = 1, .external_lex_state = 52}, + [1718] = {.lex_state = 1, .external_lex_state = 47}, + [1719] = {.lex_state = 2, .external_lex_state = 13}, + [1720] = {.lex_state = 1, .external_lex_state = 47}, + [1721] = {.lex_state = 1, .external_lex_state = 46}, [1722] = {.lex_state = 1, .external_lex_state = 52}, - [1723] = {.lex_state = 1, .external_lex_state = 52}, - [1724] = {.lex_state = 1, .external_lex_state = 98}, + [1723] = {.lex_state = 1, .external_lex_state = 99}, + [1724] = {.lex_state = 1, .external_lex_state = 47}, [1725] = {.lex_state = 1, .external_lex_state = 108}, - [1726] = {.lex_state = 1, .external_lex_state = 109}, - [1727] = {.lex_state = 1, .external_lex_state = 109}, + [1726] = {.lex_state = 1, .external_lex_state = 108}, + [1727] = {.lex_state = 1, .external_lex_state = 46}, [1728] = {.lex_state = 1, .external_lex_state = 52}, - [1729] = {.lex_state = 1, .external_lex_state = 49}, - [1730] = {.lex_state = 1, .external_lex_state = 104}, - [1731] = {.lex_state = 1, .external_lex_state = 104}, - [1732] = {.lex_state = 1, .external_lex_state = 104}, - [1733] = {.lex_state = 1, .external_lex_state = 52}, - [1734] = {.lex_state = 1, .external_lex_state = 49}, - [1735] = {.lex_state = 1, .external_lex_state = 68}, - [1736] = {.lex_state = 1, .external_lex_state = 109}, - [1737] = {.lex_state = 1, .external_lex_state = 97}, - [1738] = {.lex_state = 1, .external_lex_state = 47}, + [1729] = {.lex_state = 1, .external_lex_state = 52}, + [1730] = {.lex_state = 1, .external_lex_state = 46}, + [1731] = {.lex_state = 1, .external_lex_state = 46}, + [1732] = {.lex_state = 1, .external_lex_state = 50}, + [1733] = {.lex_state = 1, .external_lex_state = 47}, + [1734] = {.lex_state = 1, .external_lex_state = 46}, + [1735] = {.lex_state = 1, .external_lex_state = 46}, + [1736] = {.lex_state = 1, .external_lex_state = 47}, + [1737] = {.lex_state = 1, .external_lex_state = 52}, + [1738] = {.lex_state = 1, .external_lex_state = 49}, [1739] = {.lex_state = 1, .external_lex_state = 49}, - [1740] = {.lex_state = 1, .external_lex_state = 57}, - [1741] = {.lex_state = 1, .external_lex_state = 104}, - [1742] = {.lex_state = 1, .external_lex_state = 109}, - [1743] = {.lex_state = 1, .external_lex_state = 109}, - [1744] = {.lex_state = 1, .external_lex_state = 109}, - [1745] = {.lex_state = 1, .external_lex_state = 109}, - [1746] = {.lex_state = 1, .external_lex_state = 109}, + [1740] = {.lex_state = 1, .external_lex_state = 52}, + [1741] = {.lex_state = 1, .external_lex_state = 52}, + [1742] = {.lex_state = 1, .external_lex_state = 46}, + [1743] = {.lex_state = 1, .external_lex_state = 50}, + [1744] = {.lex_state = 1, .external_lex_state = 46}, + [1745] = {.lex_state = 1, .external_lex_state = 52}, + [1746] = {.lex_state = 1, .external_lex_state = 49}, [1747] = {.lex_state = 1, .external_lex_state = 52}, - [1748] = {.lex_state = 1, .external_lex_state = 108}, + [1748] = {.lex_state = 2, .external_lex_state = 86}, [1749] = {.lex_state = 1, .external_lex_state = 49}, - [1750] = {.lex_state = 1, .external_lex_state = 101}, - [1751] = {.lex_state = 1, .external_lex_state = 49}, - [1752] = {.lex_state = 1, .external_lex_state = 52}, - [1753] = {.lex_state = 1, .external_lex_state = 52}, + [1750] = {.lex_state = 1, .external_lex_state = 97}, + [1751] = {.lex_state = 1, .external_lex_state = 47}, + [1752] = {.lex_state = 1, .external_lex_state = 108}, + [1753] = {.lex_state = 1, .external_lex_state = 103}, [1754] = {.lex_state = 1, .external_lex_state = 49}, - [1755] = {.lex_state = 1, .external_lex_state = 49}, - [1756] = {.lex_state = 1, .external_lex_state = 58}, - [1757] = {.lex_state = 1, .external_lex_state = 108}, - [1758] = {.lex_state = 1, .external_lex_state = 49}, + [1755] = {.lex_state = 1, .external_lex_state = 103}, + [1756] = {.lex_state = 1, .external_lex_state = 103}, + [1757] = {.lex_state = 1, .external_lex_state = 46}, + [1758] = {.lex_state = 1, .external_lex_state = 108}, [1759] = {.lex_state = 1, .external_lex_state = 108}, - [1760] = {.lex_state = 1, .external_lex_state = 49}, - [1761] = {.lex_state = 1, .external_lex_state = 100}, - [1762] = {.lex_state = 1, .external_lex_state = 104}, - [1763] = {.lex_state = 1, .external_lex_state = 104}, - [1764] = {.lex_state = 1, .external_lex_state = 109}, - [1765] = {.lex_state = 1, .external_lex_state = 49}, - [1766] = {.lex_state = 1, .external_lex_state = 77}, - [1767] = {.lex_state = 2, .external_lex_state = 86}, - [1768] = {.lex_state = 1, .external_lex_state = 49}, - [1769] = {.lex_state = 1, .external_lex_state = 48}, - [1770] = {.lex_state = 1, .external_lex_state = 49}, - [1771] = {.lex_state = 1, .external_lex_state = 56}, - [1772] = {.lex_state = 1, .external_lex_state = 48}, - [1773] = {.lex_state = 1, .external_lex_state = 97}, - [1774] = {.lex_state = 1, .external_lex_state = 61}, - [1775] = {.lex_state = 1, .external_lex_state = 104}, - [1776] = {.lex_state = 1, .external_lex_state = 49}, - [1777] = {.lex_state = 1, .external_lex_state = 47}, - [1778] = {.lex_state = 1, .external_lex_state = 49}, - [1779] = {.lex_state = 1, .external_lex_state = 60}, - [1780] = {.lex_state = 1, .external_lex_state = 94}, - [1781] = {.lex_state = 2, .external_lex_state = 86}, - [1782] = {.lex_state = 1, .external_lex_state = 49}, - [1783] = {.lex_state = 1, .external_lex_state = 110}, - [1784] = {.lex_state = 1, .external_lex_state = 95}, - [1785] = {.lex_state = 1, .external_lex_state = 52}, - [1786] = {.lex_state = 2, .external_lex_state = 86}, - [1787] = {.lex_state = 1, .external_lex_state = 95}, - [1788] = {.lex_state = 2, .external_lex_state = 86}, - [1789] = {.lex_state = 1, .external_lex_state = 101}, - [1790] = {.lex_state = 1, .external_lex_state = 77}, - [1791] = {.lex_state = 1, .external_lex_state = 52}, - [1792] = {.lex_state = 1, .external_lex_state = 94}, - [1793] = {.lex_state = 1, .external_lex_state = 48}, - [1794] = {.lex_state = 1, .external_lex_state = 49}, - [1795] = {.lex_state = 1, .external_lex_state = 48}, - [1796] = {.lex_state = 1, .external_lex_state = 49}, - [1797] = {.lex_state = 1, .external_lex_state = 47}, - [1798] = {.lex_state = 1, .external_lex_state = 47}, - [1799] = {.lex_state = 1, .external_lex_state = 48}, - [1800] = {.lex_state = 1, .external_lex_state = 77}, - [1801] = {.lex_state = 1, .external_lex_state = 77}, - [1802] = {.lex_state = 1, .external_lex_state = 77}, - [1803] = {.lex_state = 1, .external_lex_state = 47}, - [1804] = {.lex_state = 1, .external_lex_state = 47}, - [1805] = {.lex_state = 1, .external_lex_state = 47}, - [1806] = {.lex_state = 1, .external_lex_state = 77}, - [1807] = {.lex_state = 1, .external_lex_state = 77}, - [1808] = {.lex_state = 1, .external_lex_state = 108}, - [1809] = {.lex_state = 1, .external_lex_state = 108}, - [1810] = {.lex_state = 1, .external_lex_state = 103}, - [1811] = {.lex_state = 1, .external_lex_state = 103}, - [1812] = {.lex_state = 1, .external_lex_state = 103}, - [1813] = {.lex_state = 1, .external_lex_state = 108}, - [1814] = {.lex_state = 1, .external_lex_state = 48}, - [1815] = {.lex_state = 1, .external_lex_state = 101}, - [1816] = {.lex_state = 2, .external_lex_state = 86}, - [1817] = {.lex_state = 1, .external_lex_state = 77}, + [1760] = {.lex_state = 1, .external_lex_state = 46}, + [1761] = {.lex_state = 2, .external_lex_state = 107}, + [1762] = {.lex_state = 1, .external_lex_state = 108}, + [1763] = {.lex_state = 1, .external_lex_state = 52}, + [1764] = {.lex_state = 1, .external_lex_state = 108}, + [1765] = {.lex_state = 1, .external_lex_state = 108}, + [1766] = {.lex_state = 1, .external_lex_state = 46}, + [1767] = {.lex_state = 1, .external_lex_state = 50}, + [1768] = {.lex_state = 1, .external_lex_state = 46}, + [1769] = {.lex_state = 1, .external_lex_state = 47}, + [1770] = {.lex_state = 1, .external_lex_state = 50}, + [1771] = {.lex_state = 1, .external_lex_state = 47}, + [1772] = {.lex_state = 1, .external_lex_state = 50}, + [1773] = {.lex_state = 1, .external_lex_state = 50}, + [1774] = {.lex_state = 1, .external_lex_state = 46}, + [1775] = {.lex_state = 1, .external_lex_state = 46}, + [1776] = {.lex_state = 1, .external_lex_state = 46}, + [1777] = {.lex_state = 1, .external_lex_state = 55}, + [1778] = {.lex_state = 1, .external_lex_state = 46}, + [1779] = {.lex_state = 1, .external_lex_state = 105}, + [1780] = {.lex_state = 1, .external_lex_state = 46}, + [1781] = {.lex_state = 1, .external_lex_state = 88}, + [1782] = {.lex_state = 1, .external_lex_state = 50}, + [1783] = {.lex_state = 1, .external_lex_state = 50}, + [1784] = {.lex_state = 1, .external_lex_state = 50}, + [1785] = {.lex_state = 1, .external_lex_state = 46}, + [1786] = {.lex_state = 1, .external_lex_state = 46}, + [1787] = {.lex_state = 1, .external_lex_state = 98}, + [1788] = {.lex_state = 1, .external_lex_state = 47}, + [1789] = {.lex_state = 2, .external_lex_state = 86}, + [1790] = {.lex_state = 1, .external_lex_state = 47}, + [1791] = {.lex_state = 1, .external_lex_state = 47}, + [1792] = {.lex_state = 1, .external_lex_state = 50}, + [1793] = {.lex_state = 1, .external_lex_state = 46}, + [1794] = {.lex_state = 2, .external_lex_state = 86}, + [1795] = {.lex_state = 1, .external_lex_state = 46}, + [1796] = {.lex_state = 1, .external_lex_state = 58}, + [1797] = {.lex_state = 1, .external_lex_state = 49}, + [1798] = {.lex_state = 1, .external_lex_state = 98}, + [1799] = {.lex_state = 1, .external_lex_state = 50}, + [1800] = {.lex_state = 1, .external_lex_state = 104}, + [1801] = {.lex_state = 1, .external_lex_state = 104}, + [1802] = {.lex_state = 2, .external_lex_state = 107}, + [1803] = {.lex_state = 1, .external_lex_state = 66}, + [1804] = {.lex_state = 1, .external_lex_state = 46}, + [1805] = {.lex_state = 1, .external_lex_state = 71}, + [1806] = {.lex_state = 1, .external_lex_state = 49}, + [1807] = {.lex_state = 1, .external_lex_state = 49}, + [1808] = {.lex_state = 1, .external_lex_state = 46}, + [1809] = {.lex_state = 1, .external_lex_state = 46}, + [1810] = {.lex_state = 1, .external_lex_state = 50}, + [1811] = {.lex_state = 1, .external_lex_state = 88}, + [1812] = {.lex_state = 1, .external_lex_state = 108}, + [1813] = {.lex_state = 1, .external_lex_state = 49}, + [1814] = {.lex_state = 1, .external_lex_state = 109}, + [1815] = {.lex_state = 1, .external_lex_state = 104}, + [1816] = {.lex_state = 1, .external_lex_state = 110}, + [1817] = {.lex_state = 2, .external_lex_state = 107}, [1818] = {.lex_state = 1, .external_lex_state = 47}, - [1819] = {.lex_state = 1, .external_lex_state = 101}, - [1820] = {.lex_state = 1, .external_lex_state = 101}, - [1821] = {.lex_state = 1, .external_lex_state = 51}, - [1822] = {.lex_state = 1, .external_lex_state = 108}, - [1823] = {.lex_state = 1, .external_lex_state = 108}, - [1824] = {.lex_state = 1, .external_lex_state = 51}, - [1825] = {.lex_state = 1, .external_lex_state = 48}, - [1826] = {.lex_state = 1, .external_lex_state = 48}, - [1827] = {.lex_state = 1, .external_lex_state = 48}, - [1828] = {.lex_state = 1, .external_lex_state = 49}, - [1829] = {.lex_state = 1, .external_lex_state = 48}, - [1830] = {.lex_state = 1, .external_lex_state = 51}, - [1831] = {.lex_state = 1, .external_lex_state = 47}, - [1832] = {.lex_state = 1, .external_lex_state = 48}, - [1833] = {.lex_state = 1, .external_lex_state = 48}, - [1834] = {.lex_state = 1, .external_lex_state = 47}, - [1835] = {.lex_state = 1, .external_lex_state = 48}, - [1836] = {.lex_state = 1, .external_lex_state = 48}, - [1837] = {.lex_state = 1, .external_lex_state = 51}, - [1838] = {.lex_state = 1, .external_lex_state = 52}, - [1839] = {.lex_state = 1, .external_lex_state = 52}, - [1840] = {.lex_state = 1, .external_lex_state = 52}, - [1841] = {.lex_state = 1, .external_lex_state = 51}, - [1842] = {.lex_state = 1, .external_lex_state = 52}, - [1843] = {.lex_state = 1, .external_lex_state = 48}, - [1844] = {.lex_state = 1, .external_lex_state = 47}, - [1845] = {.lex_state = 1, .external_lex_state = 51}, - [1846] = {.lex_state = 1, .external_lex_state = 51}, - [1847] = {.lex_state = 1, .external_lex_state = 48}, - [1848] = {.lex_state = 1, .external_lex_state = 48}, - [1849] = {.lex_state = 1, .external_lex_state = 51}, - [1850] = {.lex_state = 1, .external_lex_state = 51}, - [1851] = {.lex_state = 1, .external_lex_state = 51}, - [1852] = {.lex_state = 1, .external_lex_state = 103}, - [1853] = {.lex_state = 2, .external_lex_state = 102}, - [1854] = {.lex_state = 1, .external_lex_state = 51}, - [1855] = {.lex_state = 1, .external_lex_state = 51}, - [1856] = {.lex_state = 1, .external_lex_state = 51}, - [1857] = {.lex_state = 1, .external_lex_state = 48}, - [1858] = {.lex_state = 1, .external_lex_state = 51}, - [1859] = {.lex_state = 1, .external_lex_state = 48}, - [1860] = {.lex_state = 1, .external_lex_state = 47}, - [1861] = {.lex_state = 1, .external_lex_state = 111}, - [1862] = {.lex_state = 1, .external_lex_state = 48}, - [1863] = {.lex_state = 1, .external_lex_state = 51}, - [1864] = {.lex_state = 1, .external_lex_state = 51}, - [1865] = {.lex_state = 1, .external_lex_state = 51}, - [1866] = {.lex_state = 1, .external_lex_state = 52}, - [1867] = {.lex_state = 1, .external_lex_state = 51}, - [1868] = {.lex_state = 1, .external_lex_state = 48}, - [1869] = {.lex_state = 1, .external_lex_state = 48}, - [1870] = {.lex_state = 1, .external_lex_state = 51}, - [1871] = {.lex_state = 1, .external_lex_state = 51}, - [1872] = {.lex_state = 1, .external_lex_state = 59}, - [1873] = {.lex_state = 1, .external_lex_state = 51}, - [1874] = {.lex_state = 1, .external_lex_state = 77}, + [1819] = {.lex_state = 1, .external_lex_state = 111}, + [1820] = {.lex_state = 1, .external_lex_state = 104}, + [1821] = {.lex_state = 1, .external_lex_state = 104}, + [1822] = {.lex_state = 1, .external_lex_state = 81}, + [1823] = {.lex_state = 1, .external_lex_state = 81}, + [1824] = {.lex_state = 1, .external_lex_state = 81}, + [1825] = {.lex_state = 1, .external_lex_state = 81}, + [1826] = {.lex_state = 1, .external_lex_state = 47}, + [1827] = {.lex_state = 2, .external_lex_state = 107}, + [1828] = {.lex_state = 1, .external_lex_state = 81}, + [1829] = {.lex_state = 1, .external_lex_state = 81}, + [1830] = {.lex_state = 1, .external_lex_state = 49}, + [1831] = {.lex_state = 1, .external_lex_state = 49}, + [1832] = {.lex_state = 1, .external_lex_state = 49}, + [1833] = {.lex_state = 1, .external_lex_state = 52}, + [1834] = {.lex_state = 1, .external_lex_state = 49}, + [1835] = {.lex_state = 1, .external_lex_state = 49}, + [1836] = {.lex_state = 1, .external_lex_state = 49}, + [1837] = {.lex_state = 1, .external_lex_state = 97}, + [1838] = {.lex_state = 1, .external_lex_state = 81}, + [1839] = {.lex_state = 1, .external_lex_state = 111}, + [1840] = {.lex_state = 1, .external_lex_state = 111}, + [1841] = {.lex_state = 1, .external_lex_state = 111}, + [1842] = {.lex_state = 1, .external_lex_state = 49}, + [1843] = {.lex_state = 1, .external_lex_state = 52}, + [1844] = {.lex_state = 1, .external_lex_state = 52}, + [1845] = {.lex_state = 1, .external_lex_state = 52}, + [1846] = {.lex_state = 1, .external_lex_state = 81}, + [1847] = {.lex_state = 1, .external_lex_state = 52}, + [1848] = {.lex_state = 1, .external_lex_state = 81}, + [1849] = {.lex_state = 1, .external_lex_state = 49}, + [1850] = {.lex_state = 1, .external_lex_state = 61}, + [1851] = {.lex_state = 1, .external_lex_state = 49}, + [1852] = {.lex_state = 1, .external_lex_state = 49}, + [1853] = {.lex_state = 1, .external_lex_state = 49}, + [1854] = {.lex_state = 1, .external_lex_state = 104}, + [1855] = {.lex_state = 1, .external_lex_state = 49}, + [1856] = {.lex_state = 1, .external_lex_state = 103}, + [1857] = {.lex_state = 1, .external_lex_state = 52}, + [1858] = {.lex_state = 1, .external_lex_state = 111}, + [1859] = {.lex_state = 1, .external_lex_state = 111}, + [1860] = {.lex_state = 1, .external_lex_state = 49}, + [1861] = {.lex_state = 1, .external_lex_state = 49}, + [1862] = {.lex_state = 1, .external_lex_state = 104}, + [1863] = {.lex_state = 2, .external_lex_state = 86}, + [1864] = {.lex_state = 1, .external_lex_state = 104}, + [1865] = {.lex_state = 1, .external_lex_state = 47}, + [1866] = {.lex_state = 1, .external_lex_state = 50}, + [1867] = {.lex_state = 1, .external_lex_state = 49}, + [1868] = {.lex_state = 1, .external_lex_state = 49}, + [1869] = {.lex_state = 1, .external_lex_state = 111}, + [1870] = {.lex_state = 1, .external_lex_state = 49}, + [1871] = {.lex_state = 1, .external_lex_state = 50}, + [1872] = {.lex_state = 1, .external_lex_state = 111}, + [1873] = {.lex_state = 1, .external_lex_state = 47}, + [1874] = {.lex_state = 1, .external_lex_state = 47}, [1875] = {.lex_state = 1, .external_lex_state = 47}, - [1876] = {.lex_state = 1, .external_lex_state = 52}, - [1877] = {.lex_state = 1, .external_lex_state = 52}, - [1878] = {.lex_state = 1, .external_lex_state = 47}, - [1879] = {.lex_state = 1, .external_lex_state = 51}, - [1880] = {.lex_state = 1, .external_lex_state = 51}, - [1881] = {.lex_state = 1, .external_lex_state = 51}, - [1882] = {.lex_state = 1, .external_lex_state = 47}, - [1883] = {.lex_state = 1, .external_lex_state = 48}, - [1884] = {.lex_state = 1, .external_lex_state = 52}, - [1885] = {.lex_state = 1, .external_lex_state = 48}, - [1886] = {.lex_state = 1, .external_lex_state = 49}, - [1887] = {.lex_state = 1, .external_lex_state = 49}, - [1888] = {.lex_state = 1, .external_lex_state = 101}, - [1889] = {.lex_state = 1, .external_lex_state = 47}, - [1890] = {.lex_state = 1, .external_lex_state = 47}, - [1891] = {.lex_state = 1, .external_lex_state = 47}, - [1892] = {.lex_state = 1, .external_lex_state = 52}, - [1893] = {.lex_state = 1, .external_lex_state = 51}, - [1894] = {.lex_state = 1, .external_lex_state = 47}, - [1895] = {.lex_state = 1, .external_lex_state = 47}, - [1896] = {.lex_state = 1, .external_lex_state = 47}, - [1897] = {.lex_state = 1, .external_lex_state = 51}, - [1898] = {.lex_state = 1, .external_lex_state = 49}, - [1899] = {.lex_state = 1, .external_lex_state = 49}, - [1900] = {.lex_state = 1, .external_lex_state = 101}, - [1901] = {.lex_state = 1, .external_lex_state = 101}, - [1902] = {.lex_state = 1, .external_lex_state = 101}, - [1903] = {.lex_state = 1, .external_lex_state = 69}, - [1904] = {.lex_state = 1, .external_lex_state = 112}, - [1905] = {.lex_state = 1, .external_lex_state = 47}, - [1906] = {.lex_state = 2, .external_lex_state = 102}, - [1907] = {.lex_state = 1, .external_lex_state = 47}, - [1908] = {.lex_state = 1, .external_lex_state = 47}, - [1909] = {.lex_state = 1, .external_lex_state = 49}, - [1910] = {.lex_state = 1, .external_lex_state = 49}, - [1911] = {.lex_state = 1, .external_lex_state = 51}, + [1876] = {.lex_state = 1, .external_lex_state = 50}, + [1877] = {.lex_state = 1, .external_lex_state = 47}, + [1878] = {.lex_state = 1, .external_lex_state = 50}, + [1879] = {.lex_state = 1, .external_lex_state = 47}, + [1880] = {.lex_state = 1, .external_lex_state = 111}, + [1881] = {.lex_state = 1, .external_lex_state = 111}, + [1882] = {.lex_state = 1, .external_lex_state = 50}, + [1883] = {.lex_state = 1, .external_lex_state = 50}, + [1884] = {.lex_state = 1, .external_lex_state = 50}, + [1885] = {.lex_state = 1, .external_lex_state = 50}, + [1886] = {.lex_state = 1, .external_lex_state = 50}, + [1887] = {.lex_state = 1, .external_lex_state = 105}, + [1888] = {.lex_state = 1, .external_lex_state = 50}, + [1889] = {.lex_state = 1, .external_lex_state = 53}, + [1890] = {.lex_state = 1, .external_lex_state = 50}, + [1891] = {.lex_state = 1, .external_lex_state = 105}, + [1892] = {.lex_state = 1, .external_lex_state = 105}, + [1893] = {.lex_state = 1, .external_lex_state = 105}, + [1894] = {.lex_state = 1, .external_lex_state = 52}, + [1895] = {.lex_state = 1, .external_lex_state = 105}, + [1896] = {.lex_state = 1, .external_lex_state = 95}, + [1897] = {.lex_state = 1, .external_lex_state = 52}, + [1898] = {.lex_state = 1, .external_lex_state = 52}, + [1899] = {.lex_state = 1, .external_lex_state = 95}, + [1900] = {.lex_state = 1, .external_lex_state = 47}, + [1901] = {.lex_state = 1, .external_lex_state = 57}, + [1902] = {.lex_state = 2, .external_lex_state = 86}, + [1903] = {.lex_state = 1, .external_lex_state = 50}, + [1904] = {.lex_state = 1, .external_lex_state = 50}, + [1905] = {.lex_state = 1, .external_lex_state = 50}, + [1906] = {.lex_state = 1, .external_lex_state = 50}, + [1907] = {.lex_state = 1, .external_lex_state = 50}, + [1908] = {.lex_state = 1, .external_lex_state = 50}, + [1909] = {.lex_state = 2, .external_lex_state = 107}, + [1910] = {.lex_state = 1, .external_lex_state = 112}, + [1911] = {.lex_state = 1, .external_lex_state = 99}, [1912] = {.lex_state = 1, .external_lex_state = 47}, [1913] = {.lex_state = 1, .external_lex_state = 47}, [1914] = {.lex_state = 2, .external_lex_state = 2}, [1915] = {.lex_state = 1, .external_lex_state = 57}, - [1916] = {.lex_state = 1, .external_lex_state = 89}, - [1917] = {.lex_state = 1, .external_lex_state = 56}, - [1918] = {.lex_state = 1, .external_lex_state = 56}, - [1919] = {.lex_state = 1, .external_lex_state = 56}, - [1920] = {.lex_state = 1, .external_lex_state = 76}, - [1921] = {.lex_state = 1, .external_lex_state = 89}, - [1922] = {.lex_state = 1, .external_lex_state = 113}, + [1916] = {.lex_state = 1, .external_lex_state = 58}, + [1917] = {.lex_state = 1, .external_lex_state = 55}, + [1918] = {.lex_state = 2, .external_lex_state = 2}, + [1919] = {.lex_state = 2, .external_lex_state = 2}, + [1920] = {.lex_state = 1, .external_lex_state = 113}, + [1921] = {.lex_state = 1, .external_lex_state = 113}, + [1922] = {.lex_state = 1, .external_lex_state = 55}, [1923] = {.lex_state = 2, .external_lex_state = 2}, - [1924] = {.lex_state = 2, .external_lex_state = 2}, - [1925] = {.lex_state = 2, .external_lex_state = 2}, - [1926] = {.lex_state = 1, .external_lex_state = 105}, - [1927] = {.lex_state = 2, .external_lex_state = 2}, - [1928] = {.lex_state = 2, .external_lex_state = 2}, - [1929] = {.lex_state = 2, .external_lex_state = 2}, - [1930] = {.lex_state = 2, .external_lex_state = 2}, - [1931] = {.lex_state = 2, .external_lex_state = 2}, - [1932] = {.lex_state = 1, .external_lex_state = 111}, - [1933] = {.lex_state = 2, .external_lex_state = 2}, + [1924] = {.lex_state = 1, .external_lex_state = 53}, + [1925] = {.lex_state = 1, .external_lex_state = 113}, + [1926] = {.lex_state = 1, .external_lex_state = 112}, + [1927] = {.lex_state = 1, .external_lex_state = 53}, + [1928] = {.lex_state = 1, .external_lex_state = 53}, + [1929] = {.lex_state = 1, .external_lex_state = 53}, + [1930] = {.lex_state = 1, .external_lex_state = 53}, + [1931] = {.lex_state = 1, .external_lex_state = 57}, + [1932] = {.lex_state = 1, .external_lex_state = 53}, + [1933] = {.lex_state = 1, .external_lex_state = 112}, [1934] = {.lex_state = 1, .external_lex_state = 58}, - [1935] = {.lex_state = 2, .external_lex_state = 2}, - [1936] = {.lex_state = 2, .external_lex_state = 2}, - [1937] = {.lex_state = 1, .external_lex_state = 58}, - [1938] = {.lex_state = 1, .external_lex_state = 58}, - [1939] = {.lex_state = 1, .external_lex_state = 59}, - [1940] = {.lex_state = 1, .external_lex_state = 105}, - [1941] = {.lex_state = 1, .external_lex_state = 114}, - [1942] = {.lex_state = 1, .external_lex_state = 89}, - [1943] = {.lex_state = 1, .external_lex_state = 59}, - [1944] = {.lex_state = 1, .external_lex_state = 114}, - [1945] = {.lex_state = 1, .external_lex_state = 68}, - [1946] = {.lex_state = 1, .external_lex_state = 114}, - [1947] = {.lex_state = 2, .external_lex_state = 2}, - [1948] = {.lex_state = 2, .external_lex_state = 2}, - [1949] = {.lex_state = 1, .external_lex_state = 56}, - [1950] = {.lex_state = 1, .external_lex_state = 115}, - [1951] = {.lex_state = 1, .external_lex_state = 68}, - [1952] = {.lex_state = 1, .external_lex_state = 68}, - [1953] = {.lex_state = 1, .external_lex_state = 68}, - [1954] = {.lex_state = 2, .external_lex_state = 2}, - [1955] = {.lex_state = 1, .external_lex_state = 59}, - [1956] = {.lex_state = 2, .external_lex_state = 12}, - [1957] = {.lex_state = 1, .external_lex_state = 56}, - [1958] = {.lex_state = 1, .external_lex_state = 114}, - [1959] = {.lex_state = 1, .external_lex_state = 56}, - [1960] = {.lex_state = 1, .external_lex_state = 59}, - [1961] = {.lex_state = 1, .external_lex_state = 59}, - [1962] = {.lex_state = 1, .external_lex_state = 114}, - [1963] = {.lex_state = 1, .external_lex_state = 56}, - [1964] = {.lex_state = 1, .external_lex_state = 56}, - [1965] = {.lex_state = 1, .external_lex_state = 56}, - [1966] = {.lex_state = 2, .external_lex_state = 10}, - [1967] = {.lex_state = 1, .external_lex_state = 56}, - [1968] = {.lex_state = 1, .external_lex_state = 68}, - [1969] = {.lex_state = 1, .external_lex_state = 56}, - [1970] = {.lex_state = 1, .external_lex_state = 68}, - [1971] = {.lex_state = 1, .external_lex_state = 116}, - [1972] = {.lex_state = 1, .external_lex_state = 56}, - [1973] = {.lex_state = 1, .external_lex_state = 56}, - [1974] = {.lex_state = 1, .external_lex_state = 56}, + [1935] = {.lex_state = 1, .external_lex_state = 55}, + [1936] = {.lex_state = 1, .external_lex_state = 113}, + [1937] = {.lex_state = 2, .external_lex_state = 2}, + [1938] = {.lex_state = 1, .external_lex_state = 113}, + [1939] = {.lex_state = 1, .external_lex_state = 114}, + [1940] = {.lex_state = 1, .external_lex_state = 114}, + [1941] = {.lex_state = 1, .external_lex_state = 53}, + [1942] = {.lex_state = 1, .external_lex_state = 114}, + [1943] = {.lex_state = 1, .external_lex_state = 54}, + [1944] = {.lex_state = 2, .external_lex_state = 2}, + [1945] = {.lex_state = 1, .external_lex_state = 57}, + [1946] = {.lex_state = 1, .external_lex_state = 115}, + [1947] = {.lex_state = 1, .external_lex_state = 55}, + [1948] = {.lex_state = 1, .external_lex_state = 54}, + [1949] = {.lex_state = 1, .external_lex_state = 57}, + [1950] = {.lex_state = 1, .external_lex_state = 56}, + [1951] = {.lex_state = 1, .external_lex_state = 66}, + [1952] = {.lex_state = 1, .external_lex_state = 53}, + [1953] = {.lex_state = 1, .external_lex_state = 53}, + [1954] = {.lex_state = 1, .external_lex_state = 54}, + [1955] = {.lex_state = 1, .external_lex_state = 58}, + [1956] = {.lex_state = 1, .external_lex_state = 58}, + [1957] = {.lex_state = 1, .external_lex_state = 66}, + [1958] = {.lex_state = 1, .external_lex_state = 66}, + [1959] = {.lex_state = 1, .external_lex_state = 66}, + [1960] = {.lex_state = 1, .external_lex_state = 58}, + [1961] = {.lex_state = 1, .external_lex_state = 71}, + [1962] = {.lex_state = 2, .external_lex_state = 2}, + [1963] = {.lex_state = 1, .external_lex_state = 53}, + [1964] = {.lex_state = 2, .external_lex_state = 2}, + [1965] = {.lex_state = 2, .external_lex_state = 2}, + [1966] = {.lex_state = 1, .external_lex_state = 57}, + [1967] = {.lex_state = 1, .external_lex_state = 57}, + [1968] = {.lex_state = 1, .external_lex_state = 113}, + [1969] = {.lex_state = 1, .external_lex_state = 53}, + [1970] = {.lex_state = 1, .external_lex_state = 53}, + [1971] = {.lex_state = 1, .external_lex_state = 53}, + [1972] = {.lex_state = 2, .external_lex_state = 12}, + [1973] = {.lex_state = 2, .external_lex_state = 2}, + [1974] = {.lex_state = 1, .external_lex_state = 66}, [1975] = {.lex_state = 1, .external_lex_state = 56}, - [1976] = {.lex_state = 2, .external_lex_state = 2}, - [1977] = {.lex_state = 1, .external_lex_state = 114}, - [1978] = {.lex_state = 1, .external_lex_state = 111}, - [1979] = {.lex_state = 1, .external_lex_state = 65}, - [1980] = {.lex_state = 1, .external_lex_state = 68}, - [1981] = {.lex_state = 1, .external_lex_state = 68}, - [1982] = {.lex_state = 1, .external_lex_state = 68}, - [1983] = {.lex_state = 1, .external_lex_state = 56}, - [1984] = {.lex_state = 1, .external_lex_state = 116}, - [1985] = {.lex_state = 1, .external_lex_state = 116}, - [1986] = {.lex_state = 1, .external_lex_state = 56}, - [1987] = {.lex_state = 1, .external_lex_state = 56}, - [1988] = {.lex_state = 1, .external_lex_state = 56}, - [1989] = {.lex_state = 1, .external_lex_state = 56}, - [1990] = {.lex_state = 1, .external_lex_state = 59}, - [1991] = {.lex_state = 1, .external_lex_state = 59}, - [1992] = {.lex_state = 1, .external_lex_state = 59}, - [1993] = {.lex_state = 1, .external_lex_state = 73}, - [1994] = {.lex_state = 1, .external_lex_state = 59}, - [1995] = {.lex_state = 1, .external_lex_state = 59}, - [1996] = {.lex_state = 1, .external_lex_state = 59}, - [1997] = {.lex_state = 1, .external_lex_state = 59}, - [1998] = {.lex_state = 1, .external_lex_state = 59}, - [1999] = {.lex_state = 1, .external_lex_state = 56}, - [2000] = {.lex_state = 1, .external_lex_state = 56}, - [2001] = {.lex_state = 1, .external_lex_state = 56}, - [2002] = {.lex_state = 1, .external_lex_state = 68}, - [2003] = {.lex_state = 1, .external_lex_state = 68}, - [2004] = {.lex_state = 1, .external_lex_state = 114}, - [2005] = {.lex_state = 1, .external_lex_state = 56}, - [2006] = {.lex_state = 1, .external_lex_state = 56}, - [2007] = {.lex_state = 1, .external_lex_state = 114}, - [2008] = {.lex_state = 1, .external_lex_state = 117}, - [2009] = {.lex_state = 1, .external_lex_state = 114}, - [2010] = {.lex_state = 1, .external_lex_state = 58}, + [1976] = {.lex_state = 1, .external_lex_state = 66}, + [1977] = {.lex_state = 1, .external_lex_state = 58}, + [1978] = {.lex_state = 1, .external_lex_state = 56}, + [1979] = {.lex_state = 1, .external_lex_state = 58}, + [1980] = {.lex_state = 2, .external_lex_state = 2}, + [1981] = {.lex_state = 2, .external_lex_state = 2}, + [1982] = {.lex_state = 2, .external_lex_state = 2}, + [1983] = {.lex_state = 1, .external_lex_state = 55}, + [1984] = {.lex_state = 1, .external_lex_state = 53}, + [1985] = {.lex_state = 2, .external_lex_state = 2}, + [1986] = {.lex_state = 1, .external_lex_state = 66}, + [1987] = {.lex_state = 1, .external_lex_state = 66}, + [1988] = {.lex_state = 1, .external_lex_state = 66}, + [1989] = {.lex_state = 2, .external_lex_state = 2}, + [1990] = {.lex_state = 2, .external_lex_state = 2}, + [1991] = {.lex_state = 1, .external_lex_state = 116}, + [1992] = {.lex_state = 1, .external_lex_state = 116}, + [1993] = {.lex_state = 2, .external_lex_state = 2}, + [1994] = {.lex_state = 1, .external_lex_state = 113}, + [1995] = {.lex_state = 1, .external_lex_state = 113}, + [1996] = {.lex_state = 1, .external_lex_state = 57}, + [1997] = {.lex_state = 1, .external_lex_state = 57}, + [1998] = {.lex_state = 1, .external_lex_state = 57}, + [1999] = {.lex_state = 1, .external_lex_state = 53}, + [2000] = {.lex_state = 1, .external_lex_state = 57}, + [2001] = {.lex_state = 1, .external_lex_state = 57}, + [2002] = {.lex_state = 1, .external_lex_state = 57}, + [2003] = {.lex_state = 1, .external_lex_state = 57}, + [2004] = {.lex_state = 1, .external_lex_state = 57}, + [2005] = {.lex_state = 1, .external_lex_state = 55}, + [2006] = {.lex_state = 1, .external_lex_state = 117}, + [2007] = {.lex_state = 1, .external_lex_state = 117}, + [2008] = {.lex_state = 1, .external_lex_state = 66}, + [2009] = {.lex_state = 1, .external_lex_state = 66}, + [2010] = {.lex_state = 1, .external_lex_state = 117}, [2011] = {.lex_state = 1, .external_lex_state = 55}, - [2012] = {.lex_state = 1, .external_lex_state = 58}, - [2013] = {.lex_state = 1, .external_lex_state = 55}, - [2014] = {.lex_state = 1, .external_lex_state = 58}, - [2015] = {.lex_state = 1, .external_lex_state = 58}, - [2016] = {.lex_state = 1, .external_lex_state = 58}, - [2017] = {.lex_state = 1, .external_lex_state = 55}, - [2018] = {.lex_state = 1, .external_lex_state = 56}, - [2019] = {.lex_state = 2, .external_lex_state = 2}, - [2020] = {.lex_state = 1, .external_lex_state = 56}, + [2012] = {.lex_state = 1, .external_lex_state = 116}, + [2013] = {.lex_state = 2, .external_lex_state = 2}, + [2014] = {.lex_state = 1, .external_lex_state = 113}, + [2015] = {.lex_state = 2, .external_lex_state = 2}, + [2016] = {.lex_state = 1, .external_lex_state = 53}, + [2017] = {.lex_state = 1, .external_lex_state = 58}, + [2018] = {.lex_state = 1, .external_lex_state = 114}, + [2019] = {.lex_state = 1, .external_lex_state = 53}, + [2020] = {.lex_state = 1, .external_lex_state = 58}, [2021] = {.lex_state = 2, .external_lex_state = 2}, [2022] = {.lex_state = 2, .external_lex_state = 2}, - [2023] = {.lex_state = 2, .external_lex_state = 2}, - [2024] = {.lex_state = 1, .external_lex_state = 118}, - [2025] = {.lex_state = 2, .external_lex_state = 2}, - [2026] = {.lex_state = 1, .external_lex_state = 59}, - [2027] = {.lex_state = 1, .external_lex_state = 59}, - [2028] = {.lex_state = 1, .external_lex_state = 59}, - [2029] = {.lex_state = 2, .external_lex_state = 2}, - [2030] = {.lex_state = 1, .external_lex_state = 89}, + [2023] = {.lex_state = 1, .external_lex_state = 54}, + [2024] = {.lex_state = 1, .external_lex_state = 53}, + [2025] = {.lex_state = 1, .external_lex_state = 53}, + [2026] = {.lex_state = 1, .external_lex_state = 53}, + [2027] = {.lex_state = 2, .external_lex_state = 2}, + [2028] = {.lex_state = 2, .external_lex_state = 2}, + [2029] = {.lex_state = 1, .external_lex_state = 54}, + [2030] = {.lex_state = 1, .external_lex_state = 114}, [2031] = {.lex_state = 2, .external_lex_state = 2}, - [2032] = {.lex_state = 1, .external_lex_state = 65}, - [2033] = {.lex_state = 1, .external_lex_state = 58}, - [2034] = {.lex_state = 1, .external_lex_state = 119}, - [2035] = {.lex_state = 2, .external_lex_state = 2}, - [2036] = {.lex_state = 1, .external_lex_state = 65}, - [2037] = {.lex_state = 1, .external_lex_state = 116}, - [2038] = {.lex_state = 1, .external_lex_state = 116}, - [2039] = {.lex_state = 1, .external_lex_state = 65}, - [2040] = {.lex_state = 1, .external_lex_state = 60}, - [2041] = {.lex_state = 1, .external_lex_state = 60}, - [2042] = {.lex_state = 1, .external_lex_state = 65}, - [2043] = {.lex_state = 1, .external_lex_state = 65}, - [2044] = {.lex_state = 1, .external_lex_state = 110}, - [2045] = {.lex_state = 1, .external_lex_state = 65}, - [2046] = {.lex_state = 1, .external_lex_state = 69}, - [2047] = {.lex_state = 1, .external_lex_state = 58}, - [2048] = {.lex_state = 1, .external_lex_state = 65}, - [2049] = {.lex_state = 1, .external_lex_state = 65}, - [2050] = {.lex_state = 1, .external_lex_state = 65}, - [2051] = {.lex_state = 2, .external_lex_state = 2}, - [2052] = {.lex_state = 1, .external_lex_state = 65}, - [2053] = {.lex_state = 1, .external_lex_state = 65}, + [2032] = {.lex_state = 1, .external_lex_state = 57}, + [2033] = {.lex_state = 1, .external_lex_state = 57}, + [2034] = {.lex_state = 1, .external_lex_state = 57}, + [2035] = {.lex_state = 1, .external_lex_state = 54}, + [2036] = {.lex_state = 1, .external_lex_state = 55}, + [2037] = {.lex_state = 1, .external_lex_state = 58}, + [2038] = {.lex_state = 1, .external_lex_state = 53}, + [2039] = {.lex_state = 2, .external_lex_state = 2}, + [2040] = {.lex_state = 1, .external_lex_state = 58}, + [2041] = {.lex_state = 1, .external_lex_state = 53}, + [2042] = {.lex_state = 1, .external_lex_state = 55}, + [2043] = {.lex_state = 1, .external_lex_state = 55}, + [2044] = {.lex_state = 1, .external_lex_state = 116}, + [2045] = {.lex_state = 1, .external_lex_state = 116}, + [2046] = {.lex_state = 1, .external_lex_state = 53}, + [2047] = {.lex_state = 2, .external_lex_state = 2}, + [2048] = {.lex_state = 1, .external_lex_state = 53}, + [2049] = {.lex_state = 2, .external_lex_state = 2}, + [2050] = {.lex_state = 1, .external_lex_state = 56}, + [2051] = {.lex_state = 1, .external_lex_state = 56}, + [2052] = {.lex_state = 2, .external_lex_state = 2}, + [2053] = {.lex_state = 2, .external_lex_state = 2}, [2054] = {.lex_state = 2, .external_lex_state = 2}, - [2055] = {.lex_state = 1, .external_lex_state = 60}, - [2056] = {.lex_state = 1, .external_lex_state = 114}, - [2057] = {.lex_state = 1, .external_lex_state = 60}, + [2055] = {.lex_state = 2, .external_lex_state = 2}, + [2056] = {.lex_state = 1, .external_lex_state = 117}, + [2057] = {.lex_state = 1, .external_lex_state = 54}, [2058] = {.lex_state = 1, .external_lex_state = 55}, - [2059] = {.lex_state = 1, .external_lex_state = 57}, - [2060] = {.lex_state = 1, .external_lex_state = 55}, - [2061] = {.lex_state = 1, .external_lex_state = 57}, + [2059] = {.lex_state = 1, .external_lex_state = 55}, + [2060] = {.lex_state = 1, .external_lex_state = 114}, + [2061] = {.lex_state = 1, .external_lex_state = 58}, [2062] = {.lex_state = 1, .external_lex_state = 58}, [2063] = {.lex_state = 1, .external_lex_state = 58}, [2064] = {.lex_state = 1, .external_lex_state = 58}, - [2065] = {.lex_state = 1, .external_lex_state = 59}, - [2066] = {.lex_state = 1, .external_lex_state = 59}, - [2067] = {.lex_state = 1, .external_lex_state = 59}, - [2068] = {.lex_state = 1, .external_lex_state = 58}, - [2069] = {.lex_state = 1, .external_lex_state = 55}, - [2070] = {.lex_state = 1, .external_lex_state = 55}, - [2071] = {.lex_state = 1, .external_lex_state = 55}, - [2072] = {.lex_state = 1, .external_lex_state = 58}, - [2073] = {.lex_state = 1, .external_lex_state = 58}, + [2065] = {.lex_state = 1, .external_lex_state = 56}, + [2066] = {.lex_state = 2, .external_lex_state = 2}, + [2067] = {.lex_state = 2, .external_lex_state = 2}, + [2068] = {.lex_state = 1, .external_lex_state = 55}, + [2069] = {.lex_state = 1, .external_lex_state = 56}, + [2070] = {.lex_state = 1, .external_lex_state = 56}, + [2071] = {.lex_state = 1, .external_lex_state = 65}, + [2072] = {.lex_state = 1, .external_lex_state = 57}, + [2073] = {.lex_state = 1, .external_lex_state = 57}, [2074] = {.lex_state = 1, .external_lex_state = 57}, - [2075] = {.lex_state = 1, .external_lex_state = 65}, - [2076] = {.lex_state = 1, .external_lex_state = 110}, - [2077] = {.lex_state = 2, .external_lex_state = 2}, - [2078] = {.lex_state = 2, .external_lex_state = 2}, - [2079] = {.lex_state = 2, .external_lex_state = 2}, - [2080] = {.lex_state = 2, .external_lex_state = 2}, - [2081] = {.lex_state = 2, .external_lex_state = 2}, - [2082] = {.lex_state = 2, .external_lex_state = 2}, - [2083] = {.lex_state = 2, .external_lex_state = 2}, - [2084] = {.lex_state = 1, .external_lex_state = 58}, - [2085] = {.lex_state = 1, .external_lex_state = 55}, - [2086] = {.lex_state = 1, .external_lex_state = 58}, - [2087] = {.lex_state = 1, .external_lex_state = 58}, - [2088] = {.lex_state = 2, .external_lex_state = 2}, - [2089] = {.lex_state = 1, .external_lex_state = 58}, - [2090] = {.lex_state = 1, .external_lex_state = 58}, - [2091] = {.lex_state = 1, .external_lex_state = 58}, - [2092] = {.lex_state = 1, .external_lex_state = 58}, - [2093] = {.lex_state = 2, .external_lex_state = 2}, + [2075] = {.lex_state = 1, .external_lex_state = 53}, + [2076] = {.lex_state = 1, .external_lex_state = 58}, + [2077] = {.lex_state = 1, .external_lex_state = 65}, + [2078] = {.lex_state = 1, .external_lex_state = 58}, + [2079] = {.lex_state = 1, .external_lex_state = 117}, + [2080] = {.lex_state = 1, .external_lex_state = 113}, + [2081] = {.lex_state = 1, .external_lex_state = 65}, + [2082] = {.lex_state = 1, .external_lex_state = 65}, + [2083] = {.lex_state = 1, .external_lex_state = 65}, + [2084] = {.lex_state = 1, .external_lex_state = 53}, + [2085] = {.lex_state = 1, .external_lex_state = 110}, + [2086] = {.lex_state = 1, .external_lex_state = 53}, + [2087] = {.lex_state = 2, .external_lex_state = 2}, + [2088] = {.lex_state = 1, .external_lex_state = 109}, + [2089] = {.lex_state = 1, .external_lex_state = 118}, + [2090] = {.lex_state = 1, .external_lex_state = 54}, + [2091] = {.lex_state = 1, .external_lex_state = 56}, + [2092] = {.lex_state = 2, .external_lex_state = 2}, + [2093] = {.lex_state = 1, .external_lex_state = 114}, [2094] = {.lex_state = 2, .external_lex_state = 2}, - [2095] = {.lex_state = 2, .external_lex_state = 2}, - [2096] = {.lex_state = 2, .external_lex_state = 2}, - [2097] = {.lex_state = 2, .external_lex_state = 2}, - [2098] = {.lex_state = 1, .external_lex_state = 119}, - [2099] = {.lex_state = 1, .external_lex_state = 119}, - [2100] = {.lex_state = 1, .external_lex_state = 119}, - [2101] = {.lex_state = 1, .external_lex_state = 119}, - [2102] = {.lex_state = 1, .external_lex_state = 118}, - [2103] = {.lex_state = 1, .external_lex_state = 59}, - [2104] = {.lex_state = 1, .external_lex_state = 59}, - [2105] = {.lex_state = 1, .external_lex_state = 59}, - [2106] = {.lex_state = 1, .external_lex_state = 119}, - [2107] = {.lex_state = 1, .external_lex_state = 59}, - [2108] = {.lex_state = 1, .external_lex_state = 118}, - [2109] = {.lex_state = 1, .external_lex_state = 119}, - [2110] = {.lex_state = 1, .external_lex_state = 60}, - [2111] = {.lex_state = 2, .external_lex_state = 2}, - [2112] = {.lex_state = 1, .external_lex_state = 58}, - [2113] = {.lex_state = 1, .external_lex_state = 58}, - [2114] = {.lex_state = 1, .external_lex_state = 55}, - [2115] = {.lex_state = 2, .external_lex_state = 2}, - [2116] = {.lex_state = 2, .external_lex_state = 2}, - [2117] = {.lex_state = 2, .external_lex_state = 2}, - [2118] = {.lex_state = 2, .external_lex_state = 2}, - [2119] = {.lex_state = 1, .external_lex_state = 60}, - [2120] = {.lex_state = 1, .external_lex_state = 60}, + [2095] = {.lex_state = 1, .external_lex_state = 65}, + [2096] = {.lex_state = 1, .external_lex_state = 109}, + [2097] = {.lex_state = 2, .external_lex_state = 11}, + [2098] = {.lex_state = 1, .external_lex_state = 114}, + [2099] = {.lex_state = 2, .external_lex_state = 2}, + [2100] = {.lex_state = 1, .external_lex_state = 110}, + [2101] = {.lex_state = 1, .external_lex_state = 58}, + [2102] = {.lex_state = 1, .external_lex_state = 57}, + [2103] = {.lex_state = 1, .external_lex_state = 53}, + [2104] = {.lex_state = 1, .external_lex_state = 56}, + [2105] = {.lex_state = 1, .external_lex_state = 116}, + [2106] = {.lex_state = 1, .external_lex_state = 117}, + [2107] = {.lex_state = 1, .external_lex_state = 117}, + [2108] = {.lex_state = 2, .external_lex_state = 2}, + [2109] = {.lex_state = 1, .external_lex_state = 56}, + [2110] = {.lex_state = 2, .external_lex_state = 2}, + [2111] = {.lex_state = 1, .external_lex_state = 57}, + [2112] = {.lex_state = 1, .external_lex_state = 57}, + [2113] = {.lex_state = 1, .external_lex_state = 57}, + [2114] = {.lex_state = 2, .external_lex_state = 2}, + [2115] = {.lex_state = 1, .external_lex_state = 57}, + [2116] = {.lex_state = 1, .external_lex_state = 116}, + [2117] = {.lex_state = 1, .external_lex_state = 116}, + [2118] = {.lex_state = 1, .external_lex_state = 116}, + [2119] = {.lex_state = 1, .external_lex_state = 57}, + [2120] = {.lex_state = 1, .external_lex_state = 116}, [2121] = {.lex_state = 1, .external_lex_state = 119}, - [2122] = {.lex_state = 1, .external_lex_state = 60}, - [2123] = {.lex_state = 1, .external_lex_state = 119}, - [2124] = {.lex_state = 1, .external_lex_state = 60}, - [2125] = {.lex_state = 1, .external_lex_state = 58}, - [2126] = {.lex_state = 1, .external_lex_state = 60}, - [2127] = {.lex_state = 1, .external_lex_state = 58}, - [2128] = {.lex_state = 1, .external_lex_state = 57}, - [2129] = {.lex_state = 1, .external_lex_state = 57}, - [2130] = {.lex_state = 1, .external_lex_state = 55}, - [2131] = {.lex_state = 1, .external_lex_state = 55}, - [2132] = {.lex_state = 1, .external_lex_state = 55}, - [2133] = {.lex_state = 1, .external_lex_state = 55}, - [2134] = {.lex_state = 1, .external_lex_state = 57}, - [2135] = {.lex_state = 1, .external_lex_state = 57}, - [2136] = {.lex_state = 1, .external_lex_state = 57}, - [2137] = {.lex_state = 1, .external_lex_state = 55}, - [2138] = {.lex_state = 1, .external_lex_state = 55}, - [2139] = {.lex_state = 1, .external_lex_state = 60}, - [2140] = {.lex_state = 1, .external_lex_state = 120}, - [2141] = {.lex_state = 1, .external_lex_state = 118}, - [2142] = {.lex_state = 1, .external_lex_state = 118}, - [2143] = {.lex_state = 1, .external_lex_state = 118}, - [2144] = {.lex_state = 1, .external_lex_state = 60}, - [2145] = {.lex_state = 1, .external_lex_state = 119}, - [2146] = {.lex_state = 1, .external_lex_state = 59}, - [2147] = {.lex_state = 1, .external_lex_state = 60}, - [2148] = {.lex_state = 1, .external_lex_state = 55}, - [2149] = {.lex_state = 1, .external_lex_state = 57}, - [2150] = {.lex_state = 1, .external_lex_state = 55}, - [2151] = {.lex_state = 1, .external_lex_state = 55}, - [2152] = {.lex_state = 1, .external_lex_state = 55}, - [2153] = {.lex_state = 1, .external_lex_state = 55}, - [2154] = {.lex_state = 1, .external_lex_state = 55}, - [2155] = {.lex_state = 1, .external_lex_state = 55}, - [2156] = {.lex_state = 1, .external_lex_state = 106}, - [2157] = {.lex_state = 2, .external_lex_state = 2}, - [2158] = {.lex_state = 2, .external_lex_state = 2}, - [2159] = {.lex_state = 1, .external_lex_state = 116}, - [2160] = {.lex_state = 2, .external_lex_state = 2}, - [2161] = {.lex_state = 0, .external_lex_state = 121}, - [2162] = {.lex_state = 1, .external_lex_state = 60}, - [2163] = {.lex_state = 1, .external_lex_state = 60}, - [2164] = {.lex_state = 1, .external_lex_state = 60}, - [2165] = {.lex_state = 2, .external_lex_state = 2}, - [2166] = {.lex_state = 2, .external_lex_state = 2}, - [2167] = {.lex_state = 1, .external_lex_state = 106}, - [2168] = {.lex_state = 2, .external_lex_state = 2}, - [2169] = {.lex_state = 1, .external_lex_state = 55}, - [2170] = {.lex_state = 1, .external_lex_state = 55}, - [2171] = {.lex_state = 1, .external_lex_state = 57}, - [2172] = {.lex_state = 2, .external_lex_state = 2}, - [2173] = {.lex_state = 2, .external_lex_state = 2}, + [2122] = {.lex_state = 1, .external_lex_state = 58}, + [2123] = {.lex_state = 2, .external_lex_state = 2}, + [2124] = {.lex_state = 2, .external_lex_state = 2}, + [2125] = {.lex_state = 0, .external_lex_state = 120}, + [2126] = {.lex_state = 2, .external_lex_state = 2}, + [2127] = {.lex_state = 2, .external_lex_state = 2}, + [2128] = {.lex_state = 2, .external_lex_state = 2}, + [2129] = {.lex_state = 2, .external_lex_state = 2}, + [2130] = {.lex_state = 2, .external_lex_state = 2}, + [2131] = {.lex_state = 1, .external_lex_state = 65}, + [2132] = {.lex_state = 1, .external_lex_state = 58}, + [2133] = {.lex_state = 2, .external_lex_state = 2}, + [2134] = {.lex_state = 2, .external_lex_state = 2}, + [2135] = {.lex_state = 2, .external_lex_state = 2}, + [2136] = {.lex_state = 2, .external_lex_state = 2}, + [2137] = {.lex_state = 2, .external_lex_state = 2}, + [2138] = {.lex_state = 1, .external_lex_state = 58}, + [2139] = {.lex_state = 2, .external_lex_state = 2}, + [2140] = {.lex_state = 2, .external_lex_state = 2}, + [2141] = {.lex_state = 2, .external_lex_state = 2}, + [2142] = {.lex_state = 1, .external_lex_state = 58}, + [2143] = {.lex_state = 2, .external_lex_state = 2}, + [2144] = {.lex_state = 2, .external_lex_state = 2}, + [2145] = {.lex_state = 1, .external_lex_state = 71}, + [2146] = {.lex_state = 1, .external_lex_state = 58}, + [2147] = {.lex_state = 1, .external_lex_state = 91}, + [2148] = {.lex_state = 1, .external_lex_state = 58}, + [2149] = {.lex_state = 1, .external_lex_state = 58}, + [2150] = {.lex_state = 1, .external_lex_state = 56}, + [2151] = {.lex_state = 2, .external_lex_state = 2}, + [2152] = {.lex_state = 1, .external_lex_state = 54}, + [2153] = {.lex_state = 2, .external_lex_state = 2}, + [2154] = {.lex_state = 1, .external_lex_state = 57}, + [2155] = {.lex_state = 2, .external_lex_state = 2}, + [2156] = {.lex_state = 2, .external_lex_state = 2}, + [2157] = {.lex_state = 1, .external_lex_state = 58}, + [2158] = {.lex_state = 1, .external_lex_state = 54}, + [2159] = {.lex_state = 2, .external_lex_state = 2}, + [2160] = {.lex_state = 1, .external_lex_state = 58}, + [2161] = {.lex_state = 1, .external_lex_state = 54}, + [2162] = {.lex_state = 2, .external_lex_state = 2}, + [2163] = {.lex_state = 2, .external_lex_state = 2}, + [2164] = {.lex_state = 2, .external_lex_state = 2}, + [2165] = {.lex_state = 1, .external_lex_state = 54}, + [2166] = {.lex_state = 1, .external_lex_state = 102}, + [2167] = {.lex_state = 1, .external_lex_state = 56}, + [2168] = {.lex_state = 1, .external_lex_state = 65}, + [2169] = {.lex_state = 1, .external_lex_state = 65}, + [2170] = {.lex_state = 2, .external_lex_state = 2}, + [2171] = {.lex_state = 1, .external_lex_state = 65}, + [2172] = {.lex_state = 1, .external_lex_state = 56}, + [2173] = {.lex_state = 1, .external_lex_state = 121}, [2174] = {.lex_state = 2, .external_lex_state = 2}, - [2175] = {.lex_state = 2, .external_lex_state = 2}, - [2176] = {.lex_state = 1, .external_lex_state = 58}, + [2175] = {.lex_state = 1, .external_lex_state = 65}, + [2176] = {.lex_state = 2, .external_lex_state = 2}, [2177] = {.lex_state = 2, .external_lex_state = 2}, - [2178] = {.lex_state = 2, .external_lex_state = 2}, - [2179] = {.lex_state = 2, .external_lex_state = 2}, - [2180] = {.lex_state = 1, .external_lex_state = 55}, - [2181] = {.lex_state = 1, .external_lex_state = 60}, - [2182] = {.lex_state = 1, .external_lex_state = 68}, - [2183] = {.lex_state = 2, .external_lex_state = 2}, - [2184] = {.lex_state = 2, .external_lex_state = 2}, - [2185] = {.lex_state = 1, .external_lex_state = 122}, + [2178] = {.lex_state = 1, .external_lex_state = 56}, + [2179] = {.lex_state = 1, .external_lex_state = 56}, + [2180] = {.lex_state = 2, .external_lex_state = 2}, + [2181] = {.lex_state = 1, .external_lex_state = 91}, + [2182] = {.lex_state = 2, .external_lex_state = 2}, + [2183] = {.lex_state = 1, .external_lex_state = 54}, + [2184] = {.lex_state = 1, .external_lex_state = 55}, + [2185] = {.lex_state = 1, .external_lex_state = 55}, [2186] = {.lex_state = 2, .external_lex_state = 2}, - [2187] = {.lex_state = 2, .external_lex_state = 2}, - [2188] = {.lex_state = 1, .external_lex_state = 120}, - [2189] = {.lex_state = 1, .external_lex_state = 59}, - [2190] = {.lex_state = 2, .external_lex_state = 2}, + [2187] = {.lex_state = 1, .external_lex_state = 56}, + [2188] = {.lex_state = 1, .external_lex_state = 56}, + [2189] = {.lex_state = 2, .external_lex_state = 2}, + [2190] = {.lex_state = 1, .external_lex_state = 66}, [2191] = {.lex_state = 2, .external_lex_state = 2}, [2192] = {.lex_state = 2, .external_lex_state = 2}, - [2193] = {.lex_state = 2, .external_lex_state = 2}, - [2194] = {.lex_state = 1, .external_lex_state = 57}, + [2193] = {.lex_state = 1, .external_lex_state = 55}, + [2194] = {.lex_state = 1, .external_lex_state = 117}, [2195] = {.lex_state = 2, .external_lex_state = 2}, - [2196] = {.lex_state = 2, .external_lex_state = 2}, - [2197] = {.lex_state = 2, .external_lex_state = 2}, - [2198] = {.lex_state = 0, .external_lex_state = 121}, - [2199] = {.lex_state = 1, .external_lex_state = 69}, - [2200] = {.lex_state = 2, .external_lex_state = 2}, + [2196] = {.lex_state = 1, .external_lex_state = 117}, + [2197] = {.lex_state = 1, .external_lex_state = 57}, + [2198] = {.lex_state = 1, .external_lex_state = 55}, + [2199] = {.lex_state = 2, .external_lex_state = 2}, + [2200] = {.lex_state = 1, .external_lex_state = 58}, [2201] = {.lex_state = 2, .external_lex_state = 2}, - [2202] = {.lex_state = 2, .external_lex_state = 2}, - [2203] = {.lex_state = 2, .external_lex_state = 2}, - [2204] = {.lex_state = 2, .external_lex_state = 2}, - [2205] = {.lex_state = 2, .external_lex_state = 2}, - [2206] = {.lex_state = 2, .external_lex_state = 2}, - [2207] = {.lex_state = 1, .external_lex_state = 60}, - [2208] = {.lex_state = 2, .external_lex_state = 2}, - [2209] = {.lex_state = 2, .external_lex_state = 2}, + [2202] = {.lex_state = 1, .external_lex_state = 55}, + [2203] = {.lex_state = 1, .external_lex_state = 65}, + [2204] = {.lex_state = 1, .external_lex_state = 56}, + [2205] = {.lex_state = 1, .external_lex_state = 74}, + [2206] = {.lex_state = 1, .external_lex_state = 54}, + [2207] = {.lex_state = 1, .external_lex_state = 122}, + [2208] = {.lex_state = 1, .external_lex_state = 56}, + [2209] = {.lex_state = 1, .external_lex_state = 123}, [2210] = {.lex_state = 1, .external_lex_state = 123}, - [2211] = {.lex_state = 2, .external_lex_state = 2}, - [2212] = {.lex_state = 2, .external_lex_state = 2}, - [2213] = {.lex_state = 2, .external_lex_state = 2}, - [2214] = {.lex_state = 2, .external_lex_state = 2}, - [2215] = {.lex_state = 1, .external_lex_state = 60}, - [2216] = {.lex_state = 1, .external_lex_state = 59}, - [2217] = {.lex_state = 1, .external_lex_state = 55}, - [2218] = {.lex_state = 1, .external_lex_state = 55}, - [2219] = {.lex_state = 1, .external_lex_state = 57}, - [2220] = {.lex_state = 1, .external_lex_state = 120}, - [2221] = {.lex_state = 1, .external_lex_state = 120}, - [2222] = {.lex_state = 1, .external_lex_state = 120}, - [2223] = {.lex_state = 1, .external_lex_state = 59}, - [2224] = {.lex_state = 1, .external_lex_state = 69}, + [2211] = {.lex_state = 1, .external_lex_state = 123}, + [2212] = {.lex_state = 1, .external_lex_state = 91}, + [2213] = {.lex_state = 1, .external_lex_state = 123}, + [2214] = {.lex_state = 1, .external_lex_state = 123}, + [2215] = {.lex_state = 1, .external_lex_state = 54}, + [2216] = {.lex_state = 1, .external_lex_state = 53}, + [2217] = {.lex_state = 1, .external_lex_state = 91}, + [2218] = {.lex_state = 1, .external_lex_state = 56}, + [2219] = {.lex_state = 2, .external_lex_state = 2}, + [2220] = {.lex_state = 1, .external_lex_state = 56}, + [2221] = {.lex_state = 1, .external_lex_state = 54}, + [2222] = {.lex_state = 2, .external_lex_state = 2}, + [2223] = {.lex_state = 1, .external_lex_state = 71}, + [2224] = {.lex_state = 2, .external_lex_state = 2}, [2225] = {.lex_state = 2, .external_lex_state = 2}, - [2226] = {.lex_state = 2, .external_lex_state = 2}, - [2227] = {.lex_state = 1, .external_lex_state = 112}, - [2228] = {.lex_state = 1, .external_lex_state = 59}, - [2229] = {.lex_state = 1, .external_lex_state = 112}, - [2230] = {.lex_state = 1, .external_lex_state = 57}, - [2231] = {.lex_state = 1, .external_lex_state = 57}, - [2232] = {.lex_state = 1, .external_lex_state = 116}, + [2226] = {.lex_state = 1, .external_lex_state = 73}, + [2227] = {.lex_state = 1, .external_lex_state = 61}, + [2228] = {.lex_state = 1, .external_lex_state = 54}, + [2229] = {.lex_state = 1, .external_lex_state = 117}, + [2230] = {.lex_state = 2, .external_lex_state = 2}, + [2231] = {.lex_state = 2, .external_lex_state = 2}, + [2232] = {.lex_state = 2, .external_lex_state = 2}, [2233] = {.lex_state = 2, .external_lex_state = 2}, - [2234] = {.lex_state = 1, .external_lex_state = 120}, - [2235] = {.lex_state = 1, .external_lex_state = 60}, - [2236] = {.lex_state = 1, .external_lex_state = 60}, - [2237] = {.lex_state = 1, .external_lex_state = 120}, - [2238] = {.lex_state = 1, .external_lex_state = 61}, - [2239] = {.lex_state = 1, .external_lex_state = 124}, - [2240] = {.lex_state = 1, .external_lex_state = 57}, - [2241] = {.lex_state = 1, .external_lex_state = 57}, - [2242] = {.lex_state = 1, .external_lex_state = 120}, - [2243] = {.lex_state = 1, .external_lex_state = 116}, - [2244] = {.lex_state = 1, .external_lex_state = 59}, - [2245] = {.lex_state = 1, .external_lex_state = 116}, - [2246] = {.lex_state = 1, .external_lex_state = 116}, - [2247] = {.lex_state = 1, .external_lex_state = 120}, - [2248] = {.lex_state = 1, .external_lex_state = 57}, - [2249] = {.lex_state = 1, .external_lex_state = 120}, - [2250] = {.lex_state = 1, .external_lex_state = 56}, + [2234] = {.lex_state = 2, .external_lex_state = 2}, + [2235] = {.lex_state = 2, .external_lex_state = 2}, + [2236] = {.lex_state = 2, .external_lex_state = 2}, + [2237] = {.lex_state = 2, .external_lex_state = 2}, + [2238] = {.lex_state = 1, .external_lex_state = 56}, + [2239] = {.lex_state = 2, .external_lex_state = 2}, + [2240] = {.lex_state = 1, .external_lex_state = 56}, + [2241] = {.lex_state = 1, .external_lex_state = 56}, + [2242] = {.lex_state = 2, .external_lex_state = 2}, + [2243] = {.lex_state = 2, .external_lex_state = 2}, + [2244] = {.lex_state = 2, .external_lex_state = 2}, + [2245] = {.lex_state = 1, .external_lex_state = 55}, + [2246] = {.lex_state = 1, .external_lex_state = 54}, + [2247] = {.lex_state = 1, .external_lex_state = 106}, + [2248] = {.lex_state = 1, .external_lex_state = 123}, + [2249] = {.lex_state = 1, .external_lex_state = 54}, + [2250] = {.lex_state = 1, .external_lex_state = 54}, [2251] = {.lex_state = 2, .external_lex_state = 2}, - [2252] = {.lex_state = 1, .external_lex_state = 60}, - [2253] = {.lex_state = 1, .external_lex_state = 60}, - [2254] = {.lex_state = 1, .external_lex_state = 60}, - [2255] = {.lex_state = 2, .external_lex_state = 2}, - [2256] = {.lex_state = 2, .external_lex_state = 2}, - [2257] = {.lex_state = 1, .external_lex_state = 60}, - [2258] = {.lex_state = 1, .external_lex_state = 57}, - [2259] = {.lex_state = 1, .external_lex_state = 57}, - [2260] = {.lex_state = 1, .external_lex_state = 57}, - [2261] = {.lex_state = 1, .external_lex_state = 57}, - [2262] = {.lex_state = 1, .external_lex_state = 57}, - [2263] = {.lex_state = 1, .external_lex_state = 57}, - [2264] = {.lex_state = 1, .external_lex_state = 57}, - [2265] = {.lex_state = 2, .external_lex_state = 2}, - [2266] = {.lex_state = 1, .external_lex_state = 118}, - [2267] = {.lex_state = 2, .external_lex_state = 2}, - [2268] = {.lex_state = 1, .external_lex_state = 60}, - [2269] = {.lex_state = 1, .external_lex_state = 57}, - [2270] = {.lex_state = 2, .external_lex_state = 2}, - [2271] = {.lex_state = 2, .external_lex_state = 2}, - [2272] = {.lex_state = 1, .external_lex_state = 69}, - [2273] = {.lex_state = 2, .external_lex_state = 2}, - [2274] = {.lex_state = 2, .external_lex_state = 2}, - [2275] = {.lex_state = 1, .external_lex_state = 118}, - [2276] = {.lex_state = 1, .external_lex_state = 118}, - [2277] = {.lex_state = 1, .external_lex_state = 118}, - [2278] = {.lex_state = 2, .external_lex_state = 2}, - [2279] = {.lex_state = 2, .external_lex_state = 2}, + [2252] = {.lex_state = 1, .external_lex_state = 57}, + [2253] = {.lex_state = 1, .external_lex_state = 123}, + [2254] = {.lex_state = 1, .external_lex_state = 58}, + [2255] = {.lex_state = 1, .external_lex_state = 54}, + [2256] = {.lex_state = 1, .external_lex_state = 55}, + [2257] = {.lex_state = 1, .external_lex_state = 123}, + [2258] = {.lex_state = 2, .external_lex_state = 2}, + [2259] = {.lex_state = 1, .external_lex_state = 71}, + [2260] = {.lex_state = 1, .external_lex_state = 54}, + [2261] = {.lex_state = 1, .external_lex_state = 55}, + [2262] = {.lex_state = 2, .external_lex_state = 2}, + [2263] = {.lex_state = 1, .external_lex_state = 123}, + [2264] = {.lex_state = 1, .external_lex_state = 56}, + [2265] = {.lex_state = 1, .external_lex_state = 55}, + [2266] = {.lex_state = 1, .external_lex_state = 56}, + [2267] = {.lex_state = 1, .external_lex_state = 54}, + [2268] = {.lex_state = 1, .external_lex_state = 124}, + [2269] = {.lex_state = 1, .external_lex_state = 65}, + [2270] = {.lex_state = 1, .external_lex_state = 106}, + [2271] = {.lex_state = 1, .external_lex_state = 55}, + [2272] = {.lex_state = 1, .external_lex_state = 114}, + [2273] = {.lex_state = 1, .external_lex_state = 55}, + [2274] = {.lex_state = 1, .external_lex_state = 55}, + [2275] = {.lex_state = 1, .external_lex_state = 55}, + [2276] = {.lex_state = 1, .external_lex_state = 55}, + [2277] = {.lex_state = 1, .external_lex_state = 55}, + [2278] = {.lex_state = 1, .external_lex_state = 55}, + [2279] = {.lex_state = 1, .external_lex_state = 54}, [2280] = {.lex_state = 2, .external_lex_state = 2}, - [2281] = {.lex_state = 1, .external_lex_state = 57}, - [2282] = {.lex_state = 1, .external_lex_state = 57}, - [2283] = {.lex_state = 1, .external_lex_state = 58}, - [2284] = {.lex_state = 1, .external_lex_state = 60}, - [2285] = {.lex_state = 2, .external_lex_state = 2}, - [2286] = {.lex_state = 1, .external_lex_state = 60}, - [2287] = {.lex_state = 1, .external_lex_state = 57}, + [2281] = {.lex_state = 1, .external_lex_state = 114}, + [2282] = {.lex_state = 1, .external_lex_state = 54}, + [2283] = {.lex_state = 1, .external_lex_state = 54}, + [2284] = {.lex_state = 1, .external_lex_state = 102}, + [2285] = {.lex_state = 1, .external_lex_state = 54}, + [2286] = {.lex_state = 0, .external_lex_state = 120}, + [2287] = {.lex_state = 1, .external_lex_state = 123}, [2288] = {.lex_state = 1, .external_lex_state = 56}, - [2289] = {.lex_state = 1, .external_lex_state = 55}, - [2290] = {.lex_state = 1, .external_lex_state = 60}, - [2291] = {.lex_state = 1, .external_lex_state = 65}, - [2292] = {.lex_state = 1, .external_lex_state = 69}, + [2289] = {.lex_state = 1, .external_lex_state = 54}, + [2290] = {.lex_state = 1, .external_lex_state = 54}, + [2291] = {.lex_state = 2, .external_lex_state = 2}, + [2292] = {.lex_state = 1, .external_lex_state = 56}, [2293] = {.lex_state = 1, .external_lex_state = 125}, - [2294] = {.lex_state = 1, .external_lex_state = 125}, - [2295] = {.lex_state = 1, .external_lex_state = 125}, - [2296] = {.lex_state = 1, .external_lex_state = 125}, - [2297] = {.lex_state = 1, .external_lex_state = 125}, - [2298] = {.lex_state = 1, .external_lex_state = 125}, - [2299] = {.lex_state = 1, .external_lex_state = 73}, - [2300] = {.lex_state = 1, .external_lex_state = 125}, - [2301] = {.lex_state = 1, .external_lex_state = 125}, - [2302] = {.lex_state = 1, .external_lex_state = 125}, - [2303] = {.lex_state = 1, .external_lex_state = 113}, - [2304] = {.lex_state = 1, .external_lex_state = 113}, - [2305] = {.lex_state = 1, .external_lex_state = 73}, - [2306] = {.lex_state = 1, .external_lex_state = 73}, - [2307] = {.lex_state = 1, .external_lex_state = 73}, - [2308] = {.lex_state = 1, .external_lex_state = 73}, - [2309] = {.lex_state = 1, .external_lex_state = 73}, - [2310] = {.lex_state = 1, .external_lex_state = 76}, - [2311] = {.lex_state = 1, .external_lex_state = 126}, - [2312] = {.lex_state = 1, .external_lex_state = 126}, - [2313] = {.lex_state = 1, .external_lex_state = 126}, - [2314] = {.lex_state = 1, .external_lex_state = 126}, - [2315] = {.lex_state = 1, .external_lex_state = 126}, - [2316] = {.lex_state = 1, .external_lex_state = 126}, - [2317] = {.lex_state = 1, .external_lex_state = 78}, - [2318] = {.lex_state = 1, .external_lex_state = 126}, - [2319] = {.lex_state = 1, .external_lex_state = 126}, + [2294] = {.lex_state = 1, .external_lex_state = 124}, + [2295] = {.lex_state = 1, .external_lex_state = 126}, + [2296] = {.lex_state = 0, .external_lex_state = 127}, + [2297] = {.lex_state = 1, .external_lex_state = 122}, + [2298] = {.lex_state = 1, .external_lex_state = 126}, + [2299] = {.lex_state = 1, .external_lex_state = 65}, + [2300] = {.lex_state = 1, .external_lex_state = 73}, + [2301] = {.lex_state = 1, .external_lex_state = 65}, + [2302] = {.lex_state = 0, .external_lex_state = 120}, + [2303] = {.lex_state = 1, .external_lex_state = 73}, + [2304] = {.lex_state = 1, .external_lex_state = 128}, + [2305] = {.lex_state = 1, .external_lex_state = 119}, + [2306] = {.lex_state = 1, .external_lex_state = 128}, + [2307] = {.lex_state = 1, .external_lex_state = 129}, + [2308] = {.lex_state = 1, .external_lex_state = 126}, + [2309] = {.lex_state = 1, .external_lex_state = 125}, + [2310] = {.lex_state = 1, .external_lex_state = 65}, + [2311] = {.lex_state = 0, .external_lex_state = 127}, + [2312] = {.lex_state = 1, .external_lex_state = 65}, + [2313] = {.lex_state = 1, .external_lex_state = 73}, + [2314] = {.lex_state = 0, .external_lex_state = 127}, + [2315] = {.lex_state = 1, .external_lex_state = 73}, + [2316] = {.lex_state = 1, .external_lex_state = 80}, + [2317] = {.lex_state = 1, .external_lex_state = 119}, + [2318] = {.lex_state = 1, .external_lex_state = 65}, + [2319] = {.lex_state = 0, .external_lex_state = 120}, [2320] = {.lex_state = 1, .external_lex_state = 126}, - [2321] = {.lex_state = 1, .external_lex_state = 115}, - [2322] = {.lex_state = 0, .external_lex_state = 127}, - [2323] = {.lex_state = 1, .external_lex_state = 128}, - [2324] = {.lex_state = 1, .external_lex_state = 69}, - [2325] = {.lex_state = 0, .external_lex_state = 127}, - [2326] = {.lex_state = 1, .external_lex_state = 115}, + [2321] = {.lex_state = 1, .external_lex_state = 73}, + [2322] = {.lex_state = 1, .external_lex_state = 73}, + [2323] = {.lex_state = 1, .external_lex_state = 73}, + [2324] = {.lex_state = 1, .external_lex_state = 130}, + [2325] = {.lex_state = 1, .external_lex_state = 130}, + [2326] = {.lex_state = 1, .external_lex_state = 130}, [2327] = {.lex_state = 1, .external_lex_state = 73}, - [2328] = {.lex_state = 1, .external_lex_state = 73}, - [2329] = {.lex_state = 0, .external_lex_state = 127}, - [2330] = {.lex_state = 1, .external_lex_state = 129}, - [2331] = {.lex_state = 1, .external_lex_state = 129}, - [2332] = {.lex_state = 1, .external_lex_state = 129}, - [2333] = {.lex_state = 1, .external_lex_state = 129}, - [2334] = {.lex_state = 1, .external_lex_state = 129}, - [2335] = {.lex_state = 1, .external_lex_state = 129}, - [2336] = {.lex_state = 1, .external_lex_state = 73}, - [2337] = {.lex_state = 1, .external_lex_state = 73}, - [2338] = {.lex_state = 1, .external_lex_state = 129}, - [2339] = {.lex_state = 1, .external_lex_state = 129}, - [2340] = {.lex_state = 1, .external_lex_state = 129}, - [2341] = {.lex_state = 1, .external_lex_state = 117}, - [2342] = {.lex_state = 1, .external_lex_state = 117}, - [2343] = {.lex_state = 0, .external_lex_state = 127}, - [2344] = {.lex_state = 0, .external_lex_state = 127}, - [2345] = {.lex_state = 1, .external_lex_state = 68}, - [2346] = {.lex_state = 1, .external_lex_state = 68}, - [2347] = {.lex_state = 1, .external_lex_state = 65}, - [2348] = {.lex_state = 1, .external_lex_state = 65}, - [2349] = {.lex_state = 0, .external_lex_state = 127}, - [2350] = {.lex_state = 0, .external_lex_state = 121}, - [2351] = {.lex_state = 1, .external_lex_state = 76}, - [2352] = {.lex_state = 0, .external_lex_state = 127}, - [2353] = {.lex_state = 0, .external_lex_state = 127}, - [2354] = {.lex_state = 1, .external_lex_state = 129}, - [2355] = {.lex_state = 1, .external_lex_state = 76}, - [2356] = {.lex_state = 1, .external_lex_state = 76}, - [2357] = {.lex_state = 1, .external_lex_state = 126}, - [2358] = {.lex_state = 1, .external_lex_state = 125}, - [2359] = {.lex_state = 1, .external_lex_state = 73}, - [2360] = {.lex_state = 1, .external_lex_state = 65}, - [2361] = {.lex_state = 1, .external_lex_state = 76}, - [2362] = {.lex_state = 0, .external_lex_state = 127}, - [2363] = {.lex_state = 1, .external_lex_state = 130}, - [2364] = {.lex_state = 1, .external_lex_state = 65}, - [2365] = {.lex_state = 1, .external_lex_state = 65}, - [2366] = {.lex_state = 1, .external_lex_state = 76}, - [2367] = {.lex_state = 1, .external_lex_state = 130}, - [2368] = {.lex_state = 1, .external_lex_state = 76}, - [2369] = {.lex_state = 1, .external_lex_state = 125}, - [2370] = {.lex_state = 0, .external_lex_state = 121}, - [2371] = {.lex_state = 1, .external_lex_state = 80}, - [2372] = {.lex_state = 1, .external_lex_state = 76}, - [2373] = {.lex_state = 0, .external_lex_state = 127}, - [2374] = {.lex_state = 1, .external_lex_state = 76}, - [2375] = {.lex_state = 1, .external_lex_state = 129}, - [2376] = {.lex_state = 1, .external_lex_state = 65}, - [2377] = {.lex_state = 1, .external_lex_state = 126}, - [2378] = {.lex_state = 1, .external_lex_state = 65}, - [2379] = {.lex_state = 1, .external_lex_state = 76}, - [2380] = {.lex_state = 1, .external_lex_state = 130}, - [2381] = {.lex_state = 1, .external_lex_state = 130}, - [2382] = {.lex_state = 1, .external_lex_state = 130}, - [2383] = {.lex_state = 1, .external_lex_state = 76}, - [2384] = {.lex_state = 1, .external_lex_state = 65}, - [2385] = {.lex_state = 1, .external_lex_state = 73}, - [2386] = {.lex_state = 1, .external_lex_state = 76}, - [2387] = {.lex_state = 1, .external_lex_state = 69}, + [2328] = {.lex_state = 1, .external_lex_state = 130}, + [2329] = {.lex_state = 1, .external_lex_state = 91}, + [2330] = {.lex_state = 0, .external_lex_state = 127}, + [2331] = {.lex_state = 1, .external_lex_state = 128}, + [2332] = {.lex_state = 1, .external_lex_state = 128}, + [2333] = {.lex_state = 1, .external_lex_state = 71}, + [2334] = {.lex_state = 1, .external_lex_state = 71}, + [2335] = {.lex_state = 1, .external_lex_state = 130}, + [2336] = {.lex_state = 1, .external_lex_state = 130}, + [2337] = {.lex_state = 1, .external_lex_state = 128}, + [2338] = {.lex_state = 1, .external_lex_state = 71}, + [2339] = {.lex_state = 1, .external_lex_state = 71}, + [2340] = {.lex_state = 1, .external_lex_state = 130}, + [2341] = {.lex_state = 1, .external_lex_state = 71}, + [2342] = {.lex_state = 1, .external_lex_state = 124}, + [2343] = {.lex_state = 1, .external_lex_state = 71}, + [2344] = {.lex_state = 1, .external_lex_state = 71}, + [2345] = {.lex_state = 0, .external_lex_state = 127}, + [2346] = {.lex_state = 1, .external_lex_state = 73}, + [2347] = {.lex_state = 1, .external_lex_state = 71}, + [2348] = {.lex_state = 1, .external_lex_state = 128}, + [2349] = {.lex_state = 1, .external_lex_state = 71}, + [2350] = {.lex_state = 1, .external_lex_state = 71}, + [2351] = {.lex_state = 1, .external_lex_state = 71}, + [2352] = {.lex_state = 1, .external_lex_state = 71}, + [2353] = {.lex_state = 1, .external_lex_state = 128}, + [2354] = {.lex_state = 1, .external_lex_state = 128}, + [2355] = {.lex_state = 1, .external_lex_state = 65}, + [2356] = {.lex_state = 1, .external_lex_state = 73}, + [2357] = {.lex_state = 1, .external_lex_state = 125}, + [2358] = {.lex_state = 0, .external_lex_state = 127}, + [2359] = {.lex_state = 1, .external_lex_state = 130}, + [2360] = {.lex_state = 1, .external_lex_state = 130}, + [2361] = {.lex_state = 1, .external_lex_state = 130}, + [2362] = {.lex_state = 1, .external_lex_state = 125}, + [2363] = {.lex_state = 1, .external_lex_state = 125}, + [2364] = {.lex_state = 1, .external_lex_state = 122}, + [2365] = {.lex_state = 1, .external_lex_state = 128}, + [2366] = {.lex_state = 1, .external_lex_state = 128}, + [2367] = {.lex_state = 1, .external_lex_state = 125}, + [2368] = {.lex_state = 1, .external_lex_state = 73}, + [2369] = {.lex_state = 1, .external_lex_state = 65}, + [2370] = {.lex_state = 1, .external_lex_state = 125}, + [2371] = {.lex_state = 1, .external_lex_state = 125}, + [2372] = {.lex_state = 1, .external_lex_state = 128}, + [2373] = {.lex_state = 1, .external_lex_state = 121}, + [2374] = {.lex_state = 1, .external_lex_state = 125}, + [2375] = {.lex_state = 1, .external_lex_state = 91}, + [2376] = {.lex_state = 1, .external_lex_state = 74}, + [2377] = {.lex_state = 1, .external_lex_state = 91}, + [2378] = {.lex_state = 0, .external_lex_state = 120}, + [2379] = {.lex_state = 1, .external_lex_state = 91}, + [2380] = {.lex_state = 1, .external_lex_state = 121}, + [2381] = {.lex_state = 1, .external_lex_state = 91}, + [2382] = {.lex_state = 1, .external_lex_state = 91}, + [2383] = {.lex_state = 1, .external_lex_state = 91}, + [2384] = {.lex_state = 1, .external_lex_state = 125}, + [2385] = {.lex_state = 1, .external_lex_state = 125}, + [2386] = {.lex_state = 1, .external_lex_state = 74}, + [2387] = {.lex_state = 1, .external_lex_state = 126}, [2388] = {.lex_state = 1, .external_lex_state = 129}, - [2389] = {.lex_state = 1, .external_lex_state = 65}, - [2390] = {.lex_state = 1, .external_lex_state = 129}, - [2391] = {.lex_state = 1, .external_lex_state = 122}, - [2392] = {.lex_state = 0, .external_lex_state = 121}, - [2393] = {.lex_state = 1, .external_lex_state = 69}, - [2394] = {.lex_state = 1, .external_lex_state = 69}, - [2395] = {.lex_state = 1, .external_lex_state = 69}, - [2396] = {.lex_state = 1, .external_lex_state = 128}, - [2397] = {.lex_state = 1, .external_lex_state = 124}, - [2398] = {.lex_state = 1, .external_lex_state = 122}, - [2399] = {.lex_state = 1, .external_lex_state = 128}, - [2400] = {.lex_state = 1, .external_lex_state = 128}, - [2401] = {.lex_state = 1, .external_lex_state = 128}, - [2402] = {.lex_state = 1, .external_lex_state = 89}, - [2403] = {.lex_state = 1, .external_lex_state = 128}, - [2404] = {.lex_state = 1, .external_lex_state = 128}, - [2405] = {.lex_state = 1, .external_lex_state = 89}, - [2406] = {.lex_state = 1, .external_lex_state = 89}, - [2407] = {.lex_state = 1, .external_lex_state = 89}, - [2408] = {.lex_state = 1, .external_lex_state = 89}, - [2409] = {.lex_state = 1, .external_lex_state = 89}, - [2410] = {.lex_state = 1, .external_lex_state = 89}, - [2411] = {.lex_state = 1, .external_lex_state = 69}, - [2412] = {.lex_state = 1, .external_lex_state = 69}, - [2413] = {.lex_state = 1, .external_lex_state = 69}, - [2414] = {.lex_state = 1, .external_lex_state = 130}, - [2415] = {.lex_state = 1, .external_lex_state = 69}, - [2416] = {.lex_state = 1, .external_lex_state = 130}, - [2417] = {.lex_state = 1, .external_lex_state = 89}, - [2418] = {.lex_state = 1, .external_lex_state = 89}, - [2419] = {.lex_state = 1, .external_lex_state = 89}, - [2420] = {.lex_state = 1, .external_lex_state = 123}, - [2421] = {.lex_state = 1, .external_lex_state = 124}, - [2422] = {.lex_state = 0, .external_lex_state = 121}, - [2423] = {.lex_state = 1, .external_lex_state = 128}, - [2424] = {.lex_state = 1, .external_lex_state = 128}, - [2425] = {.lex_state = 1, .external_lex_state = 130}, - [2426] = {.lex_state = 1, .external_lex_state = 128}, - [2427] = {.lex_state = 1, .external_lex_state = 130}, - [2428] = {.lex_state = 1, .external_lex_state = 130}, - [2429] = {.lex_state = 1, .external_lex_state = 69}, - [2430] = {.lex_state = 1, .external_lex_state = 69}, - [2431] = {.lex_state = 1, .external_lex_state = 123}, - [2432] = {.lex_state = 1, .external_lex_state = 80}, - [2433] = {.lex_state = 1, .external_lex_state = 65}, - [2434] = {.lex_state = 1, .external_lex_state = 78}, - [2435] = {.lex_state = 1, .external_lex_state = 80}, + [2389] = {.lex_state = 0, .external_lex_state = 127}, + [2390] = {.lex_state = 1, .external_lex_state = 126}, + [2391] = {.lex_state = 1, .external_lex_state = 65}, + [2392] = {.lex_state = 1, .external_lex_state = 126}, + [2393] = {.lex_state = 1, .external_lex_state = 126}, + [2394] = {.lex_state = 1, .external_lex_state = 126}, + [2395] = {.lex_state = 1, .external_lex_state = 65}, + [2396] = {.lex_state = 1, .external_lex_state = 91}, + [2397] = {.lex_state = 0, .external_lex_state = 120}, + [2398] = {.lex_state = 1, .external_lex_state = 125}, + [2399] = {.lex_state = 1, .external_lex_state = 129}, + [2400] = {.lex_state = 1, .external_lex_state = 129}, + [2401] = {.lex_state = 1, .external_lex_state = 129}, + [2402] = {.lex_state = 1, .external_lex_state = 129}, + [2403] = {.lex_state = 1, .external_lex_state = 129}, + [2404] = {.lex_state = 1, .external_lex_state = 129}, + [2405] = {.lex_state = 1, .external_lex_state = 91}, + [2406] = {.lex_state = 1, .external_lex_state = 91}, + [2407] = {.lex_state = 1, .external_lex_state = 118}, + [2408] = {.lex_state = 1, .external_lex_state = 66}, + [2409] = {.lex_state = 1, .external_lex_state = 74}, + [2410] = {.lex_state = 1, .external_lex_state = 66}, + [2411] = {.lex_state = 1, .external_lex_state = 115}, + [2412] = {.lex_state = 1, .external_lex_state = 65}, + [2413] = {.lex_state = 0, .external_lex_state = 127}, + [2414] = {.lex_state = 1, .external_lex_state = 74}, + [2415] = {.lex_state = 1, .external_lex_state = 74}, + [2416] = {.lex_state = 1, .external_lex_state = 74}, + [2417] = {.lex_state = 1, .external_lex_state = 74}, + [2418] = {.lex_state = 1, .external_lex_state = 74}, + [2419] = {.lex_state = 1, .external_lex_state = 74}, + [2420] = {.lex_state = 1, .external_lex_state = 74}, + [2421] = {.lex_state = 1, .external_lex_state = 125}, + [2422] = {.lex_state = 1, .external_lex_state = 74}, + [2423] = {.lex_state = 1, .external_lex_state = 118}, + [2424] = {.lex_state = 1, .external_lex_state = 74}, + [2425] = {.lex_state = 1, .external_lex_state = 115}, + [2426] = {.lex_state = 1, .external_lex_state = 78}, + [2427] = {.lex_state = 1, .external_lex_state = 129}, + [2428] = {.lex_state = 0, .external_lex_state = 127}, + [2429] = {.lex_state = 1, .external_lex_state = 126}, + [2430] = {.lex_state = 1, .external_lex_state = 129}, + [2431] = {.lex_state = 1, .external_lex_state = 129}, + [2432] = {.lex_state = 0, .external_lex_state = 127}, + [2433] = {.lex_state = 1, .external_lex_state = 73}, + [2434] = {.lex_state = 1, .external_lex_state = 80}, + [2435] = {.lex_state = 1, .external_lex_state = 65}, [2436] = {.lex_state = 1, .external_lex_state = 78}, - [2437] = {.lex_state = 1, .external_lex_state = 80}, - [2438] = {.lex_state = 1, .external_lex_state = 80}, - [2439] = {.lex_state = 1, .external_lex_state = 80}, - [2440] = {.lex_state = 1, .external_lex_state = 80}, - [2441] = {.lex_state = 1, .external_lex_state = 78}, - [2442] = {.lex_state = 1, .external_lex_state = 78}, - [2443] = {.lex_state = 1, .external_lex_state = 80}, - [2444] = {.lex_state = 1, .external_lex_state = 80}, - [2445] = {.lex_state = 1, .external_lex_state = 80}, - [2446] = {.lex_state = 1, .external_lex_state = 80}, - [2447] = {.lex_state = 1, .external_lex_state = 80}, - [2448] = {.lex_state = 1, .external_lex_state = 65}, - [2449] = {.lex_state = 1, .external_lex_state = 78}, - [2450] = {.lex_state = 1, .external_lex_state = 65}, + [2437] = {.lex_state = 1, .external_lex_state = 65}, + [2438] = {.lex_state = 1, .external_lex_state = 65}, + [2439] = {.lex_state = 1, .external_lex_state = 78}, + [2440] = {.lex_state = 1, .external_lex_state = 65}, + [2441] = {.lex_state = 1, .external_lex_state = 80}, + [2442] = {.lex_state = 1, .external_lex_state = 65}, + [2443] = {.lex_state = 1, .external_lex_state = 78}, + [2444] = {.lex_state = 1, .external_lex_state = 131}, + [2445] = {.lex_state = 1, .external_lex_state = 78}, + [2446] = {.lex_state = 1, .external_lex_state = 78}, + [2447] = {.lex_state = 1, .external_lex_state = 78}, + [2448] = {.lex_state = 1, .external_lex_state = 87}, + [2449] = {.lex_state = 1, .external_lex_state = 93}, + [2450] = {.lex_state = 1, .external_lex_state = 78}, [2451] = {.lex_state = 1, .external_lex_state = 65}, [2452] = {.lex_state = 1, .external_lex_state = 78}, [2453] = {.lex_state = 1, .external_lex_state = 78}, - [2454] = {.lex_state = 1, .external_lex_state = 65}, - [2455] = {.lex_state = 1, .external_lex_state = 65}, - [2456] = {.lex_state = 1, .external_lex_state = 93}, - [2457] = {.lex_state = 1, .external_lex_state = 78}, - [2458] = {.lex_state = 1, .external_lex_state = 131}, - [2459] = {.lex_state = 1, .external_lex_state = 78}, - [2460] = {.lex_state = 1, .external_lex_state = 65}, - [2461] = {.lex_state = 1, .external_lex_state = 65}, - [2462] = {.lex_state = 1, .external_lex_state = 65}, - [2463] = {.lex_state = 1, .external_lex_state = 65}, - [2464] = {.lex_state = 1, .external_lex_state = 78}, - [2465] = {.lex_state = 1, .external_lex_state = 78}, - [2466] = {.lex_state = 1, .external_lex_state = 78}, - [2467] = {.lex_state = 1, .external_lex_state = 92}, + [2454] = {.lex_state = 1, .external_lex_state = 78}, + [2455] = {.lex_state = 1, .external_lex_state = 78}, + [2456] = {.lex_state = 1, .external_lex_state = 78}, + [2457] = {.lex_state = 1, .external_lex_state = 65}, + [2458] = {.lex_state = 1, .external_lex_state = 80}, + [2459] = {.lex_state = 1, .external_lex_state = 65}, + [2460] = {.lex_state = 1, .external_lex_state = 80}, + [2461] = {.lex_state = 1, .external_lex_state = 80}, + [2462] = {.lex_state = 1, .external_lex_state = 80}, + [2463] = {.lex_state = 1, .external_lex_state = 80}, + [2464] = {.lex_state = 1, .external_lex_state = 65}, + [2465] = {.lex_state = 1, .external_lex_state = 80}, + [2466] = {.lex_state = 1, .external_lex_state = 65}, + [2467] = {.lex_state = 1, .external_lex_state = 80}, [2468] = {.lex_state = 1, .external_lex_state = 80}, - [2469] = {.lex_state = 1, .external_lex_state = 69}, - [2470] = {.lex_state = 1, .external_lex_state = 108}, - [2471] = {.lex_state = 1, .external_lex_state = 88}, + [2469] = {.lex_state = 1, .external_lex_state = 80}, + [2470] = {.lex_state = 1, .external_lex_state = 80}, + [2471] = {.lex_state = 1, .external_lex_state = 93}, [2472] = {.lex_state = 1, .external_lex_state = 92}, - [2473] = {.lex_state = 1, .external_lex_state = 90}, - [2474] = {.lex_state = 1, .external_lex_state = 87}, + [2473] = {.lex_state = 1, .external_lex_state = 89}, + [2474] = {.lex_state = 1, .external_lex_state = 89}, [2475] = {.lex_state = 1, .external_lex_state = 87}, - [2476] = {.lex_state = 1, .external_lex_state = 88}, - [2477] = {.lex_state = 1, .external_lex_state = 90}, - [2478] = {.lex_state = 1, .external_lex_state = 92}, - [2479] = {.lex_state = 1, .external_lex_state = 92}, - [2480] = {.lex_state = 1, .external_lex_state = 88}, + [2476] = {.lex_state = 1, .external_lex_state = 93}, + [2477] = {.lex_state = 1, .external_lex_state = 89}, + [2478] = {.lex_state = 1, .external_lex_state = 93}, + [2479] = {.lex_state = 1, .external_lex_state = 87}, + [2480] = {.lex_state = 1, .external_lex_state = 87}, [2481] = {.lex_state = 1, .external_lex_state = 93}, - [2482] = {.lex_state = 1, .external_lex_state = 93}, - [2483] = {.lex_state = 1, .external_lex_state = 87}, - [2484] = {.lex_state = 1, .external_lex_state = 90}, + [2482] = {.lex_state = 1, .external_lex_state = 87}, + [2483] = {.lex_state = 1, .external_lex_state = 89}, + [2484] = {.lex_state = 1, .external_lex_state = 87}, [2485] = {.lex_state = 1, .external_lex_state = 93}, [2486] = {.lex_state = 1, .external_lex_state = 93}, [2487] = {.lex_state = 1, .external_lex_state = 87}, - [2488] = {.lex_state = 1, .external_lex_state = 87}, - [2489] = {.lex_state = 1, .external_lex_state = 87}, + [2488] = {.lex_state = 1, .external_lex_state = 89}, + [2489] = {.lex_state = 1, .external_lex_state = 90}, [2490] = {.lex_state = 1, .external_lex_state = 93}, - [2491] = {.lex_state = 1, .external_lex_state = 88}, - [2492] = {.lex_state = 1, .external_lex_state = 87}, - [2493] = {.lex_state = 1, .external_lex_state = 87}, - [2494] = {.lex_state = 1, .external_lex_state = 87}, + [2491] = {.lex_state = 1, .external_lex_state = 90}, + [2492] = {.lex_state = 1, .external_lex_state = 90}, + [2493] = {.lex_state = 1, .external_lex_state = 105}, + [2494] = {.lex_state = 1, .external_lex_state = 89}, [2495] = {.lex_state = 1, .external_lex_state = 93}, - [2496] = {.lex_state = 1, .external_lex_state = 88}, - [2497] = {.lex_state = 1, .external_lex_state = 87}, - [2498] = {.lex_state = 1, .external_lex_state = 88}, - [2499] = {.lex_state = 1, .external_lex_state = 92}, - [2500] = {.lex_state = 1, .external_lex_state = 90}, + [2496] = {.lex_state = 1, .external_lex_state = 89}, + [2497] = {.lex_state = 1, .external_lex_state = 93}, + [2498] = {.lex_state = 1, .external_lex_state = 90}, + [2499] = {.lex_state = 1, .external_lex_state = 90}, + [2500] = {.lex_state = 1, .external_lex_state = 93}, [2501] = {.lex_state = 1, .external_lex_state = 92}, [2502] = {.lex_state = 1, .external_lex_state = 90}, [2503] = {.lex_state = 1, .external_lex_state = 87}, - [2504] = {.lex_state = 1, .external_lex_state = 93}, - [2505] = {.lex_state = 1, .external_lex_state = 90}, - [2506] = {.lex_state = 1, .external_lex_state = 90}, + [2504] = {.lex_state = 1, .external_lex_state = 90}, + [2505] = {.lex_state = 1, .external_lex_state = 93}, + [2506] = {.lex_state = 1, .external_lex_state = 89}, [2507] = {.lex_state = 1, .external_lex_state = 90}, - [2508] = {.lex_state = 1, .external_lex_state = 88}, - [2509] = {.lex_state = 1, .external_lex_state = 88}, - [2510] = {.lex_state = 1, .external_lex_state = 93}, - [2511] = {.lex_state = 1, .external_lex_state = 109}, - [2512] = {.lex_state = 1, .external_lex_state = 93}, - [2513] = {.lex_state = 1, .external_lex_state = 88}, - [2514] = {.lex_state = 1, .external_lex_state = 90}, - [2515] = {.lex_state = 1, .external_lex_state = 93}, - [2516] = {.lex_state = 1, .external_lex_state = 93}, - [2517] = {.lex_state = 1, .external_lex_state = 92}, - [2518] = {.lex_state = 1, .external_lex_state = 88}, - [2519] = {.lex_state = 1, .external_lex_state = 92}, - [2520] = {.lex_state = 1, .external_lex_state = 92}, - [2521] = {.lex_state = 1, .external_lex_state = 90}, + [2508] = {.lex_state = 1, .external_lex_state = 92}, + [2509] = {.lex_state = 1, .external_lex_state = 90}, + [2510] = {.lex_state = 1, .external_lex_state = 108}, + [2511] = {.lex_state = 1, .external_lex_state = 104}, + [2512] = {.lex_state = 1, .external_lex_state = 90}, + [2513] = {.lex_state = 1, .external_lex_state = 92}, + [2514] = {.lex_state = 1, .external_lex_state = 92}, + [2515] = {.lex_state = 1, .external_lex_state = 87}, + [2516] = {.lex_state = 1, .external_lex_state = 71}, + [2517] = {.lex_state = 1, .external_lex_state = 90}, + [2518] = {.lex_state = 1, .external_lex_state = 89}, + [2519] = {.lex_state = 1, .external_lex_state = 89}, + [2520] = {.lex_state = 1, .external_lex_state = 89}, + [2521] = {.lex_state = 1, .external_lex_state = 92}, [2522] = {.lex_state = 1, .external_lex_state = 92}, - [2523] = {.lex_state = 1, .external_lex_state = 88}, - [2524] = {.lex_state = 1, .external_lex_state = 103}, - [2525] = {.lex_state = 1, .external_lex_state = 93}, + [2523] = {.lex_state = 1, .external_lex_state = 89}, + [2524] = {.lex_state = 1, .external_lex_state = 89}, + [2525] = {.lex_state = 1, .external_lex_state = 87}, [2526] = {.lex_state = 1, .external_lex_state = 92}, - [2527] = {.lex_state = 1, .external_lex_state = 90}, - [2528] = {.lex_state = 1, .external_lex_state = 88}, + [2527] = {.lex_state = 1, .external_lex_state = 92}, + [2528] = {.lex_state = 1, .external_lex_state = 90}, [2529] = {.lex_state = 1, .external_lex_state = 92}, - [2530] = {.lex_state = 1, .external_lex_state = 87}, - [2531] = {.lex_state = 1, .external_lex_state = 88}, - [2532] = {.lex_state = 1, .external_lex_state = 90}, - [2533] = {.lex_state = 1, .external_lex_state = 90}, - [2534] = {.lex_state = 1, .external_lex_state = 92}, - [2535] = {.lex_state = 1, .external_lex_state = 104}, - [2536] = {.lex_state = 1, .external_lex_state = 104}, - [2537] = {.lex_state = 1, .external_lex_state = 109}, - [2538] = {.lex_state = 1, .external_lex_state = 103}, - [2539] = {.lex_state = 1, .external_lex_state = 104}, - [2540] = {.lex_state = 1, .external_lex_state = 109}, - [2541] = {.lex_state = 1, .external_lex_state = 101}, - [2542] = {.lex_state = 2, .external_lex_state = 20}, - [2543] = {.lex_state = 1, .external_lex_state = 77}, - [2544] = {.lex_state = 1, .external_lex_state = 77}, + [2530] = {.lex_state = 1, .external_lex_state = 90}, + [2531] = {.lex_state = 1, .external_lex_state = 92}, + [2532] = {.lex_state = 1, .external_lex_state = 92}, + [2533] = {.lex_state = 1, .external_lex_state = 87}, + [2534] = {.lex_state = 1, .external_lex_state = 87}, + [2535] = {.lex_state = 1, .external_lex_state = 87}, + [2536] = {.lex_state = 1, .external_lex_state = 93}, + [2537] = {.lex_state = 1, .external_lex_state = 105}, + [2538] = {.lex_state = 1, .external_lex_state = 111}, + [2539] = {.lex_state = 1, .external_lex_state = 111}, + [2540] = {.lex_state = 1, .external_lex_state = 104}, + [2541] = {.lex_state = 1, .external_lex_state = 103}, + [2542] = {.lex_state = 1, .external_lex_state = 108}, + [2543] = {.lex_state = 1, .external_lex_state = 105}, + [2544] = {.lex_state = 1, .external_lex_state = 105}, [2545] = {.lex_state = 1, .external_lex_state = 103}, - [2546] = {.lex_state = 1, .external_lex_state = 103}, + [2546] = {.lex_state = 1, .external_lex_state = 104}, [2547] = {.lex_state = 1, .external_lex_state = 104}, - [2548] = {.lex_state = 1, .external_lex_state = 77}, - [2549] = {.lex_state = 1, .external_lex_state = 77}, - [2550] = {.lex_state = 1, .external_lex_state = 109}, - [2551] = {.lex_state = 1, .external_lex_state = 77}, + [2548] = {.lex_state = 1, .external_lex_state = 104}, + [2549] = {.lex_state = 1, .external_lex_state = 111}, + [2550] = {.lex_state = 1, .external_lex_state = 104}, + [2551] = {.lex_state = 1, .external_lex_state = 104}, [2552] = {.lex_state = 1, .external_lex_state = 104}, - [2553] = {.lex_state = 1, .external_lex_state = 103}, - [2554] = {.lex_state = 1, .external_lex_state = 101}, - [2555] = {.lex_state = 1, .external_lex_state = 101}, - [2556] = {.lex_state = 1, .external_lex_state = 109}, - [2557] = {.lex_state = 1, .external_lex_state = 103}, - [2558] = {.lex_state = 1, .external_lex_state = 101}, - [2559] = {.lex_state = 1, .external_lex_state = 103}, - [2560] = {.lex_state = 1, .external_lex_state = 101}, - [2561] = {.lex_state = 1, .external_lex_state = 109}, - [2562] = {.lex_state = 1, .external_lex_state = 101}, - [2563] = {.lex_state = 1, .external_lex_state = 109}, - [2564] = {.lex_state = 1, .external_lex_state = 101}, - [2565] = {.lex_state = 1, .external_lex_state = 109}, - [2566] = {.lex_state = 1, .external_lex_state = 109}, - [2567] = {.lex_state = 1, .external_lex_state = 103}, - [2568] = {.lex_state = 1, .external_lex_state = 104}, - [2569] = {.lex_state = 1, .external_lex_state = 77}, - [2570] = {.lex_state = 1, .external_lex_state = 101}, - [2571] = {.lex_state = 1, .external_lex_state = 101}, - [2572] = {.lex_state = 1, .external_lex_state = 101}, - [2573] = {.lex_state = 1, .external_lex_state = 101}, - [2574] = {.lex_state = 1, .external_lex_state = 101}, + [2553] = {.lex_state = 1, .external_lex_state = 81}, + [2554] = {.lex_state = 1, .external_lex_state = 81}, + [2555] = {.lex_state = 1, .external_lex_state = 103}, + [2556] = {.lex_state = 1, .external_lex_state = 108}, + [2557] = {.lex_state = 1, .external_lex_state = 111}, + [2558] = {.lex_state = 1, .external_lex_state = 111}, + [2559] = {.lex_state = 1, .external_lex_state = 104}, + [2560] = {.lex_state = 1, .external_lex_state = 103}, + [2561] = {.lex_state = 2, .external_lex_state = 21}, + [2562] = {.lex_state = 1, .external_lex_state = 81}, + [2563] = {.lex_state = 1, .external_lex_state = 103}, + [2564] = {.lex_state = 1, .external_lex_state = 105}, + [2565] = {.lex_state = 2, .external_lex_state = 21}, + [2566] = {.lex_state = 1, .external_lex_state = 81}, + [2567] = {.lex_state = 1, .external_lex_state = 81}, + [2568] = {.lex_state = 1, .external_lex_state = 81}, + [2569] = {.lex_state = 1, .external_lex_state = 103}, + [2570] = {.lex_state = 1, .external_lex_state = 81}, + [2571] = {.lex_state = 1, .external_lex_state = 111}, + [2572] = {.lex_state = 1, .external_lex_state = 111}, + [2573] = {.lex_state = 1, .external_lex_state = 108}, + [2574] = {.lex_state = 1, .external_lex_state = 81}, [2575] = {.lex_state = 1, .external_lex_state = 104}, - [2576] = {.lex_state = 2, .external_lex_state = 15}, - [2577] = {.lex_state = 1, .external_lex_state = 103}, - [2578] = {.lex_state = 1, .external_lex_state = 77}, - [2579] = {.lex_state = 1, .external_lex_state = 77}, - [2580] = {.lex_state = 1, .external_lex_state = 77}, + [2576] = {.lex_state = 1, .external_lex_state = 104}, + [2577] = {.lex_state = 1, .external_lex_state = 104}, + [2578] = {.lex_state = 1, .external_lex_state = 103}, + [2579] = {.lex_state = 1, .external_lex_state = 108}, + [2580] = {.lex_state = 1, .external_lex_state = 108}, [2581] = {.lex_state = 1, .external_lex_state = 103}, - [2582] = {.lex_state = 1, .external_lex_state = 77}, - [2583] = {.lex_state = 1, .external_lex_state = 104}, - [2584] = {.lex_state = 1, .external_lex_state = 109}, - [2585] = {.lex_state = 1, .external_lex_state = 104}, - [2586] = {.lex_state = 2, .external_lex_state = 20}, - [2587] = {.lex_state = 1, .external_lex_state = 108}, + [2582] = {.lex_state = 1, .external_lex_state = 105}, + [2583] = {.lex_state = 1, .external_lex_state = 108}, + [2584] = {.lex_state = 1, .external_lex_state = 81}, + [2585] = {.lex_state = 1, .external_lex_state = 108}, + [2586] = {.lex_state = 2, .external_lex_state = 15}, + [2587] = {.lex_state = 1, .external_lex_state = 104}, [2588] = {.lex_state = 1, .external_lex_state = 103}, - [2589] = {.lex_state = 1, .external_lex_state = 108}, - [2590] = {.lex_state = 1, .external_lex_state = 77}, - [2591] = {.lex_state = 1, .external_lex_state = 108}, - [2592] = {.lex_state = 1, .external_lex_state = 101}, - [2593] = {.lex_state = 1, .external_lex_state = 104}, - [2594] = {.lex_state = 1, .external_lex_state = 108}, - [2595] = {.lex_state = 1, .external_lex_state = 103}, - [2596] = {.lex_state = 1, .external_lex_state = 108}, + [2589] = {.lex_state = 1, .external_lex_state = 103}, + [2590] = {.lex_state = 1, .external_lex_state = 81}, + [2591] = {.lex_state = 1, .external_lex_state = 111}, + [2592] = {.lex_state = 1, .external_lex_state = 105}, + [2593] = {.lex_state = 1, .external_lex_state = 105}, + [2594] = {.lex_state = 1, .external_lex_state = 81}, + [2595] = {.lex_state = 1, .external_lex_state = 111}, + [2596] = {.lex_state = 2, .external_lex_state = 21}, [2597] = {.lex_state = 1, .external_lex_state = 108}, [2598] = {.lex_state = 1, .external_lex_state = 108}, - [2599] = {.lex_state = 1, .external_lex_state = 104}, - [2600] = {.lex_state = 2, .external_lex_state = 20}, - [2601] = {.lex_state = 2, .external_lex_state = 20}, - [2602] = {.lex_state = 1, .external_lex_state = 104}, - [2603] = {.lex_state = 1, .external_lex_state = 77}, - [2604] = {.lex_state = 1, .external_lex_state = 108}, - [2605] = {.lex_state = 1, .external_lex_state = 108}, - [2606] = {.lex_state = 1, .external_lex_state = 104}, - [2607] = {.lex_state = 1, .external_lex_state = 109}, - [2608] = {.lex_state = 1, .external_lex_state = 108}, - [2609] = {.lex_state = 1, .external_lex_state = 108}, - [2610] = {.lex_state = 1, .external_lex_state = 109}, - [2611] = {.lex_state = 1, .external_lex_state = 108}, - [2612] = {.lex_state = 1, .external_lex_state = 103}, - [2613] = {.lex_state = 1, .external_lex_state = 109}, - [2614] = {.lex_state = 1, .external_lex_state = 119}, - [2615] = {.lex_state = 1, .external_lex_state = 120}, - [2616] = {.lex_state = 1, .external_lex_state = 120}, - [2617] = {.lex_state = 1, .external_lex_state = 114}, + [2599] = {.lex_state = 1, .external_lex_state = 108}, + [2600] = {.lex_state = 1, .external_lex_state = 103}, + [2601] = {.lex_state = 1, .external_lex_state = 111}, + [2602] = {.lex_state = 1, .external_lex_state = 111}, + [2603] = {.lex_state = 1, .external_lex_state = 108}, + [2604] = {.lex_state = 1, .external_lex_state = 111}, + [2605] = {.lex_state = 1, .external_lex_state = 105}, + [2606] = {.lex_state = 1, .external_lex_state = 81}, + [2607] = {.lex_state = 1, .external_lex_state = 103}, + [2608] = {.lex_state = 1, .external_lex_state = 103}, + [2609] = {.lex_state = 1, .external_lex_state = 105}, + [2610] = {.lex_state = 1, .external_lex_state = 105}, + [2611] = {.lex_state = 1, .external_lex_state = 105}, + [2612] = {.lex_state = 2, .external_lex_state = 21}, + [2613] = {.lex_state = 1, .external_lex_state = 111}, + [2614] = {.lex_state = 1, .external_lex_state = 105}, + [2615] = {.lex_state = 1, .external_lex_state = 108}, + [2616] = {.lex_state = 1, .external_lex_state = 117}, + [2617] = {.lex_state = 1, .external_lex_state = 113}, [2618] = {.lex_state = 1, .external_lex_state = 114}, [2619] = {.lex_state = 1, .external_lex_state = 116}, - [2620] = {.lex_state = 1, .external_lex_state = 120}, - [2621] = {.lex_state = 2, .external_lex_state = 22}, - [2622] = {.lex_state = 2, .external_lex_state = 132}, - [2623] = {.lex_state = 2, .external_lex_state = 22}, - [2624] = {.lex_state = 1, .external_lex_state = 114}, + [2620] = {.lex_state = 2, .external_lex_state = 22}, + [2621] = {.lex_state = 1, .external_lex_state = 113}, + [2622] = {.lex_state = 1, .external_lex_state = 113}, + [2623] = {.lex_state = 1, .external_lex_state = 113}, + [2624] = {.lex_state = 1, .external_lex_state = 123}, [2625] = {.lex_state = 1, .external_lex_state = 114}, [2626] = {.lex_state = 1, .external_lex_state = 114}, - [2627] = {.lex_state = 2, .external_lex_state = 22}, - [2628] = {.lex_state = 1, .external_lex_state = 119}, - [2629] = {.lex_state = 1, .external_lex_state = 120}, - [2630] = {.lex_state = 1, .external_lex_state = 119}, - [2631] = {.lex_state = 1, .external_lex_state = 119}, - [2632] = {.lex_state = 1, .external_lex_state = 119}, - [2633] = {.lex_state = 1, .external_lex_state = 119}, - [2634] = {.lex_state = 1, .external_lex_state = 116}, - [2635] = {.lex_state = 1, .external_lex_state = 114}, - [2636] = {.lex_state = 1, .external_lex_state = 120}, - [2637] = {.lex_state = 1, .external_lex_state = 118}, - [2638] = {.lex_state = 1, .external_lex_state = 120}, - [2639] = {.lex_state = 1, .external_lex_state = 118}, - [2640] = {.lex_state = 1, .external_lex_state = 120}, - [2641] = {.lex_state = 1, .external_lex_state = 120}, - [2642] = {.lex_state = 1, .external_lex_state = 114}, - [2643] = {.lex_state = 2, .external_lex_state = 22}, - [2644] = {.lex_state = 1, .external_lex_state = 116}, - [2645] = {.lex_state = 1, .external_lex_state = 118}, - [2646] = {.lex_state = 1, .external_lex_state = 118}, - [2647] = {.lex_state = 1, .external_lex_state = 116}, - [2648] = {.lex_state = 1, .external_lex_state = 116}, - [2649] = {.lex_state = 1, .external_lex_state = 116}, - [2650] = {.lex_state = 1, .external_lex_state = 116}, - [2651] = {.lex_state = 1, .external_lex_state = 118}, - [2652] = {.lex_state = 2, .external_lex_state = 22}, - [2653] = {.lex_state = 1, .external_lex_state = 116}, - [2654] = {.lex_state = 1, .external_lex_state = 120}, - [2655] = {.lex_state = 1, .external_lex_state = 116}, - [2656] = {.lex_state = 1, .external_lex_state = 119}, - [2657] = {.lex_state = 1, .external_lex_state = 118}, - [2658] = {.lex_state = 1, .external_lex_state = 119}, - [2659] = {.lex_state = 1, .external_lex_state = 120}, - [2660] = {.lex_state = 1, .external_lex_state = 118}, - [2661] = {.lex_state = 1, .external_lex_state = 119}, - [2662] = {.lex_state = 1, .external_lex_state = 116}, - [2663] = {.lex_state = 1, .external_lex_state = 119}, - [2664] = {.lex_state = 1, .external_lex_state = 116}, - [2665] = {.lex_state = 1, .external_lex_state = 116}, - [2666] = {.lex_state = 2, .external_lex_state = 132}, - [2667] = {.lex_state = 1, .external_lex_state = 118}, - [2668] = {.lex_state = 1, .external_lex_state = 114}, - [2669] = {.lex_state = 1, .external_lex_state = 114}, - [2670] = {.lex_state = 1, .external_lex_state = 114}, - [2671] = {.lex_state = 1, .external_lex_state = 119}, - [2672] = {.lex_state = 1, .external_lex_state = 118}, + [2627] = {.lex_state = 1, .external_lex_state = 114}, + [2628] = {.lex_state = 1, .external_lex_state = 113}, + [2629] = {.lex_state = 2, .external_lex_state = 22}, + [2630] = {.lex_state = 2, .external_lex_state = 22}, + [2631] = {.lex_state = 1, .external_lex_state = 116}, + [2632] = {.lex_state = 1, .external_lex_state = 114}, + [2633] = {.lex_state = 1, .external_lex_state = 123}, + [2634] = {.lex_state = 1, .external_lex_state = 123}, + [2635] = {.lex_state = 1, .external_lex_state = 123}, + [2636] = {.lex_state = 1, .external_lex_state = 114}, + [2637] = {.lex_state = 1, .external_lex_state = 116}, + [2638] = {.lex_state = 1, .external_lex_state = 116}, + [2639] = {.lex_state = 1, .external_lex_state = 116}, + [2640] = {.lex_state = 2, .external_lex_state = 22}, + [2641] = {.lex_state = 1, .external_lex_state = 114}, + [2642] = {.lex_state = 1, .external_lex_state = 123}, + [2643] = {.lex_state = 1, .external_lex_state = 116}, + [2644] = {.lex_state = 1, .external_lex_state = 123}, + [2645] = {.lex_state = 1, .external_lex_state = 114}, + [2646] = {.lex_state = 1, .external_lex_state = 116}, + [2647] = {.lex_state = 2, .external_lex_state = 132}, + [2648] = {.lex_state = 2, .external_lex_state = 22}, + [2649] = {.lex_state = 1, .external_lex_state = 123}, + [2650] = {.lex_state = 2, .external_lex_state = 22}, + [2651] = {.lex_state = 2, .external_lex_state = 22}, + [2652] = {.lex_state = 1, .external_lex_state = 114}, + [2653] = {.lex_state = 1, .external_lex_state = 123}, + [2654] = {.lex_state = 1, .external_lex_state = 123}, + [2655] = {.lex_state = 1, .external_lex_state = 123}, + [2656] = {.lex_state = 1, .external_lex_state = 116}, + [2657] = {.lex_state = 2, .external_lex_state = 132}, + [2658] = {.lex_state = 1, .external_lex_state = 123}, + [2659] = {.lex_state = 1, .external_lex_state = 114}, + [2660] = {.lex_state = 1, .external_lex_state = 123}, + [2661] = {.lex_state = 2, .external_lex_state = 22}, + [2662] = {.lex_state = 1, .external_lex_state = 114}, + [2663] = {.lex_state = 1, .external_lex_state = 116}, + [2664] = {.lex_state = 1, .external_lex_state = 114}, + [2665] = {.lex_state = 1, .external_lex_state = 117}, + [2666] = {.lex_state = 1, .external_lex_state = 114}, + [2667] = {.lex_state = 1, .external_lex_state = 116}, + [2668] = {.lex_state = 2, .external_lex_state = 132}, + [2669] = {.lex_state = 1, .external_lex_state = 116}, + [2670] = {.lex_state = 1, .external_lex_state = 117}, + [2671] = {.lex_state = 1, .external_lex_state = 117}, + [2672] = {.lex_state = 2, .external_lex_state = 22}, [2673] = {.lex_state = 2, .external_lex_state = 22}, - [2674] = {.lex_state = 1, .external_lex_state = 118}, - [2675] = {.lex_state = 2, .external_lex_state = 22}, + [2674] = {.lex_state = 1, .external_lex_state = 116}, + [2675] = {.lex_state = 1, .external_lex_state = 117}, [2676] = {.lex_state = 2, .external_lex_state = 22}, - [2677] = {.lex_state = 1, .external_lex_state = 120}, - [2678] = {.lex_state = 1, .external_lex_state = 114}, - [2679] = {.lex_state = 2, .external_lex_state = 132}, - [2680] = {.lex_state = 2, .external_lex_state = 22}, - [2681] = {.lex_state = 2, .external_lex_state = 22}, - [2682] = {.lex_state = 1, .external_lex_state = 118}, - [2683] = {.lex_state = 2, .external_lex_state = 22}, - [2684] = {.lex_state = 1, .external_lex_state = 114}, - [2685] = {.lex_state = 1, .external_lex_state = 116}, - [2686] = {.lex_state = 1, .external_lex_state = 119}, - [2687] = {.lex_state = 1, .external_lex_state = 118}, - [2688] = {.lex_state = 1, .external_lex_state = 120}, - [2689] = {.lex_state = 1, .external_lex_state = 118}, - [2690] = {.lex_state = 2, .external_lex_state = 132}, - [2691] = {.lex_state = 1, .external_lex_state = 130}, - [2692] = {.lex_state = 1, .external_lex_state = 128}, - [2693] = {.lex_state = 1, .external_lex_state = 89}, - [2694] = {.lex_state = 1, .external_lex_state = 125}, - [2695] = {.lex_state = 1, .external_lex_state = 125}, + [2677] = {.lex_state = 1, .external_lex_state = 117}, + [2678] = {.lex_state = 1, .external_lex_state = 113}, + [2679] = {.lex_state = 1, .external_lex_state = 117}, + [2680] = {.lex_state = 1, .external_lex_state = 117}, + [2681] = {.lex_state = 1, .external_lex_state = 113}, + [2682] = {.lex_state = 1, .external_lex_state = 117}, + [2683] = {.lex_state = 1, .external_lex_state = 117}, + [2684] = {.lex_state = 1, .external_lex_state = 113}, + [2685] = {.lex_state = 1, .external_lex_state = 113}, + [2686] = {.lex_state = 1, .external_lex_state = 113}, + [2687] = {.lex_state = 1, .external_lex_state = 117}, + [2688] = {.lex_state = 1, .external_lex_state = 113}, + [2689] = {.lex_state = 1, .external_lex_state = 113}, + [2690] = {.lex_state = 1, .external_lex_state = 117}, + [2691] = {.lex_state = 1, .external_lex_state = 117}, + [2692] = {.lex_state = 2, .external_lex_state = 132}, + [2693] = {.lex_state = 1, .external_lex_state = 130}, + [2694] = {.lex_state = 1, .external_lex_state = 130}, + [2695] = {.lex_state = 1, .external_lex_state = 126}, [2696] = {.lex_state = 1, .external_lex_state = 125}, - [2697] = {.lex_state = 1, .external_lex_state = 125}, - [2698] = {.lex_state = 1, .external_lex_state = 125}, - [2699] = {.lex_state = 1, .external_lex_state = 129}, - [2700] = {.lex_state = 1, .external_lex_state = 125}, + [2697] = {.lex_state = 1, .external_lex_state = 128}, + [2698] = {.lex_state = 1, .external_lex_state = 128}, + [2699] = {.lex_state = 1, .external_lex_state = 128}, + [2700] = {.lex_state = 1, .external_lex_state = 128}, [2701] = {.lex_state = 1, .external_lex_state = 129}, - [2702] = {.lex_state = 2, .external_lex_state = 133}, - [2703] = {.lex_state = 1, .external_lex_state = 129}, + [2702] = {.lex_state = 1, .external_lex_state = 129}, + [2703] = {.lex_state = 1, .external_lex_state = 91}, [2704] = {.lex_state = 1, .external_lex_state = 129}, - [2705] = {.lex_state = 1, .external_lex_state = 129}, - [2706] = {.lex_state = 1, .external_lex_state = 89}, + [2705] = {.lex_state = 1, .external_lex_state = 130}, + [2706] = {.lex_state = 1, .external_lex_state = 128}, [2707] = {.lex_state = 1, .external_lex_state = 125}, - [2708] = {.lex_state = 1, .external_lex_state = 130}, - [2709] = {.lex_state = 2, .external_lex_state = 133}, - [2710] = {.lex_state = 1, .external_lex_state = 125}, + [2708] = {.lex_state = 1, .external_lex_state = 126}, + [2709] = {.lex_state = 1, .external_lex_state = 125}, + [2710] = {.lex_state = 1, .external_lex_state = 129}, [2711] = {.lex_state = 1, .external_lex_state = 128}, - [2712] = {.lex_state = 1, .external_lex_state = 129}, - [2713] = {.lex_state = 2, .external_lex_state = 133}, - [2714] = {.lex_state = 1, .external_lex_state = 129}, - [2715] = {.lex_state = 1, .external_lex_state = 125}, - [2716] = {.lex_state = 1, .external_lex_state = 89}, - [2717] = {.lex_state = 1, .external_lex_state = 128}, + [2712] = {.lex_state = 1, .external_lex_state = 125}, + [2713] = {.lex_state = 1, .external_lex_state = 125}, + [2714] = {.lex_state = 1, .external_lex_state = 125}, + [2715] = {.lex_state = 1, .external_lex_state = 126}, + [2716] = {.lex_state = 1, .external_lex_state = 91}, + [2717] = {.lex_state = 2, .external_lex_state = 133}, [2718] = {.lex_state = 1, .external_lex_state = 128}, - [2719] = {.lex_state = 2, .external_lex_state = 133}, + [2719] = {.lex_state = 1, .external_lex_state = 130}, [2720] = {.lex_state = 1, .external_lex_state = 128}, - [2721] = {.lex_state = 1, .external_lex_state = 129}, - [2722] = {.lex_state = 1, .external_lex_state = 129}, - [2723] = {.lex_state = 1, .external_lex_state = 129}, - [2724] = {.lex_state = 1, .external_lex_state = 129}, - [2725] = {.lex_state = 1, .external_lex_state = 128}, - [2726] = {.lex_state = 1, .external_lex_state = 130}, - [2727] = {.lex_state = 1, .external_lex_state = 130}, - [2728] = {.lex_state = 1, .external_lex_state = 126}, - [2729] = {.lex_state = 1, .external_lex_state = 130}, - [2730] = {.lex_state = 1, .external_lex_state = 125}, + [2721] = {.lex_state = 1, .external_lex_state = 130}, + [2722] = {.lex_state = 1, .external_lex_state = 125}, + [2723] = {.lex_state = 1, .external_lex_state = 128}, + [2724] = {.lex_state = 1, .external_lex_state = 125}, + [2725] = {.lex_state = 1, .external_lex_state = 91}, + [2726] = {.lex_state = 1, .external_lex_state = 128}, + [2727] = {.lex_state = 1, .external_lex_state = 129}, + [2728] = {.lex_state = 1, .external_lex_state = 128}, + [2729] = {.lex_state = 1, .external_lex_state = 91}, + [2730] = {.lex_state = 1, .external_lex_state = 128}, [2731] = {.lex_state = 1, .external_lex_state = 125}, - [2732] = {.lex_state = 1, .external_lex_state = 130}, - [2733] = {.lex_state = 1, .external_lex_state = 89}, - [2734] = {.lex_state = 1, .external_lex_state = 130}, - [2735] = {.lex_state = 1, .external_lex_state = 129}, - [2736] = {.lex_state = 1, .external_lex_state = 130}, + [2732] = {.lex_state = 1, .external_lex_state = 125}, + [2733] = {.lex_state = 1, .external_lex_state = 125}, + [2734] = {.lex_state = 1, .external_lex_state = 129}, + [2735] = {.lex_state = 1, .external_lex_state = 130}, + [2736] = {.lex_state = 1, .external_lex_state = 129}, [2737] = {.lex_state = 1, .external_lex_state = 130}, - [2738] = {.lex_state = 1, .external_lex_state = 130}, - [2739] = {.lex_state = 1, .external_lex_state = 89}, - [2740] = {.lex_state = 1, .external_lex_state = 128}, + [2738] = {.lex_state = 1, .external_lex_state = 126}, + [2739] = {.lex_state = 1, .external_lex_state = 130}, + [2740] = {.lex_state = 1, .external_lex_state = 130}, [2741] = {.lex_state = 1, .external_lex_state = 130}, - [2742] = {.lex_state = 1, .external_lex_state = 89}, - [2743] = {.lex_state = 1, .external_lex_state = 126}, - [2744] = {.lex_state = 1, .external_lex_state = 89}, - [2745] = {.lex_state = 1, .external_lex_state = 126}, - [2746] = {.lex_state = 1, .external_lex_state = 126}, - [2747] = {.lex_state = 1, .external_lex_state = 129}, - [2748] = {.lex_state = 1, .external_lex_state = 128}, - [2749] = {.lex_state = 1, .external_lex_state = 128}, - [2750] = {.lex_state = 1, .external_lex_state = 125}, - [2751] = {.lex_state = 1, .external_lex_state = 89}, - [2752] = {.lex_state = 1, .external_lex_state = 128}, - [2753] = {.lex_state = 1, .external_lex_state = 89}, - [2754] = {.lex_state = 1, .external_lex_state = 126}, - [2755] = {.lex_state = 1, .external_lex_state = 89}, + [2742] = {.lex_state = 1, .external_lex_state = 91}, + [2743] = {.lex_state = 1, .external_lex_state = 129}, + [2744] = {.lex_state = 1, .external_lex_state = 130}, + [2745] = {.lex_state = 1, .external_lex_state = 125}, + [2746] = {.lex_state = 1, .external_lex_state = 130}, + [2747] = {.lex_state = 1, .external_lex_state = 91}, + [2748] = {.lex_state = 1, .external_lex_state = 126}, + [2749] = {.lex_state = 1, .external_lex_state = 91}, + [2750] = {.lex_state = 2, .external_lex_state = 133}, + [2751] = {.lex_state = 1, .external_lex_state = 126}, + [2752] = {.lex_state = 1, .external_lex_state = 91}, + [2753] = {.lex_state = 1, .external_lex_state = 126}, + [2754] = {.lex_state = 1, .external_lex_state = 129}, + [2755] = {.lex_state = 1, .external_lex_state = 125}, [2756] = {.lex_state = 1, .external_lex_state = 126}, [2757] = {.lex_state = 1, .external_lex_state = 126}, - [2758] = {.lex_state = 1, .external_lex_state = 125}, - [2759] = {.lex_state = 1, .external_lex_state = 126}, - [2760] = {.lex_state = 1, .external_lex_state = 126}, - [2761] = {.lex_state = 1, .external_lex_state = 126}, - [2762] = {.lex_state = 1, .external_lex_state = 128}, - [2763] = {.lex_state = 1, .external_lex_state = 128}, - [2764] = {.lex_state = 1, .external_lex_state = 89}, - [2765] = {.lex_state = 1, .external_lex_state = 126}, - [2766] = {.lex_state = 1, .external_lex_state = 89}, - [2767] = {.lex_state = 1, .external_lex_state = 126}, - [2768] = {.lex_state = 1, .external_lex_state = 89}, - [2769] = {.lex_state = 1, .external_lex_state = 130}, - [2770] = {.lex_state = 0, .external_lex_state = 134}, - [2771] = {.lex_state = 0, .external_lex_state = 134}, + [2758] = {.lex_state = 1, .external_lex_state = 126}, + [2759] = {.lex_state = 1, .external_lex_state = 129}, + [2760] = {.lex_state = 1, .external_lex_state = 128}, + [2761] = {.lex_state = 1, .external_lex_state = 129}, + [2762] = {.lex_state = 2, .external_lex_state = 133}, + [2763] = {.lex_state = 2, .external_lex_state = 133}, + [2764] = {.lex_state = 1, .external_lex_state = 126}, + [2765] = {.lex_state = 1, .external_lex_state = 91}, + [2766] = {.lex_state = 1, .external_lex_state = 126}, + [2767] = {.lex_state = 1, .external_lex_state = 91}, + [2768] = {.lex_state = 1, .external_lex_state = 129}, + [2769] = {.lex_state = 1, .external_lex_state = 91}, + [2770] = {.lex_state = 1, .external_lex_state = 91}, + [2771] = {.lex_state = 1, .external_lex_state = 91}, [2772] = {.lex_state = 0, .external_lex_state = 134}, [2773] = {.lex_state = 0, .external_lex_state = 134}, [2774] = {.lex_state = 0, .external_lex_state = 134}, @@ -15889,21 +15905,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2786] = {.lex_state = 0, .external_lex_state = 134}, [2787] = {.lex_state = 0, .external_lex_state = 134}, [2788] = {.lex_state = 0, .external_lex_state = 134}, - [2789] = {.lex_state = 2, .external_lex_state = 135}, + [2789] = {.lex_state = 0, .external_lex_state = 134}, [2790] = {.lex_state = 0, .external_lex_state = 134}, - [2791] = {.lex_state = 2, .external_lex_state = 135}, + [2791] = {.lex_state = 0, .external_lex_state = 134}, [2792] = {.lex_state = 2, .external_lex_state = 135}, - [2793] = {.lex_state = 2, .external_lex_state = 136}, - [2794] = {.lex_state = 2, .external_lex_state = 136}, - [2795] = {.lex_state = 2, .external_lex_state = 137}, + [2793] = {.lex_state = 2, .external_lex_state = 135}, + [2794] = {.lex_state = 2, .external_lex_state = 135}, + [2795] = {.lex_state = 2, .external_lex_state = 136}, [2796] = {.lex_state = 2, .external_lex_state = 136}, - [2797] = {.lex_state = 2, .external_lex_state = 138}, - [2798] = {.lex_state = 2, .external_lex_state = 137}, + [2797] = {.lex_state = 2, .external_lex_state = 137}, + [2798] = {.lex_state = 2, .external_lex_state = 138}, [2799] = {.lex_state = 2, .external_lex_state = 138}, - [2800] = {.lex_state = 2, .external_lex_state = 138}, + [2800] = {.lex_state = 2, .external_lex_state = 137}, [2801] = {.lex_state = 2, .external_lex_state = 137}, - [2802] = {.lex_state = 2, .external_lex_state = 7}, - [2803] = {.lex_state = 2, .external_lex_state = 139}, + [2802] = {.lex_state = 2, .external_lex_state = 136}, + [2803] = {.lex_state = 2, .external_lex_state = 138}, [2804] = {.lex_state = 2, .external_lex_state = 7}, [2805] = {.lex_state = 2, .external_lex_state = 7}, [2806] = {.lex_state = 2, .external_lex_state = 7}, @@ -15941,7 +15957,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2838] = {.lex_state = 2, .external_lex_state = 7}, [2839] = {.lex_state = 2, .external_lex_state = 7}, [2840] = {.lex_state = 2, .external_lex_state = 7}, - [2841] = {.lex_state = 2, .external_lex_state = 139}, + [2841] = {.lex_state = 2, .external_lex_state = 7}, [2842] = {.lex_state = 2, .external_lex_state = 7}, [2843] = {.lex_state = 2, .external_lex_state = 7}, [2844] = {.lex_state = 2, .external_lex_state = 7}, @@ -15950,7 +15966,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2847] = {.lex_state = 2, .external_lex_state = 7}, [2848] = {.lex_state = 2, .external_lex_state = 7}, [2849] = {.lex_state = 2, .external_lex_state = 7}, - [2850] = {.lex_state = 2, .external_lex_state = 7}, + [2850] = {.lex_state = 2, .external_lex_state = 139}, [2851] = {.lex_state = 2, .external_lex_state = 7}, [2852] = {.lex_state = 2, .external_lex_state = 7}, [2853] = {.lex_state = 2, .external_lex_state = 7}, @@ -15966,15 +15982,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2863] = {.lex_state = 2, .external_lex_state = 7}, [2864] = {.lex_state = 2, .external_lex_state = 7}, [2865] = {.lex_state = 2, .external_lex_state = 7}, - [2866] = {.lex_state = 2, .external_lex_state = 8}, - [2867] = {.lex_state = 2, .external_lex_state = 8}, + [2866] = {.lex_state = 2, .external_lex_state = 7}, + [2867] = {.lex_state = 2, .external_lex_state = 139}, [2868] = {.lex_state = 2, .external_lex_state = 8}, [2869] = {.lex_state = 2, .external_lex_state = 8}, [2870] = {.lex_state = 2, .external_lex_state = 8}, [2871] = {.lex_state = 2, .external_lex_state = 8}, - [2872] = {.lex_state = 2, .external_lex_state = 135}, - [2873] = {.lex_state = 2, .external_lex_state = 135}, - [2874] = {.lex_state = 0, .external_lex_state = 140}, + [2872] = {.lex_state = 2, .external_lex_state = 8}, + [2873] = {.lex_state = 2, .external_lex_state = 8}, + [2874] = {.lex_state = 2, .external_lex_state = 8}, [2875] = {.lex_state = 2, .external_lex_state = 8}, [2876] = {.lex_state = 2, .external_lex_state = 8}, [2877] = {.lex_state = 2, .external_lex_state = 8}, @@ -15997,10 +16013,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2894] = {.lex_state = 2, .external_lex_state = 8}, [2895] = {.lex_state = 2, .external_lex_state = 8}, [2896] = {.lex_state = 2, .external_lex_state = 8}, - [2897] = {.lex_state = 2, .external_lex_state = 8}, + [2897] = {.lex_state = 2, .external_lex_state = 135}, [2898] = {.lex_state = 2, .external_lex_state = 8}, [2899] = {.lex_state = 2, .external_lex_state = 8}, - [2900] = {.lex_state = 2, .external_lex_state = 8}, + [2900] = {.lex_state = 0, .external_lex_state = 140}, [2901] = {.lex_state = 2, .external_lex_state = 8}, [2902] = {.lex_state = 2, .external_lex_state = 8}, [2903] = {.lex_state = 2, .external_lex_state = 8}, @@ -16024,14 +16040,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2921] = {.lex_state = 2, .external_lex_state = 8}, [2922] = {.lex_state = 2, .external_lex_state = 8}, [2923] = {.lex_state = 2, .external_lex_state = 8}, - [2924] = {.lex_state = 2, .external_lex_state = 8}, + [2924] = {.lex_state = 2, .external_lex_state = 135}, [2925] = {.lex_state = 2, .external_lex_state = 8}, [2926] = {.lex_state = 2, .external_lex_state = 8}, [2927] = {.lex_state = 2, .external_lex_state = 8}, [2928] = {.lex_state = 2, .external_lex_state = 8}, [2929] = {.lex_state = 2, .external_lex_state = 8}, - [2930] = {.lex_state = 2, .external_lex_state = 9}, - [2931] = {.lex_state = 2, .external_lex_state = 9}, + [2930] = {.lex_state = 2, .external_lex_state = 8}, + [2931] = {.lex_state = 2, .external_lex_state = 8}, [2932] = {.lex_state = 2, .external_lex_state = 9}, [2933] = {.lex_state = 2, .external_lex_state = 9}, [2934] = {.lex_state = 2, .external_lex_state = 9}, @@ -16044,21 +16060,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2941] = {.lex_state = 2, .external_lex_state = 9}, [2942] = {.lex_state = 2, .external_lex_state = 9}, [2943] = {.lex_state = 2, .external_lex_state = 9}, - [2944] = {.lex_state = 2, .external_lex_state = 141}, + [2944] = {.lex_state = 2, .external_lex_state = 9}, [2945] = {.lex_state = 2, .external_lex_state = 9}, [2946] = {.lex_state = 2, .external_lex_state = 9}, [2947] = {.lex_state = 2, .external_lex_state = 9}, [2948] = {.lex_state = 2, .external_lex_state = 9}, - [2949] = {.lex_state = 0, .external_lex_state = 23}, - [2950] = {.lex_state = 2, .external_lex_state = 9}, + [2949] = {.lex_state = 2, .external_lex_state = 9}, + [2950] = {.lex_state = 2, .external_lex_state = 141}, [2951] = {.lex_state = 2, .external_lex_state = 9}, - [2952] = {.lex_state = 2, .external_lex_state = 141}, + [2952] = {.lex_state = 2, .external_lex_state = 9}, [2953] = {.lex_state = 2, .external_lex_state = 9}, [2954] = {.lex_state = 2, .external_lex_state = 9}, [2955] = {.lex_state = 2, .external_lex_state = 9}, [2956] = {.lex_state = 2, .external_lex_state = 9}, [2957] = {.lex_state = 2, .external_lex_state = 9}, - [2958] = {.lex_state = 2, .external_lex_state = 9}, + [2958] = {.lex_state = 2, .external_lex_state = 141}, [2959] = {.lex_state = 2, .external_lex_state = 9}, [2960] = {.lex_state = 2, .external_lex_state = 9}, [2961] = {.lex_state = 2, .external_lex_state = 9}, @@ -16068,8 +16084,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2965] = {.lex_state = 2, .external_lex_state = 9}, [2966] = {.lex_state = 2, .external_lex_state = 9}, [2967] = {.lex_state = 2, .external_lex_state = 9}, - [2968] = {.lex_state = 2, .external_lex_state = 9}, - [2969] = {.lex_state = 2, .external_lex_state = 9}, + [2968] = {.lex_state = 0, .external_lex_state = 142}, + [2969] = {.lex_state = 2, .external_lex_state = 141}, [2970] = {.lex_state = 2, .external_lex_state = 9}, [2971] = {.lex_state = 2, .external_lex_state = 9}, [2972] = {.lex_state = 2, .external_lex_state = 9}, @@ -16083,9 +16099,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2980] = {.lex_state = 2, .external_lex_state = 9}, [2981] = {.lex_state = 2, .external_lex_state = 9}, [2982] = {.lex_state = 2, .external_lex_state = 9}, - [2983] = {.lex_state = 2, .external_lex_state = 141}, + [2983] = {.lex_state = 2, .external_lex_state = 9}, [2984] = {.lex_state = 2, .external_lex_state = 9}, - [2985] = {.lex_state = 0, .external_lex_state = 142}, + [2985] = {.lex_state = 2, .external_lex_state = 9}, [2986] = {.lex_state = 2, .external_lex_state = 9}, [2987] = {.lex_state = 2, .external_lex_state = 9}, [2988] = {.lex_state = 2, .external_lex_state = 9}, @@ -16094,130 +16110,130 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2991] = {.lex_state = 2, .external_lex_state = 9}, [2992] = {.lex_state = 2, .external_lex_state = 9}, [2993] = {.lex_state = 2, .external_lex_state = 9}, - [2994] = {.lex_state = 2, .external_lex_state = 9}, + [2994] = {.lex_state = 0, .external_lex_state = 23}, [2995] = {.lex_state = 2, .external_lex_state = 9}, - [2996] = {.lex_state = 2, .external_lex_state = 143}, - [2997] = {.lex_state = 2, .external_lex_state = 143}, - [2998] = {.lex_state = 0, .external_lex_state = 144}, - [2999] = {.lex_state = 2, .external_lex_state = 91}, - [3000] = {.lex_state = 2, .external_lex_state = 143}, - [3001] = {.lex_state = 0, .external_lex_state = 30}, - [3002] = {.lex_state = 0, .external_lex_state = 144}, + [2996] = {.lex_state = 2, .external_lex_state = 9}, + [2997] = {.lex_state = 2, .external_lex_state = 9}, + [2998] = {.lex_state = 2, .external_lex_state = 143}, + [2999] = {.lex_state = 2, .external_lex_state = 143}, + [3000] = {.lex_state = 0, .external_lex_state = 28}, + [3001] = {.lex_state = 0, .external_lex_state = 144}, + [3002] = {.lex_state = 2, .external_lex_state = 94}, [3003] = {.lex_state = 2, .external_lex_state = 143}, [3004] = {.lex_state = 2, .external_lex_state = 143}, - [3005] = {.lex_state = 0, .external_lex_state = 144}, - [3006] = {.lex_state = 0, .external_lex_state = 144}, + [3005] = {.lex_state = 2, .external_lex_state = 143}, + [3006] = {.lex_state = 2, .external_lex_state = 143}, [3007] = {.lex_state = 2, .external_lex_state = 143}, [3008] = {.lex_state = 0, .external_lex_state = 144}, - [3009] = {.lex_state = 2, .external_lex_state = 145}, - [3010] = {.lex_state = 2, .external_lex_state = 143}, - [3011] = {.lex_state = 0, .external_lex_state = 144}, - [3012] = {.lex_state = 2, .external_lex_state = 143}, - [3013] = {.lex_state = 0, .external_lex_state = 146}, - [3014] = {.lex_state = 0, .external_lex_state = 147}, - [3015] = {.lex_state = 0, .external_lex_state = 146}, - [3016] = {.lex_state = 0, .external_lex_state = 142}, - [3017] = {.lex_state = 0, .external_lex_state = 142}, - [3018] = {.lex_state = 0, .external_lex_state = 142}, + [3009] = {.lex_state = 0, .external_lex_state = 144}, + [3010] = {.lex_state = 2, .external_lex_state = 145}, + [3011] = {.lex_state = 2, .external_lex_state = 143}, + [3012] = {.lex_state = 0, .external_lex_state = 144}, + [3013] = {.lex_state = 0, .external_lex_state = 144}, + [3014] = {.lex_state = 0, .external_lex_state = 144}, + [3015] = {.lex_state = 0, .external_lex_state = 35}, + [3016] = {.lex_state = 0, .external_lex_state = 146}, + [3017] = {.lex_state = 0, .external_lex_state = 146}, + [3018] = {.lex_state = 0, .external_lex_state = 147}, [3019] = {.lex_state = 0, .external_lex_state = 142}, - [3020] = {.lex_state = 0, .external_lex_state = 146}, - [3021] = {.lex_state = 0, .external_lex_state = 144}, + [3020] = {.lex_state = 0, .external_lex_state = 142}, + [3021] = {.lex_state = 0, .external_lex_state = 142}, [3022] = {.lex_state = 0, .external_lex_state = 142}, - [3023] = {.lex_state = 0, .external_lex_state = 34}, - [3024] = {.lex_state = 2, .external_lex_state = 148}, - [3025] = {.lex_state = 2, .external_lex_state = 148}, + [3023] = {.lex_state = 0, .external_lex_state = 142}, + [3024] = {.lex_state = 0, .external_lex_state = 146}, + [3025] = {.lex_state = 0, .external_lex_state = 144}, [3026] = {.lex_state = 2, .external_lex_state = 148}, [3027] = {.lex_state = 2, .external_lex_state = 148}, [3028] = {.lex_state = 2, .external_lex_state = 148}, - [3029] = {.lex_state = 2, .external_lex_state = 148}, + [3029] = {.lex_state = 0, .external_lex_state = 149}, [3030] = {.lex_state = 2, .external_lex_state = 148}, - [3031] = {.lex_state = 0, .external_lex_state = 46}, - [3032] = {.lex_state = 2, .external_lex_state = 148}, - [3033] = {.lex_state = 0, .external_lex_state = 46}, - [3034] = {.lex_state = 0, .external_lex_state = 46}, + [3031] = {.lex_state = 2, .external_lex_state = 148}, + [3032] = {.lex_state = 0, .external_lex_state = 48}, + [3033] = {.lex_state = 2, .external_lex_state = 148}, + [3034] = {.lex_state = 0, .external_lex_state = 48}, [3035] = {.lex_state = 2, .external_lex_state = 148}, - [3036] = {.lex_state = 0, .external_lex_state = 46}, - [3037] = {.lex_state = 0, .external_lex_state = 46}, - [3038] = {.lex_state = 0, .external_lex_state = 46}, - [3039] = {.lex_state = 0, .external_lex_state = 46}, + [3036] = {.lex_state = 2, .external_lex_state = 148}, + [3037] = {.lex_state = 2, .external_lex_state = 148}, + [3038] = {.lex_state = 2, .external_lex_state = 148}, + [3039] = {.lex_state = 2, .external_lex_state = 148}, [3040] = {.lex_state = 2, .external_lex_state = 135}, [3041] = {.lex_state = 2, .external_lex_state = 148}, [3042] = {.lex_state = 2, .external_lex_state = 148}, - [3043] = {.lex_state = 2, .external_lex_state = 148}, - [3044] = {.lex_state = 2, .external_lex_state = 148}, - [3045] = {.lex_state = 2, .external_lex_state = 148}, - [3046] = {.lex_state = 2, .external_lex_state = 148}, - [3047] = {.lex_state = 0, .external_lex_state = 46}, - [3048] = {.lex_state = 0, .external_lex_state = 46}, + [3043] = {.lex_state = 0, .external_lex_state = 48}, + [3044] = {.lex_state = 0, .external_lex_state = 48}, + [3045] = {.lex_state = 0, .external_lex_state = 147}, + [3046] = {.lex_state = 0, .external_lex_state = 48}, + [3047] = {.lex_state = 2, .external_lex_state = 148}, + [3048] = {.lex_state = 2, .external_lex_state = 148}, [3049] = {.lex_state = 2, .external_lex_state = 148}, [3050] = {.lex_state = 2, .external_lex_state = 148}, [3051] = {.lex_state = 2, .external_lex_state = 148}, - [3052] = {.lex_state = 0, .external_lex_state = 46}, - [3053] = {.lex_state = 0, .external_lex_state = 149}, - [3054] = {.lex_state = 0, .external_lex_state = 46}, + [3052] = {.lex_state = 2, .external_lex_state = 148}, + [3053] = {.lex_state = 2, .external_lex_state = 148}, + [3054] = {.lex_state = 2, .external_lex_state = 148}, [3055] = {.lex_state = 2, .external_lex_state = 148}, [3056] = {.lex_state = 2, .external_lex_state = 148}, [3057] = {.lex_state = 2, .external_lex_state = 148}, - [3058] = {.lex_state = 0, .external_lex_state = 46}, + [3058] = {.lex_state = 2, .external_lex_state = 148}, [3059] = {.lex_state = 2, .external_lex_state = 148}, - [3060] = {.lex_state = 2, .external_lex_state = 148}, - [3061] = {.lex_state = 2, .external_lex_state = 148}, + [3060] = {.lex_state = 0, .external_lex_state = 48}, + [3061] = {.lex_state = 0, .external_lex_state = 48}, [3062] = {.lex_state = 2, .external_lex_state = 148}, - [3063] = {.lex_state = 0, .external_lex_state = 46}, - [3064] = {.lex_state = 0, .external_lex_state = 54}, - [3065] = {.lex_state = 2, .external_lex_state = 148}, - [3066] = {.lex_state = 0, .external_lex_state = 46}, - [3067] = {.lex_state = 0, .external_lex_state = 46}, - [3068] = {.lex_state = 0, .external_lex_state = 46}, - [3069] = {.lex_state = 0, .external_lex_state = 46}, - [3070] = {.lex_state = 0, .external_lex_state = 46}, + [3063] = {.lex_state = 2, .external_lex_state = 148}, + [3064] = {.lex_state = 2, .external_lex_state = 148}, + [3065] = {.lex_state = 0, .external_lex_state = 48}, + [3066] = {.lex_state = 2, .external_lex_state = 148}, + [3067] = {.lex_state = 2, .external_lex_state = 148}, + [3068] = {.lex_state = 2, .external_lex_state = 148}, + [3069] = {.lex_state = 2, .external_lex_state = 148}, + [3070] = {.lex_state = 2, .external_lex_state = 148}, [3071] = {.lex_state = 2, .external_lex_state = 148}, - [3072] = {.lex_state = 2, .external_lex_state = 150}, + [3072] = {.lex_state = 2, .external_lex_state = 148}, [3073] = {.lex_state = 2, .external_lex_state = 148}, - [3074] = {.lex_state = 0, .external_lex_state = 46}, - [3075] = {.lex_state = 0, .external_lex_state = 46}, - [3076] = {.lex_state = 0, .external_lex_state = 46}, - [3077] = {.lex_state = 0, .external_lex_state = 151}, - [3078] = {.lex_state = 0, .external_lex_state = 46}, + [3074] = {.lex_state = 0, .external_lex_state = 150}, + [3075] = {.lex_state = 2, .external_lex_state = 148}, + [3076] = {.lex_state = 2, .external_lex_state = 148}, + [3077] = {.lex_state = 2, .external_lex_state = 148}, + [3078] = {.lex_state = 2, .external_lex_state = 148}, [3079] = {.lex_state = 2, .external_lex_state = 148}, - [3080] = {.lex_state = 2, .external_lex_state = 148}, + [3080] = {.lex_state = 0, .external_lex_state = 48}, [3081] = {.lex_state = 2, .external_lex_state = 148}, [3082] = {.lex_state = 2, .external_lex_state = 148}, - [3083] = {.lex_state = 0, .external_lex_state = 46}, - [3084] = {.lex_state = 2, .external_lex_state = 148}, - [3085] = {.lex_state = 0, .external_lex_state = 46}, - [3086] = {.lex_state = 0, .external_lex_state = 46}, - [3087] = {.lex_state = 0, .external_lex_state = 46}, - [3088] = {.lex_state = 0, .external_lex_state = 151}, - [3089] = {.lex_state = 0, .external_lex_state = 151}, + [3083] = {.lex_state = 2, .external_lex_state = 148}, + [3084] = {.lex_state = 0, .external_lex_state = 48}, + [3085] = {.lex_state = 2, .external_lex_state = 148}, + [3086] = {.lex_state = 2, .external_lex_state = 148}, + [3087] = {.lex_state = 2, .external_lex_state = 148}, + [3088] = {.lex_state = 0, .external_lex_state = 48}, + [3089] = {.lex_state = 2, .external_lex_state = 148}, [3090] = {.lex_state = 2, .external_lex_state = 148}, [3091] = {.lex_state = 2, .external_lex_state = 148}, [3092] = {.lex_state = 2, .external_lex_state = 148}, - [3093] = {.lex_state = 0, .external_lex_state = 46}, + [3093] = {.lex_state = 2, .external_lex_state = 148}, [3094] = {.lex_state = 2, .external_lex_state = 148}, [3095] = {.lex_state = 2, .external_lex_state = 148}, [3096] = {.lex_state = 2, .external_lex_state = 148}, [3097] = {.lex_state = 2, .external_lex_state = 148}, [3098] = {.lex_state = 2, .external_lex_state = 148}, - [3099] = {.lex_state = 0, .external_lex_state = 46}, - [3100] = {.lex_state = 2, .external_lex_state = 148}, - [3101] = {.lex_state = 2, .external_lex_state = 148}, + [3099] = {.lex_state = 2, .external_lex_state = 148}, + [3100] = {.lex_state = 0, .external_lex_state = 48}, + [3101] = {.lex_state = 0, .external_lex_state = 48}, [3102] = {.lex_state = 2, .external_lex_state = 148}, - [3103] = {.lex_state = 0, .external_lex_state = 144}, + [3103] = {.lex_state = 2, .external_lex_state = 148}, [3104] = {.lex_state = 2, .external_lex_state = 148}, [3105] = {.lex_state = 2, .external_lex_state = 148}, - [3106] = {.lex_state = 2, .external_lex_state = 148}, + [3106] = {.lex_state = 0, .external_lex_state = 48}, [3107] = {.lex_state = 2, .external_lex_state = 148}, - [3108] = {.lex_state = 2, .external_lex_state = 148}, + [3108] = {.lex_state = 0, .external_lex_state = 48}, [3109] = {.lex_state = 2, .external_lex_state = 148}, [3110] = {.lex_state = 2, .external_lex_state = 148}, - [3111] = {.lex_state = 2, .external_lex_state = 148}, + [3111] = {.lex_state = 0, .external_lex_state = 48}, [3112] = {.lex_state = 2, .external_lex_state = 148}, [3113] = {.lex_state = 2, .external_lex_state = 148}, - [3114] = {.lex_state = 2, .external_lex_state = 148}, - [3115] = {.lex_state = 0, .external_lex_state = 46}, + [3114] = {.lex_state = 0, .external_lex_state = 48}, + [3115] = {.lex_state = 2, .external_lex_state = 148}, [3116] = {.lex_state = 2, .external_lex_state = 148}, - [3117] = {.lex_state = 0, .external_lex_state = 46}, + [3117] = {.lex_state = 2, .external_lex_state = 148}, [3118] = {.lex_state = 2, .external_lex_state = 148}, [3119] = {.lex_state = 2, .external_lex_state = 148}, [3120] = {.lex_state = 2, .external_lex_state = 148}, @@ -16227,17 +16243,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3124] = {.lex_state = 2, .external_lex_state = 148}, [3125] = {.lex_state = 2, .external_lex_state = 148}, [3126] = {.lex_state = 2, .external_lex_state = 148}, - [3127] = {.lex_state = 0, .external_lex_state = 46}, + [3127] = {.lex_state = 2, .external_lex_state = 148}, [3128] = {.lex_state = 2, .external_lex_state = 148}, - [3129] = {.lex_state = 2, .external_lex_state = 148}, - [3130] = {.lex_state = 2, .external_lex_state = 148}, + [3129] = {.lex_state = 0, .external_lex_state = 48}, + [3130] = {.lex_state = 0, .external_lex_state = 48}, [3131] = {.lex_state = 2, .external_lex_state = 148}, [3132] = {.lex_state = 2, .external_lex_state = 148}, - [3133] = {.lex_state = 2, .external_lex_state = 148}, - [3134] = {.lex_state = 2, .external_lex_state = 148}, + [3133] = {.lex_state = 0, .external_lex_state = 48}, + [3134] = {.lex_state = 0, .external_lex_state = 48}, [3135] = {.lex_state = 2, .external_lex_state = 148}, - [3136] = {.lex_state = 2, .external_lex_state = 148}, - [3137] = {.lex_state = 0, .external_lex_state = 46}, + [3136] = {.lex_state = 0, .external_lex_state = 48}, + [3137] = {.lex_state = 0, .external_lex_state = 48}, [3138] = {.lex_state = 2, .external_lex_state = 148}, [3139] = {.lex_state = 2, .external_lex_state = 148}, [3140] = {.lex_state = 2, .external_lex_state = 148}, @@ -16249,72 +16265,72 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3146] = {.lex_state = 2, .external_lex_state = 148}, [3147] = {.lex_state = 2, .external_lex_state = 148}, [3148] = {.lex_state = 2, .external_lex_state = 148}, - [3149] = {.lex_state = 0, .external_lex_state = 46}, - [3150] = {.lex_state = 0, .external_lex_state = 46}, - [3151] = {.lex_state = 2, .external_lex_state = 148}, - [3152] = {.lex_state = 2, .external_lex_state = 148}, + [3149] = {.lex_state = 2, .external_lex_state = 148}, + [3150] = {.lex_state = 2, .external_lex_state = 148}, + [3151] = {.lex_state = 0, .external_lex_state = 59}, + [3152] = {.lex_state = 0, .external_lex_state = 149}, [3153] = {.lex_state = 2, .external_lex_state = 148}, [3154] = {.lex_state = 2, .external_lex_state = 148}, [3155] = {.lex_state = 2, .external_lex_state = 148}, - [3156] = {.lex_state = 2, .external_lex_state = 148}, + [3156] = {.lex_state = 0, .external_lex_state = 48}, [3157] = {.lex_state = 2, .external_lex_state = 148}, - [3158] = {.lex_state = 0, .external_lex_state = 46}, + [3158] = {.lex_state = 2, .external_lex_state = 148}, [3159] = {.lex_state = 2, .external_lex_state = 148}, - [3160] = {.lex_state = 0, .external_lex_state = 46}, - [3161] = {.lex_state = 0, .external_lex_state = 46}, + [3160] = {.lex_state = 2, .external_lex_state = 148}, + [3161] = {.lex_state = 2, .external_lex_state = 148}, [3162] = {.lex_state = 2, .external_lex_state = 148}, [3163] = {.lex_state = 2, .external_lex_state = 148}, [3164] = {.lex_state = 2, .external_lex_state = 148}, - [3165] = {.lex_state = 2, .external_lex_state = 148}, + [3165] = {.lex_state = 0, .external_lex_state = 48}, [3166] = {.lex_state = 2, .external_lex_state = 148}, - [3167] = {.lex_state = 2, .external_lex_state = 148}, + [3167] = {.lex_state = 0, .external_lex_state = 48}, [3168] = {.lex_state = 2, .external_lex_state = 148}, [3169] = {.lex_state = 2, .external_lex_state = 148}, [3170] = {.lex_state = 2, .external_lex_state = 148}, [3171] = {.lex_state = 2, .external_lex_state = 148}, - [3172] = {.lex_state = 2, .external_lex_state = 148}, + [3172] = {.lex_state = 0, .external_lex_state = 48}, [3173] = {.lex_state = 2, .external_lex_state = 148}, [3174] = {.lex_state = 2, .external_lex_state = 148}, [3175] = {.lex_state = 2, .external_lex_state = 148}, [3176] = {.lex_state = 2, .external_lex_state = 148}, - [3177] = {.lex_state = 2, .external_lex_state = 148}, - [3178] = {.lex_state = 2, .external_lex_state = 148}, - [3179] = {.lex_state = 2, .external_lex_state = 148}, - [3180] = {.lex_state = 2, .external_lex_state = 148}, + [3177] = {.lex_state = 0, .external_lex_state = 48}, + [3178] = {.lex_state = 0, .external_lex_state = 48}, + [3179] = {.lex_state = 0, .external_lex_state = 149}, + [3180] = {.lex_state = 0, .external_lex_state = 48}, [3181] = {.lex_state = 2, .external_lex_state = 148}, [3182] = {.lex_state = 2, .external_lex_state = 148}, - [3183] = {.lex_state = 2, .external_lex_state = 148}, + [3183] = {.lex_state = 0, .external_lex_state = 48}, [3184] = {.lex_state = 2, .external_lex_state = 148}, [3185] = {.lex_state = 2, .external_lex_state = 148}, [3186] = {.lex_state = 2, .external_lex_state = 148}, [3187] = {.lex_state = 2, .external_lex_state = 148}, [3188] = {.lex_state = 2, .external_lex_state = 148}, - [3189] = {.lex_state = 0, .external_lex_state = 46}, - [3190] = {.lex_state = 2, .external_lex_state = 148}, + [3189] = {.lex_state = 0, .external_lex_state = 48}, + [3190] = {.lex_state = 0, .external_lex_state = 48}, [3191] = {.lex_state = 2, .external_lex_state = 148}, [3192] = {.lex_state = 2, .external_lex_state = 148}, [3193] = {.lex_state = 2, .external_lex_state = 148}, [3194] = {.lex_state = 2, .external_lex_state = 148}, - [3195] = {.lex_state = 2, .external_lex_state = 148}, + [3195] = {.lex_state = 0, .external_lex_state = 48}, [3196] = {.lex_state = 2, .external_lex_state = 148}, [3197] = {.lex_state = 2, .external_lex_state = 148}, [3198] = {.lex_state = 2, .external_lex_state = 148}, - [3199] = {.lex_state = 0, .external_lex_state = 46}, + [3199] = {.lex_state = 2, .external_lex_state = 148}, [3200] = {.lex_state = 2, .external_lex_state = 148}, [3201] = {.lex_state = 2, .external_lex_state = 148}, [3202] = {.lex_state = 2, .external_lex_state = 148}, - [3203] = {.lex_state = 2, .external_lex_state = 148}, - [3204] = {.lex_state = 2, .external_lex_state = 148}, + [3203] = {.lex_state = 0, .external_lex_state = 48}, + [3204] = {.lex_state = 0, .external_lex_state = 48}, [3205] = {.lex_state = 2, .external_lex_state = 148}, - [3206] = {.lex_state = 2, .external_lex_state = 148}, - [3207] = {.lex_state = 0, .external_lex_state = 46}, - [3208] = {.lex_state = 0, .external_lex_state = 46}, + [3206] = {.lex_state = 0, .external_lex_state = 144}, + [3207] = {.lex_state = 2, .external_lex_state = 148}, + [3208] = {.lex_state = 2, .external_lex_state = 148}, [3209] = {.lex_state = 2, .external_lex_state = 148}, - [3210] = {.lex_state = 0, .external_lex_state = 46}, + [3210] = {.lex_state = 2, .external_lex_state = 148}, [3211] = {.lex_state = 2, .external_lex_state = 148}, [3212] = {.lex_state = 2, .external_lex_state = 148}, [3213] = {.lex_state = 2, .external_lex_state = 148}, - [3214] = {.lex_state = 2, .external_lex_state = 148}, + [3214] = {.lex_state = 0, .external_lex_state = 48}, [3215] = {.lex_state = 2, .external_lex_state = 148}, [3216] = {.lex_state = 2, .external_lex_state = 148}, [3217] = {.lex_state = 2, .external_lex_state = 148}, @@ -16323,231 +16339,231 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3220] = {.lex_state = 2, .external_lex_state = 148}, [3221] = {.lex_state = 2, .external_lex_state = 148}, [3222] = {.lex_state = 2, .external_lex_state = 148}, - [3223] = {.lex_state = 0, .external_lex_state = 46}, + [3223] = {.lex_state = 2, .external_lex_state = 148}, [3224] = {.lex_state = 2, .external_lex_state = 148}, - [3225] = {.lex_state = 2, .external_lex_state = 148}, - [3226] = {.lex_state = 2, .external_lex_state = 148}, - [3227] = {.lex_state = 2, .external_lex_state = 148}, + [3225] = {.lex_state = 2, .external_lex_state = 151}, + [3226] = {.lex_state = 0, .external_lex_state = 48}, + [3227] = {.lex_state = 0, .external_lex_state = 48}, [3228] = {.lex_state = 2, .external_lex_state = 148}, [3229] = {.lex_state = 2, .external_lex_state = 148}, - [3230] = {.lex_state = 2, .external_lex_state = 148}, - [3231] = {.lex_state = 2, .external_lex_state = 148}, - [3232] = {.lex_state = 0, .external_lex_state = 147}, + [3230] = {.lex_state = 0, .external_lex_state = 48}, + [3231] = {.lex_state = 0, .external_lex_state = 48}, + [3232] = {.lex_state = 0, .external_lex_state = 48}, [3233] = {.lex_state = 2, .external_lex_state = 148}, - [3234] = {.lex_state = 2, .external_lex_state = 135}, - [3235] = {.lex_state = 0, .external_lex_state = 63}, - [3236] = {.lex_state = 0, .external_lex_state = 63}, - [3237] = {.lex_state = 0, .external_lex_state = 63}, - [3238] = {.lex_state = 0, .external_lex_state = 63}, - [3239] = {.lex_state = 0, .external_lex_state = 63}, - [3240] = {.lex_state = 2, .external_lex_state = 135}, - [3241] = {.lex_state = 2, .external_lex_state = 135}, - [3242] = {.lex_state = 0, .external_lex_state = 152}, - [3243] = {.lex_state = 0, .external_lex_state = 152}, - [3244] = {.lex_state = 0, .external_lex_state = 63}, + [3234] = {.lex_state = 0, .external_lex_state = 48}, + [3235] = {.lex_state = 2, .external_lex_state = 148}, + [3236] = {.lex_state = 0, .external_lex_state = 64}, + [3237] = {.lex_state = 2, .external_lex_state = 135}, + [3238] = {.lex_state = 2, .external_lex_state = 135}, + [3239] = {.lex_state = 0, .external_lex_state = 67}, + [3240] = {.lex_state = 0, .external_lex_state = 67}, + [3241] = {.lex_state = 0, .external_lex_state = 64}, + [3242] = {.lex_state = 0, .external_lex_state = 67}, + [3243] = {.lex_state = 0, .external_lex_state = 64}, + [3244] = {.lex_state = 0, .external_lex_state = 64}, [3245] = {.lex_state = 2, .external_lex_state = 135}, - [3246] = {.lex_state = 0, .external_lex_state = 67}, - [3247] = {.lex_state = 0, .external_lex_state = 63}, - [3248] = {.lex_state = 0, .external_lex_state = 63}, - [3249] = {.lex_state = 0, .external_lex_state = 63}, - [3250] = {.lex_state = 0, .external_lex_state = 63}, - [3251] = {.lex_state = 0, .external_lex_state = 63}, + [3246] = {.lex_state = 0, .external_lex_state = 64}, + [3247] = {.lex_state = 0, .external_lex_state = 64}, + [3248] = {.lex_state = 0, .external_lex_state = 64}, + [3249] = {.lex_state = 0, .external_lex_state = 67}, + [3250] = {.lex_state = 2, .external_lex_state = 135}, + [3251] = {.lex_state = 2, .external_lex_state = 135}, [3252] = {.lex_state = 0, .external_lex_state = 67}, - [3253] = {.lex_state = 0, .external_lex_state = 67}, - [3254] = {.lex_state = 2, .external_lex_state = 135}, - [3255] = {.lex_state = 2, .external_lex_state = 135}, - [3256] = {.lex_state = 2, .external_lex_state = 135}, - [3257] = {.lex_state = 2, .external_lex_state = 135}, + [3253] = {.lex_state = 0, .external_lex_state = 64}, + [3254] = {.lex_state = 0, .external_lex_state = 64}, + [3255] = {.lex_state = 0, .external_lex_state = 67}, + [3256] = {.lex_state = 0, .external_lex_state = 64}, + [3257] = {.lex_state = 0, .external_lex_state = 64}, [3258] = {.lex_state = 0, .external_lex_state = 67}, - [3259] = {.lex_state = 0, .external_lex_state = 67}, - [3260] = {.lex_state = 0, .external_lex_state = 63}, - [3261] = {.lex_state = 0, .external_lex_state = 67}, - [3262] = {.lex_state = 0, .external_lex_state = 63}, + [3259] = {.lex_state = 2, .external_lex_state = 152}, + [3260] = {.lex_state = 0, .external_lex_state = 64}, + [3261] = {.lex_state = 0, .external_lex_state = 64}, + [3262] = {.lex_state = 0, .external_lex_state = 67}, [3263] = {.lex_state = 0, .external_lex_state = 67}, - [3264] = {.lex_state = 0, .external_lex_state = 63}, - [3265] = {.lex_state = 2, .external_lex_state = 153}, - [3266] = {.lex_state = 0, .external_lex_state = 67}, - [3267] = {.lex_state = 0, .external_lex_state = 63}, - [3268] = {.lex_state = 2, .external_lex_state = 135}, - [3269] = {.lex_state = 0, .external_lex_state = 63}, - [3270] = {.lex_state = 0, .external_lex_state = 63}, - [3271] = {.lex_state = 0, .external_lex_state = 63}, - [3272] = {.lex_state = 2, .external_lex_state = 135}, - [3273] = {.lex_state = 0, .external_lex_state = 63}, - [3274] = {.lex_state = 2, .external_lex_state = 135}, - [3275] = {.lex_state = 0, .external_lex_state = 67}, + [3264] = {.lex_state = 0, .external_lex_state = 67}, + [3265] = {.lex_state = 0, .external_lex_state = 64}, + [3266] = {.lex_state = 0, .external_lex_state = 64}, + [3267] = {.lex_state = 2, .external_lex_state = 153}, + [3268] = {.lex_state = 0, .external_lex_state = 64}, + [3269] = {.lex_state = 0, .external_lex_state = 64}, + [3270] = {.lex_state = 2, .external_lex_state = 135}, + [3271] = {.lex_state = 0, .external_lex_state = 64}, + [3272] = {.lex_state = 0, .external_lex_state = 67}, + [3273] = {.lex_state = 2, .external_lex_state = 135}, + [3274] = {.lex_state = 0, .external_lex_state = 67}, + [3275] = {.lex_state = 0, .external_lex_state = 149}, [3276] = {.lex_state = 2, .external_lex_state = 135}, - [3277] = {.lex_state = 0, .external_lex_state = 63}, + [3277] = {.lex_state = 2, .external_lex_state = 135}, [3278] = {.lex_state = 2, .external_lex_state = 135}, - [3279] = {.lex_state = 0, .external_lex_state = 63}, - [3280] = {.lex_state = 0, .external_lex_state = 63}, - [3281] = {.lex_state = 0, .external_lex_state = 63}, - [3282] = {.lex_state = 0, .external_lex_state = 63}, - [3283] = {.lex_state = 2, .external_lex_state = 135}, - [3284] = {.lex_state = 0, .external_lex_state = 63}, - [3285] = {.lex_state = 0, .external_lex_state = 67}, - [3286] = {.lex_state = 0, .external_lex_state = 152}, + [3279] = {.lex_state = 0, .external_lex_state = 64}, + [3280] = {.lex_state = 2, .external_lex_state = 135}, + [3281] = {.lex_state = 0, .external_lex_state = 64}, + [3282] = {.lex_state = 2, .external_lex_state = 135}, + [3283] = {.lex_state = 0, .external_lex_state = 67}, + [3284] = {.lex_state = 0, .external_lex_state = 154}, + [3285] = {.lex_state = 0, .external_lex_state = 64}, + [3286] = {.lex_state = 0, .external_lex_state = 67}, [3287] = {.lex_state = 2, .external_lex_state = 135}, - [3288] = {.lex_state = 2, .external_lex_state = 135}, - [3289] = {.lex_state = 0, .external_lex_state = 63}, - [3290] = {.lex_state = 0, .external_lex_state = 63}, - [3291] = {.lex_state = 0, .external_lex_state = 67}, - [3292] = {.lex_state = 0, .external_lex_state = 67}, - [3293] = {.lex_state = 0, .external_lex_state = 63}, - [3294] = {.lex_state = 0, .external_lex_state = 63}, - [3295] = {.lex_state = 2, .external_lex_state = 135}, - [3296] = {.lex_state = 2, .external_lex_state = 135}, - [3297] = {.lex_state = 0, .external_lex_state = 63}, - [3298] = {.lex_state = 2, .external_lex_state = 135}, - [3299] = {.lex_state = 2, .external_lex_state = 154}, + [3288] = {.lex_state = 0, .external_lex_state = 67}, + [3289] = {.lex_state = 0, .external_lex_state = 67}, + [3290] = {.lex_state = 0, .external_lex_state = 64}, + [3291] = {.lex_state = 2, .external_lex_state = 135}, + [3292] = {.lex_state = 0, .external_lex_state = 64}, + [3293] = {.lex_state = 0, .external_lex_state = 67}, + [3294] = {.lex_state = 0, .external_lex_state = 67}, + [3295] = {.lex_state = 2, .external_lex_state = 137}, + [3296] = {.lex_state = 0, .external_lex_state = 64}, + [3297] = {.lex_state = 2, .external_lex_state = 135}, + [3298] = {.lex_state = 0, .external_lex_state = 64}, + [3299] = {.lex_state = 0, .external_lex_state = 64}, [3300] = {.lex_state = 2, .external_lex_state = 135}, - [3301] = {.lex_state = 2, .external_lex_state = 135}, - [3302] = {.lex_state = 2, .external_lex_state = 135}, + [3301] = {.lex_state = 0, .external_lex_state = 154}, + [3302] = {.lex_state = 0, .external_lex_state = 67}, [3303] = {.lex_state = 0, .external_lex_state = 67}, [3304] = {.lex_state = 0, .external_lex_state = 67}, [3305] = {.lex_state = 0, .external_lex_state = 67}, - [3306] = {.lex_state = 0, .external_lex_state = 67}, + [3306] = {.lex_state = 0, .external_lex_state = 64}, [3307] = {.lex_state = 0, .external_lex_state = 67}, - [3308] = {.lex_state = 2, .external_lex_state = 132}, + [3308] = {.lex_state = 0, .external_lex_state = 64}, [3309] = {.lex_state = 0, .external_lex_state = 67}, [3310] = {.lex_state = 0, .external_lex_state = 67}, - [3311] = {.lex_state = 0, .external_lex_state = 67}, - [3312] = {.lex_state = 0, .external_lex_state = 63}, - [3313] = {.lex_state = 0, .external_lex_state = 67}, - [3314] = {.lex_state = 2, .external_lex_state = 153}, - [3315] = {.lex_state = 0, .external_lex_state = 67}, - [3316] = {.lex_state = 0, .external_lex_state = 67}, - [3317] = {.lex_state = 0, .external_lex_state = 67}, - [3318] = {.lex_state = 0, .external_lex_state = 63}, - [3319] = {.lex_state = 0, .external_lex_state = 67}, + [3311] = {.lex_state = 2, .external_lex_state = 135}, + [3312] = {.lex_state = 2, .external_lex_state = 153}, + [3313] = {.lex_state = 2, .external_lex_state = 135}, + [3314] = {.lex_state = 0, .external_lex_state = 67}, + [3315] = {.lex_state = 2, .external_lex_state = 135}, + [3316] = {.lex_state = 0, .external_lex_state = 64}, + [3317] = {.lex_state = 2, .external_lex_state = 135}, + [3318] = {.lex_state = 0, .external_lex_state = 67}, + [3319] = {.lex_state = 0, .external_lex_state = 64}, [3320] = {.lex_state = 2, .external_lex_state = 135}, - [3321] = {.lex_state = 0, .external_lex_state = 63}, - [3322] = {.lex_state = 0, .external_lex_state = 67}, - [3323] = {.lex_state = 2, .external_lex_state = 137}, - [3324] = {.lex_state = 0, .external_lex_state = 63}, - [3325] = {.lex_state = 2, .external_lex_state = 135}, + [3321] = {.lex_state = 0, .external_lex_state = 64}, + [3322] = {.lex_state = 2, .external_lex_state = 132}, + [3323] = {.lex_state = 0, .external_lex_state = 67}, + [3324] = {.lex_state = 2, .external_lex_state = 135}, + [3325] = {.lex_state = 0, .external_lex_state = 154}, [3326] = {.lex_state = 0, .external_lex_state = 67}, [3327] = {.lex_state = 0, .external_lex_state = 67}, - [3328] = {.lex_state = 0, .external_lex_state = 67}, + [3328] = {.lex_state = 0, .external_lex_state = 64}, [3329] = {.lex_state = 0, .external_lex_state = 67}, - [3330] = {.lex_state = 0, .external_lex_state = 67}, - [3331] = {.lex_state = 0, .external_lex_state = 63}, - [3332] = {.lex_state = 0, .external_lex_state = 63}, - [3333] = {.lex_state = 0, .external_lex_state = 63}, + [3330] = {.lex_state = 0, .external_lex_state = 64}, + [3331] = {.lex_state = 0, .external_lex_state = 67}, + [3332] = {.lex_state = 0, .external_lex_state = 64}, + [3333] = {.lex_state = 0, .external_lex_state = 67}, [3334] = {.lex_state = 2, .external_lex_state = 135}, [3335] = {.lex_state = 2, .external_lex_state = 135}, - [3336] = {.lex_state = 2, .external_lex_state = 135}, + [3336] = {.lex_state = 0, .external_lex_state = 64}, [3337] = {.lex_state = 0, .external_lex_state = 67}, - [3338] = {.lex_state = 2, .external_lex_state = 136}, - [3339] = {.lex_state = 0, .external_lex_state = 67}, - [3340] = {.lex_state = 2, .external_lex_state = 135}, - [3341] = {.lex_state = 2, .external_lex_state = 135}, - [3342] = {.lex_state = 0, .external_lex_state = 63}, + [3338] = {.lex_state = 0, .external_lex_state = 64}, + [3339] = {.lex_state = 0, .external_lex_state = 64}, + [3340] = {.lex_state = 0, .external_lex_state = 67}, + [3341] = {.lex_state = 0, .external_lex_state = 67}, + [3342] = {.lex_state = 2, .external_lex_state = 135}, [3343] = {.lex_state = 0, .external_lex_state = 67}, - [3344] = {.lex_state = 0, .external_lex_state = 67}, + [3344] = {.lex_state = 2, .external_lex_state = 135}, [3345] = {.lex_state = 0, .external_lex_state = 67}, - [3346] = {.lex_state = 0, .external_lex_state = 63}, - [3347] = {.lex_state = 0, .external_lex_state = 151}, - [3348] = {.lex_state = 0, .external_lex_state = 67}, - [3349] = {.lex_state = 0, .external_lex_state = 67}, - [3350] = {.lex_state = 0, .external_lex_state = 67}, - [3351] = {.lex_state = 0, .external_lex_state = 155}, - [3352] = {.lex_state = 0, .external_lex_state = 155}, - [3353] = {.lex_state = 2, .external_lex_state = 137}, - [3354] = {.lex_state = 2, .external_lex_state = 137}, - [3355] = {.lex_state = 2, .external_lex_state = 137}, - [3356] = {.lex_state = 0, .external_lex_state = 156}, - [3357] = {.lex_state = 2, .external_lex_state = 136}, - [3358] = {.lex_state = 2, .external_lex_state = 136}, - [3359] = {.lex_state = 0, .external_lex_state = 155}, - [3360] = {.lex_state = 0, .external_lex_state = 157}, - [3361] = {.lex_state = 2, .external_lex_state = 136}, + [3346] = {.lex_state = 2, .external_lex_state = 136}, + [3347] = {.lex_state = 0, .external_lex_state = 67}, + [3348] = {.lex_state = 2, .external_lex_state = 135}, + [3349] = {.lex_state = 2, .external_lex_state = 135}, + [3350] = {.lex_state = 0, .external_lex_state = 64}, + [3351] = {.lex_state = 0, .external_lex_state = 64}, + [3352] = {.lex_state = 2, .external_lex_state = 135}, + [3353] = {.lex_state = 2, .external_lex_state = 136}, + [3354] = {.lex_state = 0, .external_lex_state = 155}, + [3355] = {.lex_state = 2, .external_lex_state = 136}, + [3356] = {.lex_state = 2, .external_lex_state = 136}, + [3357] = {.lex_state = 2, .external_lex_state = 137}, + [3358] = {.lex_state = 2, .external_lex_state = 137}, + [3359] = {.lex_state = 2, .external_lex_state = 137}, + [3360] = {.lex_state = 2, .external_lex_state = 137}, + [3361] = {.lex_state = 2, .external_lex_state = 137}, [3362] = {.lex_state = 2, .external_lex_state = 136}, - [3363] = {.lex_state = 0, .external_lex_state = 157}, + [3363] = {.lex_state = 2, .external_lex_state = 137}, [3364] = {.lex_state = 2, .external_lex_state = 136}, - [3365] = {.lex_state = 2, .external_lex_state = 137}, - [3366] = {.lex_state = 2, .external_lex_state = 154}, - [3367] = {.lex_state = 2, .external_lex_state = 137}, - [3368] = {.lex_state = 2, .external_lex_state = 136}, + [3365] = {.lex_state = 2, .external_lex_state = 152}, + [3366] = {.lex_state = 2, .external_lex_state = 136}, + [3367] = {.lex_state = 2, .external_lex_state = 136}, + [3368] = {.lex_state = 0, .external_lex_state = 156}, [3369] = {.lex_state = 2, .external_lex_state = 136}, - [3370] = {.lex_state = 2, .external_lex_state = 136}, + [3370] = {.lex_state = 2, .external_lex_state = 137}, [3371] = {.lex_state = 2, .external_lex_state = 136}, - [3372] = {.lex_state = 2, .external_lex_state = 136}, - [3373] = {.lex_state = 2, .external_lex_state = 137}, - [3374] = {.lex_state = 2, .external_lex_state = 136}, - [3375] = {.lex_state = 2, .external_lex_state = 136}, - [3376] = {.lex_state = 2, .external_lex_state = 136}, - [3377] = {.lex_state = 2, .external_lex_state = 136}, - [3378] = {.lex_state = 2, .external_lex_state = 139}, - [3379] = {.lex_state = 0, .external_lex_state = 156}, - [3380] = {.lex_state = 2, .external_lex_state = 137}, - [3381] = {.lex_state = 2, .external_lex_state = 137}, + [3372] = {.lex_state = 2, .external_lex_state = 137}, + [3373] = {.lex_state = 0, .external_lex_state = 155}, + [3374] = {.lex_state = 3, .external_lex_state = 153}, + [3375] = {.lex_state = 0, .external_lex_state = 155}, + [3376] = {.lex_state = 0, .external_lex_state = 156}, + [3377] = {.lex_state = 2, .external_lex_state = 137}, + [3378] = {.lex_state = 0, .external_lex_state = 156}, + [3379] = {.lex_state = 2, .external_lex_state = 136}, + [3380] = {.lex_state = 2, .external_lex_state = 157}, + [3381] = {.lex_state = 0, .external_lex_state = 158}, [3382] = {.lex_state = 0, .external_lex_state = 158}, - [3383] = {.lex_state = 2, .external_lex_state = 137}, - [3384] = {.lex_state = 2, .external_lex_state = 137}, - [3385] = {.lex_state = 2, .external_lex_state = 137}, + [3383] = {.lex_state = 2, .external_lex_state = 136}, + [3384] = {.lex_state = 2, .external_lex_state = 136}, + [3385] = {.lex_state = 0, .external_lex_state = 156}, [3386] = {.lex_state = 2, .external_lex_state = 137}, - [3387] = {.lex_state = 2, .external_lex_state = 137}, - [3388] = {.lex_state = 2, .external_lex_state = 136}, - [3389] = {.lex_state = 2, .external_lex_state = 136}, - [3390] = {.lex_state = 3, .external_lex_state = 153}, - [3391] = {.lex_state = 2, .external_lex_state = 137}, - [3392] = {.lex_state = 2, .external_lex_state = 137}, + [3387] = {.lex_state = 2, .external_lex_state = 136}, + [3388] = {.lex_state = 2, .external_lex_state = 137}, + [3389] = {.lex_state = 2, .external_lex_state = 137}, + [3390] = {.lex_state = 2, .external_lex_state = 136}, + [3391] = {.lex_state = 2, .external_lex_state = 139}, + [3392] = {.lex_state = 2, .external_lex_state = 136}, [3393] = {.lex_state = 2, .external_lex_state = 137}, - [3394] = {.lex_state = 0, .external_lex_state = 156}, - [3395] = {.lex_state = 2, .external_lex_state = 136}, + [3394] = {.lex_state = 2, .external_lex_state = 136}, + [3395] = {.lex_state = 2, .external_lex_state = 137}, [3396] = {.lex_state = 2, .external_lex_state = 136}, - [3397] = {.lex_state = 2, .external_lex_state = 136}, - [3398] = {.lex_state = 2, .external_lex_state = 137}, - [3399] = {.lex_state = 2, .external_lex_state = 137}, - [3400] = {.lex_state = 2, .external_lex_state = 137}, - [3401] = {.lex_state = 2, .external_lex_state = 154}, - [3402] = {.lex_state = 2, .external_lex_state = 136}, - [3403] = {.lex_state = 2, .external_lex_state = 137}, - [3404] = {.lex_state = 2, .external_lex_state = 154}, + [3397] = {.lex_state = 0, .external_lex_state = 156}, + [3398] = {.lex_state = 2, .external_lex_state = 152}, + [3399] = {.lex_state = 2, .external_lex_state = 136}, + [3400] = {.lex_state = 2, .external_lex_state = 136}, + [3401] = {.lex_state = 0, .external_lex_state = 159}, + [3402] = {.lex_state = 2, .external_lex_state = 137}, + [3403] = {.lex_state = 2, .external_lex_state = 136}, + [3404] = {.lex_state = 2, .external_lex_state = 136}, [3405] = {.lex_state = 2, .external_lex_state = 136}, [3406] = {.lex_state = 2, .external_lex_state = 136}, - [3407] = {.lex_state = 2, .external_lex_state = 136}, - [3408] = {.lex_state = 2, .external_lex_state = 136}, - [3409] = {.lex_state = 2, .external_lex_state = 136}, - [3410] = {.lex_state = 2, .external_lex_state = 136}, + [3407] = {.lex_state = 2, .external_lex_state = 137}, + [3408] = {.lex_state = 2, .external_lex_state = 137}, + [3409] = {.lex_state = 2, .external_lex_state = 137}, + [3410] = {.lex_state = 2, .external_lex_state = 137}, [3411] = {.lex_state = 2, .external_lex_state = 137}, - [3412] = {.lex_state = 2, .external_lex_state = 154}, - [3413] = {.lex_state = 0, .external_lex_state = 156}, + [3412] = {.lex_state = 2, .external_lex_state = 136}, + [3413] = {.lex_state = 2, .external_lex_state = 137}, [3414] = {.lex_state = 2, .external_lex_state = 136}, - [3415] = {.lex_state = 2, .external_lex_state = 137}, - [3416] = {.lex_state = 2, .external_lex_state = 136}, + [3415] = {.lex_state = 0, .external_lex_state = 158}, + [3416] = {.lex_state = 2, .external_lex_state = 137}, [3417] = {.lex_state = 2, .external_lex_state = 137}, - [3418] = {.lex_state = 0, .external_lex_state = 156}, - [3419] = {.lex_state = 0, .external_lex_state = 158}, - [3420] = {.lex_state = 0, .external_lex_state = 158}, + [3418] = {.lex_state = 2, .external_lex_state = 137}, + [3419] = {.lex_state = 2, .external_lex_state = 136}, + [3420] = {.lex_state = 2, .external_lex_state = 152}, [3421] = {.lex_state = 2, .external_lex_state = 137}, - [3422] = {.lex_state = 0, .external_lex_state = 156}, - [3423] = {.lex_state = 2, .external_lex_state = 137}, - [3424] = {.lex_state = 0, .external_lex_state = 157}, - [3425] = {.lex_state = 2, .external_lex_state = 137}, + [3422] = {.lex_state = 2, .external_lex_state = 137}, + [3423] = {.lex_state = 0, .external_lex_state = 156}, + [3424] = {.lex_state = 2, .external_lex_state = 137}, + [3425] = {.lex_state = 0, .external_lex_state = 159}, [3426] = {.lex_state = 2, .external_lex_state = 137}, - [3427] = {.lex_state = 2, .external_lex_state = 136}, - [3428] = {.lex_state = 2, .external_lex_state = 137}, - [3429] = {.lex_state = 2, .external_lex_state = 159}, - [3430] = {.lex_state = 2, .external_lex_state = 137}, - [3431] = {.lex_state = 2, .external_lex_state = 148}, - [3432] = {.lex_state = 0, .external_lex_state = 160}, + [3427] = {.lex_state = 2, .external_lex_state = 152}, + [3428] = {.lex_state = 0, .external_lex_state = 159}, + [3429] = {.lex_state = 2, .external_lex_state = 136}, + [3430] = {.lex_state = 2, .external_lex_state = 136}, + [3431] = {.lex_state = 2, .external_lex_state = 137}, + [3432] = {.lex_state = 2, .external_lex_state = 136}, [3433] = {.lex_state = 0, .external_lex_state = 160}, [3434] = {.lex_state = 2, .external_lex_state = 153}, - [3435] = {.lex_state = 2, .external_lex_state = 139}, + [3435] = {.lex_state = 2, .external_lex_state = 153}, [3436] = {.lex_state = 2, .external_lex_state = 153}, - [3437] = {.lex_state = 2, .external_lex_state = 153}, - [3438] = {.lex_state = 0, .external_lex_state = 160}, - [3439] = {.lex_state = 2, .external_lex_state = 139}, - [3440] = {.lex_state = 0, .external_lex_state = 160}, - [3441] = {.lex_state = 2, .external_lex_state = 139}, - [3442] = {.lex_state = 0, .external_lex_state = 160}, - [3443] = {.lex_state = 2, .external_lex_state = 139}, - [3444] = {.lex_state = 2, .external_lex_state = 139}, - [3445] = {.lex_state = 0, .external_lex_state = 160}, - [3446] = {.lex_state = 0, .external_lex_state = 160}, - [3447] = {.lex_state = 0, .external_lex_state = 160}, + [3437] = {.lex_state = 0, .external_lex_state = 161}, + [3438] = {.lex_state = 0, .external_lex_state = 161}, + [3439] = {.lex_state = 2, .external_lex_state = 153}, + [3440] = {.lex_state = 2, .external_lex_state = 153}, + [3441] = {.lex_state = 2, .external_lex_state = 153}, + [3442] = {.lex_state = 2, .external_lex_state = 153}, + [3443] = {.lex_state = 2, .external_lex_state = 153}, + [3444] = {.lex_state = 2, .external_lex_state = 153}, + [3445] = {.lex_state = 2, .external_lex_state = 153}, + [3446] = {.lex_state = 2, .external_lex_state = 153}, + [3447] = {.lex_state = 2, .external_lex_state = 153}, [3448] = {.lex_state = 2, .external_lex_state = 139}, [3449] = {.lex_state = 2, .external_lex_state = 153}, [3450] = {.lex_state = 2, .external_lex_state = 139}, @@ -16555,536 +16571,536 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3452] = {.lex_state = 2, .external_lex_state = 153}, [3453] = {.lex_state = 2, .external_lex_state = 153}, [3454] = {.lex_state = 2, .external_lex_state = 153}, - [3455] = {.lex_state = 2, .external_lex_state = 139}, - [3456] = {.lex_state = 2, .external_lex_state = 139}, - [3457] = {.lex_state = 0, .external_lex_state = 160}, - [3458] = {.lex_state = 0, .external_lex_state = 161}, - [3459] = {.lex_state = 2, .external_lex_state = 153}, + [3455] = {.lex_state = 2, .external_lex_state = 153}, + [3456] = {.lex_state = 2, .external_lex_state = 153}, + [3457] = {.lex_state = 2, .external_lex_state = 153}, + [3458] = {.lex_state = 2, .external_lex_state = 153}, + [3459] = {.lex_state = 2, .external_lex_state = 139}, [3460] = {.lex_state = 2, .external_lex_state = 153}, - [3461] = {.lex_state = 2, .external_lex_state = 162}, + [3461] = {.lex_state = 2, .external_lex_state = 153}, [3462] = {.lex_state = 2, .external_lex_state = 153}, [3463] = {.lex_state = 2, .external_lex_state = 153}, [3464] = {.lex_state = 2, .external_lex_state = 153}, [3465] = {.lex_state = 2, .external_lex_state = 153}, - [3466] = {.lex_state = 2, .external_lex_state = 153}, - [3467] = {.lex_state = 2, .external_lex_state = 139}, + [3466] = {.lex_state = 2, .external_lex_state = 148}, + [3467] = {.lex_state = 2, .external_lex_state = 153}, [3468] = {.lex_state = 2, .external_lex_state = 153}, - [3469] = {.lex_state = 2, .external_lex_state = 139}, - [3470] = {.lex_state = 0, .external_lex_state = 160}, - [3471] = {.lex_state = 2, .external_lex_state = 139}, + [3469] = {.lex_state = 0, .external_lex_state = 162}, + [3470] = {.lex_state = 2, .external_lex_state = 153}, + [3471] = {.lex_state = 0, .external_lex_state = 163}, [3472] = {.lex_state = 2, .external_lex_state = 153}, [3473] = {.lex_state = 2, .external_lex_state = 153}, - [3474] = {.lex_state = 2, .external_lex_state = 153}, - [3475] = {.lex_state = 0, .external_lex_state = 160}, + [3474] = {.lex_state = 0, .external_lex_state = 163}, + [3475] = {.lex_state = 2, .external_lex_state = 153}, [3476] = {.lex_state = 2, .external_lex_state = 139}, - [3477] = {.lex_state = 2, .external_lex_state = 153}, + [3477] = {.lex_state = 2, .external_lex_state = 139}, [3478] = {.lex_state = 2, .external_lex_state = 153}, - [3479] = {.lex_state = 2, .external_lex_state = 153}, - [3480] = {.lex_state = 2, .external_lex_state = 153}, + [3479] = {.lex_state = 2, .external_lex_state = 139}, + [3480] = {.lex_state = 2, .external_lex_state = 139}, [3481] = {.lex_state = 2, .external_lex_state = 139}, - [3482] = {.lex_state = 2, .external_lex_state = 139}, - [3483] = {.lex_state = 2, .external_lex_state = 139}, - [3484] = {.lex_state = 0, .external_lex_state = 160}, + [3482] = {.lex_state = 2, .external_lex_state = 153}, + [3483] = {.lex_state = 2, .external_lex_state = 153}, + [3484] = {.lex_state = 2, .external_lex_state = 153}, [3485] = {.lex_state = 2, .external_lex_state = 153}, [3486] = {.lex_state = 2, .external_lex_state = 153}, - [3487] = {.lex_state = 2, .external_lex_state = 153}, + [3487] = {.lex_state = 2, .external_lex_state = 139}, [3488] = {.lex_state = 2, .external_lex_state = 153}, - [3489] = {.lex_state = 0, .external_lex_state = 160}, - [3490] = {.lex_state = 2, .external_lex_state = 153}, + [3489] = {.lex_state = 2, .external_lex_state = 153}, + [3490] = {.lex_state = 0, .external_lex_state = 163}, [3491] = {.lex_state = 2, .external_lex_state = 153}, - [3492] = {.lex_state = 0, .external_lex_state = 160}, - [3493] = {.lex_state = 0, .external_lex_state = 160}, + [3492] = {.lex_state = 2, .external_lex_state = 153}, + [3493] = {.lex_state = 0, .external_lex_state = 163}, [3494] = {.lex_state = 2, .external_lex_state = 153}, - [3495] = {.lex_state = 0, .external_lex_state = 160}, + [3495] = {.lex_state = 2, .external_lex_state = 148}, [3496] = {.lex_state = 2, .external_lex_state = 139}, - [3497] = {.lex_state = 0, .external_lex_state = 161}, + [3497] = {.lex_state = 2, .external_lex_state = 153}, [3498] = {.lex_state = 2, .external_lex_state = 153}, - [3499] = {.lex_state = 2, .external_lex_state = 139}, - [3500] = {.lex_state = 0, .external_lex_state = 160}, - [3501] = {.lex_state = 2, .external_lex_state = 153}, - [3502] = {.lex_state = 2, .external_lex_state = 153}, - [3503] = {.lex_state = 2, .external_lex_state = 153}, - [3504] = {.lex_state = 2, .external_lex_state = 139}, - [3505] = {.lex_state = 0, .external_lex_state = 160}, - [3506] = {.lex_state = 0, .external_lex_state = 160}, - [3507] = {.lex_state = 0, .external_lex_state = 160}, + [3499] = {.lex_state = 0, .external_lex_state = 163}, + [3500] = {.lex_state = 2, .external_lex_state = 153}, + [3501] = {.lex_state = 0, .external_lex_state = 163}, + [3502] = {.lex_state = 0, .external_lex_state = 160}, + [3503] = {.lex_state = 0, .external_lex_state = 163}, + [3504] = {.lex_state = 2, .external_lex_state = 153}, + [3505] = {.lex_state = 2, .external_lex_state = 153}, + [3506] = {.lex_state = 2, .external_lex_state = 139}, + [3507] = {.lex_state = 2, .external_lex_state = 139}, [3508] = {.lex_state = 2, .external_lex_state = 139}, - [3509] = {.lex_state = 2, .external_lex_state = 153}, - [3510] = {.lex_state = 2, .external_lex_state = 153}, - [3511] = {.lex_state = 0, .external_lex_state = 161}, - [3512] = {.lex_state = 2, .external_lex_state = 153}, - [3513] = {.lex_state = 2, .external_lex_state = 153}, - [3514] = {.lex_state = 2, .external_lex_state = 139}, - [3515] = {.lex_state = 0, .external_lex_state = 160}, - [3516] = {.lex_state = 2, .external_lex_state = 153}, - [3517] = {.lex_state = 2, .external_lex_state = 139}, - [3518] = {.lex_state = 2, .external_lex_state = 162}, - [3519] = {.lex_state = 0, .external_lex_state = 163}, - [3520] = {.lex_state = 0, .external_lex_state = 163}, - [3521] = {.lex_state = 0, .external_lex_state = 160}, - [3522] = {.lex_state = 2, .external_lex_state = 153}, + [3509] = {.lex_state = 2, .external_lex_state = 139}, + [3510] = {.lex_state = 0, .external_lex_state = 163}, + [3511] = {.lex_state = 0, .external_lex_state = 162}, + [3512] = {.lex_state = 2, .external_lex_state = 139}, + [3513] = {.lex_state = 2, .external_lex_state = 139}, + [3514] = {.lex_state = 2, .external_lex_state = 153}, + [3515] = {.lex_state = 2, .external_lex_state = 153}, + [3516] = {.lex_state = 2, .external_lex_state = 164}, + [3517] = {.lex_state = 2, .external_lex_state = 153}, + [3518] = {.lex_state = 0, .external_lex_state = 160}, + [3519] = {.lex_state = 2, .external_lex_state = 139}, + [3520] = {.lex_state = 2, .external_lex_state = 139}, + [3521] = {.lex_state = 2, .external_lex_state = 139}, + [3522] = {.lex_state = 2, .external_lex_state = 139}, [3523] = {.lex_state = 2, .external_lex_state = 153}, - [3524] = {.lex_state = 2, .external_lex_state = 153}, - [3525] = {.lex_state = 0, .external_lex_state = 164}, - [3526] = {.lex_state = 2, .external_lex_state = 153}, - [3527] = {.lex_state = 2, .external_lex_state = 153}, - [3528] = {.lex_state = 0, .external_lex_state = 160}, - [3529] = {.lex_state = 0, .external_lex_state = 160}, - [3530] = {.lex_state = 0, .external_lex_state = 160}, - [3531] = {.lex_state = 2, .external_lex_state = 153}, - [3532] = {.lex_state = 0, .external_lex_state = 160}, - [3533] = {.lex_state = 2, .external_lex_state = 153}, - [3534] = {.lex_state = 0, .external_lex_state = 160}, - [3535] = {.lex_state = 2, .external_lex_state = 153}, - [3536] = {.lex_state = 0, .external_lex_state = 165}, - [3537] = {.lex_state = 0, .external_lex_state = 160}, - [3538] = {.lex_state = 0, .external_lex_state = 160}, - [3539] = {.lex_state = 0, .external_lex_state = 160}, - [3540] = {.lex_state = 2, .external_lex_state = 139}, - [3541] = {.lex_state = 2, .external_lex_state = 153}, - [3542] = {.lex_state = 0, .external_lex_state = 160}, - [3543] = {.lex_state = 2, .external_lex_state = 139}, - [3544] = {.lex_state = 2, .external_lex_state = 148}, - [3545] = {.lex_state = 0, .external_lex_state = 160}, - [3546] = {.lex_state = 0, .external_lex_state = 160}, - [3547] = {.lex_state = 2, .external_lex_state = 139}, - [3548] = {.lex_state = 2, .external_lex_state = 153}, - [3549] = {.lex_state = 2, .external_lex_state = 153}, - [3550] = {.lex_state = 0, .external_lex_state = 160}, - [3551] = {.lex_state = 0, .external_lex_state = 160}, - [3552] = {.lex_state = 0, .external_lex_state = 160}, - [3553] = {.lex_state = 0, .external_lex_state = 160}, - [3554] = {.lex_state = 0, .external_lex_state = 160}, - [3555] = {.lex_state = 2, .external_lex_state = 153}, - [3556] = {.lex_state = 2, .external_lex_state = 153}, - [3557] = {.lex_state = 0, .external_lex_state = 160}, - [3558] = {.lex_state = 0, .external_lex_state = 160}, - [3559] = {.lex_state = 0, .external_lex_state = 164}, - [3560] = {.lex_state = 2, .external_lex_state = 139}, - [3561] = {.lex_state = 0, .external_lex_state = 164}, - [3562] = {.lex_state = 0, .external_lex_state = 160}, - [3563] = {.lex_state = 2, .external_lex_state = 139}, - [3564] = {.lex_state = 0, .external_lex_state = 160}, - [3565] = {.lex_state = 2, .external_lex_state = 139}, - [3566] = {.lex_state = 2, .external_lex_state = 153}, - [3567] = {.lex_state = 0, .external_lex_state = 160}, + [3524] = {.lex_state = 2, .external_lex_state = 139}, + [3525] = {.lex_state = 2, .external_lex_state = 139}, + [3526] = {.lex_state = 2, .external_lex_state = 139}, + [3527] = {.lex_state = 0, .external_lex_state = 163}, + [3528] = {.lex_state = 0, .external_lex_state = 163}, + [3529] = {.lex_state = 0, .external_lex_state = 163}, + [3530] = {.lex_state = 0, .external_lex_state = 163}, + [3531] = {.lex_state = 0, .external_lex_state = 163}, + [3532] = {.lex_state = 0, .external_lex_state = 165}, + [3533] = {.lex_state = 2, .external_lex_state = 139}, + [3534] = {.lex_state = 0, .external_lex_state = 163}, + [3535] = {.lex_state = 0, .external_lex_state = 163}, + [3536] = {.lex_state = 0, .external_lex_state = 162}, + [3537] = {.lex_state = 2, .external_lex_state = 139}, + [3538] = {.lex_state = 2, .external_lex_state = 139}, + [3539] = {.lex_state = 0, .external_lex_state = 163}, + [3540] = {.lex_state = 0, .external_lex_state = 163}, + [3541] = {.lex_state = 0, .external_lex_state = 163}, + [3542] = {.lex_state = 0, .external_lex_state = 163}, + [3543] = {.lex_state = 0, .external_lex_state = 163}, + [3544] = {.lex_state = 0, .external_lex_state = 161}, + [3545] = {.lex_state = 0, .external_lex_state = 163}, + [3546] = {.lex_state = 0, .external_lex_state = 165}, + [3547] = {.lex_state = 0, .external_lex_state = 163}, + [3548] = {.lex_state = 0, .external_lex_state = 163}, + [3549] = {.lex_state = 2, .external_lex_state = 139}, + [3550] = {.lex_state = 0, .external_lex_state = 163}, + [3551] = {.lex_state = 0, .external_lex_state = 163}, + [3552] = {.lex_state = 0, .external_lex_state = 163}, + [3553] = {.lex_state = 0, .external_lex_state = 163}, + [3554] = {.lex_state = 2, .external_lex_state = 153}, + [3555] = {.lex_state = 0, .external_lex_state = 163}, + [3556] = {.lex_state = 0, .external_lex_state = 163}, + [3557] = {.lex_state = 2, .external_lex_state = 153}, + [3558] = {.lex_state = 0, .external_lex_state = 163}, + [3559] = {.lex_state = 0, .external_lex_state = 163}, + [3560] = {.lex_state = 0, .external_lex_state = 163}, + [3561] = {.lex_state = 0, .external_lex_state = 163}, + [3562] = {.lex_state = 2, .external_lex_state = 139}, + [3563] = {.lex_state = 0, .external_lex_state = 163}, + [3564] = {.lex_state = 0, .external_lex_state = 163}, + [3565] = {.lex_state = 2, .external_lex_state = 153}, + [3566] = {.lex_state = 0, .external_lex_state = 163}, + [3567] = {.lex_state = 0, .external_lex_state = 163}, [3568] = {.lex_state = 0, .external_lex_state = 163}, - [3569] = {.lex_state = 0, .external_lex_state = 160}, - [3570] = {.lex_state = 0, .external_lex_state = 160}, - [3571] = {.lex_state = 0, .external_lex_state = 160}, - [3572] = {.lex_state = 2, .external_lex_state = 153}, - [3573] = {.lex_state = 2, .external_lex_state = 166}, - [3574] = {.lex_state = 0, .external_lex_state = 165}, - [3575] = {.lex_state = 0, .external_lex_state = 160}, - [3576] = {.lex_state = 0, .external_lex_state = 160}, - [3577] = {.lex_state = 0, .external_lex_state = 165}, - [3578] = {.lex_state = 2, .external_lex_state = 153}, - [3579] = {.lex_state = 0, .external_lex_state = 160}, - [3580] = {.lex_state = 0, .external_lex_state = 160}, - [3581] = {.lex_state = 2, .external_lex_state = 153}, - [3582] = {.lex_state = 0, .external_lex_state = 160}, - [3583] = {.lex_state = 2, .external_lex_state = 153}, - [3584] = {.lex_state = 2, .external_lex_state = 167}, - [3585] = {.lex_state = 2, .external_lex_state = 167}, - [3586] = {.lex_state = 0, .external_lex_state = 168}, - [3587] = {.lex_state = 2, .external_lex_state = 167}, - [3588] = {.lex_state = 2, .external_lex_state = 167}, - [3589] = {.lex_state = 2, .external_lex_state = 167}, - [3590] = {.lex_state = 0, .external_lex_state = 169}, - [3591] = {.lex_state = 2, .external_lex_state = 167}, - [3592] = {.lex_state = 2, .external_lex_state = 167}, - [3593] = {.lex_state = 2, .external_lex_state = 167}, - [3594] = {.lex_state = 0, .external_lex_state = 169}, - [3595] = {.lex_state = 2, .external_lex_state = 167}, - [3596] = {.lex_state = 0, .external_lex_state = 170}, - [3597] = {.lex_state = 0, .external_lex_state = 168}, - [3598] = {.lex_state = 2, .external_lex_state = 167}, - [3599] = {.lex_state = 2, .external_lex_state = 167}, - [3600] = {.lex_state = 2, .external_lex_state = 167}, - [3601] = {.lex_state = 2, .external_lex_state = 167}, - [3602] = {.lex_state = 2, .external_lex_state = 167}, - [3603] = {.lex_state = 2, .external_lex_state = 167}, - [3604] = {.lex_state = 2, .external_lex_state = 167}, - [3605] = {.lex_state = 0, .external_lex_state = 169}, - [3606] = {.lex_state = 2, .external_lex_state = 167}, - [3607] = {.lex_state = 2, .external_lex_state = 167}, - [3608] = {.lex_state = 2, .external_lex_state = 167}, - [3609] = {.lex_state = 2, .external_lex_state = 167}, - [3610] = {.lex_state = 2, .external_lex_state = 167}, - [3611] = {.lex_state = 2, .external_lex_state = 167}, - [3612] = {.lex_state = 2, .external_lex_state = 167}, - [3613] = {.lex_state = 2, .external_lex_state = 167}, - [3614] = {.lex_state = 2, .external_lex_state = 167}, - [3615] = {.lex_state = 2, .external_lex_state = 167}, - [3616] = {.lex_state = 2, .external_lex_state = 167}, - [3617] = {.lex_state = 2, .external_lex_state = 167}, - [3618] = {.lex_state = 0, .external_lex_state = 171}, - [3619] = {.lex_state = 2, .external_lex_state = 167}, - [3620] = {.lex_state = 2, .external_lex_state = 167}, - [3621] = {.lex_state = 2, .external_lex_state = 167}, - [3622] = {.lex_state = 0, .external_lex_state = 171}, - [3623] = {.lex_state = 0, .external_lex_state = 168}, - [3624] = {.lex_state = 2, .external_lex_state = 167}, - [3625] = {.lex_state = 2, .external_lex_state = 167}, - [3626] = {.lex_state = 2, .external_lex_state = 167}, - [3627] = {.lex_state = 0, .external_lex_state = 172}, - [3628] = {.lex_state = 0, .external_lex_state = 172}, - [3629] = {.lex_state = 2, .external_lex_state = 173}, - [3630] = {.lex_state = 2, .external_lex_state = 153}, - [3631] = {.lex_state = 2, .external_lex_state = 167}, - [3632] = {.lex_state = 2, .external_lex_state = 167}, - [3633] = {.lex_state = 2, .external_lex_state = 167}, - [3634] = {.lex_state = 2, .external_lex_state = 167}, - [3635] = {.lex_state = 2, .external_lex_state = 167}, - [3636] = {.lex_state = 2, .external_lex_state = 167}, - [3637] = {.lex_state = 0, .external_lex_state = 171}, - [3638] = {.lex_state = 2, .external_lex_state = 167}, - [3639] = {.lex_state = 0, .external_lex_state = 170}, - [3640] = {.lex_state = 2, .external_lex_state = 167}, - [3641] = {.lex_state = 2, .external_lex_state = 167}, - [3642] = {.lex_state = 2, .external_lex_state = 141}, - [3643] = {.lex_state = 0, .external_lex_state = 160}, - [3644] = {.lex_state = 2, .external_lex_state = 167}, - [3645] = {.lex_state = 2, .external_lex_state = 167}, - [3646] = {.lex_state = 0, .external_lex_state = 174}, - [3647] = {.lex_state = 0, .external_lex_state = 172}, - [3648] = {.lex_state = 0, .external_lex_state = 72}, - [3649] = {.lex_state = 2, .external_lex_state = 167}, - [3650] = {.lex_state = 0, .external_lex_state = 160}, - [3651] = {.lex_state = 0, .external_lex_state = 160}, - [3652] = {.lex_state = 0, .external_lex_state = 160}, - [3653] = {.lex_state = 0, .external_lex_state = 174}, - [3654] = {.lex_state = 0, .external_lex_state = 160}, - [3655] = {.lex_state = 2, .external_lex_state = 167}, - [3656] = {.lex_state = 0, .external_lex_state = 152}, - [3657] = {.lex_state = 0, .external_lex_state = 170}, - [3658] = {.lex_state = 2, .external_lex_state = 167}, - [3659] = {.lex_state = 0, .external_lex_state = 174}, - [3660] = {.lex_state = 2, .external_lex_state = 167}, - [3661] = {.lex_state = 0, .external_lex_state = 152}, - [3662] = {.lex_state = 2, .external_lex_state = 167}, - [3663] = {.lex_state = 2, .external_lex_state = 167}, - [3664] = {.lex_state = 2, .external_lex_state = 167}, - [3665] = {.lex_state = 0, .external_lex_state = 160}, - [3666] = {.lex_state = 2, .external_lex_state = 167}, - [3667] = {.lex_state = 0, .external_lex_state = 175}, - [3668] = {.lex_state = 0, .external_lex_state = 175}, - [3669] = {.lex_state = 2, .external_lex_state = 153}, - [3670] = {.lex_state = 0, .external_lex_state = 175}, - [3671] = {.lex_state = 2, .external_lex_state = 84}, - [3672] = {.lex_state = 2, .external_lex_state = 84}, - [3673] = {.lex_state = 2, .external_lex_state = 84}, - [3674] = {.lex_state = 2, .external_lex_state = 84}, - [3675] = {.lex_state = 2, .external_lex_state = 84}, - [3676] = {.lex_state = 0, .external_lex_state = 127}, - [3677] = {.lex_state = 2, .external_lex_state = 84}, - [3678] = {.lex_state = 2, .external_lex_state = 84}, - [3679] = {.lex_state = 2, .external_lex_state = 84}, - [3680] = {.lex_state = 0, .external_lex_state = 175}, + [3569] = {.lex_state = 0, .external_lex_state = 163}, + [3570] = {.lex_state = 0, .external_lex_state = 163}, + [3571] = {.lex_state = 0, .external_lex_state = 163}, + [3572] = {.lex_state = 0, .external_lex_state = 163}, + [3573] = {.lex_state = 0, .external_lex_state = 163}, + [3574] = {.lex_state = 0, .external_lex_state = 163}, + [3575] = {.lex_state = 0, .external_lex_state = 163}, + [3576] = {.lex_state = 0, .external_lex_state = 165}, + [3577] = {.lex_state = 2, .external_lex_state = 153}, + [3578] = {.lex_state = 0, .external_lex_state = 163}, + [3579] = {.lex_state = 0, .external_lex_state = 163}, + [3580] = {.lex_state = 0, .external_lex_state = 163}, + [3581] = {.lex_state = 0, .external_lex_state = 163}, + [3582] = {.lex_state = 2, .external_lex_state = 166}, + [3583] = {.lex_state = 2, .external_lex_state = 164}, + [3584] = {.lex_state = 0, .external_lex_state = 163}, + [3585] = {.lex_state = 0, .external_lex_state = 163}, + [3586] = {.lex_state = 0, .external_lex_state = 167}, + [3587] = {.lex_state = 2, .external_lex_state = 168}, + [3588] = {.lex_state = 2, .external_lex_state = 168}, + [3589] = {.lex_state = 2, .external_lex_state = 168}, + [3590] = {.lex_state = 2, .external_lex_state = 169}, + [3591] = {.lex_state = 2, .external_lex_state = 168}, + [3592] = {.lex_state = 2, .external_lex_state = 168}, + [3593] = {.lex_state = 2, .external_lex_state = 168}, + [3594] = {.lex_state = 2, .external_lex_state = 168}, + [3595] = {.lex_state = 2, .external_lex_state = 168}, + [3596] = {.lex_state = 2, .external_lex_state = 168}, + [3597] = {.lex_state = 0, .external_lex_state = 170}, + [3598] = {.lex_state = 0, .external_lex_state = 170}, + [3599] = {.lex_state = 2, .external_lex_state = 168}, + [3600] = {.lex_state = 2, .external_lex_state = 168}, + [3601] = {.lex_state = 2, .external_lex_state = 168}, + [3602] = {.lex_state = 2, .external_lex_state = 168}, + [3603] = {.lex_state = 2, .external_lex_state = 168}, + [3604] = {.lex_state = 2, .external_lex_state = 168}, + [3605] = {.lex_state = 2, .external_lex_state = 168}, + [3606] = {.lex_state = 2, .external_lex_state = 168}, + [3607] = {.lex_state = 2, .external_lex_state = 168}, + [3608] = {.lex_state = 0, .external_lex_state = 170}, + [3609] = {.lex_state = 0, .external_lex_state = 171}, + [3610] = {.lex_state = 2, .external_lex_state = 168}, + [3611] = {.lex_state = 2, .external_lex_state = 168}, + [3612] = {.lex_state = 2, .external_lex_state = 168}, + [3613] = {.lex_state = 2, .external_lex_state = 168}, + [3614] = {.lex_state = 2, .external_lex_state = 168}, + [3615] = {.lex_state = 2, .external_lex_state = 168}, + [3616] = {.lex_state = 2, .external_lex_state = 168}, + [3617] = {.lex_state = 2, .external_lex_state = 168}, + [3618] = {.lex_state = 2, .external_lex_state = 168}, + [3619] = {.lex_state = 2, .external_lex_state = 168}, + [3620] = {.lex_state = 0, .external_lex_state = 154}, + [3621] = {.lex_state = 2, .external_lex_state = 168}, + [3622] = {.lex_state = 2, .external_lex_state = 168}, + [3623] = {.lex_state = 2, .external_lex_state = 168}, + [3624] = {.lex_state = 2, .external_lex_state = 168}, + [3625] = {.lex_state = 2, .external_lex_state = 168}, + [3626] = {.lex_state = 2, .external_lex_state = 168}, + [3627] = {.lex_state = 2, .external_lex_state = 168}, + [3628] = {.lex_state = 0, .external_lex_state = 171}, + [3629] = {.lex_state = 2, .external_lex_state = 168}, + [3630] = {.lex_state = 2, .external_lex_state = 168}, + [3631] = {.lex_state = 2, .external_lex_state = 168}, + [3632] = {.lex_state = 2, .external_lex_state = 168}, + [3633] = {.lex_state = 2, .external_lex_state = 168}, + [3634] = {.lex_state = 2, .external_lex_state = 168}, + [3635] = {.lex_state = 2, .external_lex_state = 168}, + [3636] = {.lex_state = 2, .external_lex_state = 168}, + [3637] = {.lex_state = 2, .external_lex_state = 168}, + [3638] = {.lex_state = 2, .external_lex_state = 168}, + [3639] = {.lex_state = 2, .external_lex_state = 168}, + [3640] = {.lex_state = 0, .external_lex_state = 171}, + [3641] = {.lex_state = 0, .external_lex_state = 167}, + [3642] = {.lex_state = 0, .external_lex_state = 167}, + [3643] = {.lex_state = 0, .external_lex_state = 163}, + [3644] = {.lex_state = 2, .external_lex_state = 168}, + [3645] = {.lex_state = 0, .external_lex_state = 172}, + [3646] = {.lex_state = 0, .external_lex_state = 172}, + [3647] = {.lex_state = 0, .external_lex_state = 72}, + [3648] = {.lex_state = 2, .external_lex_state = 168}, + [3649] = {.lex_state = 2, .external_lex_state = 153}, + [3650] = {.lex_state = 0, .external_lex_state = 163}, + [3651] = {.lex_state = 2, .external_lex_state = 168}, + [3652] = {.lex_state = 2, .external_lex_state = 141}, + [3653] = {.lex_state = 0, .external_lex_state = 172}, + [3654] = {.lex_state = 0, .external_lex_state = 173}, + [3655] = {.lex_state = 0, .external_lex_state = 163}, + [3656] = {.lex_state = 2, .external_lex_state = 168}, + [3657] = {.lex_state = 0, .external_lex_state = 154}, + [3658] = {.lex_state = 2, .external_lex_state = 168}, + [3659] = {.lex_state = 0, .external_lex_state = 173}, + [3660] = {.lex_state = 2, .external_lex_state = 168}, + [3661] = {.lex_state = 2, .external_lex_state = 168}, + [3662] = {.lex_state = 0, .external_lex_state = 173}, + [3663] = {.lex_state = 0, .external_lex_state = 163}, + [3664] = {.lex_state = 0, .external_lex_state = 163}, + [3665] = {.lex_state = 0, .external_lex_state = 174}, + [3666] = {.lex_state = 0, .external_lex_state = 163}, + [3667] = {.lex_state = 0, .external_lex_state = 174}, + [3668] = {.lex_state = 0, .external_lex_state = 174}, + [3669] = {.lex_state = 2, .external_lex_state = 77}, + [3670] = {.lex_state = 2, .external_lex_state = 77}, + [3671] = {.lex_state = 0, .external_lex_state = 163}, + [3672] = {.lex_state = 0, .external_lex_state = 120}, + [3673] = {.lex_state = 0, .external_lex_state = 120}, + [3674] = {.lex_state = 2, .external_lex_state = 153}, + [3675] = {.lex_state = 2, .external_lex_state = 153}, + [3676] = {.lex_state = 0, .external_lex_state = 163}, + [3677] = {.lex_state = 0, .external_lex_state = 120}, + [3678] = {.lex_state = 0, .external_lex_state = 120}, + [3679] = {.lex_state = 0, .external_lex_state = 175}, + [3680] = {.lex_state = 2, .external_lex_state = 153}, [3681] = {.lex_state = 0, .external_lex_state = 175}, - [3682] = {.lex_state = 2, .external_lex_state = 84}, - [3683] = {.lex_state = 2, .external_lex_state = 84}, + [3682] = {.lex_state = 0, .external_lex_state = 175}, + [3683] = {.lex_state = 0, .external_lex_state = 175}, [3684] = {.lex_state = 0, .external_lex_state = 175}, - [3685] = {.lex_state = 2, .external_lex_state = 84}, - [3686] = {.lex_state = 2, .external_lex_state = 84}, - [3687] = {.lex_state = 2, .external_lex_state = 84}, - [3688] = {.lex_state = 2, .external_lex_state = 84}, + [3685] = {.lex_state = 0, .external_lex_state = 175}, + [3686] = {.lex_state = 0, .external_lex_state = 175}, + [3687] = {.lex_state = 0, .external_lex_state = 175}, + [3688] = {.lex_state = 2, .external_lex_state = 141}, [3689] = {.lex_state = 0, .external_lex_state = 175}, - [3690] = {.lex_state = 0, .external_lex_state = 127}, - [3691] = {.lex_state = 2, .external_lex_state = 141}, - [3692] = {.lex_state = 2, .external_lex_state = 84}, - [3693] = {.lex_state = 0, .external_lex_state = 127}, - [3694] = {.lex_state = 2, .external_lex_state = 141}, - [3695] = {.lex_state = 2, .external_lex_state = 84}, - [3696] = {.lex_state = 2, .external_lex_state = 141}, - [3697] = {.lex_state = 2, .external_lex_state = 141}, + [3690] = {.lex_state = 0, .external_lex_state = 175}, + [3691] = {.lex_state = 0, .external_lex_state = 175}, + [3692] = {.lex_state = 0, .external_lex_state = 175}, + [3693] = {.lex_state = 0, .external_lex_state = 175}, + [3694] = {.lex_state = 0, .external_lex_state = 175}, + [3695] = {.lex_state = 0, .external_lex_state = 175}, + [3696] = {.lex_state = 0, .external_lex_state = 175}, + [3697] = {.lex_state = 0, .external_lex_state = 175}, [3698] = {.lex_state = 0, .external_lex_state = 175}, - [3699] = {.lex_state = 0, .external_lex_state = 127}, - [3700] = {.lex_state = 0, .external_lex_state = 127}, - [3701] = {.lex_state = 0, .external_lex_state = 127}, - [3702] = {.lex_state = 0, .external_lex_state = 127}, - [3703] = {.lex_state = 2, .external_lex_state = 141}, + [3699] = {.lex_state = 0, .external_lex_state = 175}, + [3700] = {.lex_state = 0, .external_lex_state = 175}, + [3701] = {.lex_state = 0, .external_lex_state = 175}, + [3702] = {.lex_state = 0, .external_lex_state = 175}, + [3703] = {.lex_state = 0, .external_lex_state = 175}, [3704] = {.lex_state = 0, .external_lex_state = 175}, [3705] = {.lex_state = 0, .external_lex_state = 175}, [3706] = {.lex_state = 0, .external_lex_state = 175}, [3707] = {.lex_state = 0, .external_lex_state = 175}, [3708] = {.lex_state = 0, .external_lex_state = 175}, - [3709] = {.lex_state = 0, .external_lex_state = 127}, - [3710] = {.lex_state = 2, .external_lex_state = 141}, - [3711] = {.lex_state = 2, .external_lex_state = 84}, - [3712] = {.lex_state = 2, .external_lex_state = 84}, - [3713] = {.lex_state = 2, .external_lex_state = 153}, - [3714] = {.lex_state = 2, .external_lex_state = 84}, - [3715] = {.lex_state = 2, .external_lex_state = 84}, - [3716] = {.lex_state = 2, .external_lex_state = 141}, - [3717] = {.lex_state = 2, .external_lex_state = 153}, - [3718] = {.lex_state = 2, .external_lex_state = 84}, - [3719] = {.lex_state = 2, .external_lex_state = 84}, - [3720] = {.lex_state = 0, .external_lex_state = 176}, - [3721] = {.lex_state = 2, .external_lex_state = 141}, - [3722] = {.lex_state = 0, .external_lex_state = 127}, - [3723] = {.lex_state = 2, .external_lex_state = 141}, - [3724] = {.lex_state = 2, .external_lex_state = 141}, - [3725] = {.lex_state = 0, .external_lex_state = 127}, - [3726] = {.lex_state = 2, .external_lex_state = 84}, - [3727] = {.lex_state = 0, .external_lex_state = 121}, - [3728] = {.lex_state = 0, .external_lex_state = 121}, - [3729] = {.lex_state = 2, .external_lex_state = 141}, - [3730] = {.lex_state = 2, .external_lex_state = 84}, - [3731] = {.lex_state = 2, .external_lex_state = 153}, - [3732] = {.lex_state = 2, .external_lex_state = 141}, - [3733] = {.lex_state = 2, .external_lex_state = 84}, - [3734] = {.lex_state = 2, .external_lex_state = 141}, - [3735] = {.lex_state = 2, .external_lex_state = 141}, - [3736] = {.lex_state = 2, .external_lex_state = 141}, - [3737] = {.lex_state = 2, .external_lex_state = 141}, - [3738] = {.lex_state = 2, .external_lex_state = 141}, - [3739] = {.lex_state = 2, .external_lex_state = 141}, - [3740] = {.lex_state = 2, .external_lex_state = 141}, - [3741] = {.lex_state = 0, .external_lex_state = 170}, - [3742] = {.lex_state = 2, .external_lex_state = 141}, - [3743] = {.lex_state = 2, .external_lex_state = 141}, - [3744] = {.lex_state = 2, .external_lex_state = 141}, - [3745] = {.lex_state = 2, .external_lex_state = 153}, + [3709] = {.lex_state = 0, .external_lex_state = 175}, + [3710] = {.lex_state = 0, .external_lex_state = 175}, + [3711] = {.lex_state = 2, .external_lex_state = 153}, + [3712] = {.lex_state = 0, .external_lex_state = 175}, + [3713] = {.lex_state = 0, .external_lex_state = 175}, + [3714] = {.lex_state = 0, .external_lex_state = 175}, + [3715] = {.lex_state = 0, .external_lex_state = 175}, + [3716] = {.lex_state = 0, .external_lex_state = 175}, + [3717] = {.lex_state = 0, .external_lex_state = 175}, + [3718] = {.lex_state = 0, .external_lex_state = 175}, + [3719] = {.lex_state = 0, .external_lex_state = 175}, + [3720] = {.lex_state = 0, .external_lex_state = 175}, + [3721] = {.lex_state = 0, .external_lex_state = 175}, + [3722] = {.lex_state = 0, .external_lex_state = 175}, + [3723] = {.lex_state = 0, .external_lex_state = 175}, + [3724] = {.lex_state = 0, .external_lex_state = 175}, + [3725] = {.lex_state = 0, .external_lex_state = 175}, + [3726] = {.lex_state = 0, .external_lex_state = 175}, + [3727] = {.lex_state = 0, .external_lex_state = 175}, + [3728] = {.lex_state = 2, .external_lex_state = 176}, + [3729] = {.lex_state = 0, .external_lex_state = 175}, + [3730] = {.lex_state = 0, .external_lex_state = 177}, + [3731] = {.lex_state = 0, .external_lex_state = 175}, + [3732] = {.lex_state = 2, .external_lex_state = 153}, + [3733] = {.lex_state = 0, .external_lex_state = 175}, + [3734] = {.lex_state = 0, .external_lex_state = 175}, + [3735] = {.lex_state = 0, .external_lex_state = 175}, + [3736] = {.lex_state = 0, .external_lex_state = 175}, + [3737] = {.lex_state = 0, .external_lex_state = 175}, + [3738] = {.lex_state = 0, .external_lex_state = 175}, + [3739] = {.lex_state = 0, .external_lex_state = 127}, + [3740] = {.lex_state = 0, .external_lex_state = 175}, + [3741] = {.lex_state = 0, .external_lex_state = 175}, + [3742] = {.lex_state = 0, .external_lex_state = 175}, + [3743] = {.lex_state = 0, .external_lex_state = 175}, + [3744] = {.lex_state = 0, .external_lex_state = 175}, + [3745] = {.lex_state = 0, .external_lex_state = 175}, [3746] = {.lex_state = 0, .external_lex_state = 175}, - [3747] = {.lex_state = 0, .external_lex_state = 170}, - [3748] = {.lex_state = 2, .external_lex_state = 141}, + [3747] = {.lex_state = 0, .external_lex_state = 175}, + [3748] = {.lex_state = 0, .external_lex_state = 175}, [3749] = {.lex_state = 0, .external_lex_state = 175}, - [3750] = {.lex_state = 2, .external_lex_state = 84}, + [3750] = {.lex_state = 0, .external_lex_state = 175}, [3751] = {.lex_state = 0, .external_lex_state = 175}, - [3752] = {.lex_state = 2, .external_lex_state = 84}, - [3753] = {.lex_state = 2, .external_lex_state = 84}, - [3754] = {.lex_state = 0, .external_lex_state = 160}, - [3755] = {.lex_state = 2, .external_lex_state = 84}, - [3756] = {.lex_state = 2, .external_lex_state = 153}, - [3757] = {.lex_state = 2, .external_lex_state = 141}, - [3758] = {.lex_state = 0, .external_lex_state = 127}, + [3752] = {.lex_state = 0, .external_lex_state = 175}, + [3753] = {.lex_state = 0, .external_lex_state = 127}, + [3754] = {.lex_state = 0, .external_lex_state = 175}, + [3755] = {.lex_state = 0, .external_lex_state = 127}, + [3756] = {.lex_state = 0, .external_lex_state = 175}, + [3757] = {.lex_state = 0, .external_lex_state = 175}, + [3758] = {.lex_state = 0, .external_lex_state = 175}, [3759] = {.lex_state = 0, .external_lex_state = 175}, [3760] = {.lex_state = 0, .external_lex_state = 175}, - [3761] = {.lex_state = 2, .external_lex_state = 84}, - [3762] = {.lex_state = 2, .external_lex_state = 141}, + [3761] = {.lex_state = 2, .external_lex_state = 141}, + [3762] = {.lex_state = 0, .external_lex_state = 175}, [3763] = {.lex_state = 0, .external_lex_state = 175}, - [3764] = {.lex_state = 2, .external_lex_state = 84}, + [3764] = {.lex_state = 0, .external_lex_state = 175}, [3765] = {.lex_state = 0, .external_lex_state = 175}, - [3766] = {.lex_state = 2, .external_lex_state = 141}, - [3767] = {.lex_state = 2, .external_lex_state = 153}, + [3766] = {.lex_state = 0, .external_lex_state = 175}, + [3767] = {.lex_state = 0, .external_lex_state = 127}, [3768] = {.lex_state = 0, .external_lex_state = 127}, - [3769] = {.lex_state = 0, .external_lex_state = 175}, + [3769] = {.lex_state = 0, .external_lex_state = 127}, [3770] = {.lex_state = 0, .external_lex_state = 175}, - [3771] = {.lex_state = 2, .external_lex_state = 141}, - [3772] = {.lex_state = 2, .external_lex_state = 84}, - [3773] = {.lex_state = 0, .external_lex_state = 121}, - [3774] = {.lex_state = 0, .external_lex_state = 121}, + [3771] = {.lex_state = 0, .external_lex_state = 175}, + [3772] = {.lex_state = 0, .external_lex_state = 175}, + [3773] = {.lex_state = 0, .external_lex_state = 175}, + [3774] = {.lex_state = 2, .external_lex_state = 141}, [3775] = {.lex_state = 0, .external_lex_state = 175}, - [3776] = {.lex_state = 0, .external_lex_state = 175}, - [3777] = {.lex_state = 2, .external_lex_state = 177}, + [3776] = {.lex_state = 2, .external_lex_state = 141}, + [3777] = {.lex_state = 0, .external_lex_state = 175}, [3778] = {.lex_state = 0, .external_lex_state = 175}, [3779] = {.lex_state = 0, .external_lex_state = 175}, - [3780] = {.lex_state = 0, .external_lex_state = 127}, - [3781] = {.lex_state = 0, .external_lex_state = 127}, - [3782] = {.lex_state = 2, .external_lex_state = 153}, - [3783] = {.lex_state = 2, .external_lex_state = 84}, - [3784] = {.lex_state = 0, .external_lex_state = 175}, - [3785] = {.lex_state = 0, .external_lex_state = 175}, + [3780] = {.lex_state = 0, .external_lex_state = 175}, + [3781] = {.lex_state = 0, .external_lex_state = 175}, + [3782] = {.lex_state = 0, .external_lex_state = 175}, + [3783] = {.lex_state = 0, .external_lex_state = 127}, + [3784] = {.lex_state = 0, .external_lex_state = 127}, + [3785] = {.lex_state = 0, .external_lex_state = 127}, [3786] = {.lex_state = 0, .external_lex_state = 175}, - [3787] = {.lex_state = 0, .external_lex_state = 175}, - [3788] = {.lex_state = 0, .external_lex_state = 175}, + [3787] = {.lex_state = 0, .external_lex_state = 127}, + [3788] = {.lex_state = 0, .external_lex_state = 127}, [3789] = {.lex_state = 0, .external_lex_state = 175}, - [3790] = {.lex_state = 0, .external_lex_state = 175}, + [3790] = {.lex_state = 0, .external_lex_state = 127}, [3791] = {.lex_state = 0, .external_lex_state = 175}, [3792] = {.lex_state = 0, .external_lex_state = 175}, - [3793] = {.lex_state = 0, .external_lex_state = 127}, - [3794] = {.lex_state = 2, .external_lex_state = 153}, + [3793] = {.lex_state = 0, .external_lex_state = 175}, + [3794] = {.lex_state = 0, .external_lex_state = 175}, [3795] = {.lex_state = 0, .external_lex_state = 175}, [3796] = {.lex_state = 0, .external_lex_state = 175}, [3797] = {.lex_state = 0, .external_lex_state = 175}, [3798] = {.lex_state = 0, .external_lex_state = 175}, [3799] = {.lex_state = 0, .external_lex_state = 175}, [3800] = {.lex_state = 0, .external_lex_state = 175}, - [3801] = {.lex_state = 0, .external_lex_state = 175}, - [3802] = {.lex_state = 0, .external_lex_state = 175}, - [3803] = {.lex_state = 0, .external_lex_state = 121}, + [3801] = {.lex_state = 0, .external_lex_state = 127}, + [3802] = {.lex_state = 0, .external_lex_state = 127}, + [3803] = {.lex_state = 0, .external_lex_state = 175}, [3804] = {.lex_state = 0, .external_lex_state = 175}, [3805] = {.lex_state = 0, .external_lex_state = 175}, - [3806] = {.lex_state = 0, .external_lex_state = 175}, - [3807] = {.lex_state = 0, .external_lex_state = 175}, - [3808] = {.lex_state = 0, .external_lex_state = 175}, - [3809] = {.lex_state = 2, .external_lex_state = 84}, - [3810] = {.lex_state = 0, .external_lex_state = 127}, + [3806] = {.lex_state = 0, .external_lex_state = 127}, + [3807] = {.lex_state = 0, .external_lex_state = 127}, + [3808] = {.lex_state = 0, .external_lex_state = 127}, + [3809] = {.lex_state = 0, .external_lex_state = 127}, + [3810] = {.lex_state = 0, .external_lex_state = 175}, [3811] = {.lex_state = 0, .external_lex_state = 175}, [3812] = {.lex_state = 0, .external_lex_state = 175}, - [3813] = {.lex_state = 2, .external_lex_state = 178}, - [3814] = {.lex_state = 0, .external_lex_state = 175}, + [3813] = {.lex_state = 0, .external_lex_state = 175}, + [3814] = {.lex_state = 0, .external_lex_state = 127}, [3815] = {.lex_state = 0, .external_lex_state = 175}, - [3816] = {.lex_state = 0, .external_lex_state = 175}, + [3816] = {.lex_state = 0, .external_lex_state = 127}, [3817] = {.lex_state = 0, .external_lex_state = 175}, - [3818] = {.lex_state = 2, .external_lex_state = 84}, - [3819] = {.lex_state = 0, .external_lex_state = 175}, + [3818] = {.lex_state = 0, .external_lex_state = 175}, + [3819] = {.lex_state = 0, .external_lex_state = 127}, [3820] = {.lex_state = 0, .external_lex_state = 175}, [3821] = {.lex_state = 0, .external_lex_state = 175}, - [3822] = {.lex_state = 2, .external_lex_state = 153}, + [3822] = {.lex_state = 2, .external_lex_state = 141}, [3823] = {.lex_state = 0, .external_lex_state = 175}, [3824] = {.lex_state = 0, .external_lex_state = 175}, - [3825] = {.lex_state = 0, .external_lex_state = 175}, - [3826] = {.lex_state = 0, .external_lex_state = 175}, - [3827] = {.lex_state = 0, .external_lex_state = 175}, - [3828] = {.lex_state = 0, .external_lex_state = 175}, - [3829] = {.lex_state = 0, .external_lex_state = 175}, - [3830] = {.lex_state = 0, .external_lex_state = 175}, - [3831] = {.lex_state = 0, .external_lex_state = 127}, - [3832] = {.lex_state = 0, .external_lex_state = 175}, - [3833] = {.lex_state = 0, .external_lex_state = 175}, - [3834] = {.lex_state = 0, .external_lex_state = 127}, - [3835] = {.lex_state = 0, .external_lex_state = 175}, - [3836] = {.lex_state = 0, .external_lex_state = 127}, - [3837] = {.lex_state = 0, .external_lex_state = 127}, - [3838] = {.lex_state = 0, .external_lex_state = 175}, - [3839] = {.lex_state = 0, .external_lex_state = 175}, - [3840] = {.lex_state = 0, .external_lex_state = 121}, + [3825] = {.lex_state = 2, .external_lex_state = 141}, + [3826] = {.lex_state = 2, .external_lex_state = 141}, + [3827] = {.lex_state = 0, .external_lex_state = 127}, + [3828] = {.lex_state = 0, .external_lex_state = 127}, + [3829] = {.lex_state = 0, .external_lex_state = 127}, + [3830] = {.lex_state = 0, .external_lex_state = 127}, + [3831] = {.lex_state = 2, .external_lex_state = 141}, + [3832] = {.lex_state = 2, .external_lex_state = 141}, + [3833] = {.lex_state = 2, .external_lex_state = 141}, + [3834] = {.lex_state = 2, .external_lex_state = 141}, + [3835] = {.lex_state = 2, .external_lex_state = 141}, + [3836] = {.lex_state = 2, .external_lex_state = 141}, + [3837] = {.lex_state = 2, .external_lex_state = 141}, + [3838] = {.lex_state = 2, .external_lex_state = 141}, + [3839] = {.lex_state = 2, .external_lex_state = 141}, + [3840] = {.lex_state = 0, .external_lex_state = 175}, [3841] = {.lex_state = 0, .external_lex_state = 175}, - [3842] = {.lex_state = 0, .external_lex_state = 127}, - [3843] = {.lex_state = 0, .external_lex_state = 175}, + [3842] = {.lex_state = 2, .external_lex_state = 141}, + [3843] = {.lex_state = 2, .external_lex_state = 141}, [3844] = {.lex_state = 0, .external_lex_state = 127}, - [3845] = {.lex_state = 0, .external_lex_state = 175}, - [3846] = {.lex_state = 0, .external_lex_state = 175}, - [3847] = {.lex_state = 0, .external_lex_state = 175}, - [3848] = {.lex_state = 0, .external_lex_state = 121}, - [3849] = {.lex_state = 0, .external_lex_state = 175}, - [3850] = {.lex_state = 0, .external_lex_state = 121}, - [3851] = {.lex_state = 2, .external_lex_state = 84}, - [3852] = {.lex_state = 0, .external_lex_state = 175}, - [3853] = {.lex_state = 0, .external_lex_state = 175}, - [3854] = {.lex_state = 0, .external_lex_state = 175}, - [3855] = {.lex_state = 0, .external_lex_state = 175}, - [3856] = {.lex_state = 0, .external_lex_state = 127}, - [3857] = {.lex_state = 0, .external_lex_state = 175}, + [3845] = {.lex_state = 0, .external_lex_state = 127}, + [3846] = {.lex_state = 0, .external_lex_state = 127}, + [3847] = {.lex_state = 0, .external_lex_state = 127}, + [3848] = {.lex_state = 0, .external_lex_state = 127}, + [3849] = {.lex_state = 0, .external_lex_state = 127}, + [3850] = {.lex_state = 0, .external_lex_state = 127}, + [3851] = {.lex_state = 2, .external_lex_state = 77}, + [3852] = {.lex_state = 2, .external_lex_state = 141}, + [3853] = {.lex_state = 2, .external_lex_state = 141}, + [3854] = {.lex_state = 2, .external_lex_state = 141}, + [3855] = {.lex_state = 2, .external_lex_state = 141}, + [3856] = {.lex_state = 2, .external_lex_state = 141}, + [3857] = {.lex_state = 2, .external_lex_state = 141}, [3858] = {.lex_state = 0, .external_lex_state = 175}, - [3859] = {.lex_state = 0, .external_lex_state = 175}, - [3860] = {.lex_state = 0, .external_lex_state = 175}, - [3861] = {.lex_state = 0, .external_lex_state = 121}, - [3862] = {.lex_state = 0, .external_lex_state = 175}, - [3863] = {.lex_state = 0, .external_lex_state = 175}, - [3864] = {.lex_state = 0, .external_lex_state = 175}, - [3865] = {.lex_state = 0, .external_lex_state = 127}, - [3866] = {.lex_state = 0, .external_lex_state = 176}, - [3867] = {.lex_state = 0, .external_lex_state = 175}, - [3868] = {.lex_state = 0, .external_lex_state = 175}, - [3869] = {.lex_state = 0, .external_lex_state = 175}, - [3870] = {.lex_state = 0, .external_lex_state = 175}, + [3859] = {.lex_state = 0, .external_lex_state = 170}, + [3860] = {.lex_state = 2, .external_lex_state = 141}, + [3861] = {.lex_state = 0, .external_lex_state = 175}, + [3862] = {.lex_state = 2, .external_lex_state = 77}, + [3863] = {.lex_state = 2, .external_lex_state = 77}, + [3864] = {.lex_state = 2, .external_lex_state = 77}, + [3865] = {.lex_state = 2, .external_lex_state = 77}, + [3866] = {.lex_state = 2, .external_lex_state = 77}, + [3867] = {.lex_state = 2, .external_lex_state = 77}, + [3868] = {.lex_state = 2, .external_lex_state = 77}, + [3869] = {.lex_state = 0, .external_lex_state = 127}, + [3870] = {.lex_state = 2, .external_lex_state = 77}, [3871] = {.lex_state = 0, .external_lex_state = 175}, - [3872] = {.lex_state = 2, .external_lex_state = 84}, + [3872] = {.lex_state = 2, .external_lex_state = 77}, [3873] = {.lex_state = 0, .external_lex_state = 175}, - [3874] = {.lex_state = 0, .external_lex_state = 175}, - [3875] = {.lex_state = 0, .external_lex_state = 175}, - [3876] = {.lex_state = 0, .external_lex_state = 175}, - [3877] = {.lex_state = 0, .external_lex_state = 175}, - [3878] = {.lex_state = 0, .external_lex_state = 127}, + [3874] = {.lex_state = 2, .external_lex_state = 77}, + [3875] = {.lex_state = 2, .external_lex_state = 77}, + [3876] = {.lex_state = 0, .external_lex_state = 177}, + [3877] = {.lex_state = 2, .external_lex_state = 77}, + [3878] = {.lex_state = 2, .external_lex_state = 141}, [3879] = {.lex_state = 0, .external_lex_state = 175}, - [3880] = {.lex_state = 0, .external_lex_state = 160}, - [3881] = {.lex_state = 0, .external_lex_state = 175}, - [3882] = {.lex_state = 0, .external_lex_state = 176}, + [3880] = {.lex_state = 2, .external_lex_state = 141}, + [3881] = {.lex_state = 0, .external_lex_state = 170}, + [3882] = {.lex_state = 2, .external_lex_state = 141}, [3883] = {.lex_state = 0, .external_lex_state = 175}, [3884] = {.lex_state = 0, .external_lex_state = 175}, [3885] = {.lex_state = 0, .external_lex_state = 175}, [3886] = {.lex_state = 0, .external_lex_state = 175}, [3887] = {.lex_state = 0, .external_lex_state = 175}, - [3888] = {.lex_state = 0, .external_lex_state = 175}, - [3889] = {.lex_state = 0, .external_lex_state = 175}, - [3890] = {.lex_state = 2, .external_lex_state = 153}, - [3891] = {.lex_state = 0, .external_lex_state = 175}, - [3892] = {.lex_state = 0, .external_lex_state = 175}, + [3888] = {.lex_state = 2, .external_lex_state = 77}, + [3889] = {.lex_state = 2, .external_lex_state = 77}, + [3890] = {.lex_state = 2, .external_lex_state = 77}, + [3891] = {.lex_state = 2, .external_lex_state = 77}, + [3892] = {.lex_state = 0, .external_lex_state = 177}, [3893] = {.lex_state = 0, .external_lex_state = 175}, - [3894] = {.lex_state = 0, .external_lex_state = 127}, - [3895] = {.lex_state = 0, .external_lex_state = 175}, + [3894] = {.lex_state = 0, .external_lex_state = 175}, + [3895] = {.lex_state = 2, .external_lex_state = 77}, [3896] = {.lex_state = 0, .external_lex_state = 175}, [3897] = {.lex_state = 0, .external_lex_state = 175}, [3898] = {.lex_state = 0, .external_lex_state = 175}, - [3899] = {.lex_state = 2, .external_lex_state = 84}, + [3899] = {.lex_state = 2, .external_lex_state = 77}, [3900] = {.lex_state = 0, .external_lex_state = 175}, [3901] = {.lex_state = 0, .external_lex_state = 175}, - [3902] = {.lex_state = 0, .external_lex_state = 127}, - [3903] = {.lex_state = 0, .external_lex_state = 127}, - [3904] = {.lex_state = 0, .external_lex_state = 127}, - [3905] = {.lex_state = 0, .external_lex_state = 175}, - [3906] = {.lex_state = 0, .external_lex_state = 175}, - [3907] = {.lex_state = 0, .external_lex_state = 175}, - [3908] = {.lex_state = 0, .external_lex_state = 175}, - [3909] = {.lex_state = 0, .external_lex_state = 127}, - [3910] = {.lex_state = 0, .external_lex_state = 121}, - [3911] = {.lex_state = 0, .external_lex_state = 121}, - [3912] = {.lex_state = 0, .external_lex_state = 121}, - [3913] = {.lex_state = 0, .external_lex_state = 121}, + [3902] = {.lex_state = 0, .external_lex_state = 175}, + [3903] = {.lex_state = 2, .external_lex_state = 77}, + [3904] = {.lex_state = 2, .external_lex_state = 77}, + [3905] = {.lex_state = 2, .external_lex_state = 77}, + [3906] = {.lex_state = 2, .external_lex_state = 77}, + [3907] = {.lex_state = 2, .external_lex_state = 77}, + [3908] = {.lex_state = 2, .external_lex_state = 77}, + [3909] = {.lex_state = 2, .external_lex_state = 77}, + [3910] = {.lex_state = 2, .external_lex_state = 77}, + [3911] = {.lex_state = 2, .external_lex_state = 77}, + [3912] = {.lex_state = 2, .external_lex_state = 77}, + [3913] = {.lex_state = 0, .external_lex_state = 175}, [3914] = {.lex_state = 0, .external_lex_state = 175}, [3915] = {.lex_state = 0, .external_lex_state = 175}, - [3916] = {.lex_state = 0, .external_lex_state = 121}, - [3917] = {.lex_state = 0, .external_lex_state = 127}, - [3918] = {.lex_state = 0, .external_lex_state = 121}, - [3919] = {.lex_state = 0, .external_lex_state = 121}, - [3920] = {.lex_state = 0, .external_lex_state = 175}, - [3921] = {.lex_state = 0, .external_lex_state = 127}, - [3922] = {.lex_state = 0, .external_lex_state = 121}, - [3923] = {.lex_state = 0, .external_lex_state = 175}, - [3924] = {.lex_state = 0, .external_lex_state = 175}, - [3925] = {.lex_state = 0, .external_lex_state = 175}, - [3926] = {.lex_state = 0, .external_lex_state = 121}, - [3927] = {.lex_state = 0, .external_lex_state = 121}, - [3928] = {.lex_state = 0, .external_lex_state = 175}, - [3929] = {.lex_state = 0, .external_lex_state = 121}, - [3930] = {.lex_state = 0, .external_lex_state = 175}, - [3931] = {.lex_state = 0, .external_lex_state = 127}, - [3932] = {.lex_state = 0, .external_lex_state = 175}, - [3933] = {.lex_state = 0, .external_lex_state = 121}, - [3934] = {.lex_state = 0, .external_lex_state = 121}, - [3935] = {.lex_state = 2, .external_lex_state = 141}, - [3936] = {.lex_state = 0, .external_lex_state = 121}, - [3937] = {.lex_state = 0, .external_lex_state = 121}, - [3938] = {.lex_state = 0, .external_lex_state = 175}, - [3939] = {.lex_state = 0, .external_lex_state = 121}, + [3916] = {.lex_state = 2, .external_lex_state = 77}, + [3917] = {.lex_state = 0, .external_lex_state = 175}, + [3918] = {.lex_state = 0, .external_lex_state = 175}, + [3919] = {.lex_state = 0, .external_lex_state = 175}, + [3920] = {.lex_state = 2, .external_lex_state = 77}, + [3921] = {.lex_state = 0, .external_lex_state = 175}, + [3922] = {.lex_state = 2, .external_lex_state = 77}, + [3923] = {.lex_state = 2, .external_lex_state = 77}, + [3924] = {.lex_state = 2, .external_lex_state = 77}, + [3925] = {.lex_state = 2, .external_lex_state = 77}, + [3926] = {.lex_state = 2, .external_lex_state = 77}, + [3927] = {.lex_state = 2, .external_lex_state = 77}, + [3928] = {.lex_state = 2, .external_lex_state = 77}, + [3929] = {.lex_state = 2, .external_lex_state = 77}, + [3930] = {.lex_state = 0, .external_lex_state = 120}, + [3931] = {.lex_state = 0, .external_lex_state = 120}, + [3932] = {.lex_state = 2, .external_lex_state = 178}, + [3933] = {.lex_state = 0, .external_lex_state = 120}, + [3934] = {.lex_state = 0, .external_lex_state = 120}, + [3935] = {.lex_state = 0, .external_lex_state = 120}, + [3936] = {.lex_state = 0, .external_lex_state = 175}, + [3937] = {.lex_state = 0, .external_lex_state = 175}, + [3938] = {.lex_state = 0, .external_lex_state = 120}, + [3939] = {.lex_state = 0, .external_lex_state = 175}, [3940] = {.lex_state = 0, .external_lex_state = 175}, [3941] = {.lex_state = 0, .external_lex_state = 175}, - [3942] = {.lex_state = 0, .external_lex_state = 175}, - [3943] = {.lex_state = 0, .external_lex_state = 121}, - [3944] = {.lex_state = 0, .external_lex_state = 121}, + [3942] = {.lex_state = 0, .external_lex_state = 120}, + [3943] = {.lex_state = 0, .external_lex_state = 175}, + [3944] = {.lex_state = 0, .external_lex_state = 175}, [3945] = {.lex_state = 0, .external_lex_state = 175}, - [3946] = {.lex_state = 0, .external_lex_state = 175}, - [3947] = {.lex_state = 0, .external_lex_state = 121}, - [3948] = {.lex_state = 0, .external_lex_state = 175}, - [3949] = {.lex_state = 0, .external_lex_state = 175}, - [3950] = {.lex_state = 0, .external_lex_state = 175}, - [3951] = {.lex_state = 0, .external_lex_state = 175}, - [3952] = {.lex_state = 0, .external_lex_state = 121}, - [3953] = {.lex_state = 2, .external_lex_state = 84}, - [3954] = {.lex_state = 0, .external_lex_state = 175}, - [3955] = {.lex_state = 0, .external_lex_state = 121}, - [3956] = {.lex_state = 0, .external_lex_state = 127}, - [3957] = {.lex_state = 0, .external_lex_state = 127}, - [3958] = {.lex_state = 0, .external_lex_state = 175}, - [3959] = {.lex_state = 0, .external_lex_state = 121}, - [3960] = {.lex_state = 0, .external_lex_state = 175}, - [3961] = {.lex_state = 0, .external_lex_state = 121}, + [3946] = {.lex_state = 2, .external_lex_state = 153}, + [3947] = {.lex_state = 2, .external_lex_state = 153}, + [3948] = {.lex_state = 2, .external_lex_state = 153}, + [3949] = {.lex_state = 0, .external_lex_state = 120}, + [3950] = {.lex_state = 0, .external_lex_state = 120}, + [3951] = {.lex_state = 2, .external_lex_state = 153}, + [3952] = {.lex_state = 0, .external_lex_state = 120}, + [3953] = {.lex_state = 0, .external_lex_state = 120}, + [3954] = {.lex_state = 0, .external_lex_state = 120}, + [3955] = {.lex_state = 0, .external_lex_state = 120}, + [3956] = {.lex_state = 2, .external_lex_state = 153}, + [3957] = {.lex_state = 0, .external_lex_state = 120}, + [3958] = {.lex_state = 2, .external_lex_state = 153}, + [3959] = {.lex_state = 0, .external_lex_state = 127}, + [3960] = {.lex_state = 0, .external_lex_state = 127}, + [3961] = {.lex_state = 0, .external_lex_state = 120}, [3962] = {.lex_state = 0, .external_lex_state = 175}, [3963] = {.lex_state = 0, .external_lex_state = 175}, - [3964] = {.lex_state = 0, .external_lex_state = 175}, - [3965] = {.lex_state = 0, .external_lex_state = 175}, - [3966] = {.lex_state = 2, .external_lex_state = 141}, - [3967] = {.lex_state = 0, .external_lex_state = 175}, + [3964] = {.lex_state = 0, .external_lex_state = 120}, + [3965] = {.lex_state = 0, .external_lex_state = 120}, + [3966] = {.lex_state = 0, .external_lex_state = 120}, + [3967] = {.lex_state = 0, .external_lex_state = 120}, [3968] = {.lex_state = 0, .external_lex_state = 175}, - [3969] = {.lex_state = 0, .external_lex_state = 175}, - [3970] = {.lex_state = 0, .external_lex_state = 175}, - [3971] = {.lex_state = 0, .external_lex_state = 175}, - [3972] = {.lex_state = 0, .external_lex_state = 175}, - [3973] = {.lex_state = 0, .external_lex_state = 121}, - [3974] = {.lex_state = 0, .external_lex_state = 121}, - [3975] = {.lex_state = 0, .external_lex_state = 121}, - [3976] = {.lex_state = 0, .external_lex_state = 175}, - [3977] = {.lex_state = 0, .external_lex_state = 175}, - [3978] = {.lex_state = 2, .external_lex_state = 153}, - [3979] = {.lex_state = 2, .external_lex_state = 153}, - [3980] = {.lex_state = 2, .external_lex_state = 153}, - [3981] = {.lex_state = 2, .external_lex_state = 153}, + [3969] = {.lex_state = 0, .external_lex_state = 120}, + [3970] = {.lex_state = 0, .external_lex_state = 120}, + [3971] = {.lex_state = 0, .external_lex_state = 120}, + [3972] = {.lex_state = 0, .external_lex_state = 120}, + [3973] = {.lex_state = 0, .external_lex_state = 120}, + [3974] = {.lex_state = 0, .external_lex_state = 120}, + [3975] = {.lex_state = 0, .external_lex_state = 120}, + [3976] = {.lex_state = 2, .external_lex_state = 141}, + [3977] = {.lex_state = 0, .external_lex_state = 120}, + [3978] = {.lex_state = 0, .external_lex_state = 120}, + [3979] = {.lex_state = 0, .external_lex_state = 120}, + [3980] = {.lex_state = 0, .external_lex_state = 120}, + [3981] = {.lex_state = 0, .external_lex_state = 120}, [3982] = {.lex_state = 2, .external_lex_state = 153}, [3983] = {.lex_state = 2, .external_lex_state = 153}, - [3984] = {.lex_state = 2, .external_lex_state = 96}, + [3984] = {.lex_state = 2, .external_lex_state = 153}, [3985] = {.lex_state = 2, .external_lex_state = 153}, [3986] = {.lex_state = 2, .external_lex_state = 153}, [3987] = {.lex_state = 2, .external_lex_state = 153}, @@ -17092,9 +17108,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3989] = {.lex_state = 2, .external_lex_state = 153}, [3990] = {.lex_state = 2, .external_lex_state = 153}, [3991] = {.lex_state = 2, .external_lex_state = 153}, - [3992] = {.lex_state = 2, .external_lex_state = 96}, + [3992] = {.lex_state = 2, .external_lex_state = 153}, [3993] = {.lex_state = 2, .external_lex_state = 153}, - [3994] = {.lex_state = 2, .external_lex_state = 96}, + [3994] = {.lex_state = 2, .external_lex_state = 153}, [3995] = {.lex_state = 2, .external_lex_state = 153}, [3996] = {.lex_state = 2, .external_lex_state = 153}, [3997] = {.lex_state = 2, .external_lex_state = 153}, @@ -17106,7 +17122,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4003] = {.lex_state = 2, .external_lex_state = 153}, [4004] = {.lex_state = 2, .external_lex_state = 153}, [4005] = {.lex_state = 2, .external_lex_state = 153}, - [4006] = {.lex_state = 2, .external_lex_state = 96}, + [4006] = {.lex_state = 2, .external_lex_state = 153}, [4007] = {.lex_state = 2, .external_lex_state = 153}, [4008] = {.lex_state = 2, .external_lex_state = 153}, [4009] = {.lex_state = 2, .external_lex_state = 153}, @@ -17120,18 +17136,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4017] = {.lex_state = 2, .external_lex_state = 153}, [4018] = {.lex_state = 2, .external_lex_state = 153}, [4019] = {.lex_state = 2, .external_lex_state = 153}, - [4020] = {.lex_state = 2, .external_lex_state = 153}, + [4020] = {.lex_state = 0, .external_lex_state = 146}, [4021] = {.lex_state = 2, .external_lex_state = 153}, [4022] = {.lex_state = 2, .external_lex_state = 153}, - [4023] = {.lex_state = 2, .external_lex_state = 153}, - [4024] = {.lex_state = 2, .external_lex_state = 96}, - [4025] = {.lex_state = 2, .external_lex_state = 153}, + [4023] = {.lex_state = 2, .external_lex_state = 96}, + [4024] = {.lex_state = 2, .external_lex_state = 153}, + [4025] = {.lex_state = 2, .external_lex_state = 96}, [4026] = {.lex_state = 2, .external_lex_state = 153}, [4027] = {.lex_state = 2, .external_lex_state = 153}, [4028] = {.lex_state = 2, .external_lex_state = 153}, [4029] = {.lex_state = 2, .external_lex_state = 153}, [4030] = {.lex_state = 2, .external_lex_state = 153}, - [4031] = {.lex_state = 2, .external_lex_state = 96}, + [4031] = {.lex_state = 2, .external_lex_state = 153}, [4032] = {.lex_state = 2, .external_lex_state = 153}, [4033] = {.lex_state = 2, .external_lex_state = 153}, [4034] = {.lex_state = 2, .external_lex_state = 153}, @@ -17139,140 +17155,140 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4036] = {.lex_state = 2, .external_lex_state = 153}, [4037] = {.lex_state = 2, .external_lex_state = 153}, [4038] = {.lex_state = 2, .external_lex_state = 153}, - [4039] = {.lex_state = 2, .external_lex_state = 153}, + [4039] = {.lex_state = 2, .external_lex_state = 96}, [4040] = {.lex_state = 2, .external_lex_state = 153}, [4041] = {.lex_state = 2, .external_lex_state = 153}, - [4042] = {.lex_state = 2, .external_lex_state = 96}, + [4042] = {.lex_state = 2, .external_lex_state = 153}, [4043] = {.lex_state = 2, .external_lex_state = 153}, [4044] = {.lex_state = 2, .external_lex_state = 153}, [4045] = {.lex_state = 2, .external_lex_state = 153}, [4046] = {.lex_state = 2, .external_lex_state = 153}, [4047] = {.lex_state = 2, .external_lex_state = 153}, [4048] = {.lex_state = 2, .external_lex_state = 153}, - [4049] = {.lex_state = 0, .external_lex_state = 146}, + [4049] = {.lex_state = 2, .external_lex_state = 153}, [4050] = {.lex_state = 2, .external_lex_state = 153}, [4051] = {.lex_state = 2, .external_lex_state = 153}, - [4052] = {.lex_state = 2, .external_lex_state = 96}, - [4053] = {.lex_state = 2, .external_lex_state = 96}, + [4052] = {.lex_state = 2, .external_lex_state = 153}, + [4053] = {.lex_state = 2, .external_lex_state = 153}, [4054] = {.lex_state = 2, .external_lex_state = 153}, - [4055] = {.lex_state = 2, .external_lex_state = 96}, + [4055] = {.lex_state = 2, .external_lex_state = 153}, [4056] = {.lex_state = 2, .external_lex_state = 153}, - [4057] = {.lex_state = 0, .external_lex_state = 146}, - [4058] = {.lex_state = 2, .external_lex_state = 153}, - [4059] = {.lex_state = 2, .external_lex_state = 153}, - [4060] = {.lex_state = 2, .external_lex_state = 96}, + [4057] = {.lex_state = 2, .external_lex_state = 153}, + [4058] = {.lex_state = 2, .external_lex_state = 96}, + [4059] = {.lex_state = 0, .external_lex_state = 146}, + [4060] = {.lex_state = 2, .external_lex_state = 153}, [4061] = {.lex_state = 2, .external_lex_state = 153}, - [4062] = {.lex_state = 2, .external_lex_state = 96}, + [4062] = {.lex_state = 2, .external_lex_state = 153}, [4063] = {.lex_state = 2, .external_lex_state = 153}, - [4064] = {.lex_state = 2, .external_lex_state = 153}, + [4064] = {.lex_state = 2, .external_lex_state = 96}, [4065] = {.lex_state = 2, .external_lex_state = 153}, [4066] = {.lex_state = 2, .external_lex_state = 153}, - [4067] = {.lex_state = 2, .external_lex_state = 153}, + [4067] = {.lex_state = 0, .external_lex_state = 146}, [4068] = {.lex_state = 2, .external_lex_state = 153}, - [4069] = {.lex_state = 2, .external_lex_state = 153}, - [4070] = {.lex_state = 2, .external_lex_state = 153}, - [4071] = {.lex_state = 2, .external_lex_state = 96}, + [4069] = {.lex_state = 2, .external_lex_state = 96}, + [4070] = {.lex_state = 2, .external_lex_state = 96}, + [4071] = {.lex_state = 2, .external_lex_state = 153}, [4072] = {.lex_state = 2, .external_lex_state = 153}, [4073] = {.lex_state = 2, .external_lex_state = 153}, [4074] = {.lex_state = 2, .external_lex_state = 153}, - [4075] = {.lex_state = 2, .external_lex_state = 153}, + [4075] = {.lex_state = 2, .external_lex_state = 96}, [4076] = {.lex_state = 2, .external_lex_state = 153}, [4077] = {.lex_state = 2, .external_lex_state = 153}, [4078] = {.lex_state = 2, .external_lex_state = 153}, - [4079] = {.lex_state = 2, .external_lex_state = 96}, + [4079] = {.lex_state = 2, .external_lex_state = 153}, [4080] = {.lex_state = 2, .external_lex_state = 153}, [4081] = {.lex_state = 2, .external_lex_state = 153}, [4082] = {.lex_state = 2, .external_lex_state = 153}, [4083] = {.lex_state = 2, .external_lex_state = 153}, - [4084] = {.lex_state = 0, .external_lex_state = 146}, + [4084] = {.lex_state = 2, .external_lex_state = 153}, [4085] = {.lex_state = 2, .external_lex_state = 153}, - [4086] = {.lex_state = 2, .external_lex_state = 153}, - [4087] = {.lex_state = 2, .external_lex_state = 153}, + [4086] = {.lex_state = 2, .external_lex_state = 96}, + [4087] = {.lex_state = 2, .external_lex_state = 96}, [4088] = {.lex_state = 2, .external_lex_state = 153}, [4089] = {.lex_state = 2, .external_lex_state = 153}, - [4090] = {.lex_state = 2, .external_lex_state = 96}, - [4091] = {.lex_state = 0, .external_lex_state = 146}, - [4092] = {.lex_state = 2, .external_lex_state = 153}, - [4093] = {.lex_state = 2, .external_lex_state = 153}, - [4094] = {.lex_state = 2, .external_lex_state = 153}, + [4090] = {.lex_state = 2, .external_lex_state = 153}, + [4091] = {.lex_state = 2, .external_lex_state = 153}, + [4092] = {.lex_state = 2, .external_lex_state = 96}, + [4093] = {.lex_state = 2, .external_lex_state = 96}, + [4094] = {.lex_state = 0, .external_lex_state = 146}, [4095] = {.lex_state = 2, .external_lex_state = 153}, [4096] = {.lex_state = 2, .external_lex_state = 153}, [4097] = {.lex_state = 2, .external_lex_state = 153}, [4098] = {.lex_state = 2, .external_lex_state = 153}, [4099] = {.lex_state = 2, .external_lex_state = 153}, - [4100] = {.lex_state = 2, .external_lex_state = 153}, - [4101] = {.lex_state = 2, .external_lex_state = 153}, - [4102] = {.lex_state = 2, .external_lex_state = 153}, - [4103] = {.lex_state = 2, .external_lex_state = 153}, + [4100] = {.lex_state = 2, .external_lex_state = 96}, + [4101] = {.lex_state = 0, .external_lex_state = 146}, + [4102] = {.lex_state = 2, .external_lex_state = 96}, + [4103] = {.lex_state = 2, .external_lex_state = 96}, [4104] = {.lex_state = 2, .external_lex_state = 153}, - [4105] = {.lex_state = 2, .external_lex_state = 153}, - [4106] = {.lex_state = 2, .external_lex_state = 153}, + [4105] = {.lex_state = 2, .external_lex_state = 96}, + [4106] = {.lex_state = 2, .external_lex_state = 96}, [4107] = {.lex_state = 2, .external_lex_state = 153}, [4108] = {.lex_state = 2, .external_lex_state = 153}, - [4109] = {.lex_state = 2, .external_lex_state = 153}, - [4110] = {.lex_state = 2, .external_lex_state = 153}, - [4111] = {.lex_state = 2, .external_lex_state = 153}, + [4109] = {.lex_state = 2, .external_lex_state = 96}, + [4110] = {.lex_state = 2, .external_lex_state = 96}, + [4111] = {.lex_state = 2, .external_lex_state = 96}, [4112] = {.lex_state = 2, .external_lex_state = 153}, [4113] = {.lex_state = 2, .external_lex_state = 153}, - [4114] = {.lex_state = 2, .external_lex_state = 153}, - [4115] = {.lex_state = 2, .external_lex_state = 96}, + [4114] = {.lex_state = 2, .external_lex_state = 96}, + [4115] = {.lex_state = 2, .external_lex_state = 153}, [4116] = {.lex_state = 2, .external_lex_state = 153}, [4117] = {.lex_state = 2, .external_lex_state = 153}, - [4118] = {.lex_state = 2, .external_lex_state = 153}, - [4119] = {.lex_state = 2, .external_lex_state = 145}, + [4118] = {.lex_state = 2, .external_lex_state = 96}, + [4119] = {.lex_state = 2, .external_lex_state = 153}, [4120] = {.lex_state = 2, .external_lex_state = 153}, - [4121] = {.lex_state = 2, .external_lex_state = 153}, - [4122] = {.lex_state = 2, .external_lex_state = 96}, + [4121] = {.lex_state = 2, .external_lex_state = 96}, + [4122] = {.lex_state = 2, .external_lex_state = 153}, [4123] = {.lex_state = 2, .external_lex_state = 153}, - [4124] = {.lex_state = 2, .external_lex_state = 153}, + [4124] = {.lex_state = 0, .external_lex_state = 179}, [4125] = {.lex_state = 2, .external_lex_state = 153}, - [4126] = {.lex_state = 2, .external_lex_state = 153}, - [4127] = {.lex_state = 2, .external_lex_state = 153}, + [4126] = {.lex_state = 2, .external_lex_state = 96}, + [4127] = {.lex_state = 2, .external_lex_state = 96}, [4128] = {.lex_state = 2, .external_lex_state = 153}, - [4129] = {.lex_state = 2, .external_lex_state = 153}, - [4130] = {.lex_state = 0, .external_lex_state = 146}, - [4131] = {.lex_state = 2, .external_lex_state = 153}, - [4132] = {.lex_state = 0, .external_lex_state = 179}, - [4133] = {.lex_state = 2, .external_lex_state = 153}, - [4134] = {.lex_state = 2, .external_lex_state = 153}, - [4135] = {.lex_state = 2, .external_lex_state = 153}, + [4129] = {.lex_state = 2, .external_lex_state = 145}, + [4130] = {.lex_state = 2, .external_lex_state = 153}, + [4131] = {.lex_state = 2, .external_lex_state = 96}, + [4132] = {.lex_state = 2, .external_lex_state = 96}, + [4133] = {.lex_state = 2, .external_lex_state = 96}, + [4134] = {.lex_state = 2, .external_lex_state = 96}, + [4135] = {.lex_state = 2, .external_lex_state = 96}, [4136] = {.lex_state = 2, .external_lex_state = 96}, [4137] = {.lex_state = 2, .external_lex_state = 153}, - [4138] = {.lex_state = 2, .external_lex_state = 153}, - [4139] = {.lex_state = 2, .external_lex_state = 153}, + [4138] = {.lex_state = 2, .external_lex_state = 96}, + [4139] = {.lex_state = 2, .external_lex_state = 96}, [4140] = {.lex_state = 2, .external_lex_state = 153}, [4141] = {.lex_state = 2, .external_lex_state = 153}, [4142] = {.lex_state = 2, .external_lex_state = 153}, - [4143] = {.lex_state = 2, .external_lex_state = 153}, - [4144] = {.lex_state = 2, .external_lex_state = 153}, - [4145] = {.lex_state = 2, .external_lex_state = 153}, + [4143] = {.lex_state = 2, .external_lex_state = 96}, + [4144] = {.lex_state = 2, .external_lex_state = 96}, + [4145] = {.lex_state = 2, .external_lex_state = 96}, [4146] = {.lex_state = 2, .external_lex_state = 153}, [4147] = {.lex_state = 2, .external_lex_state = 153}, - [4148] = {.lex_state = 2, .external_lex_state = 153}, - [4149] = {.lex_state = 2, .external_lex_state = 153}, + [4148] = {.lex_state = 2, .external_lex_state = 96}, + [4149] = {.lex_state = 2, .external_lex_state = 96}, [4150] = {.lex_state = 2, .external_lex_state = 153}, [4151] = {.lex_state = 2, .external_lex_state = 153}, [4152] = {.lex_state = 2, .external_lex_state = 153}, - [4153] = {.lex_state = 2, .external_lex_state = 153}, + [4153] = {.lex_state = 2, .external_lex_state = 96}, [4154] = {.lex_state = 2, .external_lex_state = 153}, [4155] = {.lex_state = 2, .external_lex_state = 153}, [4156] = {.lex_state = 2, .external_lex_state = 153}, - [4157] = {.lex_state = 2, .external_lex_state = 96}, + [4157] = {.lex_state = 2, .external_lex_state = 153}, [4158] = {.lex_state = 2, .external_lex_state = 153}, - [4159] = {.lex_state = 0, .external_lex_state = 179}, + [4159] = {.lex_state = 2, .external_lex_state = 153}, [4160] = {.lex_state = 2, .external_lex_state = 153}, - [4161] = {.lex_state = 2, .external_lex_state = 96}, + [4161] = {.lex_state = 2, .external_lex_state = 153}, [4162] = {.lex_state = 2, .external_lex_state = 153}, - [4163] = {.lex_state = 2, .external_lex_state = 153}, - [4164] = {.lex_state = 2, .external_lex_state = 153}, + [4163] = {.lex_state = 2, .external_lex_state = 96}, + [4164] = {.lex_state = 2, .external_lex_state = 96}, [4165] = {.lex_state = 2, .external_lex_state = 153}, [4166] = {.lex_state = 2, .external_lex_state = 153}, - [4167] = {.lex_state = 2, .external_lex_state = 96}, + [4167] = {.lex_state = 2, .external_lex_state = 153}, [4168] = {.lex_state = 2, .external_lex_state = 153}, - [4169] = {.lex_state = 2, .external_lex_state = 153}, + [4169] = {.lex_state = 0, .external_lex_state = 179}, [4170] = {.lex_state = 2, .external_lex_state = 153}, [4171] = {.lex_state = 2, .external_lex_state = 153}, - [4172] = {.lex_state = 2, .external_lex_state = 96}, + [4172] = {.lex_state = 2, .external_lex_state = 153}, [4173] = {.lex_state = 2, .external_lex_state = 153}, [4174] = {.lex_state = 2, .external_lex_state = 153}, [4175] = {.lex_state = 2, .external_lex_state = 153}, @@ -17280,11 +17296,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4177] = {.lex_state = 2, .external_lex_state = 153}, [4178] = {.lex_state = 2, .external_lex_state = 153}, [4179] = {.lex_state = 2, .external_lex_state = 153}, - [4180] = {.lex_state = 2, .external_lex_state = 96}, + [4180] = {.lex_state = 2, .external_lex_state = 153}, [4181] = {.lex_state = 2, .external_lex_state = 153}, - [4182] = {.lex_state = 2, .external_lex_state = 96}, - [4183] = {.lex_state = 2, .external_lex_state = 96}, - [4184] = {.lex_state = 2, .external_lex_state = 96}, + [4182] = {.lex_state = 2, .external_lex_state = 153}, + [4183] = {.lex_state = 2, .external_lex_state = 153}, + [4184] = {.lex_state = 2, .external_lex_state = 153}, [4185] = {.lex_state = 2, .external_lex_state = 153}, [4186] = {.lex_state = 2, .external_lex_state = 153}, [4187] = {.lex_state = 2, .external_lex_state = 153}, @@ -17292,8 +17308,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4189] = {.lex_state = 2, .external_lex_state = 153}, [4190] = {.lex_state = 2, .external_lex_state = 153}, [4191] = {.lex_state = 2, .external_lex_state = 153}, - [4192] = {.lex_state = 2, .external_lex_state = 96}, - [4193] = {.lex_state = 0, .external_lex_state = 179}, + [4192] = {.lex_state = 2, .external_lex_state = 153}, + [4193] = {.lex_state = 2, .external_lex_state = 153}, [4194] = {.lex_state = 2, .external_lex_state = 153}, [4195] = {.lex_state = 2, .external_lex_state = 153}, [4196] = {.lex_state = 2, .external_lex_state = 153}, @@ -17313,14 +17329,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4210] = {.lex_state = 2, .external_lex_state = 153}, [4211] = {.lex_state = 2, .external_lex_state = 153}, [4212] = {.lex_state = 2, .external_lex_state = 153}, - [4213] = {.lex_state = 2, .external_lex_state = 96}, + [4213] = {.lex_state = 2, .external_lex_state = 153}, [4214] = {.lex_state = 2, .external_lex_state = 153}, [4215] = {.lex_state = 2, .external_lex_state = 153}, - [4216] = {.lex_state = 2, .external_lex_state = 96}, + [4216] = {.lex_state = 2, .external_lex_state = 153}, [4217] = {.lex_state = 2, .external_lex_state = 153}, - [4218] = {.lex_state = 2, .external_lex_state = 96}, + [4218] = {.lex_state = 2, .external_lex_state = 153}, [4219] = {.lex_state = 2, .external_lex_state = 153}, - [4220] = {.lex_state = 2, .external_lex_state = 96}, + [4220] = {.lex_state = 2, .external_lex_state = 153}, [4221] = {.lex_state = 2, .external_lex_state = 153}, [4222] = {.lex_state = 2, .external_lex_state = 153}, [4223] = {.lex_state = 2, .external_lex_state = 153}, @@ -17329,7 +17345,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4226] = {.lex_state = 2, .external_lex_state = 153}, [4227] = {.lex_state = 2, .external_lex_state = 153}, [4228] = {.lex_state = 2, .external_lex_state = 153}, - [4229] = {.lex_state = 2, .external_lex_state = 96}, + [4229] = {.lex_state = 2, .external_lex_state = 153}, [4230] = {.lex_state = 2, .external_lex_state = 153}, [4231] = {.lex_state = 2, .external_lex_state = 153}, [4232] = {.lex_state = 2, .external_lex_state = 153}, @@ -17338,16 +17354,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4235] = {.lex_state = 2, .external_lex_state = 153}, [4236] = {.lex_state = 2, .external_lex_state = 153}, [4237] = {.lex_state = 2, .external_lex_state = 153}, - [4238] = {.lex_state = 2, .external_lex_state = 96}, + [4238] = {.lex_state = 2, .external_lex_state = 153}, [4239] = {.lex_state = 2, .external_lex_state = 153}, [4240] = {.lex_state = 2, .external_lex_state = 153}, [4241] = {.lex_state = 2, .external_lex_state = 153}, [4242] = {.lex_state = 2, .external_lex_state = 153}, [4243] = {.lex_state = 2, .external_lex_state = 153}, [4244] = {.lex_state = 2, .external_lex_state = 153}, - [4245] = {.lex_state = 2, .external_lex_state = 153}, - [4246] = {.lex_state = 2, .external_lex_state = 96}, - [4247] = {.lex_state = 2, .external_lex_state = 96}, + [4245] = {.lex_state = 0, .external_lex_state = 179}, + [4246] = {.lex_state = 2, .external_lex_state = 153}, + [4247] = {.lex_state = 2, .external_lex_state = 153}, [4248] = {.lex_state = 2, .external_lex_state = 153}, [4249] = {.lex_state = 2, .external_lex_state = 153}, [4250] = {.lex_state = 2, .external_lex_state = 153}, @@ -17370,12 +17386,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4267] = {.lex_state = 2, .external_lex_state = 153}, [4268] = {.lex_state = 2, .external_lex_state = 153}, [4269] = {.lex_state = 2, .external_lex_state = 153}, - [4270] = {.lex_state = 2, .external_lex_state = 153}, - [4271] = {.lex_state = 2, .external_lex_state = 96}, + [4270] = {.lex_state = 2, .external_lex_state = 180}, + [4271] = {.lex_state = 2, .external_lex_state = 153}, [4272] = {.lex_state = 2, .external_lex_state = 153}, [4273] = {.lex_state = 2, .external_lex_state = 153}, [4274] = {.lex_state = 2, .external_lex_state = 153}, - [4275] = {.lex_state = 2, .external_lex_state = 180}, + [4275] = {.lex_state = 2, .external_lex_state = 153}, [4276] = {.lex_state = 2, .external_lex_state = 153}, [4277] = {.lex_state = 2, .external_lex_state = 153}, [4278] = {.lex_state = 2, .external_lex_state = 153}, @@ -17399,12 +17415,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4296] = {.lex_state = 2, .external_lex_state = 153}, [4297] = {.lex_state = 2, .external_lex_state = 153}, [4298] = {.lex_state = 2, .external_lex_state = 153}, - [4299] = {.lex_state = 2, .external_lex_state = 96}, + [4299] = {.lex_state = 2, .external_lex_state = 153}, [4300] = {.lex_state = 2, .external_lex_state = 153}, [4301] = {.lex_state = 2, .external_lex_state = 153}, [4302] = {.lex_state = 2, .external_lex_state = 153}, [4303] = {.lex_state = 2, .external_lex_state = 153}, - [4304] = {.lex_state = 2, .external_lex_state = 96}, + [4304] = {.lex_state = 2, .external_lex_state = 153}, [4305] = {.lex_state = 2, .external_lex_state = 153}, [4306] = {.lex_state = 2, .external_lex_state = 153}, [4307] = {.lex_state = 2, .external_lex_state = 153}, @@ -17413,4045 +17429,4061 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4310] = {.lex_state = 2, .external_lex_state = 153}, [4311] = {.lex_state = 2, .external_lex_state = 153}, [4312] = {.lex_state = 2, .external_lex_state = 153}, - [4313] = {.lex_state = 2, .external_lex_state = 96}, + [4313] = {.lex_state = 2, .external_lex_state = 153}, [4314] = {.lex_state = 2, .external_lex_state = 153}, - [4315] = {.lex_state = 0, .external_lex_state = 146}, - [4316] = {.lex_state = 2, .external_lex_state = 102}, - [4317] = {.lex_state = 0, .external_lex_state = 146}, - [4318] = {.lex_state = 0, .external_lex_state = 146}, - [4319] = {.lex_state = 0, .external_lex_state = 146}, - [4320] = {.lex_state = 0, .external_lex_state = 146}, + [4315] = {.lex_state = 2, .external_lex_state = 153}, + [4316] = {.lex_state = 2, .external_lex_state = 153}, + [4317] = {.lex_state = 2, .external_lex_state = 153}, + [4318] = {.lex_state = 2, .external_lex_state = 153}, + [4319] = {.lex_state = 2, .external_lex_state = 153}, + [4320] = {.lex_state = 2, .external_lex_state = 153}, [4321] = {.lex_state = 0, .external_lex_state = 146}, [4322] = {.lex_state = 0, .external_lex_state = 146}, [4323] = {.lex_state = 0, .external_lex_state = 146}, - [4324] = {.lex_state = 0, .external_lex_state = 146}, - [4325] = {.lex_state = 0, .external_lex_state = 146}, - [4326] = {.lex_state = 2, .external_lex_state = 181}, + [4324] = {.lex_state = 2, .external_lex_state = 107}, + [4325] = {.lex_state = 2, .external_lex_state = 107}, + [4326] = {.lex_state = 2, .external_lex_state = 107}, [4327] = {.lex_state = 0, .external_lex_state = 146}, - [4328] = {.lex_state = 0, .external_lex_state = 146}, + [4328] = {.lex_state = 2, .external_lex_state = 107}, [4329] = {.lex_state = 0, .external_lex_state = 146}, - [4330] = {.lex_state = 0, .external_lex_state = 146}, + [4330] = {.lex_state = 2, .external_lex_state = 107}, [4331] = {.lex_state = 0, .external_lex_state = 146}, - [4332] = {.lex_state = 0, .external_lex_state = 146}, + [4332] = {.lex_state = 2, .external_lex_state = 107}, [4333] = {.lex_state = 0, .external_lex_state = 146}, [4334] = {.lex_state = 0, .external_lex_state = 146}, [4335] = {.lex_state = 0, .external_lex_state = 146}, [4336] = {.lex_state = 0, .external_lex_state = 146}, - [4337] = {.lex_state = 2, .external_lex_state = 182}, + [4337] = {.lex_state = 0, .external_lex_state = 146}, [4338] = {.lex_state = 0, .external_lex_state = 146}, - [4339] = {.lex_state = 0, .external_lex_state = 146}, - [4340] = {.lex_state = 2, .external_lex_state = 102}, - [4341] = {.lex_state = 0, .external_lex_state = 146}, + [4339] = {.lex_state = 2, .external_lex_state = 107}, + [4340] = {.lex_state = 2, .external_lex_state = 107}, + [4341] = {.lex_state = 2, .external_lex_state = 107}, [4342] = {.lex_state = 0, .external_lex_state = 146}, - [4343] = {.lex_state = 2, .external_lex_state = 102}, - [4344] = {.lex_state = 2, .external_lex_state = 102}, - [4345] = {.lex_state = 2, .external_lex_state = 102}, - [4346] = {.lex_state = 2, .external_lex_state = 102}, - [4347] = {.lex_state = 2, .external_lex_state = 102}, - [4348] = {.lex_state = 2, .external_lex_state = 102}, - [4349] = {.lex_state = 2, .external_lex_state = 102}, - [4350] = {.lex_state = 2, .external_lex_state = 102}, - [4351] = {.lex_state = 2, .external_lex_state = 102}, - [4352] = {.lex_state = 0, .external_lex_state = 146}, - [4353] = {.lex_state = 0, .external_lex_state = 146}, - [4354] = {.lex_state = 2, .external_lex_state = 102}, - [4355] = {.lex_state = 0, .external_lex_state = 146}, - [4356] = {.lex_state = 2, .external_lex_state = 102}, - [4357] = {.lex_state = 2, .external_lex_state = 102}, - [4358] = {.lex_state = 0, .external_lex_state = 146}, - [4359] = {.lex_state = 0, .external_lex_state = 146}, - [4360] = {.lex_state = 0, .external_lex_state = 146}, - [4361] = {.lex_state = 2, .external_lex_state = 102}, - [4362] = {.lex_state = 2, .external_lex_state = 102}, - [4363] = {.lex_state = 0, .external_lex_state = 146}, - [4364] = {.lex_state = 2, .external_lex_state = 102}, - [4365] = {.lex_state = 2, .external_lex_state = 102}, - [4366] = {.lex_state = 2, .external_lex_state = 102}, - [4367] = {.lex_state = 2, .external_lex_state = 102}, - [4368] = {.lex_state = 2, .external_lex_state = 102}, - [4369] = {.lex_state = 2, .external_lex_state = 102}, - [4370] = {.lex_state = 2, .external_lex_state = 102}, - [4371] = {.lex_state = 2, .external_lex_state = 102}, - [4372] = {.lex_state = 2, .external_lex_state = 102}, - [4373] = {.lex_state = 2, .external_lex_state = 102}, - [4374] = {.lex_state = 2, .external_lex_state = 102}, - [4375] = {.lex_state = 2, .external_lex_state = 102}, - [4376] = {.lex_state = 2, .external_lex_state = 102}, - [4377] = {.lex_state = 2, .external_lex_state = 102}, - [4378] = {.lex_state = 2, .external_lex_state = 102}, - [4379] = {.lex_state = 2, .external_lex_state = 102}, - [4380] = {.lex_state = 2, .external_lex_state = 102}, - [4381] = {.lex_state = 2, .external_lex_state = 102}, - [4382] = {.lex_state = 2, .external_lex_state = 102}, - [4383] = {.lex_state = 2, .external_lex_state = 102}, - [4384] = {.lex_state = 2, .external_lex_state = 102}, - [4385] = {.lex_state = 2, .external_lex_state = 102}, - [4386] = {.lex_state = 2, .external_lex_state = 102}, - [4387] = {.lex_state = 0, .external_lex_state = 183}, - [4388] = {.lex_state = 0, .external_lex_state = 183}, - [4389] = {.lex_state = 0, .external_lex_state = 183}, - [4390] = {.lex_state = 0, .external_lex_state = 152}, - [4391] = {.lex_state = 2, .external_lex_state = 184}, - [4392] = {.lex_state = 0, .external_lex_state = 183}, - [4393] = {.lex_state = 0, .external_lex_state = 185}, - [4394] = {.lex_state = 2, .external_lex_state = 186}, - [4395] = {.lex_state = 0, .external_lex_state = 187}, + [4343] = {.lex_state = 2, .external_lex_state = 107}, + [4344] = {.lex_state = 2, .external_lex_state = 107}, + [4345] = {.lex_state = 0, .external_lex_state = 146}, + [4346] = {.lex_state = 2, .external_lex_state = 107}, + [4347] = {.lex_state = 2, .external_lex_state = 107}, + [4348] = {.lex_state = 2, .external_lex_state = 107}, + [4349] = {.lex_state = 0, .external_lex_state = 146}, + [4350] = {.lex_state = 0, .external_lex_state = 146}, + [4351] = {.lex_state = 0, .external_lex_state = 146}, + [4352] = {.lex_state = 2, .external_lex_state = 181}, + [4353] = {.lex_state = 2, .external_lex_state = 107}, + [4354] = {.lex_state = 2, .external_lex_state = 107}, + [4355] = {.lex_state = 2, .external_lex_state = 107}, + [4356] = {.lex_state = 2, .external_lex_state = 107}, + [4357] = {.lex_state = 0, .external_lex_state = 146}, + [4358] = {.lex_state = 2, .external_lex_state = 107}, + [4359] = {.lex_state = 2, .external_lex_state = 107}, + [4360] = {.lex_state = 2, .external_lex_state = 107}, + [4361] = {.lex_state = 2, .external_lex_state = 107}, + [4362] = {.lex_state = 2, .external_lex_state = 107}, + [4363] = {.lex_state = 2, .external_lex_state = 107}, + [4364] = {.lex_state = 2, .external_lex_state = 107}, + [4365] = {.lex_state = 2, .external_lex_state = 107}, + [4366] = {.lex_state = 2, .external_lex_state = 107}, + [4367] = {.lex_state = 2, .external_lex_state = 107}, + [4368] = {.lex_state = 0, .external_lex_state = 146}, + [4369] = {.lex_state = 2, .external_lex_state = 107}, + [4370] = {.lex_state = 0, .external_lex_state = 146}, + [4371] = {.lex_state = 0, .external_lex_state = 146}, + [4372] = {.lex_state = 0, .external_lex_state = 146}, + [4373] = {.lex_state = 0, .external_lex_state = 146}, + [4374] = {.lex_state = 2, .external_lex_state = 107}, + [4375] = {.lex_state = 0, .external_lex_state = 146}, + [4376] = {.lex_state = 2, .external_lex_state = 107}, + [4377] = {.lex_state = 2, .external_lex_state = 107}, + [4378] = {.lex_state = 0, .external_lex_state = 146}, + [4379] = {.lex_state = 2, .external_lex_state = 107}, + [4380] = {.lex_state = 2, .external_lex_state = 107}, + [4381] = {.lex_state = 2, .external_lex_state = 107}, + [4382] = {.lex_state = 2, .external_lex_state = 107}, + [4383] = {.lex_state = 2, .external_lex_state = 107}, + [4384] = {.lex_state = 0, .external_lex_state = 146}, + [4385] = {.lex_state = 2, .external_lex_state = 107}, + [4386] = {.lex_state = 2, .external_lex_state = 182}, + [4387] = {.lex_state = 0, .external_lex_state = 146}, + [4388] = {.lex_state = 0, .external_lex_state = 146}, + [4389] = {.lex_state = 0, .external_lex_state = 146}, + [4390] = {.lex_state = 0, .external_lex_state = 146}, + [4391] = {.lex_state = 2, .external_lex_state = 107}, + [4392] = {.lex_state = 2, .external_lex_state = 107}, + [4393] = {.lex_state = 0, .external_lex_state = 146}, + [4394] = {.lex_state = 2, .external_lex_state = 107}, + [4395] = {.lex_state = 0, .external_lex_state = 183}, [4396] = {.lex_state = 0, .external_lex_state = 183}, [4397] = {.lex_state = 0, .external_lex_state = 183}, [4398] = {.lex_state = 0, .external_lex_state = 183}, [4399] = {.lex_state = 0, .external_lex_state = 183}, - [4400] = {.lex_state = 2, .external_lex_state = 138}, - [4401] = {.lex_state = 0, .external_lex_state = 152}, - [4402] = {.lex_state = 0, .external_lex_state = 152}, - [4403] = {.lex_state = 0, .external_lex_state = 152}, - [4404] = {.lex_state = 0, .external_lex_state = 152}, - [4405] = {.lex_state = 0, .external_lex_state = 152}, - [4406] = {.lex_state = 2, .external_lex_state = 138}, - [4407] = {.lex_state = 2, .external_lex_state = 138}, - [4408] = {.lex_state = 2, .external_lex_state = 138}, - [4409] = {.lex_state = 2, .external_lex_state = 138}, - [4410] = {.lex_state = 2, .external_lex_state = 138}, - [4411] = {.lex_state = 0, .external_lex_state = 152}, - [4412] = {.lex_state = 2, .external_lex_state = 138}, - [4413] = {.lex_state = 0, .external_lex_state = 152}, - [4414] = {.lex_state = 2, .external_lex_state = 138}, - [4415] = {.lex_state = 0, .external_lex_state = 152}, - [4416] = {.lex_state = 2, .external_lex_state = 138}, + [4400] = {.lex_state = 2, .external_lex_state = 184}, + [4401] = {.lex_state = 0, .external_lex_state = 185}, + [4402] = {.lex_state = 0, .external_lex_state = 183}, + [4403] = {.lex_state = 0, .external_lex_state = 154}, + [4404] = {.lex_state = 0, .external_lex_state = 186}, + [4405] = {.lex_state = 0, .external_lex_state = 183}, + [4406] = {.lex_state = 0, .external_lex_state = 183}, + [4407] = {.lex_state = 2, .external_lex_state = 187}, + [4408] = {.lex_state = 0, .external_lex_state = 154}, + [4409] = {.lex_state = 0, .external_lex_state = 154}, + [4410] = {.lex_state = 0, .external_lex_state = 155}, + [4411] = {.lex_state = 0, .external_lex_state = 154}, + [4412] = {.lex_state = 0, .external_lex_state = 154}, + [4413] = {.lex_state = 0, .external_lex_state = 154}, + [4414] = {.lex_state = 0, .external_lex_state = 154}, + [4415] = {.lex_state = 0, .external_lex_state = 154}, + [4416] = {.lex_state = 0, .external_lex_state = 154}, [4417] = {.lex_state = 2, .external_lex_state = 138}, - [4418] = {.lex_state = 0, .external_lex_state = 152}, - [4419] = {.lex_state = 0, .external_lex_state = 152}, + [4418] = {.lex_state = 2, .external_lex_state = 138}, + [4419] = {.lex_state = 2, .external_lex_state = 138}, [4420] = {.lex_state = 2, .external_lex_state = 138}, - [4421] = {.lex_state = 0, .external_lex_state = 157}, - [4422] = {.lex_state = 0, .external_lex_state = 152}, - [4423] = {.lex_state = 0, .external_lex_state = 152}, - [4424] = {.lex_state = 0, .external_lex_state = 152}, - [4425] = {.lex_state = 0, .external_lex_state = 152}, - [4426] = {.lex_state = 0, .external_lex_state = 152}, - [4427] = {.lex_state = 0, .external_lex_state = 152}, - [4428] = {.lex_state = 0, .external_lex_state = 152}, - [4429] = {.lex_state = 0, .external_lex_state = 152}, - [4430] = {.lex_state = 0, .external_lex_state = 152}, - [4431] = {.lex_state = 0, .external_lex_state = 152}, - [4432] = {.lex_state = 0, .external_lex_state = 152}, - [4433] = {.lex_state = 0, .external_lex_state = 158}, - [4434] = {.lex_state = 0, .external_lex_state = 152}, - [4435] = {.lex_state = 0, .external_lex_state = 152}, - [4436] = {.lex_state = 2, .external_lex_state = 138}, - [4437] = {.lex_state = 0, .external_lex_state = 152}, - [4438] = {.lex_state = 0, .external_lex_state = 152}, - [4439] = {.lex_state = 0, .external_lex_state = 152}, - [4440] = {.lex_state = 0, .external_lex_state = 152}, - [4441] = {.lex_state = 0, .external_lex_state = 155}, - [4442] = {.lex_state = 0, .external_lex_state = 152}, - [4443] = {.lex_state = 2, .external_lex_state = 138}, - [4444] = {.lex_state = 0, .external_lex_state = 152}, - [4445] = {.lex_state = 0, .external_lex_state = 157}, - [4446] = {.lex_state = 0, .external_lex_state = 155}, - [4447] = {.lex_state = 0, .external_lex_state = 155}, - [4448] = {.lex_state = 0, .external_lex_state = 157}, - [4449] = {.lex_state = 0, .external_lex_state = 155}, - [4450] = {.lex_state = 0, .external_lex_state = 157}, - [4451] = {.lex_state = 0, .external_lex_state = 157}, - [4452] = {.lex_state = 0, .external_lex_state = 188}, - [4453] = {.lex_state = 0, .external_lex_state = 163}, - [4454] = {.lex_state = 0, .external_lex_state = 155}, - [4455] = {.lex_state = 0, .external_lex_state = 188}, - [4456] = {.lex_state = 0, .external_lex_state = 164}, - [4457] = {.lex_state = 0, .external_lex_state = 157}, + [4421] = {.lex_state = 0, .external_lex_state = 154}, + [4422] = {.lex_state = 2, .external_lex_state = 138}, + [4423] = {.lex_state = 0, .external_lex_state = 154}, + [4424] = {.lex_state = 0, .external_lex_state = 154}, + [4425] = {.lex_state = 2, .external_lex_state = 138}, + [4426] = {.lex_state = 2, .external_lex_state = 138}, + [4427] = {.lex_state = 0, .external_lex_state = 154}, + [4428] = {.lex_state = 0, .external_lex_state = 154}, + [4429] = {.lex_state = 0, .external_lex_state = 154}, + [4430] = {.lex_state = 0, .external_lex_state = 154}, + [4431] = {.lex_state = 2, .external_lex_state = 138}, + [4432] = {.lex_state = 0, .external_lex_state = 154}, + [4433] = {.lex_state = 0, .external_lex_state = 159}, + [4434] = {.lex_state = 0, .external_lex_state = 154}, + [4435] = {.lex_state = 0, .external_lex_state = 154}, + [4436] = {.lex_state = 0, .external_lex_state = 154}, + [4437] = {.lex_state = 0, .external_lex_state = 154}, + [4438] = {.lex_state = 0, .external_lex_state = 154}, + [4439] = {.lex_state = 0, .external_lex_state = 154}, + [4440] = {.lex_state = 0, .external_lex_state = 154}, + [4441] = {.lex_state = 0, .external_lex_state = 154}, + [4442] = {.lex_state = 2, .external_lex_state = 138}, + [4443] = {.lex_state = 0, .external_lex_state = 158}, + [4444] = {.lex_state = 0, .external_lex_state = 154}, + [4445] = {.lex_state = 2, .external_lex_state = 138}, + [4446] = {.lex_state = 0, .external_lex_state = 154}, + [4447] = {.lex_state = 0, .external_lex_state = 154}, + [4448] = {.lex_state = 0, .external_lex_state = 154}, + [4449] = {.lex_state = 2, .external_lex_state = 138}, + [4450] = {.lex_state = 2, .external_lex_state = 138}, + [4451] = {.lex_state = 2, .external_lex_state = 138}, + [4452] = {.lex_state = 0, .external_lex_state = 154}, + [4453] = {.lex_state = 0, .external_lex_state = 158}, + [4454] = {.lex_state = 0, .external_lex_state = 158}, + [4455] = {.lex_state = 0, .external_lex_state = 160}, + [4456] = {.lex_state = 0, .external_lex_state = 158}, + [4457] = {.lex_state = 0, .external_lex_state = 158}, [4458] = {.lex_state = 0, .external_lex_state = 158}, - [4459] = {.lex_state = 0, .external_lex_state = 158}, - [4460] = {.lex_state = 0, .external_lex_state = 157}, - [4461] = {.lex_state = 0, .external_lex_state = 158}, - [4462] = {.lex_state = 0, .external_lex_state = 158}, - [4463] = {.lex_state = 0, .external_lex_state = 172}, - [4464] = {.lex_state = 0, .external_lex_state = 189}, - [4465] = {.lex_state = 0, .external_lex_state = 157}, - [4466] = {.lex_state = 0, .external_lex_state = 189}, - [4467] = {.lex_state = 0, .external_lex_state = 158}, - [4468] = {.lex_state = 0, .external_lex_state = 189}, - [4469] = {.lex_state = 0, .external_lex_state = 158}, - [4470] = {.lex_state = 0, .external_lex_state = 158}, + [4459] = {.lex_state = 0, .external_lex_state = 155}, + [4460] = {.lex_state = 0, .external_lex_state = 155}, + [4461] = {.lex_state = 0, .external_lex_state = 155}, + [4462] = {.lex_state = 0, .external_lex_state = 155}, + [4463] = {.lex_state = 0, .external_lex_state = 155}, + [4464] = {.lex_state = 0, .external_lex_state = 159}, + [4465] = {.lex_state = 0, .external_lex_state = 188}, + [4466] = {.lex_state = 0, .external_lex_state = 155}, + [4467] = {.lex_state = 0, .external_lex_state = 159}, + [4468] = {.lex_state = 0, .external_lex_state = 155}, + [4469] = {.lex_state = 0, .external_lex_state = 155}, + [4470] = {.lex_state = 0, .external_lex_state = 155}, [4471] = {.lex_state = 0, .external_lex_state = 155}, [4472] = {.lex_state = 0, .external_lex_state = 155}, - [4473] = {.lex_state = 0, .external_lex_state = 158}, + [4473] = {.lex_state = 0, .external_lex_state = 155}, [4474] = {.lex_state = 0, .external_lex_state = 158}, - [4475] = {.lex_state = 0, .external_lex_state = 157}, - [4476] = {.lex_state = 0, .external_lex_state = 158}, - [4477] = {.lex_state = 0, .external_lex_state = 155}, - [4478] = {.lex_state = 0, .external_lex_state = 155}, - [4479] = {.lex_state = 0, .external_lex_state = 155}, - [4480] = {.lex_state = 0, .external_lex_state = 165}, - [4481] = {.lex_state = 0, .external_lex_state = 157}, - [4482] = {.lex_state = 0, .external_lex_state = 158}, - [4483] = {.lex_state = 0, .external_lex_state = 158}, - [4484] = {.lex_state = 0, .external_lex_state = 157}, - [4485] = {.lex_state = 0, .external_lex_state = 158}, - [4486] = {.lex_state = 0, .external_lex_state = 158}, - [4487] = {.lex_state = 0, .external_lex_state = 189}, - [4488] = {.lex_state = 0, .external_lex_state = 155}, - [4489] = {.lex_state = 0, .external_lex_state = 158}, - [4490] = {.lex_state = 0, .external_lex_state = 158}, - [4491] = {.lex_state = 0, .external_lex_state = 158}, - [4492] = {.lex_state = 0, .external_lex_state = 157}, + [4475] = {.lex_state = 0, .external_lex_state = 158}, + [4476] = {.lex_state = 0, .external_lex_state = 159}, + [4477] = {.lex_state = 0, .external_lex_state = 159}, + [4478] = {.lex_state = 0, .external_lex_state = 159}, + [4479] = {.lex_state = 0, .external_lex_state = 159}, + [4480] = {.lex_state = 0, .external_lex_state = 172}, + [4481] = {.lex_state = 0, .external_lex_state = 159}, + [4482] = {.lex_state = 0, .external_lex_state = 159}, + [4483] = {.lex_state = 0, .external_lex_state = 155}, + [4484] = {.lex_state = 0, .external_lex_state = 189}, + [4485] = {.lex_state = 0, .external_lex_state = 155}, + [4486] = {.lex_state = 0, .external_lex_state = 190}, + [4487] = {.lex_state = 0, .external_lex_state = 159}, + [4488] = {.lex_state = 0, .external_lex_state = 159}, + [4489] = {.lex_state = 0, .external_lex_state = 189}, + [4490] = {.lex_state = 0, .external_lex_state = 155}, + [4491] = {.lex_state = 0, .external_lex_state = 155}, + [4492] = {.lex_state = 0, .external_lex_state = 158}, [4493] = {.lex_state = 0, .external_lex_state = 158}, - [4494] = {.lex_state = 0, .external_lex_state = 157}, + [4494] = {.lex_state = 0, .external_lex_state = 161}, [4495] = {.lex_state = 0, .external_lex_state = 158}, - [4496] = {.lex_state = 2, .external_lex_state = 190}, - [4497] = {.lex_state = 0, .external_lex_state = 157}, - [4498] = {.lex_state = 0, .external_lex_state = 191}, - [4499] = {.lex_state = 0, .external_lex_state = 157}, - [4500] = {.lex_state = 0, .external_lex_state = 158}, - [4501] = {.lex_state = 0, .external_lex_state = 158}, - [4502] = {.lex_state = 0, .external_lex_state = 158}, - [4503] = {.lex_state = 0, .external_lex_state = 157}, - [4504] = {.lex_state = 0, .external_lex_state = 157}, - [4505] = {.lex_state = 0, .external_lex_state = 189}, - [4506] = {.lex_state = 0, .external_lex_state = 157}, - [4507] = {.lex_state = 0, .external_lex_state = 157}, - [4508] = {.lex_state = 0, .external_lex_state = 158}, - [4509] = {.lex_state = 0, .external_lex_state = 192}, - [4510] = {.lex_state = 0, .external_lex_state = 158}, - [4511] = {.lex_state = 0, .external_lex_state = 158}, - [4512] = {.lex_state = 0, .external_lex_state = 155}, - [4513] = {.lex_state = 2, .external_lex_state = 159}, - [4514] = {.lex_state = 0, .external_lex_state = 155}, - [4515] = {.lex_state = 0, .external_lex_state = 157}, - [4516] = {.lex_state = 0, .external_lex_state = 157}, - [4517] = {.lex_state = 0, .external_lex_state = 155}, - [4518] = {.lex_state = 0, .external_lex_state = 155}, - [4519] = {.lex_state = 0, .external_lex_state = 158}, - [4520] = {.lex_state = 0, .external_lex_state = 157}, + [4496] = {.lex_state = 2, .external_lex_state = 157}, + [4497] = {.lex_state = 2, .external_lex_state = 191}, + [4498] = {.lex_state = 0, .external_lex_state = 155}, + [4499] = {.lex_state = 0, .external_lex_state = 155}, + [4500] = {.lex_state = 0, .external_lex_state = 159}, + [4501] = {.lex_state = 0, .external_lex_state = 159}, + [4502] = {.lex_state = 0, .external_lex_state = 189}, + [4503] = {.lex_state = 0, .external_lex_state = 158}, + [4504] = {.lex_state = 0, .external_lex_state = 155}, + [4505] = {.lex_state = 0, .external_lex_state = 155}, + [4506] = {.lex_state = 0, .external_lex_state = 155}, + [4507] = {.lex_state = 0, .external_lex_state = 192}, + [4508] = {.lex_state = 0, .external_lex_state = 159}, + [4509] = {.lex_state = 0, .external_lex_state = 155}, + [4510] = {.lex_state = 0, .external_lex_state = 159}, + [4511] = {.lex_state = 0, .external_lex_state = 159}, + [4512] = {.lex_state = 0, .external_lex_state = 159}, + [4513] = {.lex_state = 0, .external_lex_state = 155}, + [4514] = {.lex_state = 0, .external_lex_state = 159}, + [4515] = {.lex_state = 0, .external_lex_state = 155}, + [4516] = {.lex_state = 0, .external_lex_state = 159}, + [4517] = {.lex_state = 0, .external_lex_state = 159}, + [4518] = {.lex_state = 0, .external_lex_state = 159}, + [4519] = {.lex_state = 0, .external_lex_state = 155}, + [4520] = {.lex_state = 0, .external_lex_state = 155}, [4521] = {.lex_state = 0, .external_lex_state = 155}, - [4522] = {.lex_state = 0, .external_lex_state = 155}, - [4523] = {.lex_state = 0, .external_lex_state = 155}, - [4524] = {.lex_state = 0, .external_lex_state = 157}, - [4525] = {.lex_state = 0, .external_lex_state = 155}, + [4522] = {.lex_state = 0, .external_lex_state = 158}, + [4523] = {.lex_state = 0, .external_lex_state = 158}, + [4524] = {.lex_state = 0, .external_lex_state = 158}, + [4525] = {.lex_state = 0, .external_lex_state = 190}, [4526] = {.lex_state = 0, .external_lex_state = 155}, - [4527] = {.lex_state = 0, .external_lex_state = 157}, - [4528] = {.lex_state = 0, .external_lex_state = 155}, - [4529] = {.lex_state = 0, .external_lex_state = 155}, - [4530] = {.lex_state = 0, .external_lex_state = 158}, - [4531] = {.lex_state = 0, .external_lex_state = 157}, - [4532] = {.lex_state = 0, .external_lex_state = 155}, - [4533] = {.lex_state = 0, .external_lex_state = 155}, - [4534] = {.lex_state = 0, .external_lex_state = 158}, + [4527] = {.lex_state = 0, .external_lex_state = 158}, + [4528] = {.lex_state = 0, .external_lex_state = 158}, + [4529] = {.lex_state = 0, .external_lex_state = 159}, + [4530] = {.lex_state = 0, .external_lex_state = 159}, + [4531] = {.lex_state = 0, .external_lex_state = 158}, + [4532] = {.lex_state = 0, .external_lex_state = 158}, + [4533] = {.lex_state = 0, .external_lex_state = 162}, + [4534] = {.lex_state = 0, .external_lex_state = 155}, [4535] = {.lex_state = 0, .external_lex_state = 158}, - [4536] = {.lex_state = 0, .external_lex_state = 155}, - [4537] = {.lex_state = 0, .external_lex_state = 155}, - [4538] = {.lex_state = 0, .external_lex_state = 155}, - [4539] = {.lex_state = 0, .external_lex_state = 155}, - [4540] = {.lex_state = 0, .external_lex_state = 155}, - [4541] = {.lex_state = 0, .external_lex_state = 155}, - [4542] = {.lex_state = 0, .external_lex_state = 189}, - [4543] = {.lex_state = 0, .external_lex_state = 157}, - [4544] = {.lex_state = 0, .external_lex_state = 157}, - [4545] = {.lex_state = 0, .external_lex_state = 157}, - [4546] = {.lex_state = 0, .external_lex_state = 157}, - [4547] = {.lex_state = 0, .external_lex_state = 157}, - [4548] = {.lex_state = 0, .external_lex_state = 193}, - [4549] = {.lex_state = 0, .external_lex_state = 165}, - [4550] = {.lex_state = 0, .external_lex_state = 193}, - [4551] = {.lex_state = 0, .external_lex_state = 163}, - [4552] = {.lex_state = 0, .external_lex_state = 163}, - [4553] = {.lex_state = 0, .external_lex_state = 163}, - [4554] = {.lex_state = 0, .external_lex_state = 163}, - [4555] = {.lex_state = 0, .external_lex_state = 163}, - [4556] = {.lex_state = 0, .external_lex_state = 163}, - [4557] = {.lex_state = 0, .external_lex_state = 193}, - [4558] = {.lex_state = 0, .external_lex_state = 194}, - [4559] = {.lex_state = 0, .external_lex_state = 168}, - [4560] = {.lex_state = 0, .external_lex_state = 163}, - [4561] = {.lex_state = 0, .external_lex_state = 163}, - [4562] = {.lex_state = 0, .external_lex_state = 164}, - [4563] = {.lex_state = 0, .external_lex_state = 163}, - [4564] = {.lex_state = 0, .external_lex_state = 191}, - [4565] = {.lex_state = 0, .external_lex_state = 175}, - [4566] = {.lex_state = 0, .external_lex_state = 163}, - [4567] = {.lex_state = 0, .external_lex_state = 164}, - [4568] = {.lex_state = 0, .external_lex_state = 164}, - [4569] = {.lex_state = 0, .external_lex_state = 164}, - [4570] = {.lex_state = 0, .external_lex_state = 163}, - [4571] = {.lex_state = 0, .external_lex_state = 163}, - [4572] = {.lex_state = 0, .external_lex_state = 170}, - [4573] = {.lex_state = 0, .external_lex_state = 164}, - [4574] = {.lex_state = 0, .external_lex_state = 163}, - [4575] = {.lex_state = 0, .external_lex_state = 165}, - [4576] = {.lex_state = 0, .external_lex_state = 165}, - [4577] = {.lex_state = 2, .external_lex_state = 148}, - [4578] = {.lex_state = 0, .external_lex_state = 165}, - [4579] = {.lex_state = 0, .external_lex_state = 163}, - [4580] = {.lex_state = 0, .external_lex_state = 164}, - [4581] = {.lex_state = 0, .external_lex_state = 164}, - [4582] = {.lex_state = 0, .external_lex_state = 189}, - [4583] = {.lex_state = 0, .external_lex_state = 164}, - [4584] = {.lex_state = 0, .external_lex_state = 164}, - [4585] = {.lex_state = 0, .external_lex_state = 164}, - [4586] = {.lex_state = 0, .external_lex_state = 165}, - [4587] = {.lex_state = 0, .external_lex_state = 164}, - [4588] = {.lex_state = 0, .external_lex_state = 165}, - [4589] = {.lex_state = 0, .external_lex_state = 163}, - [4590] = {.lex_state = 0, .external_lex_state = 165}, - [4591] = {.lex_state = 0, .external_lex_state = 165}, - [4592] = {.lex_state = 0, .external_lex_state = 165}, - [4593] = {.lex_state = 0, .external_lex_state = 163}, - [4594] = {.lex_state = 0, .external_lex_state = 163}, - [4595] = {.lex_state = 0, .external_lex_state = 171}, - [4596] = {.lex_state = 0, .external_lex_state = 165}, - [4597] = {.lex_state = 0, .external_lex_state = 163}, - [4598] = {.lex_state = 0, .external_lex_state = 163}, - [4599] = {.lex_state = 0, .external_lex_state = 165}, - [4600] = {.lex_state = 0, .external_lex_state = 165}, - [4601] = {.lex_state = 0, .external_lex_state = 189}, - [4602] = {.lex_state = 0, .external_lex_state = 195}, - [4603] = {.lex_state = 0, .external_lex_state = 165}, - [4604] = {.lex_state = 0, .external_lex_state = 196}, - [4605] = {.lex_state = 0, .external_lex_state = 165}, - [4606] = {.lex_state = 0, .external_lex_state = 163}, - [4607] = {.lex_state = 0, .external_lex_state = 172}, - [4608] = {.lex_state = 0, .external_lex_state = 165}, - [4609] = {.lex_state = 0, .external_lex_state = 164}, - [4610] = {.lex_state = 0, .external_lex_state = 163}, - [4611] = {.lex_state = 0, .external_lex_state = 165}, - [4612] = {.lex_state = 0, .external_lex_state = 165}, - [4613] = {.lex_state = 0, .external_lex_state = 165}, - [4614] = {.lex_state = 0, .external_lex_state = 165}, - [4615] = {.lex_state = 0, .external_lex_state = 165}, - [4616] = {.lex_state = 0, .external_lex_state = 163}, - [4617] = {.lex_state = 0, .external_lex_state = 165}, - [4618] = {.lex_state = 0, .external_lex_state = 165}, - [4619] = {.lex_state = 0, .external_lex_state = 165}, - [4620] = {.lex_state = 0, .external_lex_state = 164}, - [4621] = {.lex_state = 0, .external_lex_state = 163}, - [4622] = {.lex_state = 0, .external_lex_state = 163}, - [4623] = {.lex_state = 0, .external_lex_state = 165}, - [4624] = {.lex_state = 0, .external_lex_state = 164}, - [4625] = {.lex_state = 0, .external_lex_state = 164}, - [4626] = {.lex_state = 0, .external_lex_state = 174}, - [4627] = {.lex_state = 0, .external_lex_state = 164}, - [4628] = {.lex_state = 0, .external_lex_state = 164}, - [4629] = {.lex_state = 0, .external_lex_state = 163}, - [4630] = {.lex_state = 0, .external_lex_state = 193}, - [4631] = {.lex_state = 0, .external_lex_state = 164}, - [4632] = {.lex_state = 0, .external_lex_state = 164}, - [4633] = {.lex_state = 0, .external_lex_state = 163}, - [4634] = {.lex_state = 0, .external_lex_state = 163}, - [4635] = {.lex_state = 0, .external_lex_state = 164}, - [4636] = {.lex_state = 0, .external_lex_state = 165}, - [4637] = {.lex_state = 0, .external_lex_state = 164}, - [4638] = {.lex_state = 0, .external_lex_state = 169}, - [4639] = {.lex_state = 0, .external_lex_state = 164}, - [4640] = {.lex_state = 0, .external_lex_state = 146}, - [4641] = {.lex_state = 0, .external_lex_state = 164}, - [4642] = {.lex_state = 0, .external_lex_state = 164}, - [4643] = {.lex_state = 0, .external_lex_state = 165}, - [4644] = {.lex_state = 0, .external_lex_state = 164}, - [4645] = {.lex_state = 0, .external_lex_state = 163}, - [4646] = {.lex_state = 0, .external_lex_state = 165}, - [4647] = {.lex_state = 0, .external_lex_state = 163}, - [4648] = {.lex_state = 0, .external_lex_state = 165}, - [4649] = {.lex_state = 0, .external_lex_state = 165}, - [4650] = {.lex_state = 0, .external_lex_state = 164}, - [4651] = {.lex_state = 0, .external_lex_state = 164}, - [4652] = {.lex_state = 0, .external_lex_state = 164}, - [4653] = {.lex_state = 0, .external_lex_state = 164}, - [4654] = {.lex_state = 0, .external_lex_state = 196}, - [4655] = {.lex_state = 0, .external_lex_state = 172}, - [4656] = {.lex_state = 0, .external_lex_state = 170}, - [4657] = {.lex_state = 0, .external_lex_state = 171}, - [4658] = {.lex_state = 0, .external_lex_state = 172}, - [4659] = {.lex_state = 0, .external_lex_state = 169}, - [4660] = {.lex_state = 0, .external_lex_state = 169}, - [4661] = {.lex_state = 0, .external_lex_state = 197}, - [4662] = {.lex_state = 0, .external_lex_state = 170}, - [4663] = {.lex_state = 0, .external_lex_state = 169}, - [4664] = {.lex_state = 0, .external_lex_state = 169}, - [4665] = {.lex_state = 0, .external_lex_state = 151}, - [4666] = {.lex_state = 0, .external_lex_state = 171}, - [4667] = {.lex_state = 0, .external_lex_state = 198}, - [4668] = {.lex_state = 0, .external_lex_state = 171}, - [4669] = {.lex_state = 0, .external_lex_state = 199}, - [4670] = {.lex_state = 0, .external_lex_state = 174}, - [4671] = {.lex_state = 0, .external_lex_state = 188}, - [4672] = {.lex_state = 0, .external_lex_state = 151}, - [4673] = {.lex_state = 0, .external_lex_state = 169}, - [4674] = {.lex_state = 0, .external_lex_state = 197}, - [4675] = {.lex_state = 0, .external_lex_state = 174}, - [4676] = {.lex_state = 0, .external_lex_state = 169}, - [4677] = {.lex_state = 0, .external_lex_state = 174}, - [4678] = {.lex_state = 0, .external_lex_state = 169}, - [4679] = {.lex_state = 0, .external_lex_state = 172}, - [4680] = {.lex_state = 0, .external_lex_state = 169}, - [4681] = {.lex_state = 0, .external_lex_state = 169}, - [4682] = {.lex_state = 0, .external_lex_state = 169}, - [4683] = {.lex_state = 0, .external_lex_state = 169}, - [4684] = {.lex_state = 0, .external_lex_state = 170}, - [4685] = {.lex_state = 0, .external_lex_state = 169}, - [4686] = {.lex_state = 0, .external_lex_state = 170}, - [4687] = {.lex_state = 0, .external_lex_state = 169}, - [4688] = {.lex_state = 0, .external_lex_state = 169}, - [4689] = {.lex_state = 0, .external_lex_state = 169}, - [4690] = {.lex_state = 0, .external_lex_state = 172}, - [4691] = {.lex_state = 0, .external_lex_state = 168}, - [4692] = {.lex_state = 0, .external_lex_state = 151}, - [4693] = {.lex_state = 0, .external_lex_state = 200}, - [4694] = {.lex_state = 0, .external_lex_state = 151}, - [4695] = {.lex_state = 0, .external_lex_state = 169}, - [4696] = {.lex_state = 0, .external_lex_state = 170}, - [4697] = {.lex_state = 0, .external_lex_state = 174}, - [4698] = {.lex_state = 0, .external_lex_state = 151}, - [4699] = {.lex_state = 0, .external_lex_state = 168}, - [4700] = {.lex_state = 0, .external_lex_state = 174}, - [4701] = {.lex_state = 0, .external_lex_state = 174}, - [4702] = {.lex_state = 0, .external_lex_state = 171}, - [4703] = {.lex_state = 0, .external_lex_state = 201}, - [4704] = {.lex_state = 0, .external_lex_state = 172}, - [4705] = {.lex_state = 0, .external_lex_state = 170}, - [4706] = {.lex_state = 0, .external_lex_state = 202}, - [4707] = {.lex_state = 0, .external_lex_state = 169}, - [4708] = {.lex_state = 0, .external_lex_state = 151}, - [4709] = {.lex_state = 0, .external_lex_state = 151}, - [4710] = {.lex_state = 0, .external_lex_state = 168}, - [4711] = {.lex_state = 0, .external_lex_state = 151}, - [4712] = {.lex_state = 0, .external_lex_state = 168}, - [4713] = {.lex_state = 0, .external_lex_state = 168}, - [4714] = {.lex_state = 0, .external_lex_state = 172}, - [4715] = {.lex_state = 0, .external_lex_state = 170}, - [4716] = {.lex_state = 0, .external_lex_state = 198}, - [4717] = {.lex_state = 0, .external_lex_state = 169}, + [4536] = {.lex_state = 0, .external_lex_state = 189}, + [4537] = {.lex_state = 0, .external_lex_state = 159}, + [4538] = {.lex_state = 0, .external_lex_state = 158}, + [4539] = {.lex_state = 0, .external_lex_state = 159}, + [4540] = {.lex_state = 0, .external_lex_state = 189}, + [4541] = {.lex_state = 0, .external_lex_state = 159}, + [4542] = {.lex_state = 0, .external_lex_state = 158}, + [4543] = {.lex_state = 0, .external_lex_state = 158}, + [4544] = {.lex_state = 0, .external_lex_state = 159}, + [4545] = {.lex_state = 0, .external_lex_state = 159}, + [4546] = {.lex_state = 0, .external_lex_state = 158}, + [4547] = {.lex_state = 0, .external_lex_state = 158}, + [4548] = {.lex_state = 0, .external_lex_state = 158}, + [4549] = {.lex_state = 0, .external_lex_state = 158}, + [4550] = {.lex_state = 0, .external_lex_state = 158}, + [4551] = {.lex_state = 0, .external_lex_state = 158}, + [4552] = {.lex_state = 0, .external_lex_state = 189}, + [4553] = {.lex_state = 0, .external_lex_state = 159}, + [4554] = {.lex_state = 0, .external_lex_state = 158}, + [4555] = {.lex_state = 0, .external_lex_state = 159}, + [4556] = {.lex_state = 0, .external_lex_state = 161}, + [4557] = {.lex_state = 0, .external_lex_state = 160}, + [4558] = {.lex_state = 0, .external_lex_state = 161}, + [4559] = {.lex_state = 0, .external_lex_state = 162}, + [4560] = {.lex_state = 0, .external_lex_state = 161}, + [4561] = {.lex_state = 0, .external_lex_state = 162}, + [4562] = {.lex_state = 0, .external_lex_state = 161}, + [4563] = {.lex_state = 0, .external_lex_state = 161}, + [4564] = {.lex_state = 0, .external_lex_state = 162}, + [4565] = {.lex_state = 0, .external_lex_state = 172}, + [4566] = {.lex_state = 0, .external_lex_state = 161}, + [4567] = {.lex_state = 0, .external_lex_state = 171}, + [4568] = {.lex_state = 0, .external_lex_state = 189}, + [4569] = {.lex_state = 2, .external_lex_state = 148}, + [4570] = {.lex_state = 0, .external_lex_state = 162}, + [4571] = {.lex_state = 0, .external_lex_state = 162}, + [4572] = {.lex_state = 0, .external_lex_state = 161}, + [4573] = {.lex_state = 0, .external_lex_state = 160}, + [4574] = {.lex_state = 0, .external_lex_state = 161}, + [4575] = {.lex_state = 0, .external_lex_state = 161}, + [4576] = {.lex_state = 0, .external_lex_state = 161}, + [4577] = {.lex_state = 0, .external_lex_state = 161}, + [4578] = {.lex_state = 0, .external_lex_state = 161}, + [4579] = {.lex_state = 0, .external_lex_state = 161}, + [4580] = {.lex_state = 0, .external_lex_state = 162}, + [4581] = {.lex_state = 0, .external_lex_state = 160}, + [4582] = {.lex_state = 0, .external_lex_state = 175}, + [4583] = {.lex_state = 0, .external_lex_state = 162}, + [4584] = {.lex_state = 0, .external_lex_state = 162}, + [4585] = {.lex_state = 0, .external_lex_state = 162}, + [4586] = {.lex_state = 0, .external_lex_state = 162}, + [4587] = {.lex_state = 0, .external_lex_state = 160}, + [4588] = {.lex_state = 0, .external_lex_state = 160}, + [4589] = {.lex_state = 0, .external_lex_state = 160}, + [4590] = {.lex_state = 0, .external_lex_state = 162}, + [4591] = {.lex_state = 0, .external_lex_state = 162}, + [4592] = {.lex_state = 0, .external_lex_state = 162}, + [4593] = {.lex_state = 0, .external_lex_state = 161}, + [4594] = {.lex_state = 0, .external_lex_state = 193}, + [4595] = {.lex_state = 0, .external_lex_state = 162}, + [4596] = {.lex_state = 0, .external_lex_state = 162}, + [4597] = {.lex_state = 0, .external_lex_state = 162}, + [4598] = {.lex_state = 0, .external_lex_state = 194}, + [4599] = {.lex_state = 0, .external_lex_state = 160}, + [4600] = {.lex_state = 0, .external_lex_state = 194}, + [4601] = {.lex_state = 0, .external_lex_state = 160}, + [4602] = {.lex_state = 0, .external_lex_state = 160}, + [4603] = {.lex_state = 0, .external_lex_state = 162}, + [4604] = {.lex_state = 0, .external_lex_state = 160}, + [4605] = {.lex_state = 0, .external_lex_state = 160}, + [4606] = {.lex_state = 0, .external_lex_state = 161}, + [4607] = {.lex_state = 0, .external_lex_state = 160}, + [4608] = {.lex_state = 0, .external_lex_state = 162}, + [4609] = {.lex_state = 0, .external_lex_state = 161}, + [4610] = {.lex_state = 0, .external_lex_state = 162}, + [4611] = {.lex_state = 0, .external_lex_state = 146}, + [4612] = {.lex_state = 0, .external_lex_state = 161}, + [4613] = {.lex_state = 0, .external_lex_state = 162}, + [4614] = {.lex_state = 0, .external_lex_state = 173}, + [4615] = {.lex_state = 0, .external_lex_state = 162}, + [4616] = {.lex_state = 0, .external_lex_state = 170}, + [4617] = {.lex_state = 0, .external_lex_state = 161}, + [4618] = {.lex_state = 0, .external_lex_state = 161}, + [4619] = {.lex_state = 0, .external_lex_state = 174}, + [4620] = {.lex_state = 0, .external_lex_state = 161}, + [4621] = {.lex_state = 0, .external_lex_state = 194}, + [4622] = {.lex_state = 0, .external_lex_state = 195}, + [4623] = {.lex_state = 0, .external_lex_state = 161}, + [4624] = {.lex_state = 0, .external_lex_state = 161}, + [4625] = {.lex_state = 0, .external_lex_state = 161}, + [4626] = {.lex_state = 0, .external_lex_state = 196}, + [4627] = {.lex_state = 0, .external_lex_state = 161}, + [4628] = {.lex_state = 0, .external_lex_state = 161}, + [4629] = {.lex_state = 0, .external_lex_state = 194}, + [4630] = {.lex_state = 0, .external_lex_state = 160}, + [4631] = {.lex_state = 0, .external_lex_state = 162}, + [4632] = {.lex_state = 0, .external_lex_state = 161}, + [4633] = {.lex_state = 0, .external_lex_state = 162}, + [4634] = {.lex_state = 0, .external_lex_state = 189}, + [4635] = {.lex_state = 0, .external_lex_state = 161}, + [4636] = {.lex_state = 0, .external_lex_state = 162}, + [4637] = {.lex_state = 0, .external_lex_state = 161}, + [4638] = {.lex_state = 0, .external_lex_state = 160}, + [4639] = {.lex_state = 0, .external_lex_state = 193}, + [4640] = {.lex_state = 0, .external_lex_state = 160}, + [4641] = {.lex_state = 0, .external_lex_state = 160}, + [4642] = {.lex_state = 0, .external_lex_state = 160}, + [4643] = {.lex_state = 0, .external_lex_state = 160}, + [4644] = {.lex_state = 0, .external_lex_state = 160}, + [4645] = {.lex_state = 0, .external_lex_state = 192}, + [4646] = {.lex_state = 0, .external_lex_state = 160}, + [4647] = {.lex_state = 0, .external_lex_state = 160}, + [4648] = {.lex_state = 0, .external_lex_state = 160}, + [4649] = {.lex_state = 0, .external_lex_state = 160}, + [4650] = {.lex_state = 0, .external_lex_state = 160}, + [4651] = {.lex_state = 0, .external_lex_state = 160}, + [4652] = {.lex_state = 0, .external_lex_state = 167}, + [4653] = {.lex_state = 0, .external_lex_state = 160}, + [4654] = {.lex_state = 0, .external_lex_state = 162}, + [4655] = {.lex_state = 0, .external_lex_state = 162}, + [4656] = {.lex_state = 0, .external_lex_state = 162}, + [4657] = {.lex_state = 0, .external_lex_state = 162}, + [4658] = {.lex_state = 0, .external_lex_state = 160}, + [4659] = {.lex_state = 0, .external_lex_state = 161}, + [4660] = {.lex_state = 0, .external_lex_state = 162}, + [4661] = {.lex_state = 0, .external_lex_state = 160}, + [4662] = {.lex_state = 0, .external_lex_state = 160}, + [4663] = {.lex_state = 0, .external_lex_state = 197}, + [4664] = {.lex_state = 0, .external_lex_state = 198}, + [4665] = {.lex_state = 0, .external_lex_state = 199}, + [4666] = {.lex_state = 0, .external_lex_state = 200}, + [4667] = {.lex_state = 0, .external_lex_state = 200}, + [4668] = {.lex_state = 0, .external_lex_state = 167}, + [4669] = {.lex_state = 0, .external_lex_state = 167}, + [4670] = {.lex_state = 0, .external_lex_state = 201}, + [4671] = {.lex_state = 0, .external_lex_state = 172}, + [4672] = {.lex_state = 0, .external_lex_state = 199}, + [4673] = {.lex_state = 0, .external_lex_state = 172}, + [4674] = {.lex_state = 0, .external_lex_state = 202}, + [4675] = {.lex_state = 0, .external_lex_state = 173}, + [4676] = {.lex_state = 0, .external_lex_state = 173}, + [4677] = {.lex_state = 0, .external_lex_state = 173}, + [4678] = {.lex_state = 0, .external_lex_state = 173}, + [4679] = {.lex_state = 0, .external_lex_state = 199}, + [4680] = {.lex_state = 0, .external_lex_state = 170}, + [4681] = {.lex_state = 0, .external_lex_state = 202}, + [4682] = {.lex_state = 0, .external_lex_state = 198}, + [4683] = {.lex_state = 0, .external_lex_state = 172}, + [4684] = {.lex_state = 0, .external_lex_state = 172}, + [4685] = {.lex_state = 0, .external_lex_state = 173}, + [4686] = {.lex_state = 0, .external_lex_state = 173}, + [4687] = {.lex_state = 0, .external_lex_state = 173}, + [4688] = {.lex_state = 0, .external_lex_state = 200}, + [4689] = {.lex_state = 0, .external_lex_state = 200}, + [4690] = {.lex_state = 0, .external_lex_state = 173}, + [4691] = {.lex_state = 0, .external_lex_state = 173}, + [4692] = {.lex_state = 0, .external_lex_state = 173}, + [4693] = {.lex_state = 0, .external_lex_state = 173}, + [4694] = {.lex_state = 0, .external_lex_state = 172}, + [4695] = {.lex_state = 0, .external_lex_state = 172}, + [4696] = {.lex_state = 0, .external_lex_state = 173}, + [4697] = {.lex_state = 0, .external_lex_state = 173}, + [4698] = {.lex_state = 0, .external_lex_state = 167}, + [4699] = {.lex_state = 0, .external_lex_state = 173}, + [4700] = {.lex_state = 0, .external_lex_state = 172}, + [4701] = {.lex_state = 0, .external_lex_state = 167}, + [4702] = {.lex_state = 0, .external_lex_state = 172}, + [4703] = {.lex_state = 0, .external_lex_state = 200}, + [4704] = {.lex_state = 0, .external_lex_state = 173}, + [4705] = {.lex_state = 0, .external_lex_state = 172}, + [4706] = {.lex_state = 0, .external_lex_state = 172}, + [4707] = {.lex_state = 0, .external_lex_state = 149}, + [4708] = {.lex_state = 0, .external_lex_state = 173}, + [4709] = {.lex_state = 0, .external_lex_state = 173}, + [4710] = {.lex_state = 0, .external_lex_state = 173}, + [4711] = {.lex_state = 0, .external_lex_state = 172}, + [4712] = {.lex_state = 0, .external_lex_state = 173}, + [4713] = {.lex_state = 0, .external_lex_state = 173}, + [4714] = {.lex_state = 0, .external_lex_state = 173}, + [4715] = {.lex_state = 0, .external_lex_state = 173}, + [4716] = {.lex_state = 0, .external_lex_state = 172}, + [4717] = {.lex_state = 0, .external_lex_state = 173}, [4718] = {.lex_state = 0, .external_lex_state = 172}, - [4719] = {.lex_state = 0, .external_lex_state = 199}, + [4719] = {.lex_state = 0, .external_lex_state = 172}, [4720] = {.lex_state = 0, .external_lex_state = 172}, - [4721] = {.lex_state = 0, .external_lex_state = 168}, - [4722] = {.lex_state = 0, .external_lex_state = 168}, - [4723] = {.lex_state = 0, .external_lex_state = 174}, - [4724] = {.lex_state = 0, .external_lex_state = 170}, - [4725] = {.lex_state = 0, .external_lex_state = 170}, - [4726] = {.lex_state = 0, .external_lex_state = 170}, - [4727] = {.lex_state = 0, .external_lex_state = 197}, - [4728] = {.lex_state = 0, .external_lex_state = 169}, - [4729] = {.lex_state = 0, .external_lex_state = 168}, - [4730] = {.lex_state = 0, .external_lex_state = 168}, - [4731] = {.lex_state = 0, .external_lex_state = 168}, - [4732] = {.lex_state = 0, .external_lex_state = 170}, - [4733] = {.lex_state = 0, .external_lex_state = 172}, - [4734] = {.lex_state = 0, .external_lex_state = 201}, - [4735] = {.lex_state = 0, .external_lex_state = 168}, - [4736] = {.lex_state = 0, .external_lex_state = 168}, + [4721] = {.lex_state = 0, .external_lex_state = 172}, + [4722] = {.lex_state = 0, .external_lex_state = 167}, + [4723] = {.lex_state = 0, .external_lex_state = 177}, + [4724] = {.lex_state = 0, .external_lex_state = 173}, + [4725] = {.lex_state = 0, .external_lex_state = 173}, + [4726] = {.lex_state = 0, .external_lex_state = 167}, + [4727] = {.lex_state = 0, .external_lex_state = 173}, + [4728] = {.lex_state = 0, .external_lex_state = 172}, + [4729] = {.lex_state = 0, .external_lex_state = 193}, + [4730] = {.lex_state = 0, .external_lex_state = 173}, + [4731] = {.lex_state = 0, .external_lex_state = 193}, + [4732] = {.lex_state = 0, .external_lex_state = 172}, + [4733] = {.lex_state = 0, .external_lex_state = 170}, + [4734] = {.lex_state = 0, .external_lex_state = 202}, + [4735] = {.lex_state = 0, .external_lex_state = 173}, + [4736] = {.lex_state = 0, .external_lex_state = 173}, [4737] = {.lex_state = 0, .external_lex_state = 170}, - [4738] = {.lex_state = 0, .external_lex_state = 172}, - [4739] = {.lex_state = 0, .external_lex_state = 174}, - [4740] = {.lex_state = 0, .external_lex_state = 169}, - [4741] = {.lex_state = 0, .external_lex_state = 203}, - [4742] = {.lex_state = 0, .external_lex_state = 204}, - [4743] = {.lex_state = 0, .external_lex_state = 169}, - [4744] = {.lex_state = 0, .external_lex_state = 196}, - [4745] = {.lex_state = 0, .external_lex_state = 168}, - [4746] = {.lex_state = 0, .external_lex_state = 168}, - [4747] = {.lex_state = 0, .external_lex_state = 172}, - [4748] = {.lex_state = 0, .external_lex_state = 168}, - [4749] = {.lex_state = 0, .external_lex_state = 197}, - [4750] = {.lex_state = 0, .external_lex_state = 151}, + [4738] = {.lex_state = 0, .external_lex_state = 170}, + [4739] = {.lex_state = 0, .external_lex_state = 170}, + [4740] = {.lex_state = 0, .external_lex_state = 170}, + [4741] = {.lex_state = 0, .external_lex_state = 170}, + [4742] = {.lex_state = 0, .external_lex_state = 170}, + [4743] = {.lex_state = 0, .external_lex_state = 170}, + [4744] = {.lex_state = 0, .external_lex_state = 170}, + [4745] = {.lex_state = 0, .external_lex_state = 174}, + [4746] = {.lex_state = 0, .external_lex_state = 167}, + [4747] = {.lex_state = 0, .external_lex_state = 170}, + [4748] = {.lex_state = 0, .external_lex_state = 170}, + [4749] = {.lex_state = 0, .external_lex_state = 170}, + [4750] = {.lex_state = 0, .external_lex_state = 170}, [4751] = {.lex_state = 0, .external_lex_state = 170}, - [4752] = {.lex_state = 0, .external_lex_state = 174}, - [4753] = {.lex_state = 0, .external_lex_state = 168}, - [4754] = {.lex_state = 0, .external_lex_state = 168}, - [4755] = {.lex_state = 0, .external_lex_state = 168}, - [4756] = {.lex_state = 2, .external_lex_state = 178}, - [4757] = {.lex_state = 0, .external_lex_state = 172}, - [4758] = {.lex_state = 0, .external_lex_state = 151}, - [4759] = {.lex_state = 2, .external_lex_state = 153}, - [4760] = {.lex_state = 0, .external_lex_state = 196}, - [4761] = {.lex_state = 0, .external_lex_state = 168}, - [4762] = {.lex_state = 0, .external_lex_state = 169}, - [4763] = {.lex_state = 0, .external_lex_state = 168}, - [4764] = {.lex_state = 0, .external_lex_state = 171}, - [4765] = {.lex_state = 0, .external_lex_state = 172}, - [4766] = {.lex_state = 0, .external_lex_state = 151}, - [4767] = {.lex_state = 0, .external_lex_state = 151}, - [4768] = {.lex_state = 0, .external_lex_state = 174}, - [4769] = {.lex_state = 0, .external_lex_state = 170}, - [4770] = {.lex_state = 0, .external_lex_state = 168}, - [4771] = {.lex_state = 2, .external_lex_state = 178}, - [4772] = {.lex_state = 0, .external_lex_state = 172}, - [4773] = {.lex_state = 0, .external_lex_state = 151}, - [4774] = {.lex_state = 0, .external_lex_state = 204}, - [4775] = {.lex_state = 0, .external_lex_state = 197}, + [4752] = {.lex_state = 0, .external_lex_state = 170}, + [4753] = {.lex_state = 0, .external_lex_state = 170}, + [4754] = {.lex_state = 2, .external_lex_state = 176}, + [4755] = {.lex_state = 0, .external_lex_state = 197}, + [4756] = {.lex_state = 2, .external_lex_state = 176}, + [4757] = {.lex_state = 0, .external_lex_state = 170}, + [4758] = {.lex_state = 0, .external_lex_state = 149}, + [4759] = {.lex_state = 0, .external_lex_state = 172}, + [4760] = {.lex_state = 0, .external_lex_state = 170}, + [4761] = {.lex_state = 0, .external_lex_state = 171}, + [4762] = {.lex_state = 0, .external_lex_state = 170}, + [4763] = {.lex_state = 0, .external_lex_state = 170}, + [4764] = {.lex_state = 0, .external_lex_state = 170}, + [4765] = {.lex_state = 0, .external_lex_state = 170}, + [4766] = {.lex_state = 0, .external_lex_state = 170}, + [4767] = {.lex_state = 0, .external_lex_state = 170}, + [4768] = {.lex_state = 0, .external_lex_state = 170}, + [4769] = {.lex_state = 2, .external_lex_state = 153}, + [4770] = {.lex_state = 0, .external_lex_state = 174}, + [4771] = {.lex_state = 0, .external_lex_state = 172}, + [4772] = {.lex_state = 0, .external_lex_state = 167}, + [4773] = {.lex_state = 0, .external_lex_state = 167}, + [4774] = {.lex_state = 0, .external_lex_state = 174}, + [4775] = {.lex_state = 0, .external_lex_state = 174}, [4776] = {.lex_state = 0, .external_lex_state = 174}, - [4777] = {.lex_state = 0, .external_lex_state = 197}, - [4778] = {.lex_state = 0, .external_lex_state = 203}, - [4779] = {.lex_state = 0, .external_lex_state = 151}, - [4780] = {.lex_state = 0, .external_lex_state = 170}, - [4781] = {.lex_state = 0, .external_lex_state = 168}, + [4777] = {.lex_state = 0, .external_lex_state = 190}, + [4778] = {.lex_state = 0, .external_lex_state = 174}, + [4779] = {.lex_state = 0, .external_lex_state = 149}, + [4780] = {.lex_state = 0, .external_lex_state = 174}, + [4781] = {.lex_state = 0, .external_lex_state = 172}, [4782] = {.lex_state = 0, .external_lex_state = 172}, - [4783] = {.lex_state = 0, .external_lex_state = 171}, - [4784] = {.lex_state = 0, .external_lex_state = 171}, + [4783] = {.lex_state = 0, .external_lex_state = 174}, + [4784] = {.lex_state = 0, .external_lex_state = 172}, [4785] = {.lex_state = 0, .external_lex_state = 171}, [4786] = {.lex_state = 0, .external_lex_state = 171}, - [4787] = {.lex_state = 0, .external_lex_state = 170}, - [4788] = {.lex_state = 0, .external_lex_state = 168}, - [4789] = {.lex_state = 0, .external_lex_state = 172}, - [4790] = {.lex_state = 0, .external_lex_state = 168}, - [4791] = {.lex_state = 0, .external_lex_state = 168}, - [4792] = {.lex_state = 0, .external_lex_state = 170}, - [4793] = {.lex_state = 0, .external_lex_state = 171}, - [4794] = {.lex_state = 0, .external_lex_state = 168}, - [4795] = {.lex_state = 0, .external_lex_state = 168}, - [4796] = {.lex_state = 0, .external_lex_state = 170}, - [4797] = {.lex_state = 0, .external_lex_state = 170}, - [4798] = {.lex_state = 0, .external_lex_state = 171}, - [4799] = {.lex_state = 0, .external_lex_state = 174}, - [4800] = {.lex_state = 0, .external_lex_state = 170}, + [4787] = {.lex_state = 0, .external_lex_state = 171}, + [4788] = {.lex_state = 0, .external_lex_state = 174}, + [4789] = {.lex_state = 0, .external_lex_state = 171}, + [4790] = {.lex_state = 0, .external_lex_state = 174}, + [4791] = {.lex_state = 0, .external_lex_state = 171}, + [4792] = {.lex_state = 0, .external_lex_state = 172}, + [4793] = {.lex_state = 0, .external_lex_state = 172}, + [4794] = {.lex_state = 0, .external_lex_state = 197}, + [4795] = {.lex_state = 0, .external_lex_state = 170}, + [4796] = {.lex_state = 0, .external_lex_state = 167}, + [4797] = {.lex_state = 0, .external_lex_state = 171}, + [4798] = {.lex_state = 0, .external_lex_state = 167}, + [4799] = {.lex_state = 0, .external_lex_state = 172}, + [4800] = {.lex_state = 0, .external_lex_state = 167}, [4801] = {.lex_state = 0, .external_lex_state = 172}, [4802] = {.lex_state = 0, .external_lex_state = 171}, - [4803] = {.lex_state = 0, .external_lex_state = 176}, - [4804] = {.lex_state = 0, .external_lex_state = 170}, - [4805] = {.lex_state = 0, .external_lex_state = 172}, + [4803] = {.lex_state = 0, .external_lex_state = 167}, + [4804] = {.lex_state = 0, .external_lex_state = 171}, + [4805] = {.lex_state = 0, .external_lex_state = 171}, [4806] = {.lex_state = 0, .external_lex_state = 174}, - [4807] = {.lex_state = 0, .external_lex_state = 172}, - [4808] = {.lex_state = 0, .external_lex_state = 172}, - [4809] = {.lex_state = 0, .external_lex_state = 196}, - [4810] = {.lex_state = 0, .external_lex_state = 172}, - [4811] = {.lex_state = 0, .external_lex_state = 151}, - [4812] = {.lex_state = 0, .external_lex_state = 169}, + [4807] = {.lex_state = 0, .external_lex_state = 167}, + [4808] = {.lex_state = 0, .external_lex_state = 193}, + [4809] = {.lex_state = 0, .external_lex_state = 174}, + [4810] = {.lex_state = 0, .external_lex_state = 174}, + [4811] = {.lex_state = 0, .external_lex_state = 171}, + [4812] = {.lex_state = 0, .external_lex_state = 171}, [4813] = {.lex_state = 0, .external_lex_state = 174}, - [4814] = {.lex_state = 0, .external_lex_state = 172}, - [4815] = {.lex_state = 0, .external_lex_state = 168}, - [4816] = {.lex_state = 0, .external_lex_state = 170}, - [4817] = {.lex_state = 0, .external_lex_state = 169}, + [4814] = {.lex_state = 0, .external_lex_state = 171}, + [4815] = {.lex_state = 0, .external_lex_state = 174}, + [4816] = {.lex_state = 0, .external_lex_state = 171}, + [4817] = {.lex_state = 0, .external_lex_state = 171}, [4818] = {.lex_state = 0, .external_lex_state = 171}, - [4819] = {.lex_state = 0, .external_lex_state = 172}, - [4820] = {.lex_state = 0, .external_lex_state = 151}, + [4819] = {.lex_state = 0, .external_lex_state = 171}, + [4820] = {.lex_state = 0, .external_lex_state = 203}, [4821] = {.lex_state = 0, .external_lex_state = 171}, - [4822] = {.lex_state = 0, .external_lex_state = 196}, - [4823] = {.lex_state = 0, .external_lex_state = 151}, - [4824] = {.lex_state = 0, .external_lex_state = 168}, - [4825] = {.lex_state = 0, .external_lex_state = 170}, - [4826] = {.lex_state = 0, .external_lex_state = 171}, - [4827] = {.lex_state = 0, .external_lex_state = 170}, - [4828] = {.lex_state = 0, .external_lex_state = 171}, + [4822] = {.lex_state = 0, .external_lex_state = 174}, + [4823] = {.lex_state = 0, .external_lex_state = 167}, + [4824] = {.lex_state = 0, .external_lex_state = 174}, + [4825] = {.lex_state = 0, .external_lex_state = 149}, + [4826] = {.lex_state = 0, .external_lex_state = 167}, + [4827] = {.lex_state = 0, .external_lex_state = 167}, + [4828] = {.lex_state = 0, .external_lex_state = 174}, [4829] = {.lex_state = 0, .external_lex_state = 172}, [4830] = {.lex_state = 0, .external_lex_state = 171}, - [4831] = {.lex_state = 0, .external_lex_state = 171}, - [4832] = {.lex_state = 0, .external_lex_state = 171}, - [4833] = {.lex_state = 0, .external_lex_state = 196}, - [4834] = {.lex_state = 0, .external_lex_state = 171}, - [4835] = {.lex_state = 0, .external_lex_state = 203}, - [4836] = {.lex_state = 0, .external_lex_state = 170}, - [4837] = {.lex_state = 0, .external_lex_state = 196}, - [4838] = {.lex_state = 0, .external_lex_state = 170}, - [4839] = {.lex_state = 0, .external_lex_state = 199}, - [4840] = {.lex_state = 0, .external_lex_state = 172}, - [4841] = {.lex_state = 0, .external_lex_state = 169}, - [4842] = {.lex_state = 0, .external_lex_state = 204}, - [4843] = {.lex_state = 0, .external_lex_state = 151}, - [4844] = {.lex_state = 0, .external_lex_state = 151}, + [4831] = {.lex_state = 0, .external_lex_state = 167}, + [4832] = {.lex_state = 0, .external_lex_state = 149}, + [4833] = {.lex_state = 0, .external_lex_state = 171}, + [4834] = {.lex_state = 0, .external_lex_state = 174}, + [4835] = {.lex_state = 0, .external_lex_state = 171}, + [4836] = {.lex_state = 0, .external_lex_state = 193}, + [4837] = {.lex_state = 0, .external_lex_state = 171}, + [4838] = {.lex_state = 0, .external_lex_state = 172}, + [4839] = {.lex_state = 0, .external_lex_state = 171}, + [4840] = {.lex_state = 0, .external_lex_state = 174}, + [4841] = {.lex_state = 0, .external_lex_state = 171}, + [4842] = {.lex_state = 0, .external_lex_state = 171}, + [4843] = {.lex_state = 0, .external_lex_state = 171}, + [4844] = {.lex_state = 0, .external_lex_state = 171}, [4845] = {.lex_state = 0, .external_lex_state = 174}, - [4846] = {.lex_state = 0, .external_lex_state = 171}, - [4847] = {.lex_state = 0, .external_lex_state = 151}, - [4848] = {.lex_state = 0, .external_lex_state = 171}, - [4849] = {.lex_state = 0, .external_lex_state = 171}, - [4850] = {.lex_state = 0, .external_lex_state = 172}, - [4851] = {.lex_state = 0, .external_lex_state = 169}, - [4852] = {.lex_state = 0, .external_lex_state = 171}, - [4853] = {.lex_state = 0, .external_lex_state = 169}, - [4854] = {.lex_state = 0, .external_lex_state = 171}, - [4855] = {.lex_state = 0, .external_lex_state = 174}, - [4856] = {.lex_state = 0, .external_lex_state = 174}, - [4857] = {.lex_state = 0, .external_lex_state = 171}, + [4846] = {.lex_state = 0, .external_lex_state = 149}, + [4847] = {.lex_state = 0, .external_lex_state = 149}, + [4848] = {.lex_state = 0, .external_lex_state = 204}, + [4849] = {.lex_state = 0, .external_lex_state = 149}, + [4850] = {.lex_state = 0, .external_lex_state = 204}, + [4851] = {.lex_state = 0, .external_lex_state = 167}, + [4852] = {.lex_state = 0, .external_lex_state = 174}, + [4853] = {.lex_state = 0, .external_lex_state = 174}, + [4854] = {.lex_state = 0, .external_lex_state = 149}, + [4855] = {.lex_state = 0, .external_lex_state = 149}, + [4856] = {.lex_state = 0, .external_lex_state = 167}, + [4857] = {.lex_state = 0, .external_lex_state = 167}, [4858] = {.lex_state = 0, .external_lex_state = 171}, - [4859] = {.lex_state = 0, .external_lex_state = 174}, - [4860] = {.lex_state = 0, .external_lex_state = 172}, - [4861] = {.lex_state = 0, .external_lex_state = 174}, - [4862] = {.lex_state = 0, .external_lex_state = 197}, - [4863] = {.lex_state = 0, .external_lex_state = 170}, - [4864] = {.lex_state = 0, .external_lex_state = 172}, - [4865] = {.lex_state = 0, .external_lex_state = 169}, - [4866] = {.lex_state = 0, .external_lex_state = 169}, + [4859] = {.lex_state = 0, .external_lex_state = 193}, + [4860] = {.lex_state = 0, .external_lex_state = 193}, + [4861] = {.lex_state = 0, .external_lex_state = 167}, + [4862] = {.lex_state = 0, .external_lex_state = 174}, + [4863] = {.lex_state = 0, .external_lex_state = 149}, + [4864] = {.lex_state = 0, .external_lex_state = 174}, + [4865] = {.lex_state = 0, .external_lex_state = 149}, + [4866] = {.lex_state = 0, .external_lex_state = 149}, [4867] = {.lex_state = 0, .external_lex_state = 174}, - [4868] = {.lex_state = 0, .external_lex_state = 198}, - [4869] = {.lex_state = 0, .external_lex_state = 174}, + [4868] = {.lex_state = 0, .external_lex_state = 167}, + [4869] = {.lex_state = 0, .external_lex_state = 167}, [4870] = {.lex_state = 0, .external_lex_state = 174}, - [4871] = {.lex_state = 0, .external_lex_state = 172}, + [4871] = {.lex_state = 0, .external_lex_state = 174}, [4872] = {.lex_state = 0, .external_lex_state = 170}, - [4873] = {.lex_state = 0, .external_lex_state = 174}, - [4874] = {.lex_state = 0, .external_lex_state = 171}, - [4875] = {.lex_state = 0, .external_lex_state = 171}, - [4876] = {.lex_state = 0, .external_lex_state = 174}, - [4877] = {.lex_state = 0, .external_lex_state = 170}, - [4878] = {.lex_state = 0, .external_lex_state = 174}, - [4879] = {.lex_state = 0, .external_lex_state = 174}, - [4880] = {.lex_state = 0, .external_lex_state = 174}, - [4881] = {.lex_state = 0, .external_lex_state = 174}, - [4882] = {.lex_state = 0, .external_lex_state = 174}, - [4883] = {.lex_state = 0, .external_lex_state = 205}, - [4884] = {.lex_state = 0, .external_lex_state = 176}, - [4885] = {.lex_state = 0, .external_lex_state = 176}, - [4886] = {.lex_state = 0, .external_lex_state = 176}, - [4887] = {.lex_state = 0, .external_lex_state = 205}, - [4888] = {.lex_state = 0, .external_lex_state = 176}, - [4889] = {.lex_state = 0, .external_lex_state = 176}, - [4890] = {.lex_state = 0, .external_lex_state = 205}, - [4891] = {.lex_state = 0, .external_lex_state = 176}, - [4892] = {.lex_state = 0, .external_lex_state = 176}, - [4893] = {.lex_state = 0, .external_lex_state = 176}, - [4894] = {.lex_state = 0, .external_lex_state = 176}, - [4895] = {.lex_state = 0, .external_lex_state = 176}, - [4896] = {.lex_state = 0, .external_lex_state = 176}, + [4873] = {.lex_state = 0, .external_lex_state = 200}, + [4874] = {.lex_state = 0, .external_lex_state = 200}, + [4875] = {.lex_state = 0, .external_lex_state = 149}, + [4876] = {.lex_state = 0, .external_lex_state = 167}, + [4877] = {.lex_state = 0, .external_lex_state = 149}, + [4878] = {.lex_state = 0, .external_lex_state = 167}, + [4879] = {.lex_state = 0, .external_lex_state = 167}, + [4880] = {.lex_state = 0, .external_lex_state = 171}, + [4881] = {.lex_state = 0, .external_lex_state = 149}, + [4882] = {.lex_state = 0, .external_lex_state = 149}, + [4883] = {.lex_state = 0, .external_lex_state = 174}, + [4884] = {.lex_state = 0, .external_lex_state = 170}, + [4885] = {.lex_state = 0, .external_lex_state = 149}, + [4886] = {.lex_state = 0, .external_lex_state = 149}, + [4887] = {.lex_state = 0, .external_lex_state = 167}, + [4888] = {.lex_state = 0, .external_lex_state = 198}, + [4889] = {.lex_state = 0, .external_lex_state = 149}, + [4890] = {.lex_state = 0, .external_lex_state = 167}, + [4891] = {.lex_state = 0, .external_lex_state = 177}, + [4892] = {.lex_state = 0, .external_lex_state = 198}, + [4893] = {.lex_state = 0, .external_lex_state = 203}, + [4894] = {.lex_state = 0, .external_lex_state = 203}, + [4895] = {.lex_state = 0, .external_lex_state = 198}, + [4896] = {.lex_state = 0, .external_lex_state = 167}, [4897] = {.lex_state = 0, .external_lex_state = 205}, - [4898] = {.lex_state = 0, .external_lex_state = 205}, - [4899] = {.lex_state = 0, .external_lex_state = 202}, - [4900] = {.lex_state = 0, .external_lex_state = 176}, - [4901] = {.lex_state = 0, .external_lex_state = 176}, - [4902] = {.lex_state = 0, .external_lex_state = 176}, - [4903] = {.lex_state = 0, .external_lex_state = 202}, - [4904] = {.lex_state = 0, .external_lex_state = 176}, - [4905] = {.lex_state = 0, .external_lex_state = 176}, - [4906] = {.lex_state = 0, .external_lex_state = 176}, - [4907] = {.lex_state = 0, .external_lex_state = 176}, - [4908] = {.lex_state = 0, .external_lex_state = 176}, - [4909] = {.lex_state = 0, .external_lex_state = 205}, - [4910] = {.lex_state = 0, .external_lex_state = 205}, - [4911] = {.lex_state = 0, .external_lex_state = 202}, - [4912] = {.lex_state = 0, .external_lex_state = 198}, - [4913] = {.lex_state = 0, .external_lex_state = 198}, - [4914] = {.lex_state = 0, .external_lex_state = 198}, + [4898] = {.lex_state = 0, .external_lex_state = 203}, + [4899] = {.lex_state = 0, .external_lex_state = 205}, + [4900] = {.lex_state = 0, .external_lex_state = 167}, + [4901] = {.lex_state = 0, .external_lex_state = 167}, + [4902] = {.lex_state = 0, .external_lex_state = 198}, + [4903] = {.lex_state = 0, .external_lex_state = 198}, + [4904] = {.lex_state = 0, .external_lex_state = 167}, + [4905] = {.lex_state = 0, .external_lex_state = 167}, + [4906] = {.lex_state = 0, .external_lex_state = 198}, + [4907] = {.lex_state = 0, .external_lex_state = 177}, + [4908] = {.lex_state = 0, .external_lex_state = 167}, + [4909] = {.lex_state = 0, .external_lex_state = 177}, + [4910] = {.lex_state = 2, .external_lex_state = 153}, + [4911] = {.lex_state = 0, .external_lex_state = 177}, + [4912] = {.lex_state = 0, .external_lex_state = 175}, + [4913] = {.lex_state = 0, .external_lex_state = 203}, + [4914] = {.lex_state = 0, .external_lex_state = 205}, [4915] = {.lex_state = 0, .external_lex_state = 205}, - [4916] = {.lex_state = 0, .external_lex_state = 206}, - [4917] = {.lex_state = 0, .external_lex_state = 176}, - [4918] = {.lex_state = 0, .external_lex_state = 176}, - [4919] = {.lex_state = 0, .external_lex_state = 176}, - [4920] = {.lex_state = 0, .external_lex_state = 176}, + [4916] = {.lex_state = 0, .external_lex_state = 198}, + [4917] = {.lex_state = 0, .external_lex_state = 205}, + [4918] = {.lex_state = 0, .external_lex_state = 205}, + [4919] = {.lex_state = 0, .external_lex_state = 177}, + [4920] = {.lex_state = 0, .external_lex_state = 205}, [4921] = {.lex_state = 0, .external_lex_state = 205}, - [4922] = {.lex_state = 0, .external_lex_state = 176}, - [4923] = {.lex_state = 0, .external_lex_state = 171}, - [4924] = {.lex_state = 0, .external_lex_state = 207}, - [4925] = {.lex_state = 0, .external_lex_state = 175}, - [4926] = {.lex_state = 0, .external_lex_state = 202}, - [4927] = {.lex_state = 0, .external_lex_state = 171}, - [4928] = {.lex_state = 0, .external_lex_state = 171}, - [4929] = {.lex_state = 0, .external_lex_state = 176}, - [4930] = {.lex_state = 0, .external_lex_state = 202}, + [4922] = {.lex_state = 0, .external_lex_state = 177}, + [4923] = {.lex_state = 0, .external_lex_state = 193}, + [4924] = {.lex_state = 0, .external_lex_state = 198}, + [4925] = {.lex_state = 0, .external_lex_state = 205}, + [4926] = {.lex_state = 0, .external_lex_state = 205}, + [4927] = {.lex_state = 0, .external_lex_state = 177}, + [4928] = {.lex_state = 0, .external_lex_state = 206}, + [4929] = {.lex_state = 0, .external_lex_state = 198}, + [4930] = {.lex_state = 0, .external_lex_state = 205}, [4931] = {.lex_state = 0, .external_lex_state = 205}, - [4932] = {.lex_state = 0, .external_lex_state = 205}, - [4933] = {.lex_state = 0, .external_lex_state = 206}, - [4934] = {.lex_state = 0, .external_lex_state = 198}, - [4935] = {.lex_state = 0, .external_lex_state = 205}, - [4936] = {.lex_state = 0, .external_lex_state = 202}, - [4937] = {.lex_state = 0, .external_lex_state = 202}, - [4938] = {.lex_state = 0, .external_lex_state = 198}, - [4939] = {.lex_state = 0, .external_lex_state = 198}, - [4940] = {.lex_state = 0, .external_lex_state = 176}, - [4941] = {.lex_state = 0, .external_lex_state = 198}, - [4942] = {.lex_state = 0, .external_lex_state = 176}, - [4943] = {.lex_state = 0, .external_lex_state = 171}, - [4944] = {.lex_state = 0, .external_lex_state = 196}, - [4945] = {.lex_state = 0, .external_lex_state = 198}, - [4946] = {.lex_state = 0, .external_lex_state = 171}, - [4947] = {.lex_state = 0, .external_lex_state = 198}, - [4948] = {.lex_state = 0, .external_lex_state = 198}, - [4949] = {.lex_state = 0, .external_lex_state = 171}, - [4950] = {.lex_state = 0, .external_lex_state = 198}, - [4951] = {.lex_state = 0, .external_lex_state = 179}, - [4952] = {.lex_state = 0, .external_lex_state = 176}, - [4953] = {.lex_state = 0, .external_lex_state = 198}, - [4954] = {.lex_state = 2, .external_lex_state = 153}, - [4955] = {.lex_state = 0, .external_lex_state = 176}, - [4956] = {.lex_state = 0, .external_lex_state = 198}, - [4957] = {.lex_state = 0, .external_lex_state = 206}, - [4958] = {.lex_state = 0, .external_lex_state = 204}, - [4959] = {.lex_state = 0, .external_lex_state = 174}, - [4960] = {.lex_state = 0, .external_lex_state = 208}, - [4961] = {.lex_state = 0, .external_lex_state = 203}, - [4962] = {.lex_state = 0, .external_lex_state = 209}, + [4932] = {.lex_state = 0, .external_lex_state = 177}, + [4933] = {.lex_state = 0, .external_lex_state = 177}, + [4934] = {.lex_state = 0, .external_lex_state = 177}, + [4935] = {.lex_state = 0, .external_lex_state = 177}, + [4936] = {.lex_state = 0, .external_lex_state = 177}, + [4937] = {.lex_state = 0, .external_lex_state = 203}, + [4938] = {.lex_state = 0, .external_lex_state = 177}, + [4939] = {.lex_state = 0, .external_lex_state = 177}, + [4940] = {.lex_state = 0, .external_lex_state = 177}, + [4941] = {.lex_state = 0, .external_lex_state = 177}, + [4942] = {.lex_state = 0, .external_lex_state = 177}, + [4943] = {.lex_state = 0, .external_lex_state = 177}, + [4944] = {.lex_state = 0, .external_lex_state = 177}, + [4945] = {.lex_state = 0, .external_lex_state = 177}, + [4946] = {.lex_state = 0, .external_lex_state = 198}, + [4947] = {.lex_state = 0, .external_lex_state = 177}, + [4948] = {.lex_state = 0, .external_lex_state = 207}, + [4949] = {.lex_state = 0, .external_lex_state = 198}, + [4950] = {.lex_state = 0, .external_lex_state = 179}, + [4951] = {.lex_state = 0, .external_lex_state = 198}, + [4952] = {.lex_state = 0, .external_lex_state = 177}, + [4953] = {.lex_state = 0, .external_lex_state = 177}, + [4954] = {.lex_state = 0, .external_lex_state = 177}, + [4955] = {.lex_state = 0, .external_lex_state = 177}, + [4956] = {.lex_state = 0, .external_lex_state = 203}, + [4957] = {.lex_state = 0, .external_lex_state = 198}, + [4958] = {.lex_state = 0, .external_lex_state = 203}, + [4959] = {.lex_state = 0, .external_lex_state = 177}, + [4960] = {.lex_state = 0, .external_lex_state = 177}, + [4961] = {.lex_state = 0, .external_lex_state = 198}, + [4962] = {.lex_state = 0, .external_lex_state = 207}, [4963] = {.lex_state = 0, .external_lex_state = 207}, - [4964] = {.lex_state = 0, .external_lex_state = 210}, - [4965] = {.lex_state = 0, .external_lex_state = 203}, - [4966] = {.lex_state = 0, .external_lex_state = 204}, - [4967] = {.lex_state = 3, .external_lex_state = 175}, - [4968] = {.lex_state = 0, .external_lex_state = 211}, - [4969] = {.lex_state = 0, .external_lex_state = 212}, - [4970] = {.lex_state = 0, .external_lex_state = 203}, - [4971] = {.lex_state = 0, .external_lex_state = 213}, - [4972] = {.lex_state = 0, .external_lex_state = 211}, - [4973] = {.lex_state = 0, .external_lex_state = 214}, - [4974] = {.lex_state = 0, .external_lex_state = 211}, - [4975] = {.lex_state = 0, .external_lex_state = 187}, - [4976] = {.lex_state = 0, .external_lex_state = 215}, - [4977] = {.lex_state = 0, .external_lex_state = 216}, - [4978] = {.lex_state = 0, .external_lex_state = 207}, - [4979] = {.lex_state = 0, .external_lex_state = 179}, - [4980] = {.lex_state = 0, .external_lex_state = 217}, - [4981] = {.lex_state = 0, .external_lex_state = 179}, - [4982] = {.lex_state = 0, .external_lex_state = 207}, - [4983] = {.lex_state = 0, .external_lex_state = 218}, - [4984] = {.lex_state = 0, .external_lex_state = 219}, - [4985] = {.lex_state = 0, .external_lex_state = 220}, - [4986] = {.lex_state = 0, .external_lex_state = 207}, - [4987] = {.lex_state = 0, .external_lex_state = 220}, - [4988] = {.lex_state = 0, .external_lex_state = 174}, - [4989] = {.lex_state = 0, .external_lex_state = 198}, - [4990] = {.lex_state = 0, .external_lex_state = 189}, - [4991] = {.lex_state = 0, .external_lex_state = 218}, - [4992] = {.lex_state = 0, .external_lex_state = 213}, + [4964] = {.lex_state = 0, .external_lex_state = 177}, + [4965] = {.lex_state = 0, .external_lex_state = 177}, + [4966] = {.lex_state = 0, .external_lex_state = 208}, + [4967] = {.lex_state = 0, .external_lex_state = 179}, + [4968] = {.lex_state = 0, .external_lex_state = 189}, + [4969] = {.lex_state = 0, .external_lex_state = 179}, + [4970] = {.lex_state = 0, .external_lex_state = 209}, + [4971] = {.lex_state = 0, .external_lex_state = 199}, + [4972] = {.lex_state = 0, .external_lex_state = 199}, + [4973] = {.lex_state = 0, .external_lex_state = 206}, + [4974] = {.lex_state = 0, .external_lex_state = 206}, + [4975] = {.lex_state = 0, .external_lex_state = 206}, + [4976] = {.lex_state = 0, .external_lex_state = 171}, + [4977] = {.lex_state = 0, .external_lex_state = 206}, + [4978] = {.lex_state = 0, .external_lex_state = 206}, + [4979] = {.lex_state = 0, .external_lex_state = 206}, + [4980] = {.lex_state = 0, .external_lex_state = 210}, + [4981] = {.lex_state = 0, .external_lex_state = 211}, + [4982] = {.lex_state = 0, .external_lex_state = 206}, + [4983] = {.lex_state = 0, .external_lex_state = 206}, + [4984] = {.lex_state = 0, .external_lex_state = 212}, + [4985] = {.lex_state = 0, .external_lex_state = 208}, + [4986] = {.lex_state = 0, .external_lex_state = 213}, + [4987] = {.lex_state = 0, .external_lex_state = 186}, + [4988] = {.lex_state = 0, .external_lex_state = 179}, + [4989] = {.lex_state = 0, .external_lex_state = 212}, + [4990] = {.lex_state = 0, .external_lex_state = 208}, + [4991] = {.lex_state = 0, .external_lex_state = 171}, + [4992] = {.lex_state = 0, .external_lex_state = 199}, [4993] = {.lex_state = 0, .external_lex_state = 214}, - [4994] = {.lex_state = 0, .external_lex_state = 211}, - [4995] = {.lex_state = 0, .external_lex_state = 207}, - [4996] = {.lex_state = 0, .external_lex_state = 211}, - [4997] = {.lex_state = 0, .external_lex_state = 207}, - [4998] = {.lex_state = 0, .external_lex_state = 213}, - [4999] = {.lex_state = 0, .external_lex_state = 174}, - [5000] = {.lex_state = 0, .external_lex_state = 211}, - [5001] = {.lex_state = 0, .external_lex_state = 218}, - [5002] = {.lex_state = 0, .external_lex_state = 187}, - [5003] = {.lex_state = 0, .external_lex_state = 218}, - [5004] = {.lex_state = 0, .external_lex_state = 207}, - [5005] = {.lex_state = 0, .external_lex_state = 204}, - [5006] = {.lex_state = 0, .external_lex_state = 211}, - [5007] = {.lex_state = 0, .external_lex_state = 179}, - [5008] = {.lex_state = 0, .external_lex_state = 179}, - [5009] = {.lex_state = 0, .external_lex_state = 218}, - [5010] = {.lex_state = 0, .external_lex_state = 218}, + [4994] = {.lex_state = 0, .external_lex_state = 206}, + [4995] = {.lex_state = 0, .external_lex_state = 212}, + [4996] = {.lex_state = 0, .external_lex_state = 212}, + [4997] = {.lex_state = 0, .external_lex_state = 212}, + [4998] = {.lex_state = 0, .external_lex_state = 215}, + [4999] = {.lex_state = 0, .external_lex_state = 216}, + [5000] = {.lex_state = 0, .external_lex_state = 212}, + [5001] = {.lex_state = 0, .external_lex_state = 179}, + [5002] = {.lex_state = 0, .external_lex_state = 179}, + [5003] = {.lex_state = 0, .external_lex_state = 217}, + [5004] = {.lex_state = 0, .external_lex_state = 197}, + [5005] = {.lex_state = 0, .external_lex_state = 197}, + [5006] = {.lex_state = 0, .external_lex_state = 206}, + [5007] = {.lex_state = 0, .external_lex_state = 206}, + [5008] = {.lex_state = 0, .external_lex_state = 212}, + [5009] = {.lex_state = 0, .external_lex_state = 179}, + [5010] = {.lex_state = 0, .external_lex_state = 209}, [5011] = {.lex_state = 0, .external_lex_state = 218}, - [5012] = {.lex_state = 0, .external_lex_state = 218}, - [5013] = {.lex_state = 0, .external_lex_state = 179}, - [5014] = {.lex_state = 0, .external_lex_state = 219}, - [5015] = {.lex_state = 0, .external_lex_state = 213}, - [5016] = {.lex_state = 0, .external_lex_state = 218}, + [5012] = {.lex_state = 0, .external_lex_state = 211}, + [5013] = {.lex_state = 0, .external_lex_state = 208}, + [5014] = {.lex_state = 0, .external_lex_state = 206}, + [5015] = {.lex_state = 0, .external_lex_state = 211}, + [5016] = {.lex_state = 0, .external_lex_state = 171}, [5017] = {.lex_state = 0, .external_lex_state = 179}, [5018] = {.lex_state = 0, .external_lex_state = 179}, - [5019] = {.lex_state = 0, .external_lex_state = 218}, - [5020] = {.lex_state = 0, .external_lex_state = 213}, - [5021] = {.lex_state = 0, .external_lex_state = 175}, + [5019] = {.lex_state = 3, .external_lex_state = 175}, + [5020] = {.lex_state = 0, .external_lex_state = 179}, + [5021] = {.lex_state = 0, .external_lex_state = 218}, [5022] = {.lex_state = 0, .external_lex_state = 179}, [5023] = {.lex_state = 0, .external_lex_state = 179}, - [5024] = {.lex_state = 0, .external_lex_state = 218}, - [5025] = {.lex_state = 0, .external_lex_state = 179}, - [5026] = {.lex_state = 0, .external_lex_state = 179}, - [5027] = {.lex_state = 0, .external_lex_state = 179}, - [5028] = {.lex_state = 0, .external_lex_state = 179}, - [5029] = {.lex_state = 0, .external_lex_state = 179}, + [5024] = {.lex_state = 0, .external_lex_state = 186}, + [5025] = {.lex_state = 0, .external_lex_state = 208}, + [5026] = {.lex_state = 0, .external_lex_state = 175}, + [5027] = {.lex_state = 0, .external_lex_state = 211}, + [5028] = {.lex_state = 0, .external_lex_state = 212}, + [5029] = {.lex_state = 0, .external_lex_state = 219}, [5030] = {.lex_state = 0, .external_lex_state = 179}, [5031] = {.lex_state = 0, .external_lex_state = 179}, - [5032] = {.lex_state = 0, .external_lex_state = 179}, - [5033] = {.lex_state = 0, .external_lex_state = 207}, - [5034] = {.lex_state = 0, .external_lex_state = 220}, - [5035] = {.lex_state = 0, .external_lex_state = 179}, - [5036] = {.lex_state = 0, .external_lex_state = 193}, - [5037] = {.lex_state = 0, .external_lex_state = 193}, - [5038] = {.lex_state = 0, .external_lex_state = 179}, - [5039] = {.lex_state = 0, .external_lex_state = 220}, - [5040] = {.lex_state = 0, .external_lex_state = 218}, - [5041] = {.lex_state = 0, .external_lex_state = 207}, - [5042] = {.lex_state = 0, .external_lex_state = 175}, - [5043] = {.lex_state = 0, .external_lex_state = 179}, - [5044] = {.lex_state = 0, .external_lex_state = 218}, - [5045] = {.lex_state = 0, .external_lex_state = 213}, - [5046] = {.lex_state = 0, .external_lex_state = 179}, - [5047] = {.lex_state = 0, .external_lex_state = 218}, - [5048] = {.lex_state = 0, .external_lex_state = 179}, - [5049] = {.lex_state = 0, .external_lex_state = 207}, - [5050] = {.lex_state = 0, .external_lex_state = 187}, - [5051] = {.lex_state = 0, .external_lex_state = 207}, - [5052] = {.lex_state = 0, .external_lex_state = 179}, + [5032] = {.lex_state = 0, .external_lex_state = 197}, + [5033] = {.lex_state = 0, .external_lex_state = 179}, + [5034] = {.lex_state = 0, .external_lex_state = 206}, + [5035] = {.lex_state = 0, .external_lex_state = 206}, + [5036] = {.lex_state = 0, .external_lex_state = 194}, + [5037] = {.lex_state = 0, .external_lex_state = 179}, + [5038] = {.lex_state = 0, .external_lex_state = 209}, + [5039] = {.lex_state = 0, .external_lex_state = 179}, + [5040] = {.lex_state = 0, .external_lex_state = 194}, + [5041] = {.lex_state = 0, .external_lex_state = 179}, + [5042] = {.lex_state = 0, .external_lex_state = 212}, + [5043] = {.lex_state = 0, .external_lex_state = 212}, + [5044] = {.lex_state = 0, .external_lex_state = 216}, + [5045] = {.lex_state = 0, .external_lex_state = 175}, + [5046] = {.lex_state = 0, .external_lex_state = 212}, + [5047] = {.lex_state = 0, .external_lex_state = 209}, + [5048] = {.lex_state = 0, .external_lex_state = 212}, + [5049] = {.lex_state = 0, .external_lex_state = 212}, + [5050] = {.lex_state = 0, .external_lex_state = 208}, + [5051] = {.lex_state = 0, .external_lex_state = 179}, + [5052] = {.lex_state = 0, .external_lex_state = 208}, [5053] = {.lex_state = 0, .external_lex_state = 179}, - [5054] = {.lex_state = 0, .external_lex_state = 193}, - [5055] = {.lex_state = 0, .external_lex_state = 207}, + [5054] = {.lex_state = 0, .external_lex_state = 186}, + [5055] = {.lex_state = 0, .external_lex_state = 179}, [5056] = {.lex_state = 0, .external_lex_state = 179}, [5057] = {.lex_state = 0, .external_lex_state = 179}, - [5058] = {.lex_state = 0, .external_lex_state = 218}, - [5059] = {.lex_state = 0, .external_lex_state = 218}, - [5060] = {.lex_state = 0, .external_lex_state = 207}, - [5061] = {.lex_state = 0, .external_lex_state = 207}, + [5058] = {.lex_state = 0, .external_lex_state = 179}, + [5059] = {.lex_state = 0, .external_lex_state = 179}, + [5060] = {.lex_state = 0, .external_lex_state = 206}, + [5061] = {.lex_state = 0, .external_lex_state = 212}, [5062] = {.lex_state = 0, .external_lex_state = 179}, - [5063] = {.lex_state = 0, .external_lex_state = 179}, - [5064] = {.lex_state = 0, .external_lex_state = 216}, - [5065] = {.lex_state = 0, .external_lex_state = 218}, + [5063] = {.lex_state = 0, .external_lex_state = 198}, + [5064] = {.lex_state = 0, .external_lex_state = 209}, + [5065] = {.lex_state = 0, .external_lex_state = 212}, [5066] = {.lex_state = 0, .external_lex_state = 179}, - [5067] = {.lex_state = 0, .external_lex_state = 218}, - [5068] = {.lex_state = 0, .external_lex_state = 218}, - [5069] = {.lex_state = 0, .external_lex_state = 207}, - [5070] = {.lex_state = 0, .external_lex_state = 218}, - [5071] = {.lex_state = 0, .external_lex_state = 221}, - [5072] = {.lex_state = 0, .external_lex_state = 222}, - [5073] = {.lex_state = 0, .external_lex_state = 175}, - [5074] = {.lex_state = 0, .external_lex_state = 175}, - [5075] = {.lex_state = 0, .external_lex_state = 175}, - [5076] = {.lex_state = 0, .external_lex_state = 175}, - [5077] = {.lex_state = 0, .external_lex_state = 175}, - [5078] = {.lex_state = 0, .external_lex_state = 175}, + [5067] = {.lex_state = 0, .external_lex_state = 179}, + [5068] = {.lex_state = 0, .external_lex_state = 220}, + [5069] = {.lex_state = 0, .external_lex_state = 194}, + [5070] = {.lex_state = 0, .external_lex_state = 212}, + [5071] = {.lex_state = 0, .external_lex_state = 209}, + [5072] = {.lex_state = 0, .external_lex_state = 179}, + [5073] = {.lex_state = 0, .external_lex_state = 179}, + [5074] = {.lex_state = 0, .external_lex_state = 212}, + [5075] = {.lex_state = 0, .external_lex_state = 212}, + [5076] = {.lex_state = 0, .external_lex_state = 215}, + [5077] = {.lex_state = 0, .external_lex_state = 212}, + [5078] = {.lex_state = 0, .external_lex_state = 212}, [5079] = {.lex_state = 0, .external_lex_state = 175}, [5080] = {.lex_state = 0, .external_lex_state = 175}, [5081] = {.lex_state = 0, .external_lex_state = 175}, - [5082] = {.lex_state = 0, .external_lex_state = 187}, - [5083] = {.lex_state = 0, .external_lex_state = 169}, + [5082] = {.lex_state = 0, .external_lex_state = 175}, + [5083] = {.lex_state = 0, .external_lex_state = 221}, [5084] = {.lex_state = 0, .external_lex_state = 175}, - [5085] = {.lex_state = 0, .external_lex_state = 175}, - [5086] = {.lex_state = 0, .external_lex_state = 175}, - [5087] = {.lex_state = 0, .external_lex_state = 175}, + [5085] = {.lex_state = 0, .external_lex_state = 222}, + [5086] = {.lex_state = 0, .external_lex_state = 223}, + [5087] = {.lex_state = 0, .external_lex_state = 224}, [5088] = {.lex_state = 0, .external_lex_state = 175}, [5089] = {.lex_state = 0, .external_lex_state = 175}, - [5090] = {.lex_state = 0, .external_lex_state = 221}, + [5090] = {.lex_state = 0, .external_lex_state = 175}, [5091] = {.lex_state = 0, .external_lex_state = 175}, [5092] = {.lex_state = 0, .external_lex_state = 175}, - [5093] = {.lex_state = 0, .external_lex_state = 223}, + [5093] = {.lex_state = 0, .external_lex_state = 174}, [5094] = {.lex_state = 0, .external_lex_state = 175}, - [5095] = {.lex_state = 0, .external_lex_state = 221}, + [5095] = {.lex_state = 0, .external_lex_state = 175}, [5096] = {.lex_state = 0, .external_lex_state = 175}, - [5097] = {.lex_state = 0, .external_lex_state = 175}, + [5097] = {.lex_state = 0, .external_lex_state = 221}, [5098] = {.lex_state = 0, .external_lex_state = 175}, - [5099] = {.lex_state = 0, .external_lex_state = 224}, - [5100] = {.lex_state = 0, .external_lex_state = 175}, - [5101] = {.lex_state = 0, .external_lex_state = 175}, - [5102] = {.lex_state = 0, .external_lex_state = 175}, - [5103] = {.lex_state = 0, .external_lex_state = 225}, - [5104] = {.lex_state = 0, .external_lex_state = 175}, - [5105] = {.lex_state = 0, .external_lex_state = 175}, - [5106] = {.lex_state = 0, .external_lex_state = 175}, - [5107] = {.lex_state = 0, .external_lex_state = 224}, - [5108] = {.lex_state = 0, .external_lex_state = 222}, - [5109] = {.lex_state = 0, .external_lex_state = 185}, + [5099] = {.lex_state = 0, .external_lex_state = 175}, + [5100] = {.lex_state = 0, .external_lex_state = 225}, + [5101] = {.lex_state = 0, .external_lex_state = 186}, + [5102] = {.lex_state = 0, .external_lex_state = 226}, + [5103] = {.lex_state = 0, .external_lex_state = 175}, + [5104] = {.lex_state = 0, .external_lex_state = 227}, + [5105] = {.lex_state = 0, .external_lex_state = 221}, + [5106] = {.lex_state = 0, .external_lex_state = 226}, + [5107] = {.lex_state = 0, .external_lex_state = 226}, + [5108] = {.lex_state = 0, .external_lex_state = 175}, + [5109] = {.lex_state = 0, .external_lex_state = 174}, [5110] = {.lex_state = 0, .external_lex_state = 175}, [5111] = {.lex_state = 0, .external_lex_state = 175}, - [5112] = {.lex_state = 0, .external_lex_state = 226}, + [5112] = {.lex_state = 0, .external_lex_state = 175}, [5113] = {.lex_state = 0, .external_lex_state = 175}, - [5114] = {.lex_state = 0, .external_lex_state = 175}, - [5115] = {.lex_state = 0, .external_lex_state = 175}, + [5114] = {.lex_state = 0, .external_lex_state = 224}, + [5115] = {.lex_state = 0, .external_lex_state = 211}, [5116] = {.lex_state = 0, .external_lex_state = 175}, - [5117] = {.lex_state = 0, .external_lex_state = 227}, + [5117] = {.lex_state = 0, .external_lex_state = 175}, [5118] = {.lex_state = 0, .external_lex_state = 175}, [5119] = {.lex_state = 0, .external_lex_state = 175}, [5120] = {.lex_state = 0, .external_lex_state = 175}, [5121] = {.lex_state = 0, .external_lex_state = 175}, [5122] = {.lex_state = 0, .external_lex_state = 175}, [5123] = {.lex_state = 0, .external_lex_state = 175}, - [5124] = {.lex_state = 0, .external_lex_state = 175}, - [5125] = {.lex_state = 0, .external_lex_state = 228}, + [5124] = {.lex_state = 0, .external_lex_state = 228}, + [5125] = {.lex_state = 0, .external_lex_state = 175}, [5126] = {.lex_state = 0, .external_lex_state = 175}, - [5127] = {.lex_state = 0, .external_lex_state = 175}, + [5127] = {.lex_state = 0, .external_lex_state = 223}, [5128] = {.lex_state = 0, .external_lex_state = 175}, - [5129] = {.lex_state = 0, .external_lex_state = 220}, + [5129] = {.lex_state = 0, .external_lex_state = 175}, [5130] = {.lex_state = 0, .external_lex_state = 175}, - [5131] = {.lex_state = 0, .external_lex_state = 227}, - [5132] = {.lex_state = 0, .external_lex_state = 169}, - [5133] = {.lex_state = 0, .external_lex_state = 222}, + [5131] = {.lex_state = 0, .external_lex_state = 175}, + [5132] = {.lex_state = 0, .external_lex_state = 175}, + [5133] = {.lex_state = 0, .external_lex_state = 175}, [5134] = {.lex_state = 0, .external_lex_state = 175}, [5135] = {.lex_state = 0, .external_lex_state = 175}, [5136] = {.lex_state = 0, .external_lex_state = 175}, - [5137] = {.lex_state = 0, .external_lex_state = 229}, - [5138] = {.lex_state = 0, .external_lex_state = 227}, + [5137] = {.lex_state = 0, .external_lex_state = 175}, + [5138] = {.lex_state = 0, .external_lex_state = 175}, [5139] = {.lex_state = 0, .external_lex_state = 175}, - [5140] = {.lex_state = 0, .external_lex_state = 221}, - [5141] = {.lex_state = 0, .external_lex_state = 175}, - [5142] = {.lex_state = 0, .external_lex_state = 175}, + [5140] = {.lex_state = 0, .external_lex_state = 229}, + [5141] = {.lex_state = 0, .external_lex_state = 171}, + [5142] = {.lex_state = 0, .external_lex_state = 226}, [5143] = {.lex_state = 0, .external_lex_state = 175}, [5144] = {.lex_state = 0, .external_lex_state = 175}, [5145] = {.lex_state = 0, .external_lex_state = 175}, [5146] = {.lex_state = 0, .external_lex_state = 175}, - [5147] = {.lex_state = 0, .external_lex_state = 222}, - [5148] = {.lex_state = 0, .external_lex_state = 174}, + [5147] = {.lex_state = 0, .external_lex_state = 223}, + [5148] = {.lex_state = 0, .external_lex_state = 175}, [5149] = {.lex_state = 0, .external_lex_state = 175}, [5150] = {.lex_state = 0, .external_lex_state = 175}, - [5151] = {.lex_state = 0, .external_lex_state = 227}, + [5151] = {.lex_state = 0, .external_lex_state = 175}, [5152] = {.lex_state = 0, .external_lex_state = 175}, - [5153] = {.lex_state = 0, .external_lex_state = 175}, + [5153] = {.lex_state = 0, .external_lex_state = 223}, [5154] = {.lex_state = 0, .external_lex_state = 175}, [5155] = {.lex_state = 0, .external_lex_state = 175}, [5156] = {.lex_state = 0, .external_lex_state = 175}, - [5157] = {.lex_state = 0, .external_lex_state = 222}, + [5157] = {.lex_state = 0, .external_lex_state = 175}, [5158] = {.lex_state = 0, .external_lex_state = 175}, [5159] = {.lex_state = 0, .external_lex_state = 175}, - [5160] = {.lex_state = 0, .external_lex_state = 175}, + [5160] = {.lex_state = 0, .external_lex_state = 223}, [5161] = {.lex_state = 0, .external_lex_state = 175}, - [5162] = {.lex_state = 0, .external_lex_state = 230}, - [5163] = {.lex_state = 0, .external_lex_state = 175}, - [5164] = {.lex_state = 0, .external_lex_state = 175}, - [5165] = {.lex_state = 0, .external_lex_state = 231}, - [5166] = {.lex_state = 0, .external_lex_state = 232}, - [5167] = {.lex_state = 0, .external_lex_state = 187}, - [5168] = {.lex_state = 0, .external_lex_state = 233}, - [5169] = {.lex_state = 0, .external_lex_state = 193}, - [5170] = {.lex_state = 0, .external_lex_state = 234}, - [5171] = {.lex_state = 0, .external_lex_state = 232}, - [5172] = {.lex_state = 0, .external_lex_state = 232}, - [5173] = {.lex_state = 0, .external_lex_state = 229}, - [5174] = {.lex_state = 0, .external_lex_state = 232}, - [5175] = {.lex_state = 0, .external_lex_state = 231}, - [5176] = {.lex_state = 0, .external_lex_state = 175}, - [5177] = {.lex_state = 0, .external_lex_state = 175}, - [5178] = {.lex_state = 0, .external_lex_state = 221}, - [5179] = {.lex_state = 0, .external_lex_state = 234}, - [5180] = {.lex_state = 0, .external_lex_state = 231}, + [5162] = {.lex_state = 0, .external_lex_state = 175}, + [5163] = {.lex_state = 0, .external_lex_state = 185}, + [5164] = {.lex_state = 0, .external_lex_state = 221}, + [5165] = {.lex_state = 0, .external_lex_state = 175}, + [5166] = {.lex_state = 0, .external_lex_state = 175}, + [5167] = {.lex_state = 0, .external_lex_state = 175}, + [5168] = {.lex_state = 0, .external_lex_state = 175}, + [5169] = {.lex_state = 0, .external_lex_state = 175}, + [5170] = {.lex_state = 0, .external_lex_state = 230}, + [5171] = {.lex_state = 0, .external_lex_state = 175}, + [5172] = {.lex_state = 0, .external_lex_state = 231}, + [5173] = {.lex_state = 0, .external_lex_state = 175}, + [5174] = {.lex_state = 0, .external_lex_state = 230}, + [5175] = {.lex_state = 0, .external_lex_state = 232}, + [5176] = {.lex_state = 0, .external_lex_state = 233}, + [5177] = {.lex_state = 0, .external_lex_state = 233}, + [5178] = {.lex_state = 0, .external_lex_state = 233}, + [5179] = {.lex_state = 0, .external_lex_state = 186}, + [5180] = {.lex_state = 0, .external_lex_state = 233}, [5181] = {.lex_state = 0, .external_lex_state = 232}, - [5182] = {.lex_state = 0, .external_lex_state = 235}, + [5182] = {.lex_state = 0, .external_lex_state = 175}, [5183] = {.lex_state = 0, .external_lex_state = 232}, - [5184] = {.lex_state = 0, .external_lex_state = 218}, - [5185] = {.lex_state = 0, .external_lex_state = 221}, - [5186] = {.lex_state = 0, .external_lex_state = 175}, - [5187] = {.lex_state = 0, .external_lex_state = 231}, + [5184] = {.lex_state = 0, .external_lex_state = 186}, + [5185] = {.lex_state = 0, .external_lex_state = 233}, + [5186] = {.lex_state = 0, .external_lex_state = 230}, + [5187] = {.lex_state = 0, .external_lex_state = 186}, [5188] = {.lex_state = 0, .external_lex_state = 232}, - [5189] = {.lex_state = 0, .external_lex_state = 232}, - [5190] = {.lex_state = 0, .external_lex_state = 232}, - [5191] = {.lex_state = 0, .external_lex_state = 187}, - [5192] = {.lex_state = 0, .external_lex_state = 232}, - [5193] = {.lex_state = 0, .external_lex_state = 232}, - [5194] = {.lex_state = 0, .external_lex_state = 175}, - [5195] = {.lex_state = 0, .external_lex_state = 234}, - [5196] = {.lex_state = 0, .external_lex_state = 232}, - [5197] = {.lex_state = 0, .external_lex_state = 232}, - [5198] = {.lex_state = 0, .external_lex_state = 211}, - [5199] = {.lex_state = 0, .external_lex_state = 234}, - [5200] = {.lex_state = 0, .external_lex_state = 231}, - [5201] = {.lex_state = 0, .external_lex_state = 232}, - [5202] = {.lex_state = 0, .external_lex_state = 175}, - [5203] = {.lex_state = 0, .external_lex_state = 231}, - [5204] = {.lex_state = 0, .external_lex_state = 231}, + [5189] = {.lex_state = 0, .external_lex_state = 174}, + [5190] = {.lex_state = 0, .external_lex_state = 230}, + [5191] = {.lex_state = 0, .external_lex_state = 171}, + [5192] = {.lex_state = 0, .external_lex_state = 234}, + [5193] = {.lex_state = 0, .external_lex_state = 233}, + [5194] = {.lex_state = 0, .external_lex_state = 230}, + [5195] = {.lex_state = 0, .external_lex_state = 235}, + [5196] = {.lex_state = 0, .external_lex_state = 175}, + [5197] = {.lex_state = 0, .external_lex_state = 175}, + [5198] = {.lex_state = 0, .external_lex_state = 226}, + [5199] = {.lex_state = 0, .external_lex_state = 230}, + [5200] = {.lex_state = 0, .external_lex_state = 175}, + [5201] = {.lex_state = 0, .external_lex_state = 226}, + [5202] = {.lex_state = 0, .external_lex_state = 230}, + [5203] = {.lex_state = 0, .external_lex_state = 175}, + [5204] = {.lex_state = 0, .external_lex_state = 225}, [5205] = {.lex_state = 0, .external_lex_state = 175}, - [5206] = {.lex_state = 0, .external_lex_state = 232}, - [5207] = {.lex_state = 0, .external_lex_state = 169}, - [5208] = {.lex_state = 0, .external_lex_state = 232}, - [5209] = {.lex_state = 0, .external_lex_state = 236}, - [5210] = {.lex_state = 0, .external_lex_state = 232}, - [5211] = {.lex_state = 0, .external_lex_state = 232}, - [5212] = {.lex_state = 0, .external_lex_state = 175}, - [5213] = {.lex_state = 0, .external_lex_state = 232}, - [5214] = {.lex_state = 0, .external_lex_state = 196}, - [5215] = {.lex_state = 0, .external_lex_state = 175}, - [5216] = {.lex_state = 0, .external_lex_state = 232}, - [5217] = {.lex_state = 0, .external_lex_state = 232}, - [5218] = {.lex_state = 0, .external_lex_state = 232}, - [5219] = {.lex_state = 0, .external_lex_state = 232}, - [5220] = {.lex_state = 0, .external_lex_state = 235}, + [5206] = {.lex_state = 0, .external_lex_state = 175}, + [5207] = {.lex_state = 0, .external_lex_state = 175}, + [5208] = {.lex_state = 0, .external_lex_state = 230}, + [5209] = {.lex_state = 0, .external_lex_state = 232}, + [5210] = {.lex_state = 0, .external_lex_state = 194}, + [5211] = {.lex_state = 0, .external_lex_state = 175}, + [5212] = {.lex_state = 0, .external_lex_state = 230}, + [5213] = {.lex_state = 0, .external_lex_state = 233}, + [5214] = {.lex_state = 0, .external_lex_state = 175}, + [5215] = {.lex_state = 0, .external_lex_state = 231}, + [5216] = {.lex_state = 0, .external_lex_state = 193}, + [5217] = {.lex_state = 0, .external_lex_state = 233}, + [5218] = {.lex_state = 0, .external_lex_state = 233}, + [5219] = {.lex_state = 0, .external_lex_state = 193}, + [5220] = {.lex_state = 0, .external_lex_state = 230}, [5221] = {.lex_state = 0, .external_lex_state = 175}, - [5222] = {.lex_state = 0, .external_lex_state = 232}, - [5223] = {.lex_state = 0, .external_lex_state = 175}, - [5224] = {.lex_state = 0, .external_lex_state = 232}, - [5225] = {.lex_state = 0, .external_lex_state = 232}, - [5226] = {.lex_state = 0, .external_lex_state = 175}, - [5227] = {.lex_state = 0, .external_lex_state = 187}, - [5228] = {.lex_state = 0, .external_lex_state = 237}, - [5229] = {.lex_state = 0, .external_lex_state = 232}, - [5230] = {.lex_state = 0, .external_lex_state = 232}, - [5231] = {.lex_state = 0, .external_lex_state = 231}, + [5222] = {.lex_state = 0, .external_lex_state = 233}, + [5223] = {.lex_state = 0, .external_lex_state = 231}, + [5224] = {.lex_state = 0, .external_lex_state = 230}, + [5225] = {.lex_state = 0, .external_lex_state = 230}, + [5226] = {.lex_state = 0, .external_lex_state = 233}, + [5227] = {.lex_state = 0, .external_lex_state = 175}, + [5228] = {.lex_state = 0, .external_lex_state = 193}, + [5229] = {.lex_state = 0, .external_lex_state = 230}, + [5230] = {.lex_state = 0, .external_lex_state = 186}, + [5231] = {.lex_state = 0, .external_lex_state = 230}, [5232] = {.lex_state = 0, .external_lex_state = 175}, - [5233] = {.lex_state = 0, .external_lex_state = 232}, - [5234] = {.lex_state = 0, .external_lex_state = 175}, - [5235] = {.lex_state = 0, .external_lex_state = 234}, - [5236] = {.lex_state = 0, .external_lex_state = 175}, - [5237] = {.lex_state = 0, .external_lex_state = 232}, - [5238] = {.lex_state = 0, .external_lex_state = 232}, - [5239] = {.lex_state = 0, .external_lex_state = 196}, - [5240] = {.lex_state = 0, .external_lex_state = 232}, - [5241] = {.lex_state = 0, .external_lex_state = 211}, + [5233] = {.lex_state = 0, .external_lex_state = 233}, + [5234] = {.lex_state = 0, .external_lex_state = 230}, + [5235] = {.lex_state = 0, .external_lex_state = 186}, + [5236] = {.lex_state = 0, .external_lex_state = 226}, + [5237] = {.lex_state = 0, .external_lex_state = 186}, + [5238] = {.lex_state = 0, .external_lex_state = 236}, + [5239] = {.lex_state = 0, .external_lex_state = 230}, + [5240] = {.lex_state = 0, .external_lex_state = 230}, + [5241] = {.lex_state = 0, .external_lex_state = 225}, [5242] = {.lex_state = 0, .external_lex_state = 232}, - [5243] = {.lex_state = 0, .external_lex_state = 187}, - [5244] = {.lex_state = 0, .external_lex_state = 232}, - [5245] = {.lex_state = 0, .external_lex_state = 232}, - [5246] = {.lex_state = 0, .external_lex_state = 175}, - [5247] = {.lex_state = 0, .external_lex_state = 175}, - [5248] = {.lex_state = 0, .external_lex_state = 232}, - [5249] = {.lex_state = 0, .external_lex_state = 232}, + [5243] = {.lex_state = 0, .external_lex_state = 186}, + [5244] = {.lex_state = 0, .external_lex_state = 175}, + [5245] = {.lex_state = 0, .external_lex_state = 175}, + [5246] = {.lex_state = 0, .external_lex_state = 146}, + [5247] = {.lex_state = 0, .external_lex_state = 230}, + [5248] = {.lex_state = 0, .external_lex_state = 194}, + [5249] = {.lex_state = 0, .external_lex_state = 233}, [5250] = {.lex_state = 0, .external_lex_state = 175}, [5251] = {.lex_state = 0, .external_lex_state = 175}, - [5252] = {.lex_state = 0, .external_lex_state = 175}, - [5253] = {.lex_state = 0, .external_lex_state = 175}, - [5254] = {.lex_state = 0, .external_lex_state = 232}, - [5255] = {.lex_state = 0, .external_lex_state = 221}, - [5256] = {.lex_state = 0, .external_lex_state = 232}, - [5257] = {.lex_state = 0, .external_lex_state = 175}, - [5258] = {.lex_state = 0, .external_lex_state = 238}, - [5259] = {.lex_state = 0, .external_lex_state = 232}, - [5260] = {.lex_state = 0, .external_lex_state = 175}, - [5261] = {.lex_state = 0, .external_lex_state = 232}, - [5262] = {.lex_state = 0, .external_lex_state = 232}, - [5263] = {.lex_state = 0, .external_lex_state = 175}, - [5264] = {.lex_state = 0, .external_lex_state = 232}, - [5265] = {.lex_state = 0, .external_lex_state = 187}, - [5266] = {.lex_state = 0, .external_lex_state = 232}, - [5267] = {.lex_state = 0, .external_lex_state = 175}, - [5268] = {.lex_state = 0, .external_lex_state = 231}, - [5269] = {.lex_state = 0, .external_lex_state = 234}, - [5270] = {.lex_state = 0, .external_lex_state = 236}, - [5271] = {.lex_state = 0, .external_lex_state = 175}, - [5272] = {.lex_state = 0, .external_lex_state = 175}, - [5273] = {.lex_state = 0, .external_lex_state = 196}, - [5274] = {.lex_state = 0, .external_lex_state = 175}, - [5275] = {.lex_state = 0, .external_lex_state = 234}, + [5252] = {.lex_state = 0, .external_lex_state = 230}, + [5253] = {.lex_state = 0, .external_lex_state = 186}, + [5254] = {.lex_state = 0, .external_lex_state = 193}, + [5255] = {.lex_state = 0, .external_lex_state = 230}, + [5256] = {.lex_state = 0, .external_lex_state = 193}, + [5257] = {.lex_state = 0, .external_lex_state = 230}, + [5258] = {.lex_state = 0, .external_lex_state = 233}, + [5259] = {.lex_state = 0, .external_lex_state = 230}, + [5260] = {.lex_state = 0, .external_lex_state = 193}, + [5261] = {.lex_state = 0, .external_lex_state = 226}, + [5262] = {.lex_state = 0, .external_lex_state = 175}, + [5263] = {.lex_state = 0, .external_lex_state = 237}, + [5264] = {.lex_state = 0, .external_lex_state = 230}, + [5265] = {.lex_state = 0, .external_lex_state = 233}, + [5266] = {.lex_state = 0, .external_lex_state = 175}, + [5267] = {.lex_state = 0, .external_lex_state = 233}, + [5268] = {.lex_state = 0, .external_lex_state = 225}, + [5269] = {.lex_state = 0, .external_lex_state = 233}, + [5270] = {.lex_state = 0, .external_lex_state = 230}, + [5271] = {.lex_state = 0, .external_lex_state = 233}, + [5272] = {.lex_state = 0, .external_lex_state = 226}, + [5273] = {.lex_state = 0, .external_lex_state = 208}, + [5274] = {.lex_state = 0, .external_lex_state = 230}, + [5275] = {.lex_state = 0, .external_lex_state = 238}, [5276] = {.lex_state = 0, .external_lex_state = 239}, - [5277] = {.lex_state = 0, .external_lex_state = 175}, + [5277] = {.lex_state = 0, .external_lex_state = 233}, [5278] = {.lex_state = 0, .external_lex_state = 175}, - [5279] = {.lex_state = 0, .external_lex_state = 231}, - [5280] = {.lex_state = 0, .external_lex_state = 232}, - [5281] = {.lex_state = 0, .external_lex_state = 196}, - [5282] = {.lex_state = 0, .external_lex_state = 196}, - [5283] = {.lex_state = 0, .external_lex_state = 175}, - [5284] = {.lex_state = 0, .external_lex_state = 231}, - [5285] = {.lex_state = 0, .external_lex_state = 231}, - [5286] = {.lex_state = 0, .external_lex_state = 231}, - [5287] = {.lex_state = 0, .external_lex_state = 235}, - [5288] = {.lex_state = 0, .external_lex_state = 196}, - [5289] = {.lex_state = 0, .external_lex_state = 232}, - [5290] = {.lex_state = 0, .external_lex_state = 231}, - [5291] = {.lex_state = 0, .external_lex_state = 175}, - [5292] = {.lex_state = 0, .external_lex_state = 236}, - [5293] = {.lex_state = 0, .external_lex_state = 221}, - [5294] = {.lex_state = 0, .external_lex_state = 232}, - [5295] = {.lex_state = 0, .external_lex_state = 229}, - [5296] = {.lex_state = 0, .external_lex_state = 236}, - [5297] = {.lex_state = 0, .external_lex_state = 231}, + [5279] = {.lex_state = 0, .external_lex_state = 230}, + [5280] = {.lex_state = 0, .external_lex_state = 175}, + [5281] = {.lex_state = 0, .external_lex_state = 208}, + [5282] = {.lex_state = 0, .external_lex_state = 175}, + [5283] = {.lex_state = 0, .external_lex_state = 232}, + [5284] = {.lex_state = 0, .external_lex_state = 230}, + [5285] = {.lex_state = 0, .external_lex_state = 193}, + [5286] = {.lex_state = 0, .external_lex_state = 175}, + [5287] = {.lex_state = 0, .external_lex_state = 175}, + [5288] = {.lex_state = 0, .external_lex_state = 234}, + [5289] = {.lex_state = 0, .external_lex_state = 230}, + [5290] = {.lex_state = 0, .external_lex_state = 175}, + [5291] = {.lex_state = 0, .external_lex_state = 212}, + [5292] = {.lex_state = 0, .external_lex_state = 175}, + [5293] = {.lex_state = 0, .external_lex_state = 229}, + [5294] = {.lex_state = 0, .external_lex_state = 234}, + [5295] = {.lex_state = 0, .external_lex_state = 212}, + [5296] = {.lex_state = 0, .external_lex_state = 193}, + [5297] = {.lex_state = 0, .external_lex_state = 230}, [5298] = {.lex_state = 0, .external_lex_state = 175}, - [5299] = {.lex_state = 0, .external_lex_state = 223}, - [5300] = {.lex_state = 0, .external_lex_state = 231}, - [5301] = {.lex_state = 0, .external_lex_state = 232}, - [5302] = {.lex_state = 0, .external_lex_state = 175}, - [5303] = {.lex_state = 0, .external_lex_state = 231}, - [5304] = {.lex_state = 0, .external_lex_state = 231}, - [5305] = {.lex_state = 0, .external_lex_state = 231}, - [5306] = {.lex_state = 0, .external_lex_state = 221}, - [5307] = {.lex_state = 0, .external_lex_state = 175}, - [5308] = {.lex_state = 0, .external_lex_state = 234}, - [5309] = {.lex_state = 0, .external_lex_state = 231}, - [5310] = {.lex_state = 0, .external_lex_state = 187}, - [5311] = {.lex_state = 0, .external_lex_state = 221}, + [5299] = {.lex_state = 0, .external_lex_state = 175}, + [5300] = {.lex_state = 0, .external_lex_state = 175}, + [5301] = {.lex_state = 0, .external_lex_state = 230}, + [5302] = {.lex_state = 0, .external_lex_state = 230}, + [5303] = {.lex_state = 0, .external_lex_state = 230}, + [5304] = {.lex_state = 0, .external_lex_state = 233}, + [5305] = {.lex_state = 0, .external_lex_state = 238}, + [5306] = {.lex_state = 0, .external_lex_state = 175}, + [5307] = {.lex_state = 0, .external_lex_state = 226}, + [5308] = {.lex_state = 0, .external_lex_state = 232}, + [5309] = {.lex_state = 0, .external_lex_state = 230}, + [5310] = {.lex_state = 0, .external_lex_state = 230}, + [5311] = {.lex_state = 0, .external_lex_state = 230}, [5312] = {.lex_state = 0, .external_lex_state = 175}, - [5313] = {.lex_state = 0, .external_lex_state = 232}, - [5314] = {.lex_state = 0, .external_lex_state = 218}, - [5315] = {.lex_state = 0, .external_lex_state = 232}, + [5313] = {.lex_state = 0, .external_lex_state = 175}, + [5314] = {.lex_state = 0, .external_lex_state = 230}, + [5315] = {.lex_state = 0, .external_lex_state = 233}, [5316] = {.lex_state = 0, .external_lex_state = 175}, - [5317] = {.lex_state = 0, .external_lex_state = 233}, - [5318] = {.lex_state = 0, .external_lex_state = 175}, - [5319] = {.lex_state = 0, .external_lex_state = 174}, + [5317] = {.lex_state = 0, .external_lex_state = 230}, + [5318] = {.lex_state = 0, .external_lex_state = 233}, + [5319] = {.lex_state = 0, .external_lex_state = 175}, [5320] = {.lex_state = 0, .external_lex_state = 175}, - [5321] = {.lex_state = 0, .external_lex_state = 231}, - [5322] = {.lex_state = 0, .external_lex_state = 231}, - [5323] = {.lex_state = 0, .external_lex_state = 231}, - [5324] = {.lex_state = 0, .external_lex_state = 231}, - [5325] = {.lex_state = 0, .external_lex_state = 231}, - [5326] = {.lex_state = 0, .external_lex_state = 231}, - [5327] = {.lex_state = 0, .external_lex_state = 175}, - [5328] = {.lex_state = 0, .external_lex_state = 221}, - [5329] = {.lex_state = 0, .external_lex_state = 231}, - [5330] = {.lex_state = 0, .external_lex_state = 196}, - [5331] = {.lex_state = 0, .external_lex_state = 229}, - [5332] = {.lex_state = 0, .external_lex_state = 187}, - [5333] = {.lex_state = 0, .external_lex_state = 234}, - [5334] = {.lex_state = 0, .external_lex_state = 193}, + [5321] = {.lex_state = 0, .external_lex_state = 175}, + [5322] = {.lex_state = 0, .external_lex_state = 175}, + [5323] = {.lex_state = 0, .external_lex_state = 175}, + [5324] = {.lex_state = 0, .external_lex_state = 230}, + [5325] = {.lex_state = 0, .external_lex_state = 233}, + [5326] = {.lex_state = 0, .external_lex_state = 230}, + [5327] = {.lex_state = 0, .external_lex_state = 233}, + [5328] = {.lex_state = 0, .external_lex_state = 175}, + [5329] = {.lex_state = 0, .external_lex_state = 234}, + [5330] = {.lex_state = 0, .external_lex_state = 230}, + [5331] = {.lex_state = 0, .external_lex_state = 233}, + [5332] = {.lex_state = 0, .external_lex_state = 230}, + [5333] = {.lex_state = 0, .external_lex_state = 230}, + [5334] = {.lex_state = 0, .external_lex_state = 233}, [5335] = {.lex_state = 0, .external_lex_state = 175}, - [5336] = {.lex_state = 0, .external_lex_state = 146}, - [5337] = {.lex_state = 0, .external_lex_state = 232}, - [5338] = {.lex_state = 0, .external_lex_state = 231}, - [5339] = {.lex_state = 0, .external_lex_state = 231}, - [5340] = {.lex_state = 0, .external_lex_state = 196}, - [5341] = {.lex_state = 0, .external_lex_state = 187}, - [5342] = {.lex_state = 0, .external_lex_state = 175}, - [5343] = {.lex_state = 0, .external_lex_state = 175}, - [5344] = {.lex_state = 0, .external_lex_state = 187}, - [5345] = {.lex_state = 0, .external_lex_state = 199}, - [5346] = {.lex_state = 0, .external_lex_state = 187}, - [5347] = {.lex_state = 0, .external_lex_state = 240}, - [5348] = {.lex_state = 0, .external_lex_state = 240}, - [5349] = {.lex_state = 0, .external_lex_state = 240}, - [5350] = {.lex_state = 0, .external_lex_state = 240}, - [5351] = {.lex_state = 0, .external_lex_state = 234}, - [5352] = {.lex_state = 0, .external_lex_state = 240}, - [5353] = {.lex_state = 0, .external_lex_state = 240}, - [5354] = {.lex_state = 0, .external_lex_state = 187}, - [5355] = {.lex_state = 0, .external_lex_state = 187}, - [5356] = {.lex_state = 0, .external_lex_state = 241}, + [5336] = {.lex_state = 0, .external_lex_state = 232}, + [5337] = {.lex_state = 0, .external_lex_state = 230}, + [5338] = {.lex_state = 0, .external_lex_state = 233}, + [5339] = {.lex_state = 0, .external_lex_state = 230}, + [5340] = {.lex_state = 0, .external_lex_state = 233}, + [5341] = {.lex_state = 0, .external_lex_state = 230}, + [5342] = {.lex_state = 0, .external_lex_state = 233}, + [5343] = {.lex_state = 0, .external_lex_state = 230}, + [5344] = {.lex_state = 0, .external_lex_state = 230}, + [5345] = {.lex_state = 0, .external_lex_state = 175}, + [5346] = {.lex_state = 0, .external_lex_state = 230}, + [5347] = {.lex_state = 0, .external_lex_state = 230}, + [5348] = {.lex_state = 0, .external_lex_state = 175}, + [5349] = {.lex_state = 0, .external_lex_state = 226}, + [5350] = {.lex_state = 0, .external_lex_state = 230}, + [5351] = {.lex_state = 0, .external_lex_state = 230}, + [5352] = {.lex_state = 0, .external_lex_state = 186}, + [5353] = {.lex_state = 0, .external_lex_state = 190}, + [5354] = {.lex_state = 0, .external_lex_state = 240}, + [5355] = {.lex_state = 0, .external_lex_state = 240}, + [5356] = {.lex_state = 0, .external_lex_state = 240}, [5357] = {.lex_state = 0, .external_lex_state = 240}, [5358] = {.lex_state = 0, .external_lex_state = 240}, - [5359] = {.lex_state = 0, .external_lex_state = 187}, + [5359] = {.lex_state = 0, .external_lex_state = 240}, [5360] = {.lex_state = 0, .external_lex_state = 240}, [5361] = {.lex_state = 0, .external_lex_state = 240}, - [5362] = {.lex_state = 0, .external_lex_state = 242}, + [5362] = {.lex_state = 0, .external_lex_state = 240}, [5363] = {.lex_state = 0, .external_lex_state = 240}, [5364] = {.lex_state = 0, .external_lex_state = 240}, - [5365] = {.lex_state = 0, .external_lex_state = 243}, + [5365] = {.lex_state = 0, .external_lex_state = 240}, [5366] = {.lex_state = 0, .external_lex_state = 240}, [5367] = {.lex_state = 0, .external_lex_state = 240}, [5368] = {.lex_state = 0, .external_lex_state = 240}, [5369] = {.lex_state = 0, .external_lex_state = 240}, - [5370] = {.lex_state = 0, .external_lex_state = 244}, - [5371] = {.lex_state = 0, .external_lex_state = 187}, - [5372] = {.lex_state = 0, .external_lex_state = 188}, + [5370] = {.lex_state = 0, .external_lex_state = 221}, + [5371] = {.lex_state = 0, .external_lex_state = 240}, + [5372] = {.lex_state = 0, .external_lex_state = 240}, [5373] = {.lex_state = 0, .external_lex_state = 240}, [5374] = {.lex_state = 0, .external_lex_state = 240}, - [5375] = {.lex_state = 0, .external_lex_state = 245}, - [5376] = {.lex_state = 0, .external_lex_state = 235}, + [5375] = {.lex_state = 0, .external_lex_state = 240}, + [5376] = {.lex_state = 0, .external_lex_state = 240}, [5377] = {.lex_state = 0, .external_lex_state = 240}, - [5378] = {.lex_state = 0, .external_lex_state = 240}, + [5378] = {.lex_state = 0, .external_lex_state = 186}, [5379] = {.lex_state = 0, .external_lex_state = 240}, [5380] = {.lex_state = 0, .external_lex_state = 240}, - [5381] = {.lex_state = 0, .external_lex_state = 188}, - [5382] = {.lex_state = 0, .external_lex_state = 188}, - [5383] = {.lex_state = 0, .external_lex_state = 243}, - [5384] = {.lex_state = 0, .external_lex_state = 246}, - [5385] = {.lex_state = 0, .external_lex_state = 214}, - [5386] = {.lex_state = 0, .external_lex_state = 240}, - [5387] = {.lex_state = 0, .external_lex_state = 246}, + [5381] = {.lex_state = 0, .external_lex_state = 240}, + [5382] = {.lex_state = 0, .external_lex_state = 241}, + [5383] = {.lex_state = 0, .external_lex_state = 240}, + [5384] = {.lex_state = 0, .external_lex_state = 240}, + [5385] = {.lex_state = 0, .external_lex_state = 240}, + [5386] = {.lex_state = 0, .external_lex_state = 242}, + [5387] = {.lex_state = 0, .external_lex_state = 240}, [5388] = {.lex_state = 0, .external_lex_state = 240}, [5389] = {.lex_state = 0, .external_lex_state = 240}, - [5390] = {.lex_state = 0, .external_lex_state = 227}, + [5390] = {.lex_state = 0, .external_lex_state = 240}, [5391] = {.lex_state = 0, .external_lex_state = 240}, [5392] = {.lex_state = 0, .external_lex_state = 240}, [5393] = {.lex_state = 0, .external_lex_state = 240}, - [5394] = {.lex_state = 0, .external_lex_state = 240}, + [5394] = {.lex_state = 0, .external_lex_state = 241}, [5395] = {.lex_state = 0, .external_lex_state = 240}, - [5396] = {.lex_state = 0, .external_lex_state = 188}, - [5397] = {.lex_state = 0, .external_lex_state = 240}, + [5396] = {.lex_state = 0, .external_lex_state = 240}, + [5397] = {.lex_state = 0, .external_lex_state = 243}, [5398] = {.lex_state = 0, .external_lex_state = 240}, [5399] = {.lex_state = 0, .external_lex_state = 240}, [5400] = {.lex_state = 0, .external_lex_state = 240}, - [5401] = {.lex_state = 0, .external_lex_state = 240}, - [5402] = {.lex_state = 0, .external_lex_state = 242}, - [5403] = {.lex_state = 0, .external_lex_state = 199}, - [5404] = {.lex_state = 0, .external_lex_state = 235}, - [5405] = {.lex_state = 0, .external_lex_state = 229}, + [5401] = {.lex_state = 0, .external_lex_state = 186}, + [5402] = {.lex_state = 0, .external_lex_state = 240}, + [5403] = {.lex_state = 0, .external_lex_state = 240}, + [5404] = {.lex_state = 0, .external_lex_state = 186}, + [5405] = {.lex_state = 0, .external_lex_state = 240}, [5406] = {.lex_state = 0, .external_lex_state = 240}, - [5407] = {.lex_state = 0, .external_lex_state = 187}, - [5408] = {.lex_state = 0, .external_lex_state = 235}, - [5409] = {.lex_state = 0, .external_lex_state = 199}, - [5410] = {.lex_state = 0, .external_lex_state = 187}, - [5411] = {.lex_state = 0, .external_lex_state = 241}, - [5412] = {.lex_state = 0, .external_lex_state = 240}, + [5407] = {.lex_state = 0, .external_lex_state = 224}, + [5408] = {.lex_state = 0, .external_lex_state = 186}, + [5409] = {.lex_state = 0, .external_lex_state = 240}, + [5410] = {.lex_state = 0, .external_lex_state = 240}, + [5411] = {.lex_state = 0, .external_lex_state = 242}, + [5412] = {.lex_state = 0, .external_lex_state = 244}, [5413] = {.lex_state = 0, .external_lex_state = 240}, [5414] = {.lex_state = 0, .external_lex_state = 240}, - [5415] = {.lex_state = 0, .external_lex_state = 240}, - [5416] = {.lex_state = 0, .external_lex_state = 240}, - [5417] = {.lex_state = 0, .external_lex_state = 199}, + [5415] = {.lex_state = 0, .external_lex_state = 245}, + [5416] = {.lex_state = 0, .external_lex_state = 231}, + [5417] = {.lex_state = 0, .external_lex_state = 186}, [5418] = {.lex_state = 0, .external_lex_state = 240}, - [5419] = {.lex_state = 0, .external_lex_state = 241}, - [5420] = {.lex_state = 0, .external_lex_state = 229}, - [5421] = {.lex_state = 0, .external_lex_state = 240}, - [5422] = {.lex_state = 0, .external_lex_state = 240}, - [5423] = {.lex_state = 0, .external_lex_state = 175}, - [5424] = {.lex_state = 0, .external_lex_state = 229}, - [5425] = {.lex_state = 0, .external_lex_state = 240}, - [5426] = {.lex_state = 0, .external_lex_state = 240}, - [5427] = {.lex_state = 0, .external_lex_state = 240}, + [5419] = {.lex_state = 0, .external_lex_state = 240}, + [5420] = {.lex_state = 0, .external_lex_state = 243}, + [5421] = {.lex_state = 0, .external_lex_state = 244}, + [5422] = {.lex_state = 0, .external_lex_state = 186}, + [5423] = {.lex_state = 0, .external_lex_state = 240}, + [5424] = {.lex_state = 0, .external_lex_state = 240}, + [5425] = {.lex_state = 0, .external_lex_state = 243}, + [5426] = {.lex_state = 0, .external_lex_state = 243}, + [5427] = {.lex_state = 0, .external_lex_state = 244}, [5428] = {.lex_state = 0, .external_lex_state = 240}, [5429] = {.lex_state = 0, .external_lex_state = 240}, - [5430] = {.lex_state = 0, .external_lex_state = 247}, - [5431] = {.lex_state = 0, .external_lex_state = 187}, - [5432] = {.lex_state = 0, .external_lex_state = 248}, - [5433] = {.lex_state = 0, .external_lex_state = 169}, - [5434] = {.lex_state = 0, .external_lex_state = 188}, - [5435] = {.lex_state = 0, .external_lex_state = 188}, - [5436] = {.lex_state = 0, .external_lex_state = 187}, - [5437] = {.lex_state = 0, .external_lex_state = 235}, - [5438] = {.lex_state = 0, .external_lex_state = 240}, - [5439] = {.lex_state = 0, .external_lex_state = 227}, + [5430] = {.lex_state = 0, .external_lex_state = 240}, + [5431] = {.lex_state = 0, .external_lex_state = 224}, + [5432] = {.lex_state = 0, .external_lex_state = 244}, + [5433] = {.lex_state = 0, .external_lex_state = 246}, + [5434] = {.lex_state = 0, .external_lex_state = 240}, + [5435] = {.lex_state = 0, .external_lex_state = 242}, + [5436] = {.lex_state = 0, .external_lex_state = 240}, + [5437] = {.lex_state = 0, .external_lex_state = 240}, + [5438] = {.lex_state = 0, .external_lex_state = 175}, + [5439] = {.lex_state = 0, .external_lex_state = 190}, [5440] = {.lex_state = 0, .external_lex_state = 240}, - [5441] = {.lex_state = 0, .external_lex_state = 187}, - [5442] = {.lex_state = 0, .external_lex_state = 243}, - [5443] = {.lex_state = 0, .external_lex_state = 227}, + [5441] = {.lex_state = 0, .external_lex_state = 186}, + [5442] = {.lex_state = 0, .external_lex_state = 231}, + [5443] = {.lex_state = 0, .external_lex_state = 231}, [5444] = {.lex_state = 0, .external_lex_state = 240}, - [5445] = {.lex_state = 0, .external_lex_state = 240}, + [5445] = {.lex_state = 0, .external_lex_state = 241}, [5446] = {.lex_state = 0, .external_lex_state = 240}, - [5447] = {.lex_state = 0, .external_lex_state = 224}, - [5448] = {.lex_state = 0, .external_lex_state = 240}, - [5449] = {.lex_state = 0, .external_lex_state = 187}, - [5450] = {.lex_state = 0, .external_lex_state = 240}, - [5451] = {.lex_state = 0, .external_lex_state = 246}, + [5447] = {.lex_state = 0, .external_lex_state = 240}, + [5448] = {.lex_state = 0, .external_lex_state = 186}, + [5449] = {.lex_state = 0, .external_lex_state = 225}, + [5450] = {.lex_state = 0, .external_lex_state = 243}, + [5451] = {.lex_state = 0, .external_lex_state = 240}, [5452] = {.lex_state = 0, .external_lex_state = 240}, - [5453] = {.lex_state = 0, .external_lex_state = 240}, - [5454] = {.lex_state = 0, .external_lex_state = 240}, - [5455] = {.lex_state = 0, .external_lex_state = 240}, - [5456] = {.lex_state = 0, .external_lex_state = 240}, - [5457] = {.lex_state = 0, .external_lex_state = 240}, - [5458] = {.lex_state = 0, .external_lex_state = 224}, + [5453] = {.lex_state = 0, .external_lex_state = 221}, + [5454] = {.lex_state = 0, .external_lex_state = 175}, + [5455] = {.lex_state = 0, .external_lex_state = 207}, + [5456] = {.lex_state = 0, .external_lex_state = 186}, + [5457] = {.lex_state = 0, .external_lex_state = 221}, + [5458] = {.lex_state = 0, .external_lex_state = 240}, [5459] = {.lex_state = 0, .external_lex_state = 240}, - [5460] = {.lex_state = 0, .external_lex_state = 240}, - [5461] = {.lex_state = 0, .external_lex_state = 187}, + [5460] = {.lex_state = 0, .external_lex_state = 224}, + [5461] = {.lex_state = 0, .external_lex_state = 190}, [5462] = {.lex_state = 0, .external_lex_state = 221}, - [5463] = {.lex_state = 0, .external_lex_state = 233}, - [5464] = {.lex_state = 0, .external_lex_state = 187}, - [5465] = {.lex_state = 0, .external_lex_state = 224}, + [5463] = {.lex_state = 0, .external_lex_state = 226}, + [5464] = {.lex_state = 0, .external_lex_state = 231}, + [5465] = {.lex_state = 0, .external_lex_state = 240}, [5466] = {.lex_state = 0, .external_lex_state = 240}, - [5467] = {.lex_state = 0, .external_lex_state = 240}, - [5468] = {.lex_state = 0, .external_lex_state = 240}, - [5469] = {.lex_state = 0, .external_lex_state = 242}, - [5470] = {.lex_state = 0, .external_lex_state = 240}, - [5471] = {.lex_state = 0, .external_lex_state = 243}, - [5472] = {.lex_state = 0, .external_lex_state = 235}, + [5467] = {.lex_state = 0, .external_lex_state = 186}, + [5468] = {.lex_state = 0, .external_lex_state = 244}, + [5469] = {.lex_state = 0, .external_lex_state = 190}, + [5470] = {.lex_state = 0, .external_lex_state = 186}, + [5471] = {.lex_state = 0, .external_lex_state = 246}, + [5472] = {.lex_state = 0, .external_lex_state = 240}, [5473] = {.lex_state = 0, .external_lex_state = 240}, - [5474] = {.lex_state = 0, .external_lex_state = 235}, - [5475] = {.lex_state = 0, .external_lex_state = 241}, - [5476] = {.lex_state = 0, .external_lex_state = 175}, - [5477] = {.lex_state = 0, .external_lex_state = 240}, - [5478] = {.lex_state = 0, .external_lex_state = 187}, - [5479] = {.lex_state = 0, .external_lex_state = 246}, - [5480] = {.lex_state = 0, .external_lex_state = 235}, - [5481] = {.lex_state = 0, .external_lex_state = 240}, - [5482] = {.lex_state = 0, .external_lex_state = 240}, - [5483] = {.lex_state = 0, .external_lex_state = 243}, - [5484] = {.lex_state = 0, .external_lex_state = 247}, + [5474] = {.lex_state = 0, .external_lex_state = 186}, + [5475] = {.lex_state = 0, .external_lex_state = 202}, + [5476] = {.lex_state = 0, .external_lex_state = 238}, + [5477] = {.lex_state = 0, .external_lex_state = 202}, + [5478] = {.lex_state = 0, .external_lex_state = 240}, + [5479] = {.lex_state = 0, .external_lex_state = 240}, + [5480] = {.lex_state = 0, .external_lex_state = 247}, + [5481] = {.lex_state = 0, .external_lex_state = 245}, + [5482] = {.lex_state = 0, .external_lex_state = 241}, + [5483] = {.lex_state = 0, .external_lex_state = 224}, + [5484] = {.lex_state = 0, .external_lex_state = 240}, [5485] = {.lex_state = 0, .external_lex_state = 240}, - [5486] = {.lex_state = 0, .external_lex_state = 240}, - [5487] = {.lex_state = 0, .external_lex_state = 240}, - [5488] = {.lex_state = 0, .external_lex_state = 240}, - [5489] = {.lex_state = 0, .external_lex_state = 240}, - [5490] = {.lex_state = 0, .external_lex_state = 224}, - [5491] = {.lex_state = 0, .external_lex_state = 241}, + [5486] = {.lex_state = 0, .external_lex_state = 186}, + [5487] = {.lex_state = 0, .external_lex_state = 224}, + [5488] = {.lex_state = 0, .external_lex_state = 224}, + [5489] = {.lex_state = 0, .external_lex_state = 186}, + [5490] = {.lex_state = 0, .external_lex_state = 186}, + [5491] = {.lex_state = 0, .external_lex_state = 174}, [5492] = {.lex_state = 0, .external_lex_state = 240}, [5493] = {.lex_state = 0, .external_lex_state = 240}, - [5494] = {.lex_state = 0, .external_lex_state = 249}, - [5495] = {.lex_state = 0, .external_lex_state = 236}, - [5496] = {.lex_state = 0, .external_lex_state = 235}, - [5497] = {.lex_state = 0, .external_lex_state = 247}, - [5498] = {.lex_state = 0, .external_lex_state = 229}, - [5499] = {.lex_state = 0, .external_lex_state = 240}, - [5500] = {.lex_state = 0, .external_lex_state = 240}, - [5501] = {.lex_state = 0, .external_lex_state = 235}, + [5494] = {.lex_state = 0, .external_lex_state = 231}, + [5495] = {.lex_state = 0, .external_lex_state = 240}, + [5496] = {.lex_state = 0, .external_lex_state = 248}, + [5497] = {.lex_state = 0, .external_lex_state = 231}, + [5498] = {.lex_state = 0, .external_lex_state = 248}, + [5499] = {.lex_state = 0, .external_lex_state = 231}, + [5500] = {.lex_state = 0, .external_lex_state = 246}, + [5501] = {.lex_state = 0, .external_lex_state = 240}, [5502] = {.lex_state = 0, .external_lex_state = 240}, - [5503] = {.lex_state = 0, .external_lex_state = 235}, - [5504] = {.lex_state = 0, .external_lex_state = 240}, - [5505] = {.lex_state = 0, .external_lex_state = 235}, - [5506] = {.lex_state = 0, .external_lex_state = 240}, - [5507] = {.lex_state = 0, .external_lex_state = 240}, - [5508] = {.lex_state = 0, .external_lex_state = 235}, - [5509] = {.lex_state = 0, .external_lex_state = 235}, - [5510] = {.lex_state = 0, .external_lex_state = 246}, + [5503] = {.lex_state = 0, .external_lex_state = 240}, + [5504] = {.lex_state = 0, .external_lex_state = 186}, + [5505] = {.lex_state = 0, .external_lex_state = 224}, + [5506] = {.lex_state = 0, .external_lex_state = 231}, + [5507] = {.lex_state = 0, .external_lex_state = 242}, + [5508] = {.lex_state = 0, .external_lex_state = 186}, + [5509] = {.lex_state = 0, .external_lex_state = 241}, + [5510] = {.lex_state = 0, .external_lex_state = 240}, [5511] = {.lex_state = 0, .external_lex_state = 240}, - [5512] = {.lex_state = 0, .external_lex_state = 224}, - [5513] = {.lex_state = 0, .external_lex_state = 240}, - [5514] = {.lex_state = 0, .external_lex_state = 235}, - [5515] = {.lex_state = 0, .external_lex_state = 241}, - [5516] = {.lex_state = 0, .external_lex_state = 240}, - [5517] = {.lex_state = 0, .external_lex_state = 187}, - [5518] = {.lex_state = 0, .external_lex_state = 243}, - [5519] = {.lex_state = 0, .external_lex_state = 240}, - [5520] = {.lex_state = 0, .external_lex_state = 240}, - [5521] = {.lex_state = 0, .external_lex_state = 246}, - [5522] = {.lex_state = 0, .external_lex_state = 206}, - [5523] = {.lex_state = 0, .external_lex_state = 240}, - [5524] = {.lex_state = 0, .external_lex_state = 240}, + [5512] = {.lex_state = 0, .external_lex_state = 202}, + [5513] = {.lex_state = 0, .external_lex_state = 238}, + [5514] = {.lex_state = 0, .external_lex_state = 231}, + [5515] = {.lex_state = 0, .external_lex_state = 240}, + [5516] = {.lex_state = 0, .external_lex_state = 226}, + [5517] = {.lex_state = 0, .external_lex_state = 240}, + [5518] = {.lex_state = 0, .external_lex_state = 240}, + [5519] = {.lex_state = 0, .external_lex_state = 231}, + [5520] = {.lex_state = 0, .external_lex_state = 231}, + [5521] = {.lex_state = 0, .external_lex_state = 240}, + [5522] = {.lex_state = 0, .external_lex_state = 231}, + [5523] = {.lex_state = 0, .external_lex_state = 231}, + [5524] = {.lex_state = 0, .external_lex_state = 186}, [5525] = {.lex_state = 0, .external_lex_state = 240}, [5526] = {.lex_state = 0, .external_lex_state = 240}, - [5527] = {.lex_state = 0, .external_lex_state = 240}, - [5528] = {.lex_state = 0, .external_lex_state = 187}, - [5529] = {.lex_state = 0, .external_lex_state = 221}, - [5530] = {.lex_state = 0, .external_lex_state = 187}, - [5531] = {.lex_state = 0, .external_lex_state = 199}, + [5527] = {.lex_state = 0, .external_lex_state = 186}, + [5528] = {.lex_state = 0, .external_lex_state = 186}, + [5529] = {.lex_state = 0, .external_lex_state = 231}, + [5530] = {.lex_state = 0, .external_lex_state = 231}, + [5531] = {.lex_state = 0, .external_lex_state = 231}, [5532] = {.lex_state = 0, .external_lex_state = 240}, [5533] = {.lex_state = 0, .external_lex_state = 240}, - [5534] = {.lex_state = 0, .external_lex_state = 240}, - [5535] = {.lex_state = 0, .external_lex_state = 187}, + [5534] = {.lex_state = 0, .external_lex_state = 231}, + [5535] = {.lex_state = 0, .external_lex_state = 225}, [5536] = {.lex_state = 0, .external_lex_state = 240}, [5537] = {.lex_state = 0, .external_lex_state = 240}, - [5538] = {.lex_state = 0, .external_lex_state = 248}, - [5539] = {.lex_state = 0, .external_lex_state = 199}, - [5540] = {.lex_state = 0, .external_lex_state = 240}, - [5541] = {.lex_state = 0, .external_lex_state = 224}, - [5542] = {.lex_state = 0, .external_lex_state = 240}, - [5543] = {.lex_state = 0, .external_lex_state = 224}, - [5544] = {.lex_state = 0, .external_lex_state = 187}, - [5545] = {.lex_state = 0, .external_lex_state = 227}, - [5546] = {.lex_state = 0, .external_lex_state = 187}, - [5547] = {.lex_state = 0, .external_lex_state = 235}, - [5548] = {.lex_state = 0, .external_lex_state = 187}, + [5538] = {.lex_state = 0, .external_lex_state = 234}, + [5539] = {.lex_state = 0, .external_lex_state = 240}, + [5540] = {.lex_state = 0, .external_lex_state = 190}, + [5541] = {.lex_state = 0, .external_lex_state = 244}, + [5542] = {.lex_state = 0, .external_lex_state = 190}, + [5543] = {.lex_state = 0, .external_lex_state = 242}, + [5544] = {.lex_state = 0, .external_lex_state = 248}, + [5545] = {.lex_state = 0, .external_lex_state = 240}, + [5546] = {.lex_state = 0, .external_lex_state = 240}, + [5547] = {.lex_state = 0, .external_lex_state = 218}, + [5548] = {.lex_state = 0, .external_lex_state = 231}, [5549] = {.lex_state = 0, .external_lex_state = 240}, [5550] = {.lex_state = 0, .external_lex_state = 240}, - [5551] = {.lex_state = 0, .external_lex_state = 240}, - [5552] = {.lex_state = 0, .external_lex_state = 242}, - [5553] = {.lex_state = 0, .external_lex_state = 235}, - [5554] = {.lex_state = 0, .external_lex_state = 240}, - [5555] = {.lex_state = 0, .external_lex_state = 240}, - [5556] = {.lex_state = 0, .external_lex_state = 233}, - [5557] = {.lex_state = 0, .external_lex_state = 224}, - [5558] = {.lex_state = 0, .external_lex_state = 248}, - [5559] = {.lex_state = 0, .external_lex_state = 235}, - [5560] = {.lex_state = 0, .external_lex_state = 187}, - [5561] = {.lex_state = 0, .external_lex_state = 235}, - [5562] = {.lex_state = 0, .external_lex_state = 187}, - [5563] = {.lex_state = 0, .external_lex_state = 221}, - [5564] = {.lex_state = 0, .external_lex_state = 235}, - [5565] = {.lex_state = 0, .external_lex_state = 245}, - [5566] = {.lex_state = 0, .external_lex_state = 242}, - [5567] = {.lex_state = 0, .external_lex_state = 187}, - [5568] = {.lex_state = 0, .external_lex_state = 250}, - [5569] = {.lex_state = 0, .external_lex_state = 231}, - [5570] = {.lex_state = 0, .external_lex_state = 187}, - [5571] = {.lex_state = 0, .external_lex_state = 187}, - [5572] = {.lex_state = 0, .external_lex_state = 187}, - [5573] = {.lex_state = 0, .external_lex_state = 250}, - [5574] = {.lex_state = 0, .external_lex_state = 250}, - [5575] = {.lex_state = 0, .external_lex_state = 187}, - [5576] = {.lex_state = 0, .external_lex_state = 251}, - [5577] = {.lex_state = 0, .external_lex_state = 231}, - [5578] = {.lex_state = 0, .external_lex_state = 231}, - [5579] = {.lex_state = 0, .external_lex_state = 187}, - [5580] = {.lex_state = 0, .external_lex_state = 250}, - [5581] = {.lex_state = 0, .external_lex_state = 187}, - [5582] = {.lex_state = 0, .external_lex_state = 187}, - [5583] = {.lex_state = 0, .external_lex_state = 252}, - [5584] = {.lex_state = 0, .external_lex_state = 187}, - [5585] = {.lex_state = 0, .external_lex_state = 193}, - [5586] = {.lex_state = 0, .external_lex_state = 187}, - [5587] = {.lex_state = 0, .external_lex_state = 218}, - [5588] = {.lex_state = 0, .external_lex_state = 187}, - [5589] = {.lex_state = 0, .external_lex_state = 187}, - [5590] = {.lex_state = 0, .external_lex_state = 218}, - [5591] = {.lex_state = 0, .external_lex_state = 218}, - [5592] = {.lex_state = 0, .external_lex_state = 187}, - [5593] = {.lex_state = 0, .external_lex_state = 223}, - [5594] = {.lex_state = 0, .external_lex_state = 224}, - [5595] = {.lex_state = 0, .external_lex_state = 250}, - [5596] = {.lex_state = 0, .external_lex_state = 187}, - [5597] = {.lex_state = 0, .external_lex_state = 187}, - [5598] = {.lex_state = 0, .external_lex_state = 187}, - [5599] = {.lex_state = 0, .external_lex_state = 224}, - [5600] = {.lex_state = 0, .external_lex_state = 187}, - [5601] = {.lex_state = 0, .external_lex_state = 250}, - [5602] = {.lex_state = 0, .external_lex_state = 187}, - [5603] = {.lex_state = 0, .external_lex_state = 250}, - [5604] = {.lex_state = 0, .external_lex_state = 250}, - [5605] = {.lex_state = 0, .external_lex_state = 224}, - [5606] = {.lex_state = 0, .external_lex_state = 221}, - [5607] = {.lex_state = 0, .external_lex_state = 223}, - [5608] = {.lex_state = 0, .external_lex_state = 187}, - [5609] = {.lex_state = 0, .external_lex_state = 187}, - [5610] = {.lex_state = 0, .external_lex_state = 252}, - [5611] = {.lex_state = 0, .external_lex_state = 187}, - [5612] = {.lex_state = 0, .external_lex_state = 250}, - [5613] = {.lex_state = 0, .external_lex_state = 221}, - [5614] = {.lex_state = 0, .external_lex_state = 223}, - [5615] = {.lex_state = 0, .external_lex_state = 253}, - [5616] = {.lex_state = 0, .external_lex_state = 221}, - [5617] = {.lex_state = 0, .external_lex_state = 187}, - [5618] = {.lex_state = 0, .external_lex_state = 250}, - [5619] = {.lex_state = 0, .external_lex_state = 187}, - [5620] = {.lex_state = 0, .external_lex_state = 187}, - [5621] = {.lex_state = 0, .external_lex_state = 224}, - [5622] = {.lex_state = 0, .external_lex_state = 187}, - [5623] = {.lex_state = 0, .external_lex_state = 231}, - [5624] = {.lex_state = 0, .external_lex_state = 187}, - [5625] = {.lex_state = 0, .external_lex_state = 187}, - [5626] = {.lex_state = 0, .external_lex_state = 187}, - [5627] = {.lex_state = 0, .external_lex_state = 187}, - [5628] = {.lex_state = 0, .external_lex_state = 250}, - [5629] = {.lex_state = 0, .external_lex_state = 187}, - [5630] = {.lex_state = 0, .external_lex_state = 187}, - [5631] = {.lex_state = 0, .external_lex_state = 187}, - [5632] = {.lex_state = 0, .external_lex_state = 187}, - [5633] = {.lex_state = 0, .external_lex_state = 224}, - [5634] = {.lex_state = 0, .external_lex_state = 187}, - [5635] = {.lex_state = 0, .external_lex_state = 250}, - [5636] = {.lex_state = 0, .external_lex_state = 187}, - [5637] = {.lex_state = 0, .external_lex_state = 187}, - [5638] = {.lex_state = 0, .external_lex_state = 187}, - [5639] = {.lex_state = 0, .external_lex_state = 254}, - [5640] = {.lex_state = 0, .external_lex_state = 187}, - [5641] = {.lex_state = 0, .external_lex_state = 187}, - [5642] = {.lex_state = 0, .external_lex_state = 187}, - [5643] = {.lex_state = 0, .external_lex_state = 187}, - [5644] = {.lex_state = 0, .external_lex_state = 223}, - [5645] = {.lex_state = 0, .external_lex_state = 255}, - [5646] = {.lex_state = 0, .external_lex_state = 187}, - [5647] = {.lex_state = 0, .external_lex_state = 187}, - [5648] = {.lex_state = 0, .external_lex_state = 224}, - [5649] = {.lex_state = 0, .external_lex_state = 187}, - [5650] = {.lex_state = 0, .external_lex_state = 187}, - [5651] = {.lex_state = 0, .external_lex_state = 187}, - [5652] = {.lex_state = 0, .external_lex_state = 224}, - [5653] = {.lex_state = 0, .external_lex_state = 187}, - [5654] = {.lex_state = 0, .external_lex_state = 231}, - [5655] = {.lex_state = 0, .external_lex_state = 187}, - [5656] = {.lex_state = 0, .external_lex_state = 250}, - [5657] = {.lex_state = 0, .external_lex_state = 250}, - [5658] = {.lex_state = 0, .external_lex_state = 187}, - [5659] = {.lex_state = 0, .external_lex_state = 187}, - [5660] = {.lex_state = 0, .external_lex_state = 250}, - [5661] = {.lex_state = 0, .external_lex_state = 224}, - [5662] = {.lex_state = 0, .external_lex_state = 187}, - [5663] = {.lex_state = 0, .external_lex_state = 187}, - [5664] = {.lex_state = 0, .external_lex_state = 231}, - [5665] = {.lex_state = 0, .external_lex_state = 187}, - [5666] = {.lex_state = 0, .external_lex_state = 187}, - [5667] = {.lex_state = 0, .external_lex_state = 187}, - [5668] = {.lex_state = 0, .external_lex_state = 231}, - [5669] = {.lex_state = 0, .external_lex_state = 240}, - [5670] = {.lex_state = 0, .external_lex_state = 187}, - [5671] = {.lex_state = 0, .external_lex_state = 187}, - [5672] = {.lex_state = 0, .external_lex_state = 250}, - [5673] = {.lex_state = 0, .external_lex_state = 187}, - [5674] = {.lex_state = 0, .external_lex_state = 187}, - [5675] = {.lex_state = 0, .external_lex_state = 224}, - [5676] = {.lex_state = 0, .external_lex_state = 187}, - [5677] = {.lex_state = 0, .external_lex_state = 187}, - [5678] = {.lex_state = 0, .external_lex_state = 250}, - [5679] = {.lex_state = 0, .external_lex_state = 231}, - [5680] = {.lex_state = 0, .external_lex_state = 250}, - [5681] = {.lex_state = 0, .external_lex_state = 187}, - [5682] = {.lex_state = 0, .external_lex_state = 187}, - [5683] = {.lex_state = 0, .external_lex_state = 187}, - [5684] = {.lex_state = 0, .external_lex_state = 187}, - [5685] = {.lex_state = 0, .external_lex_state = 224}, - [5686] = {.lex_state = 0, .external_lex_state = 253}, - [5687] = {.lex_state = 0, .external_lex_state = 187}, - [5688] = {.lex_state = 0, .external_lex_state = 187}, - [5689] = {.lex_state = 0, .external_lex_state = 187}, - [5690] = {.lex_state = 0, .external_lex_state = 252}, - [5691] = {.lex_state = 0, .external_lex_state = 224}, - [5692] = {.lex_state = 0, .external_lex_state = 231}, - [5693] = {.lex_state = 0, .external_lex_state = 187}, - [5694] = {.lex_state = 0, .external_lex_state = 252}, - [5695] = {.lex_state = 0, .external_lex_state = 187}, - [5696] = {.lex_state = 0, .external_lex_state = 250}, - [5697] = {.lex_state = 0, .external_lex_state = 187}, - [5698] = {.lex_state = 0, .external_lex_state = 187}, - [5699] = {.lex_state = 0, .external_lex_state = 187}, - [5700] = {.lex_state = 0, .external_lex_state = 187}, - [5701] = {.lex_state = 0, .external_lex_state = 187}, - [5702] = {.lex_state = 0, .external_lex_state = 187}, - [5703] = {.lex_state = 0, .external_lex_state = 250}, - [5704] = {.lex_state = 0, .external_lex_state = 224}, + [5551] = {.lex_state = 0, .external_lex_state = 224}, + [5552] = {.lex_state = 0, .external_lex_state = 202}, + [5553] = {.lex_state = 0, .external_lex_state = 242}, + [5554] = {.lex_state = 0, .external_lex_state = 186}, + [5555] = {.lex_state = 0, .external_lex_state = 202}, + [5556] = {.lex_state = 0, .external_lex_state = 240}, + [5557] = {.lex_state = 0, .external_lex_state = 240}, + [5558] = {.lex_state = 0, .external_lex_state = 231}, + [5559] = {.lex_state = 0, .external_lex_state = 241}, + [5560] = {.lex_state = 0, .external_lex_state = 240}, + [5561] = {.lex_state = 0, .external_lex_state = 240}, + [5562] = {.lex_state = 0, .external_lex_state = 240}, + [5563] = {.lex_state = 0, .external_lex_state = 186}, + [5564] = {.lex_state = 0, .external_lex_state = 225}, + [5565] = {.lex_state = 0, .external_lex_state = 240}, + [5566] = {.lex_state = 0, .external_lex_state = 232}, + [5567] = {.lex_state = 0, .external_lex_state = 226}, + [5568] = {.lex_state = 0, .external_lex_state = 202}, + [5569] = {.lex_state = 0, .external_lex_state = 249}, + [5570] = {.lex_state = 0, .external_lex_state = 225}, + [5571] = {.lex_state = 0, .external_lex_state = 240}, + [5572] = {.lex_state = 0, .external_lex_state = 240}, + [5573] = {.lex_state = 0, .external_lex_state = 240}, + [5574] = {.lex_state = 0, .external_lex_state = 186}, + [5575] = {.lex_state = 0, .external_lex_state = 194}, + [5576] = {.lex_state = 0, .external_lex_state = 250}, + [5577] = {.lex_state = 0, .external_lex_state = 186}, + [5578] = {.lex_state = 0, .external_lex_state = 186}, + [5579] = {.lex_state = 0, .external_lex_state = 224}, + [5580] = {.lex_state = 0, .external_lex_state = 251}, + [5581] = {.lex_state = 0, .external_lex_state = 186}, + [5582] = {.lex_state = 0, .external_lex_state = 251}, + [5583] = {.lex_state = 0, .external_lex_state = 251}, + [5584] = {.lex_state = 0, .external_lex_state = 251}, + [5585] = {.lex_state = 0, .external_lex_state = 233}, + [5586] = {.lex_state = 0, .external_lex_state = 251}, + [5587] = {.lex_state = 0, .external_lex_state = 233}, + [5588] = {.lex_state = 0, .external_lex_state = 251}, + [5589] = {.lex_state = 0, .external_lex_state = 251}, + [5590] = {.lex_state = 0, .external_lex_state = 186}, + [5591] = {.lex_state = 0, .external_lex_state = 186}, + [5592] = {.lex_state = 0, .external_lex_state = 251}, + [5593] = {.lex_state = 0, .external_lex_state = 251}, + [5594] = {.lex_state = 0, .external_lex_state = 251}, + [5595] = {.lex_state = 0, .external_lex_state = 251}, + [5596] = {.lex_state = 0, .external_lex_state = 251}, + [5597] = {.lex_state = 0, .external_lex_state = 251}, + [5598] = {.lex_state = 0, .external_lex_state = 251}, + [5599] = {.lex_state = 0, .external_lex_state = 186}, + [5600] = {.lex_state = 0, .external_lex_state = 224}, + [5601] = {.lex_state = 0, .external_lex_state = 251}, + [5602] = {.lex_state = 0, .external_lex_state = 252}, + [5603] = {.lex_state = 0, .external_lex_state = 251}, + [5604] = {.lex_state = 0, .external_lex_state = 186}, + [5605] = {.lex_state = 0, .external_lex_state = 186}, + [5606] = {.lex_state = 0, .external_lex_state = 186}, + [5607] = {.lex_state = 0, .external_lex_state = 251}, + [5608] = {.lex_state = 0, .external_lex_state = 251}, + [5609] = {.lex_state = 0, .external_lex_state = 251}, + [5610] = {.lex_state = 0, .external_lex_state = 251}, + [5611] = {.lex_state = 0, .external_lex_state = 186}, + [5612] = {.lex_state = 0, .external_lex_state = 251}, + [5613] = {.lex_state = 0, .external_lex_state = 186}, + [5614] = {.lex_state = 0, .external_lex_state = 186}, + [5615] = {.lex_state = 0, .external_lex_state = 251}, + [5616] = {.lex_state = 0, .external_lex_state = 186}, + [5617] = {.lex_state = 0, .external_lex_state = 186}, + [5618] = {.lex_state = 0, .external_lex_state = 251}, + [5619] = {.lex_state = 0, .external_lex_state = 186}, + [5620] = {.lex_state = 0, .external_lex_state = 186}, + [5621] = {.lex_state = 0, .external_lex_state = 251}, + [5622] = {.lex_state = 0, .external_lex_state = 251}, + [5623] = {.lex_state = 0, .external_lex_state = 251}, + [5624] = {.lex_state = 0, .external_lex_state = 186}, + [5625] = {.lex_state = 0, .external_lex_state = 251}, + [5626] = {.lex_state = 0, .external_lex_state = 251}, + [5627] = {.lex_state = 0, .external_lex_state = 186}, + [5628] = {.lex_state = 0, .external_lex_state = 251}, + [5629] = {.lex_state = 0, .external_lex_state = 186}, + [5630] = {.lex_state = 0, .external_lex_state = 186}, + [5631] = {.lex_state = 0, .external_lex_state = 251}, + [5632] = {.lex_state = 0, .external_lex_state = 186}, + [5633] = {.lex_state = 0, .external_lex_state = 186}, + [5634] = {.lex_state = 0, .external_lex_state = 186}, + [5635] = {.lex_state = 0, .external_lex_state = 251}, + [5636] = {.lex_state = 0, .external_lex_state = 186}, + [5637] = {.lex_state = 0, .external_lex_state = 251}, + [5638] = {.lex_state = 0, .external_lex_state = 251}, + [5639] = {.lex_state = 0, .external_lex_state = 186}, + [5640] = {.lex_state = 0, .external_lex_state = 226}, + [5641] = {.lex_state = 0, .external_lex_state = 251}, + [5642] = {.lex_state = 0, .external_lex_state = 251}, + [5643] = {.lex_state = 0, .external_lex_state = 186}, + [5644] = {.lex_state = 0, .external_lex_state = 186}, + [5645] = {.lex_state = 0, .external_lex_state = 224}, + [5646] = {.lex_state = 0, .external_lex_state = 186}, + [5647] = {.lex_state = 0, .external_lex_state = 251}, + [5648] = {.lex_state = 0, .external_lex_state = 251}, + [5649] = {.lex_state = 0, .external_lex_state = 186}, + [5650] = {.lex_state = 0, .external_lex_state = 251}, + [5651] = {.lex_state = 0, .external_lex_state = 251}, + [5652] = {.lex_state = 0, .external_lex_state = 253}, + [5653] = {.lex_state = 0, .external_lex_state = 251}, + [5654] = {.lex_state = 0, .external_lex_state = 251}, + [5655] = {.lex_state = 0, .external_lex_state = 251}, + [5656] = {.lex_state = 0, .external_lex_state = 186}, + [5657] = {.lex_state = 0, .external_lex_state = 251}, + [5658] = {.lex_state = 0, .external_lex_state = 186}, + [5659] = {.lex_state = 0, .external_lex_state = 251}, + [5660] = {.lex_state = 0, .external_lex_state = 229}, + [5661] = {.lex_state = 0, .external_lex_state = 251}, + [5662] = {.lex_state = 0, .external_lex_state = 186}, + [5663] = {.lex_state = 0, .external_lex_state = 254}, + [5664] = {.lex_state = 0, .external_lex_state = 252}, + [5665] = {.lex_state = 0, .external_lex_state = 186}, + [5666] = {.lex_state = 0, .external_lex_state = 251}, + [5667] = {.lex_state = 0, .external_lex_state = 186}, + [5668] = {.lex_state = 0, .external_lex_state = 186}, + [5669] = {.lex_state = 0, .external_lex_state = 186}, + [5670] = {.lex_state = 0, .external_lex_state = 186}, + [5671] = {.lex_state = 0, .external_lex_state = 251}, + [5672] = {.lex_state = 0, .external_lex_state = 255}, + [5673] = {.lex_state = 0, .external_lex_state = 251}, + [5674] = {.lex_state = 0, .external_lex_state = 186}, + [5675] = {.lex_state = 0, .external_lex_state = 186}, + [5676] = {.lex_state = 0, .external_lex_state = 186}, + [5677] = {.lex_state = 0, .external_lex_state = 186}, + [5678] = {.lex_state = 0, .external_lex_state = 212}, + [5679] = {.lex_state = 0, .external_lex_state = 186}, + [5680] = {.lex_state = 0, .external_lex_state = 233}, + [5681] = {.lex_state = 0, .external_lex_state = 251}, + [5682] = {.lex_state = 0, .external_lex_state = 186}, + [5683] = {.lex_state = 0, .external_lex_state = 186}, + [5684] = {.lex_state = 0, .external_lex_state = 229}, + [5685] = {.lex_state = 0, .external_lex_state = 251}, + [5686] = {.lex_state = 0, .external_lex_state = 212}, + [5687] = {.lex_state = 0, .external_lex_state = 186}, + [5688] = {.lex_state = 0, .external_lex_state = 186}, + [5689] = {.lex_state = 0, .external_lex_state = 186}, + [5690] = {.lex_state = 0, .external_lex_state = 186}, + [5691] = {.lex_state = 0, .external_lex_state = 186}, + [5692] = {.lex_state = 0, .external_lex_state = 229}, + [5693] = {.lex_state = 0, .external_lex_state = 254}, + [5694] = {.lex_state = 0, .external_lex_state = 224}, + [5695] = {.lex_state = 0, .external_lex_state = 233}, + [5696] = {.lex_state = 0, .external_lex_state = 224}, + [5697] = {.lex_state = 0, .external_lex_state = 254}, + [5698] = {.lex_state = 0, .external_lex_state = 186}, + [5699] = {.lex_state = 0, .external_lex_state = 186}, + [5700] = {.lex_state = 0, .external_lex_state = 224}, + [5701] = {.lex_state = 0, .external_lex_state = 186}, + [5702] = {.lex_state = 0, .external_lex_state = 186}, + [5703] = {.lex_state = 0, .external_lex_state = 186}, + [5704] = {.lex_state = 0, .external_lex_state = 186}, [5705] = {.lex_state = 0, .external_lex_state = 224}, - [5706] = {.lex_state = 0, .external_lex_state = 218}, - [5707] = {.lex_state = 0, .external_lex_state = 187}, - [5708] = {.lex_state = 0, .external_lex_state = 246}, - [5709] = {.lex_state = 0, .external_lex_state = 223}, - [5710] = {.lex_state = 0, .external_lex_state = 256}, - [5711] = {.lex_state = 0, .external_lex_state = 224}, - [5712] = {.lex_state = 0, .external_lex_state = 250}, - [5713] = {.lex_state = 0, .external_lex_state = 187}, - [5714] = {.lex_state = 0, .external_lex_state = 187}, - [5715] = {.lex_state = 0, .external_lex_state = 187}, - [5716] = {.lex_state = 0, .external_lex_state = 224}, - [5717] = {.lex_state = 0, .external_lex_state = 187}, - [5718] = {.lex_state = 0, .external_lex_state = 252}, - [5719] = {.lex_state = 0, .external_lex_state = 187}, - [5720] = {.lex_state = 0, .external_lex_state = 187}, - [5721] = {.lex_state = 0, .external_lex_state = 224}, - [5722] = {.lex_state = 0, .external_lex_state = 187}, - [5723] = {.lex_state = 0, .external_lex_state = 187}, - [5724] = {.lex_state = 0, .external_lex_state = 250}, - [5725] = {.lex_state = 0, .external_lex_state = 187}, - [5726] = {.lex_state = 0, .external_lex_state = 187}, - [5727] = {.lex_state = 0, .external_lex_state = 187}, - [5728] = {.lex_state = 0, .external_lex_state = 241}, - [5729] = {.lex_state = 0, .external_lex_state = 187}, - [5730] = {.lex_state = 0, .external_lex_state = 255}, - [5731] = {.lex_state = 0, .external_lex_state = 187}, - [5732] = {.lex_state = 0, .external_lex_state = 224}, - [5733] = {.lex_state = 0, .external_lex_state = 250}, - [5734] = {.lex_state = 0, .external_lex_state = 187}, - [5735] = {.lex_state = 0, .external_lex_state = 187}, - [5736] = {.lex_state = 0, .external_lex_state = 187}, - [5737] = {.lex_state = 0, .external_lex_state = 254}, - [5738] = {.lex_state = 0, .external_lex_state = 250}, - [5739] = {.lex_state = 0, .external_lex_state = 224}, - [5740] = {.lex_state = 0, .external_lex_state = 187}, - [5741] = {.lex_state = 0, .external_lex_state = 231}, - [5742] = {.lex_state = 0, .external_lex_state = 187}, - [5743] = {.lex_state = 0, .external_lex_state = 187}, - [5744] = {.lex_state = 0, .external_lex_state = 187}, - [5745] = {.lex_state = 0, .external_lex_state = 246}, - [5746] = {.lex_state = 0, .external_lex_state = 187}, - [5747] = {.lex_state = 0, .external_lex_state = 250}, - [5748] = {.lex_state = 0, .external_lex_state = 187}, - [5749] = {.lex_state = 0, .external_lex_state = 254}, - [5750] = {.lex_state = 0, .external_lex_state = 187}, - [5751] = {.lex_state = 0, .external_lex_state = 187}, - [5752] = {.lex_state = 0, .external_lex_state = 187}, - [5753] = {.lex_state = 0, .external_lex_state = 246}, - [5754] = {.lex_state = 0, .external_lex_state = 187}, - [5755] = {.lex_state = 0, .external_lex_state = 218}, - [5756] = {.lex_state = 0, .external_lex_state = 187}, - [5757] = {.lex_state = 0, .external_lex_state = 224}, - [5758] = {.lex_state = 0, .external_lex_state = 187}, - [5759] = {.lex_state = 0, .external_lex_state = 224}, - [5760] = {.lex_state = 0, .external_lex_state = 224}, - [5761] = {.lex_state = 0, .external_lex_state = 187}, - [5762] = {.lex_state = 0, .external_lex_state = 187}, - [5763] = {.lex_state = 0, .external_lex_state = 253}, - [5764] = {.lex_state = 0, .external_lex_state = 187}, - [5765] = {.lex_state = 0, .external_lex_state = 218}, + [5706] = {.lex_state = 0, .external_lex_state = 186}, + [5707] = {.lex_state = 0, .external_lex_state = 186}, + [5708] = {.lex_state = 0, .external_lex_state = 186}, + [5709] = {.lex_state = 0, .external_lex_state = 226}, + [5710] = {.lex_state = 0, .external_lex_state = 229}, + [5711] = {.lex_state = 0, .external_lex_state = 186}, + [5712] = {.lex_state = 0, .external_lex_state = 186}, + [5713] = {.lex_state = 0, .external_lex_state = 186}, + [5714] = {.lex_state = 0, .external_lex_state = 186}, + [5715] = {.lex_state = 0, .external_lex_state = 186}, + [5716] = {.lex_state = 0, .external_lex_state = 186}, + [5717] = {.lex_state = 0, .external_lex_state = 186}, + [5718] = {.lex_state = 0, .external_lex_state = 212}, + [5719] = {.lex_state = 0, .external_lex_state = 186}, + [5720] = {.lex_state = 0, .external_lex_state = 229}, + [5721] = {.lex_state = 0, .external_lex_state = 186}, + [5722] = {.lex_state = 0, .external_lex_state = 186}, + [5723] = {.lex_state = 0, .external_lex_state = 186}, + [5724] = {.lex_state = 0, .external_lex_state = 241}, + [5725] = {.lex_state = 0, .external_lex_state = 224}, + [5726] = {.lex_state = 0, .external_lex_state = 186}, + [5727] = {.lex_state = 0, .external_lex_state = 186}, + [5728] = {.lex_state = 0, .external_lex_state = 186}, + [5729] = {.lex_state = 0, .external_lex_state = 194}, + [5730] = {.lex_state = 0, .external_lex_state = 186}, + [5731] = {.lex_state = 0, .external_lex_state = 186}, + [5732] = {.lex_state = 0, .external_lex_state = 256}, + [5733] = {.lex_state = 0, .external_lex_state = 186}, + [5734] = {.lex_state = 0, .external_lex_state = 226}, + [5735] = {.lex_state = 0, .external_lex_state = 186}, + [5736] = {.lex_state = 0, .external_lex_state = 224}, + [5737] = {.lex_state = 0, .external_lex_state = 186}, + [5738] = {.lex_state = 0, .external_lex_state = 186}, + [5739] = {.lex_state = 0, .external_lex_state = 229}, + [5740] = {.lex_state = 0, .external_lex_state = 253}, + [5741] = {.lex_state = 0, .external_lex_state = 186}, + [5742] = {.lex_state = 0, .external_lex_state = 186}, + [5743] = {.lex_state = 0, .external_lex_state = 186}, + [5744] = {.lex_state = 0, .external_lex_state = 256}, + [5745] = {.lex_state = 0, .external_lex_state = 250}, + [5746] = {.lex_state = 0, .external_lex_state = 186}, + [5747] = {.lex_state = 0, .external_lex_state = 249}, + [5748] = {.lex_state = 0, .external_lex_state = 249}, + [5749] = {.lex_state = 0, .external_lex_state = 249}, + [5750] = {.lex_state = 0, .external_lex_state = 224}, + [5751] = {.lex_state = 0, .external_lex_state = 186}, + [5752] = {.lex_state = 0, .external_lex_state = 186}, + [5753] = {.lex_state = 0, .external_lex_state = 186}, + [5754] = {.lex_state = 0, .external_lex_state = 186}, + [5755] = {.lex_state = 0, .external_lex_state = 186}, + [5756] = {.lex_state = 0, .external_lex_state = 233}, + [5757] = {.lex_state = 0, .external_lex_state = 212}, + [5758] = {.lex_state = 0, .external_lex_state = 212}, + [5759] = {.lex_state = 0, .external_lex_state = 253}, + [5760] = {.lex_state = 0, .external_lex_state = 186}, + [5761] = {.lex_state = 0, .external_lex_state = 226}, + [5762] = {.lex_state = 0, .external_lex_state = 194}, + [5763] = {.lex_state = 0, .external_lex_state = 224}, + [5764] = {.lex_state = 0, .external_lex_state = 233}, + [5765] = {.lex_state = 0, .external_lex_state = 186}, [5766] = {.lex_state = 0, .external_lex_state = 224}, - [5767] = {.lex_state = 0, .external_lex_state = 187}, - [5768] = {.lex_state = 0, .external_lex_state = 187}, - [5769] = {.lex_state = 0, .external_lex_state = 187}, - [5770] = {.lex_state = 0, .external_lex_state = 218}, - [5771] = {.lex_state = 0, .external_lex_state = 250}, - [5772] = {.lex_state = 0, .external_lex_state = 187}, - [5773] = {.lex_state = 0, .external_lex_state = 250}, - [5774] = {.lex_state = 0, .external_lex_state = 187}, - [5775] = {.lex_state = 0, .external_lex_state = 187}, - [5776] = {.lex_state = 0, .external_lex_state = 187}, - [5777] = {.lex_state = 0, .external_lex_state = 187}, - [5778] = {.lex_state = 0, .external_lex_state = 257}, - [5779] = {.lex_state = 0, .external_lex_state = 187}, - [5780] = {.lex_state = 0, .external_lex_state = 224}, - [5781] = {.lex_state = 0, .external_lex_state = 187}, - [5782] = {.lex_state = 0, .external_lex_state = 250}, - [5783] = {.lex_state = 0, .external_lex_state = 231}, - [5784] = {.lex_state = 0, .external_lex_state = 187}, - [5785] = {.lex_state = 0, .external_lex_state = 250}, - [5786] = {.lex_state = 0, .external_lex_state = 187}, - [5787] = {.lex_state = 0, .external_lex_state = 250}, - [5788] = {.lex_state = 0, .external_lex_state = 187}, - [5789] = {.lex_state = 0, .external_lex_state = 231}, - [5790] = {.lex_state = 0, .external_lex_state = 223}, - [5791] = {.lex_state = 0, .external_lex_state = 253}, - [5792] = {.lex_state = 0, .external_lex_state = 224}, - [5793] = {.lex_state = 0, .external_lex_state = 187}, - [5794] = {.lex_state = 0, .external_lex_state = 234}, - [5795] = {.lex_state = 0, .external_lex_state = 254}, - [5796] = {.lex_state = 0, .external_lex_state = 224}, - [5797] = {.lex_state = 0, .external_lex_state = 257}, - [5798] = {.lex_state = 0, .external_lex_state = 252}, - [5799] = {.lex_state = 0, .external_lex_state = 231}, - [5800] = {.lex_state = 0, .external_lex_state = 187}, - [5801] = {.lex_state = 0, .external_lex_state = 250}, - [5802] = {.lex_state = 0, .external_lex_state = 187}, - [5803] = {.lex_state = 0, .external_lex_state = 247}, - [5804] = {.lex_state = 0, .external_lex_state = 187}, - [5805] = {.lex_state = 0, .external_lex_state = 187}, - [5806] = {.lex_state = 0, .external_lex_state = 187}, - [5807] = {.lex_state = 0, .external_lex_state = 187}, - [5808] = {.lex_state = 0, .external_lex_state = 187}, - [5809] = {.lex_state = 0, .external_lex_state = 231}, - [5810] = {.lex_state = 0, .external_lex_state = 257}, - [5811] = {.lex_state = 0, .external_lex_state = 187}, - [5812] = {.lex_state = 0, .external_lex_state = 255}, - [5813] = {.lex_state = 0, .external_lex_state = 187}, - [5814] = {.lex_state = 0, .external_lex_state = 241}, + [5767] = {.lex_state = 0, .external_lex_state = 186}, + [5768] = {.lex_state = 0, .external_lex_state = 186}, + [5769] = {.lex_state = 0, .external_lex_state = 224}, + [5770] = {.lex_state = 0, .external_lex_state = 186}, + [5771] = {.lex_state = 0, .external_lex_state = 224}, + [5772] = {.lex_state = 0, .external_lex_state = 224}, + [5773] = {.lex_state = 0, .external_lex_state = 186}, + [5774] = {.lex_state = 0, .external_lex_state = 186}, + [5775] = {.lex_state = 0, .external_lex_state = 186}, + [5776] = {.lex_state = 0, .external_lex_state = 233}, + [5777] = {.lex_state = 0, .external_lex_state = 224}, + [5778] = {.lex_state = 0, .external_lex_state = 233}, + [5779] = {.lex_state = 0, .external_lex_state = 229}, + [5780] = {.lex_state = 0, .external_lex_state = 186}, + [5781] = {.lex_state = 0, .external_lex_state = 186}, + [5782] = {.lex_state = 0, .external_lex_state = 186}, + [5783] = {.lex_state = 0, .external_lex_state = 194}, + [5784] = {.lex_state = 0, .external_lex_state = 186}, + [5785] = {.lex_state = 0, .external_lex_state = 233}, + [5786] = {.lex_state = 0, .external_lex_state = 186}, + [5787] = {.lex_state = 0, .external_lex_state = 233}, + [5788] = {.lex_state = 0, .external_lex_state = 186}, + [5789] = {.lex_state = 0, .external_lex_state = 186}, + [5790] = {.lex_state = 0, .external_lex_state = 233}, + [5791] = {.lex_state = 0, .external_lex_state = 229}, + [5792] = {.lex_state = 0, .external_lex_state = 252}, + [5793] = {.lex_state = 0, .external_lex_state = 250}, + [5794] = {.lex_state = 0, .external_lex_state = 186}, + [5795] = {.lex_state = 0, .external_lex_state = 186}, + [5796] = {.lex_state = 0, .external_lex_state = 186}, + [5797] = {.lex_state = 0, .external_lex_state = 186}, + [5798] = {.lex_state = 0, .external_lex_state = 186}, + [5799] = {.lex_state = 0, .external_lex_state = 229}, + [5800] = {.lex_state = 0, .external_lex_state = 186}, + [5801] = {.lex_state = 0, .external_lex_state = 186}, + [5802] = {.lex_state = 0, .external_lex_state = 186}, + [5803] = {.lex_state = 0, .external_lex_state = 233}, + [5804] = {.lex_state = 0, .external_lex_state = 186}, + [5805] = {.lex_state = 0, .external_lex_state = 224}, + [5806] = {.lex_state = 0, .external_lex_state = 186}, + [5807] = {.lex_state = 0, .external_lex_state = 252}, + [5808] = {.lex_state = 0, .external_lex_state = 186}, + [5809] = {.lex_state = 0, .external_lex_state = 186}, + [5810] = {.lex_state = 0, .external_lex_state = 186}, + [5811] = {.lex_state = 0, .external_lex_state = 186}, + [5812] = {.lex_state = 0, .external_lex_state = 186}, + [5813] = {.lex_state = 0, .external_lex_state = 186}, + [5814] = {.lex_state = 0, .external_lex_state = 224}, [5815] = {.lex_state = 0, .external_lex_state = 224}, - [5816] = {.lex_state = 0, .external_lex_state = 187}, - [5817] = {.lex_state = 0, .external_lex_state = 224}, - [5818] = {.lex_state = 0, .external_lex_state = 187}, - [5819] = {.lex_state = 0, .external_lex_state = 250}, - [5820] = {.lex_state = 0, .external_lex_state = 187}, - [5821] = {.lex_state = 0, .external_lex_state = 253}, - [5822] = {.lex_state = 0, .external_lex_state = 231}, - [5823] = {.lex_state = 0, .external_lex_state = 187}, - [5824] = {.lex_state = 0, .external_lex_state = 252}, - [5825] = {.lex_state = 0, .external_lex_state = 187}, - [5826] = {.lex_state = 0, .external_lex_state = 187}, - [5827] = {.lex_state = 0, .external_lex_state = 187}, - [5828] = {.lex_state = 0, .external_lex_state = 187}, - [5829] = {.lex_state = 0, .external_lex_state = 187}, - [5830] = {.lex_state = 0, .external_lex_state = 254}, - [5831] = {.lex_state = 0, .external_lex_state = 253}, - [5832] = {.lex_state = 0, .external_lex_state = 250}, - [5833] = {.lex_state = 0, .external_lex_state = 187}, - [5834] = {.lex_state = 0, .external_lex_state = 187}, - [5835] = {.lex_state = 0, .external_lex_state = 187}, - [5836] = {.lex_state = 0, .external_lex_state = 187}, - [5837] = {.lex_state = 0, .external_lex_state = 187}, - [5838] = {.lex_state = 0, .external_lex_state = 223}, - [5839] = {.lex_state = 0, .external_lex_state = 223}, - [5840] = {.lex_state = 0, .external_lex_state = 187}, - [5841] = {.lex_state = 0, .external_lex_state = 223}, - [5842] = {.lex_state = 0, .external_lex_state = 187}, - [5843] = {.lex_state = 0, .external_lex_state = 223}, - [5844] = {.lex_state = 0, .external_lex_state = 187}, - [5845] = {.lex_state = 0, .external_lex_state = 187}, - [5846] = {.lex_state = 0, .external_lex_state = 231}, - [5847] = {.lex_state = 0, .external_lex_state = 187}, - [5848] = {.lex_state = 0, .external_lex_state = 254}, - [5849] = {.lex_state = 0, .external_lex_state = 231}, - [5850] = {.lex_state = 0, .external_lex_state = 187}, - [5851] = {.lex_state = 0, .external_lex_state = 187}, - [5852] = {.lex_state = 0, .external_lex_state = 187}, - [5853] = {.lex_state = 0, .external_lex_state = 187}, - [5854] = {.lex_state = 0, .external_lex_state = 187}, + [5816] = {.lex_state = 0, .external_lex_state = 224}, + [5817] = {.lex_state = 0, .external_lex_state = 186}, + [5818] = {.lex_state = 0, .external_lex_state = 224}, + [5819] = {.lex_state = 0, .external_lex_state = 253}, + [5820] = {.lex_state = 0, .external_lex_state = 186}, + [5821] = {.lex_state = 0, .external_lex_state = 250}, + [5822] = {.lex_state = 0, .external_lex_state = 186}, + [5823] = {.lex_state = 0, .external_lex_state = 186}, + [5824] = {.lex_state = 0, .external_lex_state = 186}, + [5825] = {.lex_state = 0, .external_lex_state = 224}, + [5826] = {.lex_state = 0, .external_lex_state = 226}, + [5827] = {.lex_state = 0, .external_lex_state = 224}, + [5828] = {.lex_state = 0, .external_lex_state = 253}, + [5829] = {.lex_state = 0, .external_lex_state = 186}, + [5830] = {.lex_state = 0, .external_lex_state = 186}, + [5831] = {.lex_state = 0, .external_lex_state = 186}, + [5832] = {.lex_state = 0, .external_lex_state = 186}, + [5833] = {.lex_state = 0, .external_lex_state = 224}, + [5834] = {.lex_state = 0, .external_lex_state = 212}, + [5835] = {.lex_state = 0, .external_lex_state = 252}, + [5836] = {.lex_state = 0, .external_lex_state = 233}, + [5837] = {.lex_state = 0, .external_lex_state = 252}, + [5838] = {.lex_state = 0, .external_lex_state = 186}, + [5839] = {.lex_state = 0, .external_lex_state = 224}, + [5840] = {.lex_state = 0, .external_lex_state = 186}, + [5841] = {.lex_state = 0, .external_lex_state = 186}, + [5842] = {.lex_state = 0, .external_lex_state = 233}, + [5843] = {.lex_state = 0, .external_lex_state = 233}, + [5844] = {.lex_state = 0, .external_lex_state = 224}, + [5845] = {.lex_state = 0, .external_lex_state = 186}, + [5846] = {.lex_state = 0, .external_lex_state = 186}, + [5847] = {.lex_state = 0, .external_lex_state = 224}, + [5848] = {.lex_state = 0, .external_lex_state = 253}, + [5849] = {.lex_state = 0, .external_lex_state = 186}, + [5850] = {.lex_state = 0, .external_lex_state = 224}, + [5851] = {.lex_state = 0, .external_lex_state = 186}, + [5852] = {.lex_state = 0, .external_lex_state = 224}, + [5853] = {.lex_state = 0, .external_lex_state = 224}, + [5854] = {.lex_state = 0, .external_lex_state = 186}, [5855] = {.lex_state = 0, .external_lex_state = 224}, - [5856] = {.lex_state = 0, .external_lex_state = 187}, - [5857] = {.lex_state = 0, .external_lex_state = 250}, - [5858] = {.lex_state = 0, .external_lex_state = 221}, - [5859] = {.lex_state = 0, .external_lex_state = 187}, - [5860] = {.lex_state = 0, .external_lex_state = 187}, - [5861] = {.lex_state = 0, .external_lex_state = 187}, - [5862] = {.lex_state = 0, .external_lex_state = 187}, - [5863] = {.lex_state = 0, .external_lex_state = 187}, - [5864] = {.lex_state = 0, .external_lex_state = 187}, - [5865] = {.lex_state = 0, .external_lex_state = 187}, - [5866] = {.lex_state = 0, .external_lex_state = 187}, - [5867] = {.lex_state = 0, .external_lex_state = 250}, - [5868] = {.lex_state = 0, .external_lex_state = 187}, - [5869] = {.lex_state = 0, .external_lex_state = 257}, - [5870] = {.lex_state = 0, .external_lex_state = 187}, - [5871] = {.lex_state = 0, .external_lex_state = 250}, - [5872] = {.lex_state = 0, .external_lex_state = 223}, - [5873] = {.lex_state = 0, .external_lex_state = 187}, - [5874] = {.lex_state = 0, .external_lex_state = 250}, - [5875] = {.lex_state = 0, .external_lex_state = 187}, - [5876] = {.lex_state = 0, .external_lex_state = 187}, - [5877] = {.lex_state = 0, .external_lex_state = 187}, - [5878] = {.lex_state = 0, .external_lex_state = 187}, - [5879] = {.lex_state = 0, .external_lex_state = 231}, - [5880] = {.lex_state = 0, .external_lex_state = 223}, - [5881] = {.lex_state = 0, .external_lex_state = 224}, - [5882] = {.lex_state = 0, .external_lex_state = 250}, - [5883] = {.lex_state = 0, .external_lex_state = 187}, - [5884] = {.lex_state = 0, .external_lex_state = 231}, - [5885] = {.lex_state = 0, .external_lex_state = 187}, - [5886] = {.lex_state = 0, .external_lex_state = 250}, - [5887] = {.lex_state = 0, .external_lex_state = 187}, - [5888] = {.lex_state = 0, .external_lex_state = 187}, - [5889] = {.lex_state = 0, .external_lex_state = 187}, - [5890] = {.lex_state = 0, .external_lex_state = 187}, - [5891] = {.lex_state = 0, .external_lex_state = 250}, - [5892] = {.lex_state = 0, .external_lex_state = 250}, - [5893] = {.lex_state = 0, .external_lex_state = 187}, - [5894] = {.lex_state = 0, .external_lex_state = 187}, - [5895] = {.lex_state = 0, .external_lex_state = 223}, - [5896] = {.lex_state = 0, .external_lex_state = 250}, - [5897] = {.lex_state = 0, .external_lex_state = 254}, - [5898] = {.lex_state = 0, .external_lex_state = 218}, - [5899] = {.lex_state = 0, .external_lex_state = 187}, - [5900] = {.lex_state = 0, .external_lex_state = 187}, - [5901] = {.lex_state = 0, .external_lex_state = 250}, - [5902] = {.lex_state = 0, .external_lex_state = 187}, - [5903] = {.lex_state = 0, .external_lex_state = 223}, - [5904] = {.lex_state = 0, .external_lex_state = 187}, - [5905] = {.lex_state = 0, .external_lex_state = 187}, - [5906] = {.lex_state = 0, .external_lex_state = 257}, - [5907] = {.lex_state = 0, .external_lex_state = 224}, + [5856] = {.lex_state = 0, .external_lex_state = 186}, + [5857] = {.lex_state = 0, .external_lex_state = 257}, + [5858] = {.lex_state = 0, .external_lex_state = 224}, + [5859] = {.lex_state = 0, .external_lex_state = 186}, + [5860] = {.lex_state = 0, .external_lex_state = 212}, + [5861] = {.lex_state = 0, .external_lex_state = 186}, + [5862] = {.lex_state = 0, .external_lex_state = 186}, + [5863] = {.lex_state = 0, .external_lex_state = 186}, + [5864] = {.lex_state = 0, .external_lex_state = 251}, + [5865] = {.lex_state = 0, .external_lex_state = 246}, + [5866] = {.lex_state = 0, .external_lex_state = 186}, + [5867] = {.lex_state = 0, .external_lex_state = 186}, + [5868] = {.lex_state = 0, .external_lex_state = 250}, + [5869] = {.lex_state = 0, .external_lex_state = 186}, + [5870] = {.lex_state = 0, .external_lex_state = 258}, + [5871] = {.lex_state = 0, .external_lex_state = 186}, + [5872] = {.lex_state = 0, .external_lex_state = 229}, + [5873] = {.lex_state = 0, .external_lex_state = 253}, + [5874] = {.lex_state = 0, .external_lex_state = 232}, + [5875] = {.lex_state = 0, .external_lex_state = 253}, + [5876] = {.lex_state = 0, .external_lex_state = 186}, + [5877] = {.lex_state = 0, .external_lex_state = 186}, + [5878] = {.lex_state = 0, .external_lex_state = 186}, + [5879] = {.lex_state = 0, .external_lex_state = 186}, + [5880] = {.lex_state = 0, .external_lex_state = 212}, + [5881] = {.lex_state = 0, .external_lex_state = 186}, + [5882] = {.lex_state = 0, .external_lex_state = 233}, + [5883] = {.lex_state = 0, .external_lex_state = 224}, + [5884] = {.lex_state = 0, .external_lex_state = 186}, + [5885] = {.lex_state = 0, .external_lex_state = 252}, + [5886] = {.lex_state = 0, .external_lex_state = 212}, + [5887] = {.lex_state = 0, .external_lex_state = 229}, + [5888] = {.lex_state = 0, .external_lex_state = 229}, + [5889] = {.lex_state = 0, .external_lex_state = 186}, + [5890] = {.lex_state = 0, .external_lex_state = 224}, + [5891] = {.lex_state = 0, .external_lex_state = 241}, + [5892] = {.lex_state = 0, .external_lex_state = 241}, + [5893] = {.lex_state = 0, .external_lex_state = 224}, + [5894] = {.lex_state = 0, .external_lex_state = 226}, + [5895] = {.lex_state = 0, .external_lex_state = 186}, + [5896] = {.lex_state = 0, .external_lex_state = 226}, + [5897] = {.lex_state = 0, .external_lex_state = 186}, + [5898] = {.lex_state = 0, .external_lex_state = 229}, + [5899] = {.lex_state = 0, .external_lex_state = 224}, + [5900] = {.lex_state = 0, .external_lex_state = 241}, + [5901] = {.lex_state = 0, .external_lex_state = 186}, + [5902] = {.lex_state = 0, .external_lex_state = 186}, + [5903] = {.lex_state = 0, .external_lex_state = 186}, + [5904] = {.lex_state = 0, .external_lex_state = 186}, + [5905] = {.lex_state = 0, .external_lex_state = 186}, + [5906] = {.lex_state = 0, .external_lex_state = 212}, + [5907] = {.lex_state = 0, .external_lex_state = 186}, [5908] = {.lex_state = 0, .external_lex_state = 224}, - [5909] = {.lex_state = 0, .external_lex_state = 221}, - [5910] = {.lex_state = 0, .external_lex_state = 258}, - [5911] = {.lex_state = 0, .external_lex_state = 187}, - [5912] = {.lex_state = 0, .external_lex_state = 224}, - [5913] = {.lex_state = 0, .external_lex_state = 187}, - [5914] = {.lex_state = 0, .external_lex_state = 187}, - [5915] = {.lex_state = 0, .external_lex_state = 187}, - [5916] = {.lex_state = 0, .external_lex_state = 187}, - [5917] = {.lex_state = 0, .external_lex_state = 250}, - [5918] = {.lex_state = 0, .external_lex_state = 249}, - [5919] = {.lex_state = 0, .external_lex_state = 224}, - [5920] = {.lex_state = 0, .external_lex_state = 224}, - [5921] = {.lex_state = 0, .external_lex_state = 193}, - [5922] = {.lex_state = 0, .external_lex_state = 187}, - [5923] = {.lex_state = 0, .external_lex_state = 224}, - [5924] = {.lex_state = 0, .external_lex_state = 224}, - [5925] = {.lex_state = 0, .external_lex_state = 193}, - [5926] = {.lex_state = 0, .external_lex_state = 231}, - [5927] = {.lex_state = 0, .external_lex_state = 187}, - [5928] = {.lex_state = 0, .external_lex_state = 250}, - [5929] = {.lex_state = 0, .external_lex_state = 187}, - [5930] = {.lex_state = 0, .external_lex_state = 187}, + [5909] = {.lex_state = 0, .external_lex_state = 186}, + [5910] = {.lex_state = 0, .external_lex_state = 186}, + [5911] = {.lex_state = 0, .external_lex_state = 186}, + [5912] = {.lex_state = 0, .external_lex_state = 252}, + [5913] = {.lex_state = 0, .external_lex_state = 186}, + [5914] = {.lex_state = 0, .external_lex_state = 241}, + [5915] = {.lex_state = 0, .external_lex_state = 186}, + [5916] = {.lex_state = 0, .external_lex_state = 212}, + [5917] = {.lex_state = 0, .external_lex_state = 224}, + [5918] = {.lex_state = 0, .external_lex_state = 258}, + [5919] = {.lex_state = 0, .external_lex_state = 186}, + [5920] = {.lex_state = 0, .external_lex_state = 186}, + [5921] = {.lex_state = 0, .external_lex_state = 186}, + [5922] = {.lex_state = 0, .external_lex_state = 186}, + [5923] = {.lex_state = 0, .external_lex_state = 186}, + [5924] = {.lex_state = 0, .external_lex_state = 186}, + [5925] = {.lex_state = 0, .external_lex_state = 212}, + [5926] = {.lex_state = 0, .external_lex_state = 186}, + [5927] = {.lex_state = 0, .external_lex_state = 186}, + [5928] = {.lex_state = 0, .external_lex_state = 186}, + [5929] = {.lex_state = 0, .external_lex_state = 186}, + [5930] = {.lex_state = 0, .external_lex_state = 186}, [5931] = {.lex_state = 0, .external_lex_state = 250}, - [5932] = {.lex_state = 0, .external_lex_state = 231}, - [5933] = {.lex_state = 0, .external_lex_state = 223}, - [5934] = {.lex_state = 0, .external_lex_state = 250}, - [5935] = {.lex_state = 0, .external_lex_state = 224}, - [5936] = {.lex_state = 0, .external_lex_state = 224}, - [5937] = {.lex_state = 0, .external_lex_state = 193}, - [5938] = {.lex_state = 0, .external_lex_state = 187}, - [5939] = {.lex_state = 0, .external_lex_state = 193}, - [5940] = {.lex_state = 0, .external_lex_state = 187}, - [5941] = {.lex_state = 0, .external_lex_state = 187}, - [5942] = {.lex_state = 0, .external_lex_state = 187}, - [5943] = {.lex_state = 0, .external_lex_state = 187}, - [5944] = {.lex_state = 0, .external_lex_state = 252}, - [5945] = {.lex_state = 0, .external_lex_state = 218}, - [5946] = {.lex_state = 0, .external_lex_state = 193}, - [5947] = {.lex_state = 0, .external_lex_state = 187}, - [5948] = {.lex_state = 0, .external_lex_state = 187}, - [5949] = {.lex_state = 0, .external_lex_state = 231}, - [5950] = {.lex_state = 0, .external_lex_state = 224}, - [5951] = {.lex_state = 0, .external_lex_state = 187}, - [5952] = {.lex_state = 0, .external_lex_state = 253}, - [5953] = {.lex_state = 0, .external_lex_state = 224}, - [5954] = {.lex_state = 0, .external_lex_state = 187}, - [5955] = {.lex_state = 0, .external_lex_state = 255}, - [5956] = {.lex_state = 0, .external_lex_state = 241}, - [5957] = {.lex_state = 0, .external_lex_state = 224}, - [5958] = {.lex_state = 0, .external_lex_state = 187}, - [5959] = {.lex_state = 0, .external_lex_state = 187}, - [5960] = {.lex_state = 0, .external_lex_state = 187}, - [5961] = {.lex_state = 0, .external_lex_state = 259}, - [5962] = {.lex_state = 0, .external_lex_state = 187}, - [5963] = {.lex_state = 0, .external_lex_state = 187}, - [5964] = {.lex_state = 0, .external_lex_state = 187}, - [5965] = {.lex_state = 0, .external_lex_state = 231}, - [5966] = {.lex_state = 0, .external_lex_state = 224}, - [5967] = {.lex_state = 0, .external_lex_state = 252}, - [5968] = {.lex_state = 0, .external_lex_state = 187}, - [5969] = {.lex_state = 0, .external_lex_state = 256}, - [5970] = {.lex_state = 0, .external_lex_state = 187}, - [5971] = {.lex_state = 0, .external_lex_state = 187}, - [5972] = {.lex_state = 0, .external_lex_state = 221}, - [5973] = {.lex_state = 0, .external_lex_state = 246}, - [5974] = {.lex_state = 0, .external_lex_state = 255}, - [5975] = {.lex_state = 0, .external_lex_state = 187}, - [5976] = {.lex_state = 0, .external_lex_state = 247}, - [5977] = {.lex_state = 0, .external_lex_state = 250}, - [5978] = {.lex_state = 0, .external_lex_state = 187}, - [5979] = {.lex_state = 0, .external_lex_state = 231}, - [5980] = {.lex_state = 0, .external_lex_state = 187}, - [5981] = {.lex_state = 0, .external_lex_state = 246}, - [5982] = {.lex_state = 0, .external_lex_state = 193}, - [5983] = {.lex_state = 0, .external_lex_state = 252}, - [5984] = {.lex_state = 0, .external_lex_state = 250}, - [5985] = {.lex_state = 0, .external_lex_state = 249}, - [5986] = {.lex_state = 0, .external_lex_state = 249}, - [5987] = {.lex_state = 0, .external_lex_state = 187}, - [5988] = {.lex_state = 0, .external_lex_state = 241}, - [5989] = {.lex_state = 0, .external_lex_state = 187}, - [5990] = {.lex_state = 0, .external_lex_state = 187}, - [5991] = {.lex_state = 0, .external_lex_state = 187}, - [5992] = {.lex_state = 0, .external_lex_state = 224}, - [5993] = {.lex_state = 0, .external_lex_state = 187}, - [5994] = {.lex_state = 0, .external_lex_state = 187}, - [5995] = {.lex_state = 0, .external_lex_state = 187}, - [5996] = {.lex_state = 0, .external_lex_state = 224}, - [5997] = {.lex_state = 0, .external_lex_state = 187}, - [5998] = {.lex_state = 0, .external_lex_state = 259}, - [5999] = {.lex_state = 0, .external_lex_state = 187}, - [6000] = {.lex_state = 0, .external_lex_state = 231}, - [6001] = {.lex_state = 0, .external_lex_state = 187}, - [6002] = {.lex_state = 0, .external_lex_state = 187}, - [6003] = {.lex_state = 0, .external_lex_state = 250}, - [6004] = {.lex_state = 0, .external_lex_state = 250}, - [6005] = {.lex_state = 0, .external_lex_state = 221}, - [6006] = {.lex_state = 0, .external_lex_state = 249}, - [6007] = {.lex_state = 0, .external_lex_state = 187}, - [6008] = {.lex_state = 0, .external_lex_state = 218}, - [6009] = {.lex_state = 0, .external_lex_state = 187}, - [6010] = {.lex_state = 0, .external_lex_state = 187}, - [6011] = {.lex_state = 0, .external_lex_state = 253}, - [6012] = {.lex_state = 0, .external_lex_state = 231}, - [6013] = {.lex_state = 0, .external_lex_state = 187}, - [6014] = {.lex_state = 0, .external_lex_state = 187}, - [6015] = {.lex_state = 0, .external_lex_state = 193}, - [6016] = {.lex_state = 0, .external_lex_state = 187}, - [6017] = {.lex_state = 0, .external_lex_state = 187}, + [5932] = {.lex_state = 0, .external_lex_state = 186}, + [5933] = {.lex_state = 0, .external_lex_state = 186}, + [5934] = {.lex_state = 0, .external_lex_state = 258}, + [5935] = {.lex_state = 0, .external_lex_state = 240}, + [5936] = {.lex_state = 0, .external_lex_state = 186}, + [5937] = {.lex_state = 0, .external_lex_state = 186}, + [5938] = {.lex_state = 0, .external_lex_state = 186}, + [5939] = {.lex_state = 0, .external_lex_state = 186}, + [5940] = {.lex_state = 0, .external_lex_state = 186}, + [5941] = {.lex_state = 0, .external_lex_state = 186}, + [5942] = {.lex_state = 0, .external_lex_state = 186}, + [5943] = {.lex_state = 0, .external_lex_state = 252}, + [5944] = {.lex_state = 0, .external_lex_state = 250}, + [5945] = {.lex_state = 0, .external_lex_state = 194}, + [5946] = {.lex_state = 0, .external_lex_state = 194}, + [5947] = {.lex_state = 0, .external_lex_state = 186}, + [5948] = {.lex_state = 0, .external_lex_state = 224}, + [5949] = {.lex_state = 0, .external_lex_state = 224}, + [5950] = {.lex_state = 0, .external_lex_state = 242}, + [5951] = {.lex_state = 0, .external_lex_state = 186}, + [5952] = {.lex_state = 0, .external_lex_state = 186}, + [5953] = {.lex_state = 0, .external_lex_state = 254}, + [5954] = {.lex_state = 0, .external_lex_state = 186}, + [5955] = {.lex_state = 0, .external_lex_state = 194}, + [5956] = {.lex_state = 0, .external_lex_state = 186}, + [5957] = {.lex_state = 0, .external_lex_state = 186}, + [5958] = {.lex_state = 0, .external_lex_state = 242}, + [5959] = {.lex_state = 0, .external_lex_state = 186}, + [5960] = {.lex_state = 0, .external_lex_state = 186}, + [5961] = {.lex_state = 0, .external_lex_state = 186}, + [5962] = {.lex_state = 0, .external_lex_state = 224}, + [5963] = {.lex_state = 0, .external_lex_state = 194}, + [5964] = {.lex_state = 0, .external_lex_state = 241}, + [5965] = {.lex_state = 0, .external_lex_state = 246}, + [5966] = {.lex_state = 0, .external_lex_state = 186}, + [5967] = {.lex_state = 0, .external_lex_state = 194}, + [5968] = {.lex_state = 0, .external_lex_state = 186}, + [5969] = {.lex_state = 0, .external_lex_state = 249}, + [5970] = {.lex_state = 0, .external_lex_state = 252}, + [5971] = {.lex_state = 0, .external_lex_state = 229}, + [5972] = {.lex_state = 0, .external_lex_state = 186}, + [5973] = {.lex_state = 0, .external_lex_state = 186}, + [5974] = {.lex_state = 0, .external_lex_state = 186}, + [5975] = {.lex_state = 0, .external_lex_state = 186}, + [5976] = {.lex_state = 0, .external_lex_state = 186}, + [5977] = {.lex_state = 0, .external_lex_state = 233}, + [5978] = {.lex_state = 0, .external_lex_state = 242}, + [5979] = {.lex_state = 0, .external_lex_state = 186}, + [5980] = {.lex_state = 0, .external_lex_state = 186}, + [5981] = {.lex_state = 0, .external_lex_state = 186}, + [5982] = {.lex_state = 0, .external_lex_state = 257}, + [5983] = {.lex_state = 0, .external_lex_state = 186}, + [5984] = {.lex_state = 0, .external_lex_state = 186}, + [5985] = {.lex_state = 0, .external_lex_state = 186}, + [5986] = {.lex_state = 0, .external_lex_state = 186}, + [5987] = {.lex_state = 0, .external_lex_state = 186}, + [5988] = {.lex_state = 0, .external_lex_state = 186}, + [5989] = {.lex_state = 0, .external_lex_state = 224}, + [5990] = {.lex_state = 0, .external_lex_state = 186}, + [5991] = {.lex_state = 0, .external_lex_state = 186}, + [5992] = {.lex_state = 0, .external_lex_state = 186}, + [5993] = {.lex_state = 0, .external_lex_state = 186}, + [5994] = {.lex_state = 0, .external_lex_state = 186}, + [5995] = {.lex_state = 0, .external_lex_state = 186}, + [5996] = {.lex_state = 0, .external_lex_state = 186}, + [5997] = {.lex_state = 0, .external_lex_state = 186}, + [5998] = {.lex_state = 0, .external_lex_state = 186}, + [5999] = {.lex_state = 0, .external_lex_state = 186}, + [6000] = {.lex_state = 0, .external_lex_state = 186}, + [6001] = {.lex_state = 0, .external_lex_state = 186}, + [6002] = {.lex_state = 0, .external_lex_state = 233}, + [6003] = {.lex_state = 0, .external_lex_state = 186}, + [6004] = {.lex_state = 0, .external_lex_state = 186}, + [6005] = {.lex_state = 0, .external_lex_state = 233}, + [6006] = {.lex_state = 0, .external_lex_state = 186}, + [6007] = {.lex_state = 0, .external_lex_state = 186}, + [6008] = {.lex_state = 0, .external_lex_state = 186}, + [6009] = {.lex_state = 0, .external_lex_state = 224}, + [6010] = {.lex_state = 0, .external_lex_state = 233}, + [6011] = {.lex_state = 0, .external_lex_state = 233}, + [6012] = {.lex_state = 0, .external_lex_state = 186}, + [6013] = {.lex_state = 0, .external_lex_state = 186}, + [6014] = {.lex_state = 0, .external_lex_state = 259}, + [6015] = {.lex_state = 0, .external_lex_state = 186}, + [6016] = {.lex_state = 0, .external_lex_state = 233}, + [6017] = {.lex_state = 0, .external_lex_state = 186}, [6018] = {.lex_state = 0, .external_lex_state = 224}, - [6019] = {.lex_state = 0, .external_lex_state = 187}, - [6020] = {.lex_state = 0, .external_lex_state = 193}, - [6021] = {.lex_state = 0, .external_lex_state = 218}, - [6022] = {.lex_state = 0, .external_lex_state = 187}, - [6023] = {.lex_state = 0, .external_lex_state = 187}, - [6024] = {.lex_state = 0, .external_lex_state = 187}, - [6025] = {.lex_state = 0, .external_lex_state = 246}, - [6026] = {.lex_state = 0, .external_lex_state = 253}, - [6027] = {.lex_state = 0, .external_lex_state = 218}, - [6028] = {.lex_state = 0, .external_lex_state = 260}, - [6029] = {.lex_state = 0, .external_lex_state = 187}, - [6030] = {.lex_state = 0, .external_lex_state = 187}, - [6031] = {.lex_state = 0, .external_lex_state = 187}, - [6032] = {.lex_state = 0, .external_lex_state = 187}, - [6033] = {.lex_state = 0, .external_lex_state = 187}, - [6034] = {.lex_state = 0, .external_lex_state = 187}, - [6035] = {.lex_state = 0, .external_lex_state = 187}, - [6036] = {.lex_state = 0, .external_lex_state = 187}, - [6037] = {.lex_state = 0, .external_lex_state = 261}, - [6038] = {.lex_state = 0, .external_lex_state = 233}, - [6039] = {.lex_state = 0, .external_lex_state = 252}, - [6040] = {.lex_state = 0, .external_lex_state = 252}, - [6041] = {.lex_state = 0, .external_lex_state = 187}, - [6042] = {.lex_state = 0, .external_lex_state = 187}, - [6043] = {.lex_state = 0, .external_lex_state = 252}, - [6044] = {.lex_state = 0, .external_lex_state = 233}, - [6045] = {.lex_state = 0, .external_lex_state = 187}, - [6046] = {.lex_state = 0, .external_lex_state = 220}, - [6047] = {.lex_state = 0, .external_lex_state = 220}, - [6048] = {.lex_state = 0, .external_lex_state = 220}, - [6049] = {.lex_state = 0, .external_lex_state = 187}, - [6050] = {.lex_state = 0, .external_lex_state = 187}, - [6051] = {.lex_state = 0, .external_lex_state = 236}, - [6052] = {.lex_state = 0, .external_lex_state = 187}, - [6053] = {.lex_state = 0, .external_lex_state = 262}, - [6054] = {.lex_state = 0, .external_lex_state = 187}, - [6055] = {.lex_state = 0, .external_lex_state = 187}, - [6056] = {.lex_state = 0, .external_lex_state = 224}, - [6057] = {.lex_state = 0, .external_lex_state = 255}, + [6019] = {.lex_state = 0, .external_lex_state = 186}, + [6020] = {.lex_state = 0, .external_lex_state = 242}, + [6021] = {.lex_state = 0, .external_lex_state = 253}, + [6022] = {.lex_state = 0, .external_lex_state = 229}, + [6023] = {.lex_state = 0, .external_lex_state = 233}, + [6024] = {.lex_state = 0, .external_lex_state = 186}, + [6025] = {.lex_state = 0, .external_lex_state = 186}, + [6026] = {.lex_state = 0, .external_lex_state = 186}, + [6027] = {.lex_state = 0, .external_lex_state = 254}, + [6028] = {.lex_state = 0, .external_lex_state = 233}, + [6029] = {.lex_state = 0, .external_lex_state = 233}, + [6030] = {.lex_state = 0, .external_lex_state = 186}, + [6031] = {.lex_state = 0, .external_lex_state = 233}, + [6032] = {.lex_state = 0, .external_lex_state = 258}, + [6033] = {.lex_state = 0, .external_lex_state = 258}, + [6034] = {.lex_state = 0, .external_lex_state = 186}, + [6035] = {.lex_state = 0, .external_lex_state = 224}, + [6036] = {.lex_state = 0, .external_lex_state = 186}, + [6037] = {.lex_state = 0, .external_lex_state = 260}, + [6038] = {.lex_state = 0, .external_lex_state = 186}, + [6039] = {.lex_state = 0, .external_lex_state = 186}, + [6040] = {.lex_state = 0, .external_lex_state = 261}, + [6041] = {.lex_state = 0, .external_lex_state = 186}, + [6042] = {.lex_state = 0, .external_lex_state = 262}, + [6043] = {.lex_state = 0, .external_lex_state = 263}, + [6044] = {.lex_state = 0, .external_lex_state = 261}, + [6045] = {.lex_state = 0, .external_lex_state = 264}, + [6046] = {.lex_state = 0, .external_lex_state = 229}, + [6047] = {.lex_state = 0, .external_lex_state = 264}, + [6048] = {.lex_state = 0, .external_lex_state = 229}, + [6049] = {.lex_state = 0, .external_lex_state = 186}, + [6050] = {.lex_state = 0, .external_lex_state = 261}, + [6051] = {.lex_state = 0, .external_lex_state = 233}, + [6052] = {.lex_state = 0, .external_lex_state = 261}, + [6053] = {.lex_state = 0, .external_lex_state = 186}, + [6054] = {.lex_state = 0, .external_lex_state = 233}, + [6055] = {.lex_state = 0, .external_lex_state = 186}, + [6056] = {.lex_state = 0, .external_lex_state = 186}, + [6057] = {.lex_state = 0, .external_lex_state = 233}, [6058] = {.lex_state = 0, .external_lex_state = 261}, - [6059] = {.lex_state = 0, .external_lex_state = 220}, - [6060] = {.lex_state = 0, .external_lex_state = 187}, - [6061] = {.lex_state = 0, .external_lex_state = 187}, - [6062] = {.lex_state = 0, .external_lex_state = 261}, - [6063] = {.lex_state = 0, .external_lex_state = 260}, - [6064] = {.lex_state = 0, .external_lex_state = 187}, - [6065] = {.lex_state = 0, .external_lex_state = 220}, - [6066] = {.lex_state = 0, .external_lex_state = 187}, - [6067] = {.lex_state = 0, .external_lex_state = 187}, - [6068] = {.lex_state = 0, .external_lex_state = 223}, - [6069] = {.lex_state = 0, .external_lex_state = 187}, - [6070] = {.lex_state = 0, .external_lex_state = 260}, - [6071] = {.lex_state = 0, .external_lex_state = 223}, - [6072] = {.lex_state = 0, .external_lex_state = 187}, - [6073] = {.lex_state = 0, .external_lex_state = 187}, - [6074] = {.lex_state = 0, .external_lex_state = 223}, - [6075] = {.lex_state = 0, .external_lex_state = 260}, - [6076] = {.lex_state = 0, .external_lex_state = 220}, - [6077] = {.lex_state = 0, .external_lex_state = 223}, - [6078] = {.lex_state = 0, .external_lex_state = 223}, - [6079] = {.lex_state = 0, .external_lex_state = 187}, - [6080] = {.lex_state = 0, .external_lex_state = 260}, - [6081] = {.lex_state = 0, .external_lex_state = 233}, - [6082] = {.lex_state = 0, .external_lex_state = 187}, - [6083] = {.lex_state = 0, .external_lex_state = 187}, - [6084] = {.lex_state = 0, .external_lex_state = 223}, - [6085] = {.lex_state = 0, .external_lex_state = 261}, - [6086] = {.lex_state = 0, .external_lex_state = 187}, - [6087] = {.lex_state = 0, .external_lex_state = 187}, - [6088] = {.lex_state = 0, .external_lex_state = 187}, - [6089] = {.lex_state = 0, .external_lex_state = 187}, - [6090] = {.lex_state = 0, .external_lex_state = 187}, - [6091] = {.lex_state = 0, .external_lex_state = 187}, - [6092] = {.lex_state = 0, .external_lex_state = 187}, - [6093] = {.lex_state = 0, .external_lex_state = 187}, - [6094] = {.lex_state = 0, .external_lex_state = 187}, - [6095] = {.lex_state = 0, .external_lex_state = 233}, - [6096] = {.lex_state = 0, .external_lex_state = 260}, - [6097] = {.lex_state = 0, .external_lex_state = 187}, - [6098] = {.lex_state = 0, .external_lex_state = 220}, - [6099] = {.lex_state = 0, .external_lex_state = 187}, - [6100] = {.lex_state = 0, .external_lex_state = 187}, - [6101] = {.lex_state = 0, .external_lex_state = 187}, - [6102] = {.lex_state = 0, .external_lex_state = 223}, + [6059] = {.lex_state = 0, .external_lex_state = 233}, + [6060] = {.lex_state = 0, .external_lex_state = 233}, + [6061] = {.lex_state = 0, .external_lex_state = 186}, + [6062] = {.lex_state = 0, .external_lex_state = 233}, + [6063] = {.lex_state = 0, .external_lex_state = 186}, + [6064] = {.lex_state = 0, .external_lex_state = 186}, + [6065] = {.lex_state = 0, .external_lex_state = 186}, + [6066] = {.lex_state = 0, .external_lex_state = 186}, + [6067] = {.lex_state = 0, .external_lex_state = 186}, + [6068] = {.lex_state = 0, .external_lex_state = 264}, + [6069] = {.lex_state = 0, .external_lex_state = 261}, + [6070] = {.lex_state = 0, .external_lex_state = 186}, + [6071] = {.lex_state = 0, .external_lex_state = 229}, + [6072] = {.lex_state = 0, .external_lex_state = 229}, + [6073] = {.lex_state = 0, .external_lex_state = 261}, + [6074] = {.lex_state = 0, .external_lex_state = 264}, + [6075] = {.lex_state = 0, .external_lex_state = 186}, + [6076] = {.lex_state = 0, .external_lex_state = 229}, + [6077] = {.lex_state = 0, .external_lex_state = 265}, + [6078] = {.lex_state = 0, .external_lex_state = 186}, + [6079] = {.lex_state = 0, .external_lex_state = 186}, + [6080] = {.lex_state = 0, .external_lex_state = 262}, + [6081] = {.lex_state = 0, .external_lex_state = 229}, + [6082] = {.lex_state = 0, .external_lex_state = 186}, + [6083] = {.lex_state = 0, .external_lex_state = 186}, + [6084] = {.lex_state = 0, .external_lex_state = 258}, + [6085] = {.lex_state = 0, .external_lex_state = 229}, + [6086] = {.lex_state = 0, .external_lex_state = 186}, + [6087] = {.lex_state = 0, .external_lex_state = 186}, + [6088] = {.lex_state = 0, .external_lex_state = 186}, + [6089] = {.lex_state = 0, .external_lex_state = 229}, + [6090] = {.lex_state = 0, .external_lex_state = 260}, + [6091] = {.lex_state = 0, .external_lex_state = 229}, + [6092] = {.lex_state = 0, .external_lex_state = 229}, + [6093] = {.lex_state = 0, .external_lex_state = 261}, + [6094] = {.lex_state = 0, .external_lex_state = 265}, + [6095] = {.lex_state = 0, .external_lex_state = 262}, + [6096] = {.lex_state = 0, .external_lex_state = 186}, + [6097] = {.lex_state = 0, .external_lex_state = 261}, + [6098] = {.lex_state = 0, .external_lex_state = 186}, + [6099] = {.lex_state = 0, .external_lex_state = 186}, + [6100] = {.lex_state = 0, .external_lex_state = 261}, + [6101] = {.lex_state = 0, .external_lex_state = 264}, + [6102] = {.lex_state = 0, .external_lex_state = 186}, [6103] = {.lex_state = 0, .external_lex_state = 261}, - [6104] = {.lex_state = 0, .external_lex_state = 223}, - [6105] = {.lex_state = 0, .external_lex_state = 187}, - [6106] = {.lex_state = 0, .external_lex_state = 187}, - [6107] = {.lex_state = 0, .external_lex_state = 223}, - [6108] = {.lex_state = 0, .external_lex_state = 231}, - [6109] = {.lex_state = 0, .external_lex_state = 220}, - [6110] = {.lex_state = 0, .external_lex_state = 220}, - [6111] = {.lex_state = 0, .external_lex_state = 231}, - [6112] = {.lex_state = 0, .external_lex_state = 261}, - [6113] = {.lex_state = 0, .external_lex_state = 231}, - [6114] = {.lex_state = 0, .external_lex_state = 231}, - [6115] = {.lex_state = 0, .external_lex_state = 231}, - [6116] = {.lex_state = 0, .external_lex_state = 231}, - [6117] = {.lex_state = 0, .external_lex_state = 233}, - [6118] = {.lex_state = 0, .external_lex_state = 263}, - [6119] = {.lex_state = 0, .external_lex_state = 233}, - [6120] = {.lex_state = 0, .external_lex_state = 187}, - [6121] = {.lex_state = 0, .external_lex_state = 187}, - [6122] = {.lex_state = 0, .external_lex_state = 224}, - [6123] = {.lex_state = 0, .external_lex_state = 187}, - [6124] = {.lex_state = 0, .external_lex_state = 187}, - [6125] = {.lex_state = 0, .external_lex_state = 187}, - [6126] = {.lex_state = 0, .external_lex_state = 187}, - [6127] = {.lex_state = 0, .external_lex_state = 187}, - [6128] = {.lex_state = 0, .external_lex_state = 187}, - [6129] = {.lex_state = 0, .external_lex_state = 255}, - [6130] = {.lex_state = 0, .external_lex_state = 187}, - [6131] = {.lex_state = 0, .external_lex_state = 247}, - [6132] = {.lex_state = 0, .external_lex_state = 187}, - [6133] = {.lex_state = 0, .external_lex_state = 224}, - [6134] = {.lex_state = 0, .external_lex_state = 187}, - [6135] = {.lex_state = 0, .external_lex_state = 223}, - [6136] = {.lex_state = 0, .external_lex_state = 187}, - [6137] = {.lex_state = 0, .external_lex_state = 223}, - [6138] = {.lex_state = 0, .external_lex_state = 187}, - [6139] = {.lex_state = 0, .external_lex_state = 261}, - [6140] = {.lex_state = 0, .external_lex_state = 187}, + [6104] = {.lex_state = 0, .external_lex_state = 186}, + [6105] = {.lex_state = 0, .external_lex_state = 229}, + [6106] = {.lex_state = 0, .external_lex_state = 186}, + [6107] = {.lex_state = 0, .external_lex_state = 262}, + [6108] = {.lex_state = 0, .external_lex_state = 186}, + [6109] = {.lex_state = 0, .external_lex_state = 186}, + [6110] = {.lex_state = 0, .external_lex_state = 186}, + [6111] = {.lex_state = 0, .external_lex_state = 186}, + [6112] = {.lex_state = 0, .external_lex_state = 238}, + [6113] = {.lex_state = 0, .external_lex_state = 229}, + [6114] = {.lex_state = 0, .external_lex_state = 254}, + [6115] = {.lex_state = 0, .external_lex_state = 186}, + [6116] = {.lex_state = 0, .external_lex_state = 252}, + [6117] = {.lex_state = 0, .external_lex_state = 186}, + [6118] = {.lex_state = 0, .external_lex_state = 186}, + [6119] = {.lex_state = 0, .external_lex_state = 224}, + [6120] = {.lex_state = 0, .external_lex_state = 261}, + [6121] = {.lex_state = 0, .external_lex_state = 186}, + [6122] = {.lex_state = 0, .external_lex_state = 264}, + [6123] = {.lex_state = 0, .external_lex_state = 262}, + [6124] = {.lex_state = 0, .external_lex_state = 254}, + [6125] = {.lex_state = 0, .external_lex_state = 262}, + [6126] = {.lex_state = 0, .external_lex_state = 264}, + [6127] = {.lex_state = 0, .external_lex_state = 186}, + [6128] = {.lex_state = 0, .external_lex_state = 264}, + [6129] = {.lex_state = 0, .external_lex_state = 252}, + [6130] = {.lex_state = 0, .external_lex_state = 261}, + [6131] = {.lex_state = 0, .external_lex_state = 186}, + [6132] = {.lex_state = 0, .external_lex_state = 229}, + [6133] = {.lex_state = 0, .external_lex_state = 186}, + [6134] = {.lex_state = 0, .external_lex_state = 224}, + [6135] = {.lex_state = 0, .external_lex_state = 229}, + [6136] = {.lex_state = 0, .external_lex_state = 186}, + [6137] = {.lex_state = 0, .external_lex_state = 186}, + [6138] = {.lex_state = 0, .external_lex_state = 229}, + [6139] = {.lex_state = 0, .external_lex_state = 262}, + [6140] = {.lex_state = 0, .external_lex_state = 264}, [6141] = {.lex_state = 0, .external_lex_state = 261}, - [6142] = {.lex_state = 0, .external_lex_state = 187}, - [6143] = {.lex_state = 0, .external_lex_state = 187}, - [6144] = {.lex_state = 0, .external_lex_state = 187}, - [6145] = {.lex_state = 0, .external_lex_state = 248}, - [6146] = {.lex_state = 0, .external_lex_state = 256}, - [6147] = {.lex_state = 0, .external_lex_state = 187}, - [6148] = {.lex_state = 0, .external_lex_state = 187}, - [6149] = {.lex_state = 0, .external_lex_state = 260}, - [6150] = {.lex_state = 0, .external_lex_state = 247}, - [6151] = {.lex_state = 0, .external_lex_state = 224}, - [6152] = {.lex_state = 0, .external_lex_state = 224}, - [6153] = {.lex_state = 0, .external_lex_state = 187}, - [6154] = {.lex_state = 0, .external_lex_state = 187}, - [6155] = {.lex_state = 0, .external_lex_state = 187}, - [6156] = {.lex_state = 0, .external_lex_state = 260}, - [6157] = {.lex_state = 0, .external_lex_state = 187}, - [6158] = {.lex_state = 0, .external_lex_state = 260}, - [6159] = {.lex_state = 0, .external_lex_state = 264}, - [6160] = {.lex_state = 0, .external_lex_state = 224}, - [6161] = {.lex_state = 0, .external_lex_state = 264}, - [6162] = {.lex_state = 0, .external_lex_state = 261}, - [6163] = {.lex_state = 0, .external_lex_state = 264}, - [6164] = {.lex_state = 0, .external_lex_state = 223}, - [6165] = {.lex_state = 0, .external_lex_state = 187}, - [6166] = {.lex_state = 0, .external_lex_state = 187}, - [6167] = {.lex_state = 0, .external_lex_state = 264}, - [6168] = {.lex_state = 0, .external_lex_state = 264}, - [6169] = {.lex_state = 0, .external_lex_state = 187}, - [6170] = {.lex_state = 0, .external_lex_state = 187}, - [6171] = {.lex_state = 0, .external_lex_state = 187}, - [6172] = {.lex_state = 0, .external_lex_state = 264}, - [6173] = {.lex_state = 0, .external_lex_state = 187}, - [6174] = {.lex_state = 0, .external_lex_state = 187}, - [6175] = {.lex_state = 0, .external_lex_state = 187}, - [6176] = {.lex_state = 0, .external_lex_state = 187}, - [6177] = {.lex_state = 0, .external_lex_state = 187}, - [6178] = {.lex_state = 0, .external_lex_state = 187}, - [6179] = {.lex_state = 0, .external_lex_state = 187}, - [6180] = {.lex_state = 0, .external_lex_state = 264}, - [6181] = {.lex_state = 0, .external_lex_state = 223}, - [6182] = {.lex_state = 0, .external_lex_state = 264}, - [6183] = {.lex_state = 0, .external_lex_state = 187}, - [6184] = {.lex_state = 0, .external_lex_state = 260}, - [6185] = {.lex_state = 0, .external_lex_state = 261}, - [6186] = {.lex_state = 0, .external_lex_state = 264}, - [6187] = {.lex_state = 0, .external_lex_state = 264}, - [6188] = {.lex_state = 0, .external_lex_state = 264}, - [6189] = {.lex_state = 0, .external_lex_state = 187}, - [6190] = {.lex_state = 0, .external_lex_state = 261}, - [6191] = {.lex_state = 0, .external_lex_state = 260}, - [6192] = {.lex_state = 0, .external_lex_state = 187}, - [6193] = {.lex_state = 0, .external_lex_state = 187}, - [6194] = {.lex_state = 0, .external_lex_state = 187}, - [6195] = {.lex_state = 0, .external_lex_state = 264}, - [6196] = {.lex_state = 0, .external_lex_state = 223}, - [6197] = {.lex_state = 0, .external_lex_state = 264}, - [6198] = {.lex_state = 0, .external_lex_state = 263}, - [6199] = {.lex_state = 0, .external_lex_state = 187}, - [6200] = {.lex_state = 0, .external_lex_state = 233}, - [6201] = {.lex_state = 0, .external_lex_state = 260}, - [6202] = {.lex_state = 0, .external_lex_state = 223}, - [6203] = {.lex_state = 0, .external_lex_state = 223}, - [6204] = {.lex_state = 0, .external_lex_state = 223}, - [6205] = {.lex_state = 0, .external_lex_state = 263}, - [6206] = {.lex_state = 0, .external_lex_state = 187}, - [6207] = {.lex_state = 0, .external_lex_state = 261}, - [6208] = {.lex_state = 0, .external_lex_state = 187}, - [6209] = {.lex_state = 0, .external_lex_state = 263}, - [6210] = {.lex_state = 0, .external_lex_state = 224}, - [6211] = {.lex_state = 0, .external_lex_state = 187}, - [6212] = {.lex_state = 0, .external_lex_state = 263}, - [6213] = {.lex_state = 0, .external_lex_state = 187}, - [6214] = {.lex_state = 0, .external_lex_state = 187}, - [6215] = {.lex_state = 0, .external_lex_state = 187}, - [6216] = {.lex_state = 0, .external_lex_state = 187}, - [6217] = {.lex_state = 0, .external_lex_state = 223}, - [6218] = {.lex_state = 0, .external_lex_state = 263}, - [6219] = {.lex_state = 0, .external_lex_state = 187}, - [6220] = {.lex_state = 0, .external_lex_state = 263}, - [6221] = {.lex_state = 0, .external_lex_state = 223}, - [6222] = {.lex_state = 0, .external_lex_state = 223}, - [6223] = {.lex_state = 0, .external_lex_state = 263}, - [6224] = {.lex_state = 0, .external_lex_state = 260}, - [6225] = {.lex_state = 0, .external_lex_state = 187}, - [6226] = {.lex_state = 0, .external_lex_state = 187}, - [6227] = {.lex_state = 0, .external_lex_state = 187}, - [6228] = {.lex_state = 0, .external_lex_state = 263}, - [6229] = {.lex_state = 0, .external_lex_state = 223}, - [6230] = {.lex_state = 0, .external_lex_state = 263}, - [6231] = {.lex_state = 0, .external_lex_state = 187}, - [6232] = {.lex_state = 0, .external_lex_state = 187}, - [6233] = {.lex_state = 0, .external_lex_state = 187}, - [6234] = {.lex_state = 0, .external_lex_state = 187}, - [6235] = {.lex_state = 0, .external_lex_state = 263}, - [6236] = {.lex_state = 0, .external_lex_state = 187}, + [6142] = {.lex_state = 0, .external_lex_state = 186}, + [6143] = {.lex_state = 0, .external_lex_state = 262}, + [6144] = {.lex_state = 0, .external_lex_state = 261}, + [6145] = {.lex_state = 0, .external_lex_state = 186}, + [6146] = {.lex_state = 0, .external_lex_state = 186}, + [6147] = {.lex_state = 0, .external_lex_state = 229}, + [6148] = {.lex_state = 0, .external_lex_state = 186}, + [6149] = {.lex_state = 0, .external_lex_state = 265}, + [6150] = {.lex_state = 0, .external_lex_state = 264}, + [6151] = {.lex_state = 0, .external_lex_state = 261}, + [6152] = {.lex_state = 0, .external_lex_state = 229}, + [6153] = {.lex_state = 0, .external_lex_state = 229}, + [6154] = {.lex_state = 0, .external_lex_state = 186}, + [6155] = {.lex_state = 0, .external_lex_state = 264}, + [6156] = {.lex_state = 0, .external_lex_state = 252}, + [6157] = {.lex_state = 0, .external_lex_state = 186}, + [6158] = {.lex_state = 0, .external_lex_state = 261}, + [6159] = {.lex_state = 0, .external_lex_state = 263}, + [6160] = {.lex_state = 0, .external_lex_state = 229}, + [6161] = {.lex_state = 0, .external_lex_state = 229}, + [6162] = {.lex_state = 0, .external_lex_state = 186}, + [6163] = {.lex_state = 0, .external_lex_state = 186}, + [6164] = {.lex_state = 0, .external_lex_state = 186}, + [6165] = {.lex_state = 0, .external_lex_state = 265}, + [6166] = {.lex_state = 0, .external_lex_state = 262}, + [6167] = {.lex_state = 0, .external_lex_state = 211}, + [6168] = {.lex_state = 0, .external_lex_state = 260}, + [6169] = {.lex_state = 0, .external_lex_state = 186}, + [6170] = {.lex_state = 0, .external_lex_state = 186}, + [6171] = {.lex_state = 0, .external_lex_state = 186}, + [6172] = {.lex_state = 0, .external_lex_state = 261}, + [6173] = {.lex_state = 0, .external_lex_state = 264}, + [6174] = {.lex_state = 0, .external_lex_state = 211}, + [6175] = {.lex_state = 0, .external_lex_state = 229}, + [6176] = {.lex_state = 0, .external_lex_state = 261}, + [6177] = {.lex_state = 0, .external_lex_state = 266}, + [6178] = {.lex_state = 0, .external_lex_state = 264}, + [6179] = {.lex_state = 0, .external_lex_state = 229}, + [6180] = {.lex_state = 0, .external_lex_state = 186}, + [6181] = {.lex_state = 0, .external_lex_state = 265}, + [6182] = {.lex_state = 0, .external_lex_state = 186}, + [6183] = {.lex_state = 0, .external_lex_state = 262}, + [6184] = {.lex_state = 0, .external_lex_state = 246}, + [6185] = {.lex_state = 0, .external_lex_state = 229}, + [6186] = {.lex_state = 0, .external_lex_state = 186}, + [6187] = {.lex_state = 0, .external_lex_state = 186}, + [6188] = {.lex_state = 0, .external_lex_state = 186}, + [6189] = {.lex_state = 0, .external_lex_state = 261}, + [6190] = {.lex_state = 0, .external_lex_state = 186}, + [6191] = {.lex_state = 0, .external_lex_state = 186}, + [6192] = {.lex_state = 0, .external_lex_state = 186}, + [6193] = {.lex_state = 0, .external_lex_state = 211}, + [6194] = {.lex_state = 0, .external_lex_state = 186}, + [6195] = {.lex_state = 0, .external_lex_state = 261}, + [6196] = {.lex_state = 0, .external_lex_state = 186}, + [6197] = {.lex_state = 0, .external_lex_state = 238}, + [6198] = {.lex_state = 0, .external_lex_state = 186}, + [6199] = {.lex_state = 0, .external_lex_state = 186}, + [6200] = {.lex_state = 0, .external_lex_state = 261}, + [6201] = {.lex_state = 0, .external_lex_state = 264}, + [6202] = {.lex_state = 0, .external_lex_state = 186}, + [6203] = {.lex_state = 0, .external_lex_state = 186}, + [6204] = {.lex_state = 0, .external_lex_state = 186}, + [6205] = {.lex_state = 0, .external_lex_state = 229}, + [6206] = {.lex_state = 0, .external_lex_state = 186}, + [6207] = {.lex_state = 0, .external_lex_state = 229}, + [6208] = {.lex_state = 0, .external_lex_state = 186}, + [6209] = {.lex_state = 0, .external_lex_state = 186}, + [6210] = {.lex_state = 0, .external_lex_state = 186}, + [6211] = {.lex_state = 0, .external_lex_state = 186}, + [6212] = {.lex_state = 0, .external_lex_state = 186}, + [6213] = {.lex_state = 0, .external_lex_state = 186}, + [6214] = {.lex_state = 0, .external_lex_state = 264}, + [6215] = {.lex_state = 0, .external_lex_state = 186}, + [6216] = {.lex_state = 0, .external_lex_state = 186}, + [6217] = {.lex_state = 0, .external_lex_state = 186}, + [6218] = {.lex_state = 0, .external_lex_state = 186}, + [6219] = {.lex_state = 0, .external_lex_state = 186}, + [6220] = {.lex_state = 0, .external_lex_state = 234}, + [6221] = {.lex_state = 0, .external_lex_state = 186}, + [6222] = {.lex_state = 0, .external_lex_state = 261}, + [6223] = {.lex_state = 0, .external_lex_state = 264}, + [6224] = {.lex_state = 0, .external_lex_state = 186}, + [6225] = {.lex_state = 0, .external_lex_state = 238}, + [6226] = {.lex_state = 0, .external_lex_state = 261}, + [6227] = {.lex_state = 0, .external_lex_state = 267}, + [6228] = {.lex_state = 0, .external_lex_state = 262}, + [6229] = {.lex_state = 0, .external_lex_state = 186}, + [6230] = {.lex_state = 0, .external_lex_state = 186}, + [6231] = {.lex_state = 0, .external_lex_state = 224}, + [6232] = {.lex_state = 0, .external_lex_state = 229}, + [6233] = {.lex_state = 0, .external_lex_state = 229}, + [6234] = {.lex_state = 0, .external_lex_state = 261}, + [6235] = {.lex_state = 0, .external_lex_state = 186}, + [6236] = {.lex_state = 0, .external_lex_state = 262}, [6237] = {.lex_state = 0, .external_lex_state = 261}, - [6238] = {.lex_state = 0, .external_lex_state = 187}, - [6239] = {.lex_state = 0, .external_lex_state = 263}, - [6240] = {.lex_state = 0, .external_lex_state = 262}, - [6241] = {.lex_state = 0, .external_lex_state = 223}, - [6242] = {.lex_state = 0, .external_lex_state = 263}, - [6243] = {.lex_state = 0, .external_lex_state = 187}, - [6244] = {.lex_state = 0, .external_lex_state = 263}, - [6245] = {.lex_state = 0, .external_lex_state = 187}, - [6246] = {.lex_state = 0, .external_lex_state = 223}, - [6247] = {.lex_state = 0, .external_lex_state = 223}, - [6248] = {.lex_state = 0, .external_lex_state = 187}, - [6249] = {.lex_state = 0, .external_lex_state = 187}, - [6250] = {.lex_state = 0, .external_lex_state = 263}, - [6251] = {.lex_state = 0, .external_lex_state = 187}, - [6252] = {.lex_state = 0, .external_lex_state = 187}, - [6253] = {.lex_state = 0, .external_lex_state = 263}, - [6254] = {.lex_state = 0, .external_lex_state = 187}, - [6255] = {.lex_state = 0, .external_lex_state = 260}, - [6256] = {.lex_state = 0, .external_lex_state = 187}, - [6257] = {.lex_state = 0, .external_lex_state = 187}, - [6258] = {.lex_state = 0, .external_lex_state = 260}, - [6259] = {.lex_state = 0, .external_lex_state = 263}, - [6260] = {.lex_state = 0, .external_lex_state = 223}, - [6261] = {.lex_state = 0, .external_lex_state = 265}, - [6262] = {.lex_state = 0, .external_lex_state = 223}, - [6263] = {.lex_state = 0, .external_lex_state = 187}, - [6264] = {.lex_state = 0, .external_lex_state = 263}, - [6265] = {.lex_state = 0, .external_lex_state = 187}, - [6266] = {.lex_state = 0, .external_lex_state = 223}, - [6267] = {.lex_state = 0, .external_lex_state = 263}, - [6268] = {.lex_state = 0, .external_lex_state = 263}, - [6269] = {.lex_state = 0, .external_lex_state = 187}, - [6270] = {.lex_state = 0, .external_lex_state = 187}, - [6271] = {.lex_state = 0, .external_lex_state = 187}, - [6272] = {.lex_state = 0, .external_lex_state = 260}, - [6273] = {.lex_state = 0, .external_lex_state = 263}, - [6274] = {.lex_state = 0, .external_lex_state = 265}, - [6275] = {.lex_state = 0, .external_lex_state = 261}, - [6276] = {.lex_state = 0, .external_lex_state = 187}, - [6277] = {.lex_state = 0, .external_lex_state = 223}, - [6278] = {.lex_state = 0, .external_lex_state = 187}, - [6279] = {.lex_state = 0, .external_lex_state = 263}, - [6280] = {.lex_state = 0, .external_lex_state = 187}, - [6281] = {.lex_state = 0, .external_lex_state = 264}, - [6282] = {.lex_state = 0, .external_lex_state = 223}, - [6283] = {.lex_state = 0, .external_lex_state = 187}, - [6284] = {.lex_state = 0, .external_lex_state = 263}, - [6285] = {.lex_state = 0, .external_lex_state = 187}, - [6286] = {.lex_state = 0, .external_lex_state = 263}, - [6287] = {.lex_state = 0, .external_lex_state = 187}, - [6288] = {.lex_state = 0, .external_lex_state = 223}, - [6289] = {.lex_state = 0, .external_lex_state = 187}, - [6290] = {.lex_state = 0, .external_lex_state = 187}, - [6291] = {.lex_state = 0, .external_lex_state = 223}, - [6292] = {.lex_state = 0, .external_lex_state = 187}, - [6293] = {.lex_state = 0, .external_lex_state = 187}, - [6294] = {.lex_state = 0, .external_lex_state = 233}, - [6295] = {.lex_state = 0, .external_lex_state = 187}, - [6296] = {.lex_state = 0, .external_lex_state = 263}, - [6297] = {.lex_state = 0, .external_lex_state = 263}, - [6298] = {.lex_state = 0, .external_lex_state = 187}, + [6238] = {.lex_state = 0, .external_lex_state = 186}, + [6239] = {.lex_state = 0, .external_lex_state = 186}, + [6240] = {.lex_state = 0, .external_lex_state = 258}, + [6241] = {.lex_state = 0, .external_lex_state = 261}, + [6242] = {.lex_state = 0, .external_lex_state = 186}, + [6243] = {.lex_state = 0, .external_lex_state = 186}, + [6244] = {.lex_state = 0, .external_lex_state = 186}, + [6245] = {.lex_state = 0, .external_lex_state = 264}, + [6246] = {.lex_state = 0, .external_lex_state = 229}, + [6247] = {.lex_state = 0, .external_lex_state = 260}, + [6248] = {.lex_state = 0, .external_lex_state = 186}, + [6249] = {.lex_state = 0, .external_lex_state = 186}, + [6250] = {.lex_state = 0, .external_lex_state = 186}, + [6251] = {.lex_state = 0, .external_lex_state = 186}, + [6252] = {.lex_state = 0, .external_lex_state = 186}, + [6253] = {.lex_state = 0, .external_lex_state = 186}, + [6254] = {.lex_state = 0, .external_lex_state = 186}, + [6255] = {.lex_state = 0, .external_lex_state = 186}, + [6256] = {.lex_state = 0, .external_lex_state = 229}, + [6257] = {.lex_state = 0, .external_lex_state = 261}, + [6258] = {.lex_state = 0, .external_lex_state = 264}, + [6259] = {.lex_state = 0, .external_lex_state = 229}, + [6260] = {.lex_state = 0, .external_lex_state = 261}, + [6261] = {.lex_state = 0, .external_lex_state = 186}, + [6262] = {.lex_state = 0, .external_lex_state = 262}, + [6263] = {.lex_state = 0, .external_lex_state = 261}, + [6264] = {.lex_state = 0, .external_lex_state = 229}, + [6265] = {.lex_state = 0, .external_lex_state = 262}, + [6266] = {.lex_state = 0, .external_lex_state = 186}, + [6267] = {.lex_state = 0, .external_lex_state = 186}, + [6268] = {.lex_state = 0, .external_lex_state = 186}, + [6269] = {.lex_state = 0, .external_lex_state = 252}, + [6270] = {.lex_state = 0, .external_lex_state = 262}, + [6271] = {.lex_state = 0, .external_lex_state = 261}, + [6272] = {.lex_state = 0, .external_lex_state = 229}, + [6273] = {.lex_state = 0, .external_lex_state = 186}, + [6274] = {.lex_state = 0, .external_lex_state = 186}, + [6275] = {.lex_state = 0, .external_lex_state = 186}, + [6276] = {.lex_state = 0, .external_lex_state = 260}, + [6277] = {.lex_state = 0, .external_lex_state = 261}, + [6278] = {.lex_state = 0, .external_lex_state = 261}, + [6279] = {.lex_state = 0, .external_lex_state = 229}, + [6280] = {.lex_state = 0, .external_lex_state = 186}, + [6281] = {.lex_state = 0, .external_lex_state = 229}, + [6282] = {.lex_state = 0, .external_lex_state = 186}, + [6283] = {.lex_state = 0, .external_lex_state = 261}, + [6284] = {.lex_state = 0, .external_lex_state = 238}, + [6285] = {.lex_state = 0, .external_lex_state = 261}, + [6286] = {.lex_state = 0, .external_lex_state = 186}, + [6287] = {.lex_state = 0, .external_lex_state = 186}, + [6288] = {.lex_state = 0, .external_lex_state = 186}, + [6289] = {.lex_state = 0, .external_lex_state = 261}, + [6290] = {.lex_state = 0, .external_lex_state = 186}, + [6291] = {.lex_state = 0, .external_lex_state = 264}, + [6292] = {.lex_state = 0, .external_lex_state = 186}, + [6293] = {.lex_state = 0, .external_lex_state = 229}, + [6294] = {.lex_state = 0, .external_lex_state = 186}, + [6295] = {.lex_state = 0, .external_lex_state = 229}, + [6296] = {.lex_state = 0, .external_lex_state = 186}, + [6297] = {.lex_state = 0, .external_lex_state = 229}, + [6298] = {.lex_state = 0, .external_lex_state = 260}, [6299] = {.lex_state = 0, .external_lex_state = 260}, - [6300] = {.lex_state = 0, .external_lex_state = 263}, - [6301] = {.lex_state = 0, .external_lex_state = 187}, - [6302] = {.lex_state = 0, .external_lex_state = 223}, - [6303] = {.lex_state = 0, .external_lex_state = 187}, - [6304] = {.lex_state = 0, .external_lex_state = 265}, - [6305] = {.lex_state = 0, .external_lex_state = 223}, - [6306] = {.lex_state = 0, .external_lex_state = 187}, - [6307] = {.lex_state = 0, .external_lex_state = 263}, - [6308] = {.lex_state = 0, .external_lex_state = 187}, - [6309] = {.lex_state = 0, .external_lex_state = 187}, - [6310] = {.lex_state = 0, .external_lex_state = 263}, - [6311] = {.lex_state = 0, .external_lex_state = 260}, - [6312] = {.lex_state = 0, .external_lex_state = 187}, - [6313] = {.lex_state = 0, .external_lex_state = 257}, - [6314] = {.lex_state = 0, .external_lex_state = 187}, - [6315] = {.lex_state = 0, .external_lex_state = 187}, - [6316] = {.lex_state = 0, .external_lex_state = 263}, - [6317] = {.lex_state = 0, .external_lex_state = 266}, - [6318] = {.lex_state = 0, .external_lex_state = 261}, - [6319] = {.lex_state = 0, .external_lex_state = 265}, - [6320] = {.lex_state = 0, .external_lex_state = 223}, - [6321] = {.lex_state = 0, .external_lex_state = 187}, - [6322] = {.lex_state = 0, .external_lex_state = 263}, - [6323] = {.lex_state = 0, .external_lex_state = 223}, - [6324] = {.lex_state = 0, .external_lex_state = 263}, - [6325] = {.lex_state = 0, .external_lex_state = 187}, - [6326] = {.lex_state = 0, .external_lex_state = 263}, - [6327] = {.lex_state = 0, .external_lex_state = 187}, - [6328] = {.lex_state = 0, .external_lex_state = 187}, - [6329] = {.lex_state = 0, .external_lex_state = 223}, - [6330] = {.lex_state = 0, .external_lex_state = 187}, - [6331] = {.lex_state = 0, .external_lex_state = 223}, - [6332] = {.lex_state = 0, .external_lex_state = 223}, - [6333] = {.lex_state = 0, .external_lex_state = 187}, - [6334] = {.lex_state = 0, .external_lex_state = 187}, - [6335] = {.lex_state = 0, .external_lex_state = 223}, - [6336] = {.lex_state = 0, .external_lex_state = 223}, - [6337] = {.lex_state = 0, .external_lex_state = 187}, - [6338] = {.lex_state = 0, .external_lex_state = 223}, - [6339] = {.lex_state = 0, .external_lex_state = 261}, - [6340] = {.lex_state = 0, .external_lex_state = 255}, - [6341] = {.lex_state = 0, .external_lex_state = 223}, - [6342] = {.lex_state = 0, .external_lex_state = 187}, - [6343] = {.lex_state = 0, .external_lex_state = 187}, - [6344] = {.lex_state = 0, .external_lex_state = 253}, - [6345] = {.lex_state = 0, .external_lex_state = 223}, - [6346] = {.lex_state = 0, .external_lex_state = 187}, - [6347] = {.lex_state = 0, .external_lex_state = 187}, - [6348] = {.lex_state = 0, .external_lex_state = 187}, - [6349] = {.lex_state = 0, .external_lex_state = 263}, - [6350] = {.lex_state = 0, .external_lex_state = 187}, - [6351] = {.lex_state = 0, .external_lex_state = 223}, - [6352] = {.lex_state = 0, .external_lex_state = 187}, - [6353] = {.lex_state = 0, .external_lex_state = 260}, - [6354] = {.lex_state = 0, .external_lex_state = 260}, - [6355] = {.lex_state = 0, .external_lex_state = 187}, - [6356] = {.lex_state = 0, .external_lex_state = 261}, - [6357] = {.lex_state = 0, .external_lex_state = 187}, - [6358] = {.lex_state = 0, .external_lex_state = 263}, - [6359] = {.lex_state = 0, .external_lex_state = 260}, - [6360] = {.lex_state = 0, .external_lex_state = 264}, - [6361] = {.lex_state = 0, .external_lex_state = 187}, - [6362] = {.lex_state = 0, .external_lex_state = 187}, - [6363] = {.lex_state = 0, .external_lex_state = 187}, - [6364] = {.lex_state = 0, .external_lex_state = 224}, - [6365] = {.lex_state = 0, .external_lex_state = 187}, - [6366] = {.lex_state = 0, .external_lex_state = 187}, - [6367] = {.lex_state = 0, .external_lex_state = 187}, - [6368] = {.lex_state = 0, .external_lex_state = 187}, - [6369] = {.lex_state = 0, .external_lex_state = 187}, - [6370] = {.lex_state = 0, .external_lex_state = 261}, - [6371] = {.lex_state = 0, .external_lex_state = 187}, - [6372] = {.lex_state = 0, .external_lex_state = 187}, - [6373] = {.lex_state = 0, .external_lex_state = 223}, - [6374] = {.lex_state = 0, .external_lex_state = 260}, - [6375] = {.lex_state = 0, .external_lex_state = 187}, - [6376] = {.lex_state = 0, .external_lex_state = 187}, - [6377] = {.lex_state = 0, .external_lex_state = 187}, - [6378] = {.lex_state = 0, .external_lex_state = 263}, - [6379] = {.lex_state = 0, .external_lex_state = 187}, - [6380] = {.lex_state = 0, .external_lex_state = 223}, - [6381] = {.lex_state = 0, .external_lex_state = 187}, - [6382] = {.lex_state = 0, .external_lex_state = 187}, - [6383] = {.lex_state = 0, .external_lex_state = 260}, - [6384] = {.lex_state = 0, .external_lex_state = 187}, - [6385] = {.lex_state = 0, .external_lex_state = 187}, - [6386] = {.lex_state = 0, .external_lex_state = 187}, - [6387] = {.lex_state = 0, .external_lex_state = 187}, - [6388] = {.lex_state = 0, .external_lex_state = 223}, - [6389] = {.lex_state = 0, .external_lex_state = 260}, - [6390] = {.lex_state = 0, .external_lex_state = 187}, - [6391] = {.lex_state = 0, .external_lex_state = 187}, - [6392] = {.lex_state = 0, .external_lex_state = 263}, - [6393] = {.lex_state = 0, .external_lex_state = 187}, - [6394] = {.lex_state = 0, .external_lex_state = 187}, - [6395] = {.lex_state = 0, .external_lex_state = 187}, - [6396] = {.lex_state = 0, .external_lex_state = 261}, - [6397] = {.lex_state = 0, .external_lex_state = 187}, - [6398] = {.lex_state = 0, .external_lex_state = 261}, - [6399] = {.lex_state = 0, .external_lex_state = 187}, - [6400] = {.lex_state = 0, .external_lex_state = 187}, - [6401] = {.lex_state = 0, .external_lex_state = 223}, - [6402] = {.lex_state = 0, .external_lex_state = 187}, - [6403] = {.lex_state = 0, .external_lex_state = 187}, - [6404] = {.lex_state = 0, .external_lex_state = 187}, - [6405] = {.lex_state = 0, .external_lex_state = 187}, - [6406] = {.lex_state = 0, .external_lex_state = 187}, - [6407] = {.lex_state = 0, .external_lex_state = 187}, - [6408] = {.lex_state = 0, .external_lex_state = 223}, - [6409] = {.lex_state = 0, .external_lex_state = 187}, - [6410] = {.lex_state = 0, .external_lex_state = 257}, - [6411] = {.lex_state = 0, .external_lex_state = 262}, - [6412] = {.lex_state = 0, .external_lex_state = 187}, - [6413] = {.lex_state = 0, .external_lex_state = 260}, - [6414] = {.lex_state = 0, .external_lex_state = 187}, - [6415] = {.lex_state = 0, .external_lex_state = 261}, - [6416] = {.lex_state = 0, .external_lex_state = 187}, - [6417] = {.lex_state = 0, .external_lex_state = 187}, - [6418] = {.lex_state = 0, .external_lex_state = 223}, - [6419] = {.lex_state = 0, .external_lex_state = 187}, - [6420] = {.lex_state = 0, .external_lex_state = 187}, - [6421] = {.lex_state = 0, .external_lex_state = 187}, - [6422] = {.lex_state = 0, .external_lex_state = 187}, - [6423] = {.lex_state = 0, .external_lex_state = 187}, - [6424] = {.lex_state = 0, .external_lex_state = 187}, - [6425] = {.lex_state = 0, .external_lex_state = 187}, - [6426] = {.lex_state = 0, .external_lex_state = 260}, - [6427] = {.lex_state = 0, .external_lex_state = 260}, - [6428] = {.lex_state = 0, .external_lex_state = 187}, - [6429] = {.lex_state = 0, .external_lex_state = 260}, - [6430] = {.lex_state = 0, .external_lex_state = 260}, - [6431] = {.lex_state = 0, .external_lex_state = 187}, - [6432] = {.lex_state = 0, .external_lex_state = 261}, - [6433] = {.lex_state = 0, .external_lex_state = 260}, - [6434] = {.lex_state = 0, .external_lex_state = 260}, - [6435] = {.lex_state = 0, .external_lex_state = 260}, - [6436] = {.lex_state = 0, .external_lex_state = 261}, - [6437] = {.lex_state = 0, .external_lex_state = 260}, - [6438] = {.lex_state = 0, .external_lex_state = 260}, - [6439] = {.lex_state = 0, .external_lex_state = 260}, - [6440] = {.lex_state = 0, .external_lex_state = 260}, - [6441] = {.lex_state = 0, .external_lex_state = 187}, - [6442] = {.lex_state = 0, .external_lex_state = 187}, - [6443] = {.lex_state = 0, .external_lex_state = 260}, - [6444] = {.lex_state = 0, .external_lex_state = 260}, + [6300] = {.lex_state = 0, .external_lex_state = 186}, + [6301] = {.lex_state = 0, .external_lex_state = 262}, + [6302] = {.lex_state = 0, .external_lex_state = 186}, + [6303] = {.lex_state = 0, .external_lex_state = 260}, + [6304] = {.lex_state = 0, .external_lex_state = 186}, + [6305] = {.lex_state = 0, .external_lex_state = 186}, + [6306] = {.lex_state = 0, .external_lex_state = 186}, + [6307] = {.lex_state = 0, .external_lex_state = 260}, + [6308] = {.lex_state = 0, .external_lex_state = 260}, + [6309] = {.lex_state = 0, .external_lex_state = 254}, + [6310] = {.lex_state = 0, .external_lex_state = 261}, + [6311] = {.lex_state = 0, .external_lex_state = 186}, + [6312] = {.lex_state = 0, .external_lex_state = 224}, + [6313] = {.lex_state = 0, .external_lex_state = 262}, + [6314] = {.lex_state = 0, .external_lex_state = 186}, + [6315] = {.lex_state = 0, .external_lex_state = 262}, + [6316] = {.lex_state = 0, .external_lex_state = 260}, + [6317] = {.lex_state = 0, .external_lex_state = 264}, + [6318] = {.lex_state = 0, .external_lex_state = 186}, + [6319] = {.lex_state = 0, .external_lex_state = 260}, + [6320] = {.lex_state = 0, .external_lex_state = 211}, + [6321] = {.lex_state = 0, .external_lex_state = 186}, + [6322] = {.lex_state = 0, .external_lex_state = 186}, + [6323] = {.lex_state = 0, .external_lex_state = 186}, + [6324] = {.lex_state = 0, .external_lex_state = 186}, + [6325] = {.lex_state = 0, .external_lex_state = 186}, + [6326] = {.lex_state = 0, .external_lex_state = 211}, + [6327] = {.lex_state = 0, .external_lex_state = 260}, + [6328] = {.lex_state = 0, .external_lex_state = 262}, + [6329] = {.lex_state = 0, .external_lex_state = 262}, + [6330] = {.lex_state = 0, .external_lex_state = 186}, + [6331] = {.lex_state = 0, .external_lex_state = 229}, + [6332] = {.lex_state = 0, .external_lex_state = 211}, + [6333] = {.lex_state = 0, .external_lex_state = 260}, + [6334] = {.lex_state = 0, .external_lex_state = 260}, + [6335] = {.lex_state = 0, .external_lex_state = 186}, + [6336] = {.lex_state = 0, .external_lex_state = 186}, + [6337] = {.lex_state = 0, .external_lex_state = 262}, + [6338] = {.lex_state = 0, .external_lex_state = 260}, + [6339] = {.lex_state = 0, .external_lex_state = 262}, + [6340] = {.lex_state = 0, .external_lex_state = 262}, + [6341] = {.lex_state = 0, .external_lex_state = 260}, + [6342] = {.lex_state = 0, .external_lex_state = 186}, + [6343] = {.lex_state = 0, .external_lex_state = 186}, + [6344] = {.lex_state = 0, .external_lex_state = 186}, + [6345] = {.lex_state = 0, .external_lex_state = 262}, + [6346] = {.lex_state = 0, .external_lex_state = 262}, + [6347] = {.lex_state = 0, .external_lex_state = 186}, + [6348] = {.lex_state = 0, .external_lex_state = 262}, + [6349] = {.lex_state = 0, .external_lex_state = 186}, + [6350] = {.lex_state = 0, .external_lex_state = 262}, + [6351] = {.lex_state = 0, .external_lex_state = 262}, + [6352] = {.lex_state = 0, .external_lex_state = 186}, + [6353] = {.lex_state = 0, .external_lex_state = 186}, + [6354] = {.lex_state = 0, .external_lex_state = 262}, + [6355] = {.lex_state = 0, .external_lex_state = 186}, + [6356] = {.lex_state = 0, .external_lex_state = 264}, + [6357] = {.lex_state = 0, .external_lex_state = 186}, + [6358] = {.lex_state = 0, .external_lex_state = 186}, + [6359] = {.lex_state = 0, .external_lex_state = 186}, + [6360] = {.lex_state = 0, .external_lex_state = 186}, + [6361] = {.lex_state = 0, .external_lex_state = 262}, + [6362] = {.lex_state = 0, .external_lex_state = 186}, + [6363] = {.lex_state = 0, .external_lex_state = 186}, + [6364] = {.lex_state = 0, .external_lex_state = 186}, + [6365] = {.lex_state = 0, .external_lex_state = 262}, + [6366] = {.lex_state = 0, .external_lex_state = 262}, + [6367] = {.lex_state = 0, .external_lex_state = 229}, + [6368] = {.lex_state = 0, .external_lex_state = 186}, + [6369] = {.lex_state = 0, .external_lex_state = 262}, + [6370] = {.lex_state = 0, .external_lex_state = 186}, + [6371] = {.lex_state = 0, .external_lex_state = 186}, + [6372] = {.lex_state = 0, .external_lex_state = 186}, + [6373] = {.lex_state = 0, .external_lex_state = 262}, + [6374] = {.lex_state = 0, .external_lex_state = 211}, + [6375] = {.lex_state = 0, .external_lex_state = 262}, + [6376] = {.lex_state = 0, .external_lex_state = 262}, + [6377] = {.lex_state = 0, .external_lex_state = 262}, + [6378] = {.lex_state = 0, .external_lex_state = 262}, + [6379] = {.lex_state = 0, .external_lex_state = 262}, + [6380] = {.lex_state = 0, .external_lex_state = 262}, + [6381] = {.lex_state = 0, .external_lex_state = 186}, + [6382] = {.lex_state = 0, .external_lex_state = 186}, + [6383] = {.lex_state = 0, .external_lex_state = 261}, + [6384] = {.lex_state = 0, .external_lex_state = 264}, + [6385] = {.lex_state = 0, .external_lex_state = 186}, + [6386] = {.lex_state = 0, .external_lex_state = 262}, + [6387] = {.lex_state = 0, .external_lex_state = 186}, + [6388] = {.lex_state = 0, .external_lex_state = 211}, + [6389] = {.lex_state = 0, .external_lex_state = 262}, + [6390] = {.lex_state = 0, .external_lex_state = 262}, + [6391] = {.lex_state = 0, .external_lex_state = 264}, + [6392] = {.lex_state = 0, .external_lex_state = 252}, + [6393] = {.lex_state = 0, .external_lex_state = 186}, + [6394] = {.lex_state = 0, .external_lex_state = 262}, + [6395] = {.lex_state = 0, .external_lex_state = 229}, + [6396] = {.lex_state = 0, .external_lex_state = 262}, + [6397] = {.lex_state = 0, .external_lex_state = 262}, + [6398] = {.lex_state = 0, .external_lex_state = 229}, + [6399] = {.lex_state = 0, .external_lex_state = 229}, + [6400] = {.lex_state = 0, .external_lex_state = 186}, + [6401] = {.lex_state = 0, .external_lex_state = 186}, + [6402] = {.lex_state = 0, .external_lex_state = 262}, + [6403] = {.lex_state = 0, .external_lex_state = 261}, + [6404] = {.lex_state = 0, .external_lex_state = 186}, + [6405] = {.lex_state = 0, .external_lex_state = 262}, + [6406] = {.lex_state = 0, .external_lex_state = 186}, + [6407] = {.lex_state = 0, .external_lex_state = 262}, + [6408] = {.lex_state = 0, .external_lex_state = 224}, + [6409] = {.lex_state = 0, .external_lex_state = 224}, + [6410] = {.lex_state = 0, .external_lex_state = 186}, + [6411] = {.lex_state = 0, .external_lex_state = 224}, + [6412] = {.lex_state = 0, .external_lex_state = 186}, + [6413] = {.lex_state = 0, .external_lex_state = 262}, + [6414] = {.lex_state = 0, .external_lex_state = 262}, + [6415] = {.lex_state = 0, .external_lex_state = 262}, + [6416] = {.lex_state = 0, .external_lex_state = 229}, + [6417] = {.lex_state = 0, .external_lex_state = 186}, + [6418] = {.lex_state = 0, .external_lex_state = 186}, + [6419] = {.lex_state = 0, .external_lex_state = 186}, + [6420] = {.lex_state = 0, .external_lex_state = 186}, + [6421] = {.lex_state = 0, .external_lex_state = 262}, + [6422] = {.lex_state = 0, .external_lex_state = 186}, + [6423] = {.lex_state = 0, .external_lex_state = 262}, + [6424] = {.lex_state = 0, .external_lex_state = 262}, + [6425] = {.lex_state = 0, .external_lex_state = 186}, + [6426] = {.lex_state = 0, .external_lex_state = 246}, + [6427] = {.lex_state = 0, .external_lex_state = 262}, + [6428] = {.lex_state = 0, .external_lex_state = 262}, + [6429] = {.lex_state = 0, .external_lex_state = 224}, + [6430] = {.lex_state = 0, .external_lex_state = 257}, + [6431] = {.lex_state = 0, .external_lex_state = 264}, + [6432] = {.lex_state = 0, .external_lex_state = 186}, + [6433] = {.lex_state = 0, .external_lex_state = 262}, + [6434] = {.lex_state = 0, .external_lex_state = 186}, + [6435] = {.lex_state = 0, .external_lex_state = 186}, + [6436] = {.lex_state = 0, .external_lex_state = 262}, + [6437] = {.lex_state = 0, .external_lex_state = 229}, + [6438] = {.lex_state = 0, .external_lex_state = 186}, + [6439] = {.lex_state = 0, .external_lex_state = 186}, + [6440] = {.lex_state = 0, .external_lex_state = 262}, + [6441] = {.lex_state = 0, .external_lex_state = 186}, + [6442] = {.lex_state = 0, .external_lex_state = 262}, + [6443] = {.lex_state = 0, .external_lex_state = 265}, + [6444] = {.lex_state = 0, .external_lex_state = 186}, [6445] = {.lex_state = 0, .external_lex_state = 260}, - [6446] = {.lex_state = 0, .external_lex_state = 260}, - [6447] = {.lex_state = 0, .external_lex_state = 187}, - [6448] = {.lex_state = 0, .external_lex_state = 260}, - [6449] = {.lex_state = 0, .external_lex_state = 260}, - [6450] = {.lex_state = 0, .external_lex_state = 260}, - [6451] = {.lex_state = 0, .external_lex_state = 260}, - [6452] = {.lex_state = 0, .external_lex_state = 252}, - [6453] = {.lex_state = 0, .external_lex_state = 187}, - [6454] = {.lex_state = 0, .external_lex_state = 260}, - [6455] = {.lex_state = 0, .external_lex_state = 260}, - [6456] = {.lex_state = 0, .external_lex_state = 260}, - [6457] = {.lex_state = 0, .external_lex_state = 187}, - [6458] = {.lex_state = 0, .external_lex_state = 187}, - [6459] = {.lex_state = 0, .external_lex_state = 261}, - [6460] = {.lex_state = 0, .external_lex_state = 187}, - [6461] = {.lex_state = 0, .external_lex_state = 187}, - [6462] = {.lex_state = 0, .external_lex_state = 260}, - [6463] = {.lex_state = 0, .external_lex_state = 260}, - [6464] = {.lex_state = 0, .external_lex_state = 223}, - [6465] = {.lex_state = 0, .external_lex_state = 187}, - [6466] = {.lex_state = 0, .external_lex_state = 187}, - [6467] = {.lex_state = 0, .external_lex_state = 187}, - [6468] = {.lex_state = 0, .external_lex_state = 223}, - [6469] = {.lex_state = 0, .external_lex_state = 260}, - [6470] = {.lex_state = 0, .external_lex_state = 260}, - [6471] = {.lex_state = 0, .external_lex_state = 260}, - [6472] = {.lex_state = 0, .external_lex_state = 263}, - [6473] = {.lex_state = 0, .external_lex_state = 187}, - [6474] = {.lex_state = 0, .external_lex_state = 261}, - [6475] = {.lex_state = 0, .external_lex_state = 223}, - [6476] = {.lex_state = 0, .external_lex_state = 260}, - [6477] = {.lex_state = 0, .external_lex_state = 260}, - [6478] = {.lex_state = 0, .external_lex_state = 264}, - [6479] = {.lex_state = 0, .external_lex_state = 187}, - [6480] = {.lex_state = 0, .external_lex_state = 187}, - [6481] = {.lex_state = 0, .external_lex_state = 260}, - [6482] = {.lex_state = 0, .external_lex_state = 260}, - [6483] = {.lex_state = 0, .external_lex_state = 223}, - [6484] = {.lex_state = 0, .external_lex_state = 187}, - [6485] = {.lex_state = 0, .external_lex_state = 187}, - [6486] = {.lex_state = 0, .external_lex_state = 265}, - [6487] = {.lex_state = 0, .external_lex_state = 260}, - [6488] = {.lex_state = 0, .external_lex_state = 264}, - [6489] = {.lex_state = 0, .external_lex_state = 260}, - [6490] = {.lex_state = 0, .external_lex_state = 260}, - [6491] = {.lex_state = 0, .external_lex_state = 260}, - [6492] = {.lex_state = 0, .external_lex_state = 260}, - [6493] = {.lex_state = 0, .external_lex_state = 267}, - [6494] = {.lex_state = 0, .external_lex_state = 260}, - [6495] = {.lex_state = 0, .external_lex_state = 187}, - [6496] = {.lex_state = 0, .external_lex_state = 260}, - [6497] = {.lex_state = 0, .external_lex_state = 260}, - [6498] = {.lex_state = 0, .external_lex_state = 187}, - [6499] = {.lex_state = 0, .external_lex_state = 187}, - [6500] = {.lex_state = 0, .external_lex_state = 260}, - [6501] = {.lex_state = 0, .external_lex_state = 260}, - [6502] = {.lex_state = 0, .external_lex_state = 260}, - [6503] = {.lex_state = 0, .external_lex_state = 187}, - [6504] = {.lex_state = 0, .external_lex_state = 187}, - [6505] = {.lex_state = 0, .external_lex_state = 247}, - [6506] = {.lex_state = 0, .external_lex_state = 260}, - [6507] = {.lex_state = 0, .external_lex_state = 260}, - [6508] = {.lex_state = 0, .external_lex_state = 187}, - [6509] = {.lex_state = 0, .external_lex_state = 260}, - [6510] = {.lex_state = 0, .external_lex_state = 260}, - [6511] = {.lex_state = 0, .external_lex_state = 187}, - [6512] = {.lex_state = 0, .external_lex_state = 260}, - [6513] = {.lex_state = 0, .external_lex_state = 260}, - [6514] = {.lex_state = 0, .external_lex_state = 263}, - [6515] = {.lex_state = 0, .external_lex_state = 265}, - [6516] = {.lex_state = 0, .external_lex_state = 260}, - [6517] = {.lex_state = 0, .external_lex_state = 187}, - [6518] = {.lex_state = 0, .external_lex_state = 187}, - [6519] = {.lex_state = 0, .external_lex_state = 252}, - [6520] = {.lex_state = 0, .external_lex_state = 261}, - [6521] = {.lex_state = 0, .external_lex_state = 223}, - [6522] = {.lex_state = 0, .external_lex_state = 260}, - [6523] = {.lex_state = 0, .external_lex_state = 187}, - [6524] = {.lex_state = 0, .external_lex_state = 260}, - [6525] = {.lex_state = 0, .external_lex_state = 260}, - [6526] = {.lex_state = 0, .external_lex_state = 261}, - [6527] = {.lex_state = 0, .external_lex_state = 223}, - [6528] = {.lex_state = 0, .external_lex_state = 223}, - [6529] = {.lex_state = 0, .external_lex_state = 260}, - [6530] = {.lex_state = 0, .external_lex_state = 260}, - [6531] = {.lex_state = 0, .external_lex_state = 260}, - [6532] = {.lex_state = 0, .external_lex_state = 187}, - [6533] = {.lex_state = 0, .external_lex_state = 187}, - [6534] = {.lex_state = 0, .external_lex_state = 260}, - [6535] = {.lex_state = 0, .external_lex_state = 260}, - [6536] = {.lex_state = 0, .external_lex_state = 187}, - [6537] = {.lex_state = 0, .external_lex_state = 187}, - [6538] = {.lex_state = 0, .external_lex_state = 187}, - [6539] = {.lex_state = 0, .external_lex_state = 187}, - [6540] = {.lex_state = 0, .external_lex_state = 187}, - [6541] = {.lex_state = 0, .external_lex_state = 187}, - [6542] = {.lex_state = 0, .external_lex_state = 187}, - [6543] = {.lex_state = 0, .external_lex_state = 187}, - [6544] = {.lex_state = 0, .external_lex_state = 187}, - [6545] = {.lex_state = 0, .external_lex_state = 260}, - [6546] = {.lex_state = 0, .external_lex_state = 187}, - [6547] = {.lex_state = 0, .external_lex_state = 260}, - [6548] = {.lex_state = 0, .external_lex_state = 187}, - [6549] = {.lex_state = 0, .external_lex_state = 260}, - [6550] = {.lex_state = 0, .external_lex_state = 187}, - [6551] = {.lex_state = 0, .external_lex_state = 260}, - [6552] = {.lex_state = 0, .external_lex_state = 260}, - [6553] = {.lex_state = 0, .external_lex_state = 260}, - [6554] = {.lex_state = 0, .external_lex_state = 261}, - [6555] = {.lex_state = 0, .external_lex_state = 187}, - [6556] = {.lex_state = 0, .external_lex_state = 187}, - [6557] = {.lex_state = 0, .external_lex_state = 260}, - [6558] = {.lex_state = 0, .external_lex_state = 260}, - [6559] = {.lex_state = 0, .external_lex_state = 260}, - [6560] = {.lex_state = 0, .external_lex_state = 224}, - [6561] = {.lex_state = 0, .external_lex_state = 187}, - [6562] = {.lex_state = 0, .external_lex_state = 260}, - [6563] = {.lex_state = 0, .external_lex_state = 260}, - [6564] = {.lex_state = 0, .external_lex_state = 260}, - [6565] = {.lex_state = 0, .external_lex_state = 263}, - [6566] = {.lex_state = 0, .external_lex_state = 260}, - [6567] = {.lex_state = 0, .external_lex_state = 187}, - [6568] = {.lex_state = 0, .external_lex_state = 260}, - [6569] = {.lex_state = 0, .external_lex_state = 187}, - [6570] = {.lex_state = 0, .external_lex_state = 260}, - [6571] = {.lex_state = 0, .external_lex_state = 263}, - [6572] = {.lex_state = 0, .external_lex_state = 260}, - [6573] = {.lex_state = 0, .external_lex_state = 260}, - [6574] = {.lex_state = 0, .external_lex_state = 187}, - [6575] = {.lex_state = 0, .external_lex_state = 187}, - [6576] = {.lex_state = 0, .external_lex_state = 187}, - [6577] = {.lex_state = 0, .external_lex_state = 260}, - [6578] = {.lex_state = 0, .external_lex_state = 260}, - [6579] = {.lex_state = 0, .external_lex_state = 260}, - [6580] = {.lex_state = 0, .external_lex_state = 187}, - [6581] = {.lex_state = 0, .external_lex_state = 260}, - [6582] = {.lex_state = 0, .external_lex_state = 264}, - [6583] = {.lex_state = 0, .external_lex_state = 260}, - [6584] = {.lex_state = 0, .external_lex_state = 187}, - [6585] = {.lex_state = 0, .external_lex_state = 260}, - [6586] = {.lex_state = 0, .external_lex_state = 187}, - [6587] = {.lex_state = 0, .external_lex_state = 187}, - [6588] = {.lex_state = 0, .external_lex_state = 263}, - [6589] = {.lex_state = 0, .external_lex_state = 263}, - [6590] = {.lex_state = 0, .external_lex_state = 187}, - [6591] = {.lex_state = 0, .external_lex_state = 187}, - [6592] = {.lex_state = 0, .external_lex_state = 260}, - [6593] = {.lex_state = 0, .external_lex_state = 187}, - [6594] = {.lex_state = 0, .external_lex_state = 187}, - [6595] = {.lex_state = 0, .external_lex_state = 252}, - [6596] = {.lex_state = 0, .external_lex_state = 260}, - [6597] = {.lex_state = 0, .external_lex_state = 260}, - [6598] = {.lex_state = 0, .external_lex_state = 260}, - [6599] = {.lex_state = 0, .external_lex_state = 187}, - [6600] = {.lex_state = 0, .external_lex_state = 260}, - [6601] = {.lex_state = 0, .external_lex_state = 260}, - [6602] = {.lex_state = 0, .external_lex_state = 260}, - [6603] = {.lex_state = 0, .external_lex_state = 261}, - [6604] = {.lex_state = 0, .external_lex_state = 260}, - [6605] = {.lex_state = 0, .external_lex_state = 260}, - [6606] = {.lex_state = 0, .external_lex_state = 260}, - [6607] = {.lex_state = 0, .external_lex_state = 260}, - [6608] = {.lex_state = 0, .external_lex_state = 260}, - [6609] = {.lex_state = 0, .external_lex_state = 187}, - [6610] = {.lex_state = 0, .external_lex_state = 261}, - [6611] = {.lex_state = 0, .external_lex_state = 187}, - [6612] = {.lex_state = 0, .external_lex_state = 224}, - [6613] = {.lex_state = 0, .external_lex_state = 187}, - [6614] = {.lex_state = 0, .external_lex_state = 187}, - [6615] = {.lex_state = 0, .external_lex_state = 187}, - [6616] = {.lex_state = 0, .external_lex_state = 260}, - [6617] = {.lex_state = 0, .external_lex_state = 252}, - [6618] = {.lex_state = 0, .external_lex_state = 187}, - [6619] = {.lex_state = 0, .external_lex_state = 187}, - [6620] = {.lex_state = 0, .external_lex_state = 187}, - [6621] = {.lex_state = 0, .external_lex_state = 260}, - [6622] = {.lex_state = 0, .external_lex_state = 187}, - [6623] = {.lex_state = 0, .external_lex_state = 261}, - [6624] = {.lex_state = 0, .external_lex_state = 187}, - [6625] = {.lex_state = 0, .external_lex_state = 187}, - [6626] = {.lex_state = 0, .external_lex_state = 187}, - [6627] = {.lex_state = 0, .external_lex_state = 187}, - [6628] = {.lex_state = 0, .external_lex_state = 187}, - [6629] = {.lex_state = 0, .external_lex_state = 187}, - [6630] = {.lex_state = 0, .external_lex_state = 187}, - [6631] = {.lex_state = 0, .external_lex_state = 187}, - [6632] = {.lex_state = 0, .external_lex_state = 187}, - [6633] = {.lex_state = 0, .external_lex_state = 187}, - [6634] = {.lex_state = 0, .external_lex_state = 187}, - [6635] = {.lex_state = 0, .external_lex_state = 187}, - [6636] = {.lex_state = 0, .external_lex_state = 187}, - [6637] = {.lex_state = 0, .external_lex_state = 187}, - [6638] = {.lex_state = 0, .external_lex_state = 187}, - [6639] = {.lex_state = 0, .external_lex_state = 187}, - [6640] = {.lex_state = 0, .external_lex_state = 268}, - [6641] = {.lex_state = 0, .external_lex_state = 187}, - [6642] = {.lex_state = 0, .external_lex_state = 187}, - [6643] = {.lex_state = 0, .external_lex_state = 187}, - [6644] = {.lex_state = 0, .external_lex_state = 187}, - [6645] = {.lex_state = 0, .external_lex_state = 187}, - [6646] = {.lex_state = 0, .external_lex_state = 187}, - [6647] = {.lex_state = 0, .external_lex_state = 187}, - [6648] = {.lex_state = 0, .external_lex_state = 187}, - [6649] = {.lex_state = 0, .external_lex_state = 187}, - [6650] = {.lex_state = 0, .external_lex_state = 187}, - [6651] = {.lex_state = 0, .external_lex_state = 187}, - [6652] = {.lex_state = 0, .external_lex_state = 187}, - [6653] = {.lex_state = 0, .external_lex_state = 187}, - [6654] = {.lex_state = 0, .external_lex_state = 187}, - [6655] = {.lex_state = 0, .external_lex_state = 187}, - [6656] = {.lex_state = 0, .external_lex_state = 187}, - [6657] = {.lex_state = 0, .external_lex_state = 187}, - [6658] = {.lex_state = 0, .external_lex_state = 187}, - [6659] = {.lex_state = 0, .external_lex_state = 187}, - [6660] = {.lex_state = 0, .external_lex_state = 187}, - [6661] = {.lex_state = 0, .external_lex_state = 187}, - [6662] = {.lex_state = 0, .external_lex_state = 187}, - [6663] = {.lex_state = 0, .external_lex_state = 187}, - [6664] = {.lex_state = 0, .external_lex_state = 187}, - [6665] = {.lex_state = 0, .external_lex_state = 187}, - [6666] = {.lex_state = 0, .external_lex_state = 268}, - [6667] = {.lex_state = 0, .external_lex_state = 187}, - [6668] = {.lex_state = 0, .external_lex_state = 187}, - [6669] = {.lex_state = 0, .external_lex_state = 187}, - [6670] = {.lex_state = 0, .external_lex_state = 187}, - [6671] = {.lex_state = 0, .external_lex_state = 269}, - [6672] = {.lex_state = 0, .external_lex_state = 187}, - [6673] = {.lex_state = 0, .external_lex_state = 187}, - [6674] = {.lex_state = 0, .external_lex_state = 187}, - [6675] = {.lex_state = 0, .external_lex_state = 187}, - [6676] = {.lex_state = 0, .external_lex_state = 187}, - [6677] = {.lex_state = 0, .external_lex_state = 270}, - [6678] = {.lex_state = 0, .external_lex_state = 270}, - [6679] = {.lex_state = 0, .external_lex_state = 187}, - [6680] = {.lex_state = 0, .external_lex_state = 187}, - [6681] = {.lex_state = 0, .external_lex_state = 187}, - [6682] = {.lex_state = 0, .external_lex_state = 187}, - [6683] = {.lex_state = 0, .external_lex_state = 187}, - [6684] = {.lex_state = 0, .external_lex_state = 187}, - [6685] = {.lex_state = 0, .external_lex_state = 187}, - [6686] = {.lex_state = 0, .external_lex_state = 187}, - [6687] = {.lex_state = 0, .external_lex_state = 187}, - [6688] = {.lex_state = 0, .external_lex_state = 187}, - [6689] = {.lex_state = 0, .external_lex_state = 187}, - [6690] = {.lex_state = 0, .external_lex_state = 268}, - [6691] = {.lex_state = 0, .external_lex_state = 187}, - [6692] = {.lex_state = 0, .external_lex_state = 268}, - [6693] = {.lex_state = 0, .external_lex_state = 187}, - [6694] = {.lex_state = 0, .external_lex_state = 268}, - [6695] = {.lex_state = 0, .external_lex_state = 187}, - [6696] = {.lex_state = 0, .external_lex_state = 268}, - [6697] = {.lex_state = 0, .external_lex_state = 242}, - [6698] = {.lex_state = 0, .external_lex_state = 187}, - [6699] = {.lex_state = 0, .external_lex_state = 271}, - [6700] = {.lex_state = 0, .external_lex_state = 187}, - [6701] = {.lex_state = 0, .external_lex_state = 187}, - [6702] = {.lex_state = 0, .external_lex_state = 187}, - [6703] = {.lex_state = 0, .external_lex_state = 187}, - [6704] = {.lex_state = 0, .external_lex_state = 270}, - [6705] = {.lex_state = 0, .external_lex_state = 187}, - [6706] = {.lex_state = 0, .external_lex_state = 187}, - [6707] = {.lex_state = 0, .external_lex_state = 187}, - [6708] = {.lex_state = 0, .external_lex_state = 187}, - [6709] = {.lex_state = 0, .external_lex_state = 272}, - [6710] = {.lex_state = 0, .external_lex_state = 187}, - [6711] = {.lex_state = 0, .external_lex_state = 187}, - [6712] = {.lex_state = 0, .external_lex_state = 187}, - [6713] = {.lex_state = 0, .external_lex_state = 187}, - [6714] = {.lex_state = 0, .external_lex_state = 187}, - [6715] = {.lex_state = 0, .external_lex_state = 187}, - [6716] = {.lex_state = 0, .external_lex_state = 187}, - [6717] = {.lex_state = 0, .external_lex_state = 187}, - [6718] = {.lex_state = 0, .external_lex_state = 187}, - [6719] = {.lex_state = 0, .external_lex_state = 187}, - [6720] = {.lex_state = 0, .external_lex_state = 187}, - [6721] = {.lex_state = 0, .external_lex_state = 187}, - [6722] = {.lex_state = 0, .external_lex_state = 187}, - [6723] = {.lex_state = 0, .external_lex_state = 187}, - [6724] = {.lex_state = 0, .external_lex_state = 187}, - [6725] = {.lex_state = 0, .external_lex_state = 242}, - [6726] = {.lex_state = 0, .external_lex_state = 187}, - [6727] = {.lex_state = 0, .external_lex_state = 187}, - [6728] = {.lex_state = 0, .external_lex_state = 187}, - [6729] = {.lex_state = 0, .external_lex_state = 187}, - [6730] = {.lex_state = 0, .external_lex_state = 187}, - [6731] = {.lex_state = 0, .external_lex_state = 187}, - [6732] = {.lex_state = 0, .external_lex_state = 272}, - [6733] = {.lex_state = 0, .external_lex_state = 187}, - [6734] = {.lex_state = 0, .external_lex_state = 187}, - [6735] = {.lex_state = 0, .external_lex_state = 187}, - [6736] = {.lex_state = 0, .external_lex_state = 187}, - [6737] = {.lex_state = 0, .external_lex_state = 187}, - [6738] = {.lex_state = 0, .external_lex_state = 187}, - [6739] = {.lex_state = 0, .external_lex_state = 187}, - [6740] = {.lex_state = 0, .external_lex_state = 187}, - [6741] = {.lex_state = 0, .external_lex_state = 187}, - [6742] = {.lex_state = 0, .external_lex_state = 187}, - [6743] = {.lex_state = 0, .external_lex_state = 187}, - [6744] = {.lex_state = 0, .external_lex_state = 187}, - [6745] = {.lex_state = 0, .external_lex_state = 187}, - [6746] = {.lex_state = 0, .external_lex_state = 187}, - [6747] = {.lex_state = 0, .external_lex_state = 260}, - [6748] = {.lex_state = 0, .external_lex_state = 187}, - [6749] = {.lex_state = 0, .external_lex_state = 187}, - [6750] = {.lex_state = 0, .external_lex_state = 187}, - [6751] = {.lex_state = 0, .external_lex_state = 187}, - [6752] = {.lex_state = 0, .external_lex_state = 187}, - [6753] = {.lex_state = 0, .external_lex_state = 187}, - [6754] = {.lex_state = 0, .external_lex_state = 187}, - [6755] = {.lex_state = 0, .external_lex_state = 187}, - [6756] = {.lex_state = 0, .external_lex_state = 187}, - [6757] = {.lex_state = 0, .external_lex_state = 187}, - [6758] = {.lex_state = 0, .external_lex_state = 187}, - [6759] = {.lex_state = 0, .external_lex_state = 187}, - [6760] = {.lex_state = 0, .external_lex_state = 187}, - [6761] = {.lex_state = 0, .external_lex_state = 268}, - [6762] = {.lex_state = 0, .external_lex_state = 265}, - [6763] = {.lex_state = 0, .external_lex_state = 187}, - [6764] = {.lex_state = 0, .external_lex_state = 268}, - [6765] = {.lex_state = 0, .external_lex_state = 268}, - [6766] = {.lex_state = 0, .external_lex_state = 187}, - [6767] = {.lex_state = 0, .external_lex_state = 187}, - [6768] = {.lex_state = 0, .external_lex_state = 255}, - [6769] = {.lex_state = 0, .external_lex_state = 187}, - [6770] = {.lex_state = 0, .external_lex_state = 223}, - [6771] = {.lex_state = 0, .external_lex_state = 187}, - [6772] = {.lex_state = 0, .external_lex_state = 268}, - [6773] = {.lex_state = 0, .external_lex_state = 270}, - [6774] = {.lex_state = 0, .external_lex_state = 187}, - [6775] = {.lex_state = 0, .external_lex_state = 187}, - [6776] = {.lex_state = 0, .external_lex_state = 187}, - [6777] = {.lex_state = 0, .external_lex_state = 187}, - [6778] = {.lex_state = 0, .external_lex_state = 187}, - [6779] = {.lex_state = 0, .external_lex_state = 187}, - [6780] = {.lex_state = 0, .external_lex_state = 187}, - [6781] = {.lex_state = 0, .external_lex_state = 187}, - [6782] = {.lex_state = 0, .external_lex_state = 187}, - [6783] = {.lex_state = 0, .external_lex_state = 187}, - [6784] = {.lex_state = 0, .external_lex_state = 187}, - [6785] = {.lex_state = 0, .external_lex_state = 187}, - [6786] = {.lex_state = 0, .external_lex_state = 187}, - [6787] = {.lex_state = 0, .external_lex_state = 187}, - [6788] = {.lex_state = 0, .external_lex_state = 187}, - [6789] = {.lex_state = 0, .external_lex_state = 187}, - [6790] = {.lex_state = 0, .external_lex_state = 187}, - [6791] = {.lex_state = 0, .external_lex_state = 259}, - [6792] = {.lex_state = 0, .external_lex_state = 187}, - [6793] = {.lex_state = 0, .external_lex_state = 187}, - [6794] = {.lex_state = 0, .external_lex_state = 187}, - [6795] = {.lex_state = 0, .external_lex_state = 187}, - [6796] = {.lex_state = 0, .external_lex_state = 255}, - [6797] = {.lex_state = 0, .external_lex_state = 187}, - [6798] = {.lex_state = 0, .external_lex_state = 187}, - [6799] = {.lex_state = 0, .external_lex_state = 187}, - [6800] = {.lex_state = 0, .external_lex_state = 187}, - [6801] = {.lex_state = 0, .external_lex_state = 187}, - [6802] = {.lex_state = 0, .external_lex_state = 187}, - [6803] = {.lex_state = 0, .external_lex_state = 187}, - [6804] = {.lex_state = 0, .external_lex_state = 187}, - [6805] = {.lex_state = 0, .external_lex_state = 187}, - [6806] = {.lex_state = 0, .external_lex_state = 269}, - [6807] = {.lex_state = 0, .external_lex_state = 187}, - [6808] = {.lex_state = 0, .external_lex_state = 187}, - [6809] = {.lex_state = 0, .external_lex_state = 187}, - [6810] = {.lex_state = 0, .external_lex_state = 270}, - [6811] = {.lex_state = 0, .external_lex_state = 270}, - [6812] = {.lex_state = 0, .external_lex_state = 187}, - [6813] = {.lex_state = 0, .external_lex_state = 187}, - [6814] = {.lex_state = 0, .external_lex_state = 187}, - [6815] = {.lex_state = 0, .external_lex_state = 187}, - [6816] = {.lex_state = 0, .external_lex_state = 187}, - [6817] = {.lex_state = 0, .external_lex_state = 187}, - [6818] = {.lex_state = 0, .external_lex_state = 187}, - [6819] = {.lex_state = 0, .external_lex_state = 187}, - [6820] = {.lex_state = 0, .external_lex_state = 187}, - [6821] = {.lex_state = 0, .external_lex_state = 187}, - [6822] = {.lex_state = 0, .external_lex_state = 187}, - [6823] = {.lex_state = 0, .external_lex_state = 187}, - [6824] = {.lex_state = 0, .external_lex_state = 187}, - [6825] = {.lex_state = 0, .external_lex_state = 187}, - [6826] = {.lex_state = 0, .external_lex_state = 187}, - [6827] = {.lex_state = 0, .external_lex_state = 187}, - [6828] = {.lex_state = 0, .external_lex_state = 268}, - [6829] = {.lex_state = 0, .external_lex_state = 187}, - [6830] = {.lex_state = 0, .external_lex_state = 187}, - [6831] = {.lex_state = 0, .external_lex_state = 268}, - [6832] = {.lex_state = 0, .external_lex_state = 187}, - [6833] = {.lex_state = 0, .external_lex_state = 187}, - [6834] = {.lex_state = 0, .external_lex_state = 270}, - [6835] = {.lex_state = 0, .external_lex_state = 187}, - [6836] = {.lex_state = 0, .external_lex_state = 187}, - [6837] = {.lex_state = 0, .external_lex_state = 187}, - [6838] = {.lex_state = 0, .external_lex_state = 187}, - [6839] = {.lex_state = 0, .external_lex_state = 187}, - [6840] = {.lex_state = 0, .external_lex_state = 187}, - [6841] = {.lex_state = 0, .external_lex_state = 187}, - [6842] = {.lex_state = 0, .external_lex_state = 187}, - [6843] = {.lex_state = 0, .external_lex_state = 187}, - [6844] = {.lex_state = 0, .external_lex_state = 187}, - [6845] = {.lex_state = 0, .external_lex_state = 187}, - [6846] = {.lex_state = 0, .external_lex_state = 268}, - [6847] = {.lex_state = 0, .external_lex_state = 187}, - [6848] = {.lex_state = 0, .external_lex_state = 187}, - [6849] = {.lex_state = 0, .external_lex_state = 187}, - [6850] = {.lex_state = 0, .external_lex_state = 187}, - [6851] = {.lex_state = 0, .external_lex_state = 268}, - [6852] = {.lex_state = 0, .external_lex_state = 187}, - [6853] = {.lex_state = 0, .external_lex_state = 187}, - [6854] = {.lex_state = 0, .external_lex_state = 187}, - [6855] = {.lex_state = 0, .external_lex_state = 187}, - [6856] = {.lex_state = 0, .external_lex_state = 187}, - [6857] = {.lex_state = 0, .external_lex_state = 187}, - [6858] = {.lex_state = 0, .external_lex_state = 187}, - [6859] = {.lex_state = 0, .external_lex_state = 187}, - [6860] = {.lex_state = 0, .external_lex_state = 187}, - [6861] = {.lex_state = 0, .external_lex_state = 187}, - [6862] = {.lex_state = 0, .external_lex_state = 187}, - [6863] = {.lex_state = 0, .external_lex_state = 187}, - [6864] = {.lex_state = 0, .external_lex_state = 187}, - [6865] = {.lex_state = 0, .external_lex_state = 187}, - [6866] = {.lex_state = 0, .external_lex_state = 187}, - [6867] = {.lex_state = 0, .external_lex_state = 187}, - [6868] = {.lex_state = 0, .external_lex_state = 187}, - [6869] = {.lex_state = 0, .external_lex_state = 187}, - [6870] = {.lex_state = 0, .external_lex_state = 187}, - [6871] = {.lex_state = 0, .external_lex_state = 187}, - [6872] = {.lex_state = 0, .external_lex_state = 187}, - [6873] = {.lex_state = 0, .external_lex_state = 187}, - [6874] = {.lex_state = 0, .external_lex_state = 187}, - [6875] = {.lex_state = 0, .external_lex_state = 187}, - [6876] = {.lex_state = 0, .external_lex_state = 187}, - [6877] = {.lex_state = 0, .external_lex_state = 187}, - [6878] = {.lex_state = 0, .external_lex_state = 187}, - [6879] = {.lex_state = 0, .external_lex_state = 187}, - [6880] = {.lex_state = 0, .external_lex_state = 187}, - [6881] = {.lex_state = 0, .external_lex_state = 187}, - [6882] = {.lex_state = 0, .external_lex_state = 187}, - [6883] = {.lex_state = 0, .external_lex_state = 187}, - [6884] = {.lex_state = 0, .external_lex_state = 273}, - [6885] = {.lex_state = 0, .external_lex_state = 187}, - [6886] = {.lex_state = 0, .external_lex_state = 187}, - [6887] = {.lex_state = 0, .external_lex_state = 187}, - [6888] = {.lex_state = 0, .external_lex_state = 187}, - [6889] = {.lex_state = 0, .external_lex_state = 187}, - [6890] = {.lex_state = 0, .external_lex_state = 187}, - [6891] = {.lex_state = 0, .external_lex_state = 187}, - [6892] = {.lex_state = 0, .external_lex_state = 265}, - [6893] = {.lex_state = 0, .external_lex_state = 187}, - [6894] = {.lex_state = 0, .external_lex_state = 187}, - [6895] = {.lex_state = 0, .external_lex_state = 187}, - [6896] = {.lex_state = 0, .external_lex_state = 187}, - [6897] = {.lex_state = 0, .external_lex_state = 187}, - [6898] = {.lex_state = 0, .external_lex_state = 187}, - [6899] = {.lex_state = 0, .external_lex_state = 187}, - [6900] = {.lex_state = 0, .external_lex_state = 187}, - [6901] = {.lex_state = 0, .external_lex_state = 187}, - [6902] = {.lex_state = 0, .external_lex_state = 187}, - [6903] = {.lex_state = 0, .external_lex_state = 187}, - [6904] = {.lex_state = 0, .external_lex_state = 187}, - [6905] = {.lex_state = 0, .external_lex_state = 187}, - [6906] = {.lex_state = 0, .external_lex_state = 187}, - [6907] = {.lex_state = 0, .external_lex_state = 187}, - [6908] = {.lex_state = 0, .external_lex_state = 187}, - [6909] = {.lex_state = 0, .external_lex_state = 187}, - [6910] = {.lex_state = 0, .external_lex_state = 187}, - [6911] = {.lex_state = 0, .external_lex_state = 187}, - [6912] = {.lex_state = 0, .external_lex_state = 187}, - [6913] = {.lex_state = 0, .external_lex_state = 187}, - [6914] = {.lex_state = 0, .external_lex_state = 187}, - [6915] = {.lex_state = 0, .external_lex_state = 187}, - [6916] = {.lex_state = 0, .external_lex_state = 187}, - [6917] = {.lex_state = 0, .external_lex_state = 187}, - [6918] = {.lex_state = 0, .external_lex_state = 187}, - [6919] = {.lex_state = 0, .external_lex_state = 187}, - [6920] = {.lex_state = 0, .external_lex_state = 187}, - [6921] = {.lex_state = 0, .external_lex_state = 268}, - [6922] = {.lex_state = 0, .external_lex_state = 269}, - [6923] = {.lex_state = 0, .external_lex_state = 187}, - [6924] = {.lex_state = 0, .external_lex_state = 187}, - [6925] = {.lex_state = 0, .external_lex_state = 270}, - [6926] = {.lex_state = 0, .external_lex_state = 270}, - [6927] = {.lex_state = 0, .external_lex_state = 187}, - [6928] = {.lex_state = 0, .external_lex_state = 187}, - [6929] = {.lex_state = 0, .external_lex_state = 187}, - [6930] = {.lex_state = 0, .external_lex_state = 187}, - [6931] = {.lex_state = 0, .external_lex_state = 187}, - [6932] = {.lex_state = 0, .external_lex_state = 268}, - [6933] = {.lex_state = 0, .external_lex_state = 268}, - [6934] = {.lex_state = 0, .external_lex_state = 187}, - [6935] = {.lex_state = 0, .external_lex_state = 187}, - [6936] = {.lex_state = 0, .external_lex_state = 187}, - [6937] = {.lex_state = 0, .external_lex_state = 268}, - [6938] = {.lex_state = 0, .external_lex_state = 187}, - [6939] = {.lex_state = 0, .external_lex_state = 187}, - [6940] = {.lex_state = 0, .external_lex_state = 187}, - [6941] = {.lex_state = 0, .external_lex_state = 274}, - [6942] = {.lex_state = 0, .external_lex_state = 187}, - [6943] = {.lex_state = 0, .external_lex_state = 187}, - [6944] = {.lex_state = 0, .external_lex_state = 270}, - [6945] = {.lex_state = 0, .external_lex_state = 187}, - [6946] = {.lex_state = 0, .external_lex_state = 187}, - [6947] = {.lex_state = 0, .external_lex_state = 187}, - [6948] = {.lex_state = 0, .external_lex_state = 187}, - [6949] = {.lex_state = 0, .external_lex_state = 187}, - [6950] = {.lex_state = 0, .external_lex_state = 187}, - [6951] = {.lex_state = 0, .external_lex_state = 187}, - [6952] = {.lex_state = 0, .external_lex_state = 187}, - [6953] = {.lex_state = 0, .external_lex_state = 187}, - [6954] = {.lex_state = 0, .external_lex_state = 187}, - [6955] = {.lex_state = 0, .external_lex_state = 187}, - [6956] = {.lex_state = 0, .external_lex_state = 187}, - [6957] = {.lex_state = 0, .external_lex_state = 240}, - [6958] = {.lex_state = 0, .external_lex_state = 187}, - [6959] = {.lex_state = 0, .external_lex_state = 187}, - [6960] = {.lex_state = 0, .external_lex_state = 187}, - [6961] = {.lex_state = 0, .external_lex_state = 187}, - [6962] = {.lex_state = 0, .external_lex_state = 187}, - [6963] = {.lex_state = 0, .external_lex_state = 187}, - [6964] = {.lex_state = 0, .external_lex_state = 187}, - [6965] = {.lex_state = 0, .external_lex_state = 187}, - [6966] = {.lex_state = 0, .external_lex_state = 275}, - [6967] = {.lex_state = 0, .external_lex_state = 187}, - [6968] = {.lex_state = 0, .external_lex_state = 187}, - [6969] = {.lex_state = 0, .external_lex_state = 187}, - [6970] = {.lex_state = 0, .external_lex_state = 187}, - [6971] = {.lex_state = 0, .external_lex_state = 187}, - [6972] = {.lex_state = 0, .external_lex_state = 187}, - [6973] = {.lex_state = 0, .external_lex_state = 187}, - [6974] = {.lex_state = 0, .external_lex_state = 187}, - [6975] = {.lex_state = 0, .external_lex_state = 187}, - [6976] = {.lex_state = 0, .external_lex_state = 187}, - [6977] = {.lex_state = 0, .external_lex_state = 187}, - [6978] = {.lex_state = 0, .external_lex_state = 187}, - [6979] = {.lex_state = 0, .external_lex_state = 187}, - [6980] = {.lex_state = 0, .external_lex_state = 270}, - [6981] = {.lex_state = 0, .external_lex_state = 187}, - [6982] = {.lex_state = 0, .external_lex_state = 187}, - [6983] = {.lex_state = 0, .external_lex_state = 187}, - [6984] = {.lex_state = 0, .external_lex_state = 187}, - [6985] = {.lex_state = 0, .external_lex_state = 187}, - [6986] = {.lex_state = 0, .external_lex_state = 187}, - [6987] = {.lex_state = 0, .external_lex_state = 187}, - [6988] = {.lex_state = 0, .external_lex_state = 187}, - [6989] = {.lex_state = 0, .external_lex_state = 187}, - [6990] = {.lex_state = 0, .external_lex_state = 187}, - [6991] = {.lex_state = 0, .external_lex_state = 187}, - [6992] = {.lex_state = 0, .external_lex_state = 187}, - [6993] = {.lex_state = 0, .external_lex_state = 187}, - [6994] = {.lex_state = 0, .external_lex_state = 269}, - [6995] = {.lex_state = 0, .external_lex_state = 187}, - [6996] = {.lex_state = 0, .external_lex_state = 187}, - [6997] = {.lex_state = 0, .external_lex_state = 270}, - [6998] = {.lex_state = 0, .external_lex_state = 270}, - [6999] = {.lex_state = 0, .external_lex_state = 187}, - [7000] = {.lex_state = 0, .external_lex_state = 187}, - [7001] = {.lex_state = 0, .external_lex_state = 187}, - [7002] = {.lex_state = 0, .external_lex_state = 187}, - [7003] = {.lex_state = 0, .external_lex_state = 187}, - [7004] = {.lex_state = 0, .external_lex_state = 187}, - [7005] = {.lex_state = 0, .external_lex_state = 187}, - [7006] = {.lex_state = 0, .external_lex_state = 187}, - [7007] = {.lex_state = 0, .external_lex_state = 187}, - [7008] = {.lex_state = 0, .external_lex_state = 187}, - [7009] = {.lex_state = 0, .external_lex_state = 270}, - [7010] = {.lex_state = 0, .external_lex_state = 276}, - [7011] = {.lex_state = 0, .external_lex_state = 187}, - [7012] = {.lex_state = 0, .external_lex_state = 187}, - [7013] = {.lex_state = 0, .external_lex_state = 187}, - [7014] = {.lex_state = 0, .external_lex_state = 268}, - [7015] = {.lex_state = 0, .external_lex_state = 187}, - [7016] = {.lex_state = 0, .external_lex_state = 187}, - [7017] = {.lex_state = 0, .external_lex_state = 187}, - [7018] = {.lex_state = 0, .external_lex_state = 187}, - [7019] = {.lex_state = 0, .external_lex_state = 187}, - [7020] = {.lex_state = 0, .external_lex_state = 187}, - [7021] = {.lex_state = 0, .external_lex_state = 187}, - [7022] = {.lex_state = 0, .external_lex_state = 187}, - [7023] = {.lex_state = 0, .external_lex_state = 187}, - [7024] = {.lex_state = 0, .external_lex_state = 187}, - [7025] = {.lex_state = 0, .external_lex_state = 187}, - [7026] = {.lex_state = 0, .external_lex_state = 187}, - [7027] = {.lex_state = 0, .external_lex_state = 187}, - [7028] = {.lex_state = 0, .external_lex_state = 187}, - [7029] = {.lex_state = 0, .external_lex_state = 187}, - [7030] = {.lex_state = 0, .external_lex_state = 187}, - [7031] = {.lex_state = 0, .external_lex_state = 187}, - [7032] = {.lex_state = 0, .external_lex_state = 269}, - [7033] = {.lex_state = 0, .external_lex_state = 187}, - [7034] = {.lex_state = 0, .external_lex_state = 270}, - [7035] = {.lex_state = 0, .external_lex_state = 270}, - [7036] = {.lex_state = 0, .external_lex_state = 187}, - [7037] = {.lex_state = 0, .external_lex_state = 187}, - [7038] = {.lex_state = 0, .external_lex_state = 187}, - [7039] = {.lex_state = 0, .external_lex_state = 187}, - [7040] = {.lex_state = 0, .external_lex_state = 187}, - [7041] = {.lex_state = 0, .external_lex_state = 187}, - [7042] = {.lex_state = 0, .external_lex_state = 187}, - [7043] = {.lex_state = 0, .external_lex_state = 187}, - [7044] = {.lex_state = 0, .external_lex_state = 187}, - [7045] = {.lex_state = 0, .external_lex_state = 270}, - [7046] = {.lex_state = 0, .external_lex_state = 187}, - [7047] = {.lex_state = 0, .external_lex_state = 187}, - [7048] = {.lex_state = 0, .external_lex_state = 187}, - [7049] = {.lex_state = 0, .external_lex_state = 255}, - [7050] = {.lex_state = 0, .external_lex_state = 187}, - [7051] = {.lex_state = 0, .external_lex_state = 187}, - [7052] = {.lex_state = 0, .external_lex_state = 268}, - [7053] = {.lex_state = 0, .external_lex_state = 187}, - [7054] = {.lex_state = 0, .external_lex_state = 187}, - [7055] = {.lex_state = 0, .external_lex_state = 187}, - [7056] = {.lex_state = 0, .external_lex_state = 268}, - [7057] = {.lex_state = 0, .external_lex_state = 187}, - [7058] = {.lex_state = 0, .external_lex_state = 187}, - [7059] = {.lex_state = 0, .external_lex_state = 187}, - [7060] = {.lex_state = 0, .external_lex_state = 187}, + [6446] = {.lex_state = 0, .external_lex_state = 186}, + [6447] = {.lex_state = 0, .external_lex_state = 248}, + [6448] = {.lex_state = 0, .external_lex_state = 186}, + [6449] = {.lex_state = 0, .external_lex_state = 262}, + [6450] = {.lex_state = 0, .external_lex_state = 186}, + [6451] = {.lex_state = 0, .external_lex_state = 262}, + [6452] = {.lex_state = 0, .external_lex_state = 262}, + [6453] = {.lex_state = 0, .external_lex_state = 211}, + [6454] = {.lex_state = 0, .external_lex_state = 262}, + [6455] = {.lex_state = 0, .external_lex_state = 262}, + [6456] = {.lex_state = 0, .external_lex_state = 262}, + [6457] = {.lex_state = 0, .external_lex_state = 186}, + [6458] = {.lex_state = 0, .external_lex_state = 186}, + [6459] = {.lex_state = 0, .external_lex_state = 263}, + [6460] = {.lex_state = 0, .external_lex_state = 186}, + [6461] = {.lex_state = 0, .external_lex_state = 186}, + [6462] = {.lex_state = 0, .external_lex_state = 229}, + [6463] = {.lex_state = 0, .external_lex_state = 186}, + [6464] = {.lex_state = 0, .external_lex_state = 186}, + [6465] = {.lex_state = 0, .external_lex_state = 262}, + [6466] = {.lex_state = 0, .external_lex_state = 262}, + [6467] = {.lex_state = 0, .external_lex_state = 262}, + [6468] = {.lex_state = 0, .external_lex_state = 262}, + [6469] = {.lex_state = 0, .external_lex_state = 186}, + [6470] = {.lex_state = 0, .external_lex_state = 262}, + [6471] = {.lex_state = 0, .external_lex_state = 186}, + [6472] = {.lex_state = 0, .external_lex_state = 229}, + [6473] = {.lex_state = 0, .external_lex_state = 264}, + [6474] = {.lex_state = 0, .external_lex_state = 186}, + [6475] = {.lex_state = 0, .external_lex_state = 186}, + [6476] = {.lex_state = 0, .external_lex_state = 186}, + [6477] = {.lex_state = 0, .external_lex_state = 186}, + [6478] = {.lex_state = 0, .external_lex_state = 262}, + [6479] = {.lex_state = 0, .external_lex_state = 262}, + [6480] = {.lex_state = 0, .external_lex_state = 186}, + [6481] = {.lex_state = 0, .external_lex_state = 238}, + [6482] = {.lex_state = 0, .external_lex_state = 186}, + [6483] = {.lex_state = 0, .external_lex_state = 186}, + [6484] = {.lex_state = 0, .external_lex_state = 262}, + [6485] = {.lex_state = 0, .external_lex_state = 252}, + [6486] = {.lex_state = 0, .external_lex_state = 261}, + [6487] = {.lex_state = 0, .external_lex_state = 262}, + [6488] = {.lex_state = 0, .external_lex_state = 238}, + [6489] = {.lex_state = 0, .external_lex_state = 262}, + [6490] = {.lex_state = 0, .external_lex_state = 262}, + [6491] = {.lex_state = 0, .external_lex_state = 186}, + [6492] = {.lex_state = 0, .external_lex_state = 186}, + [6493] = {.lex_state = 0, .external_lex_state = 262}, + [6494] = {.lex_state = 0, .external_lex_state = 262}, + [6495] = {.lex_state = 0, .external_lex_state = 186}, + [6496] = {.lex_state = 0, .external_lex_state = 186}, + [6497] = {.lex_state = 0, .external_lex_state = 262}, + [6498] = {.lex_state = 0, .external_lex_state = 186}, + [6499] = {.lex_state = 0, .external_lex_state = 224}, + [6500] = {.lex_state = 0, .external_lex_state = 186}, + [6501] = {.lex_state = 0, .external_lex_state = 186}, + [6502] = {.lex_state = 0, .external_lex_state = 262}, + [6503] = {.lex_state = 0, .external_lex_state = 186}, + [6504] = {.lex_state = 0, .external_lex_state = 262}, + [6505] = {.lex_state = 0, .external_lex_state = 186}, + [6506] = {.lex_state = 0, .external_lex_state = 264}, + [6507] = {.lex_state = 0, .external_lex_state = 186}, + [6508] = {.lex_state = 0, .external_lex_state = 186}, + [6509] = {.lex_state = 0, .external_lex_state = 238}, + [6510] = {.lex_state = 0, .external_lex_state = 186}, + [6511] = {.lex_state = 0, .external_lex_state = 186}, + [6512] = {.lex_state = 0, .external_lex_state = 186}, + [6513] = {.lex_state = 0, .external_lex_state = 186}, + [6514] = {.lex_state = 0, .external_lex_state = 186}, + [6515] = {.lex_state = 0, .external_lex_state = 186}, + [6516] = {.lex_state = 0, .external_lex_state = 262}, + [6517] = {.lex_state = 0, .external_lex_state = 262}, + [6518] = {.lex_state = 0, .external_lex_state = 262}, + [6519] = {.lex_state = 0, .external_lex_state = 264}, + [6520] = {.lex_state = 0, .external_lex_state = 186}, + [6521] = {.lex_state = 0, .external_lex_state = 262}, + [6522] = {.lex_state = 0, .external_lex_state = 261}, + [6523] = {.lex_state = 0, .external_lex_state = 186}, + [6524] = {.lex_state = 0, .external_lex_state = 229}, + [6525] = {.lex_state = 0, .external_lex_state = 262}, + [6526] = {.lex_state = 0, .external_lex_state = 186}, + [6527] = {.lex_state = 0, .external_lex_state = 262}, + [6528] = {.lex_state = 0, .external_lex_state = 262}, + [6529] = {.lex_state = 0, .external_lex_state = 229}, + [6530] = {.lex_state = 0, .external_lex_state = 262}, + [6531] = {.lex_state = 0, .external_lex_state = 262}, + [6532] = {.lex_state = 0, .external_lex_state = 186}, + [6533] = {.lex_state = 0, .external_lex_state = 186}, + [6534] = {.lex_state = 0, .external_lex_state = 186}, + [6535] = {.lex_state = 0, .external_lex_state = 186}, + [6536] = {.lex_state = 0, .external_lex_state = 262}, + [6537] = {.lex_state = 0, .external_lex_state = 262}, + [6538] = {.lex_state = 0, .external_lex_state = 262}, + [6539] = {.lex_state = 0, .external_lex_state = 186}, + [6540] = {.lex_state = 0, .external_lex_state = 262}, + [6541] = {.lex_state = 0, .external_lex_state = 224}, + [6542] = {.lex_state = 0, .external_lex_state = 264}, + [6543] = {.lex_state = 0, .external_lex_state = 229}, + [6544] = {.lex_state = 0, .external_lex_state = 262}, + [6545] = {.lex_state = 0, .external_lex_state = 186}, + [6546] = {.lex_state = 0, .external_lex_state = 262}, + [6547] = {.lex_state = 0, .external_lex_state = 262}, + [6548] = {.lex_state = 0, .external_lex_state = 186}, + [6549] = {.lex_state = 0, .external_lex_state = 262}, + [6550] = {.lex_state = 0, .external_lex_state = 186}, + [6551] = {.lex_state = 0, .external_lex_state = 229}, + [6552] = {.lex_state = 0, .external_lex_state = 186}, + [6553] = {.lex_state = 0, .external_lex_state = 186}, + [6554] = {.lex_state = 0, .external_lex_state = 246}, + [6555] = {.lex_state = 0, .external_lex_state = 262}, + [6556] = {.lex_state = 0, .external_lex_state = 229}, + [6557] = {.lex_state = 0, .external_lex_state = 262}, + [6558] = {.lex_state = 0, .external_lex_state = 186}, + [6559] = {.lex_state = 0, .external_lex_state = 262}, + [6560] = {.lex_state = 0, .external_lex_state = 262}, + [6561] = {.lex_state = 0, .external_lex_state = 262}, + [6562] = {.lex_state = 0, .external_lex_state = 186}, + [6563] = {.lex_state = 0, .external_lex_state = 186}, + [6564] = {.lex_state = 0, .external_lex_state = 186}, + [6565] = {.lex_state = 0, .external_lex_state = 186}, + [6566] = {.lex_state = 0, .external_lex_state = 186}, + [6567] = {.lex_state = 0, .external_lex_state = 262}, + [6568] = {.lex_state = 0, .external_lex_state = 186}, + [6569] = {.lex_state = 0, .external_lex_state = 262}, + [6570] = {.lex_state = 0, .external_lex_state = 229}, + [6571] = {.lex_state = 0, .external_lex_state = 186}, + [6572] = {.lex_state = 0, .external_lex_state = 186}, + [6573] = {.lex_state = 0, .external_lex_state = 261}, + [6574] = {.lex_state = 0, .external_lex_state = 186}, + [6575] = {.lex_state = 0, .external_lex_state = 186}, + [6576] = {.lex_state = 0, .external_lex_state = 261}, + [6577] = {.lex_state = 0, .external_lex_state = 186}, + [6578] = {.lex_state = 0, .external_lex_state = 262}, + [6579] = {.lex_state = 0, .external_lex_state = 252}, + [6580] = {.lex_state = 0, .external_lex_state = 262}, + [6581] = {.lex_state = 0, .external_lex_state = 229}, + [6582] = {.lex_state = 0, .external_lex_state = 262}, + [6583] = {.lex_state = 0, .external_lex_state = 229}, + [6584] = {.lex_state = 0, .external_lex_state = 238}, + [6585] = {.lex_state = 0, .external_lex_state = 262}, + [6586] = {.lex_state = 0, .external_lex_state = 186}, + [6587] = {.lex_state = 0, .external_lex_state = 229}, + [6588] = {.lex_state = 0, .external_lex_state = 264}, + [6589] = {.lex_state = 0, .external_lex_state = 186}, + [6590] = {.lex_state = 0, .external_lex_state = 186}, + [6591] = {.lex_state = 0, .external_lex_state = 186}, + [6592] = {.lex_state = 0, .external_lex_state = 262}, + [6593] = {.lex_state = 0, .external_lex_state = 262}, + [6594] = {.lex_state = 0, .external_lex_state = 262}, + [6595] = {.lex_state = 0, .external_lex_state = 262}, + [6596] = {.lex_state = 0, .external_lex_state = 186}, + [6597] = {.lex_state = 0, .external_lex_state = 262}, + [6598] = {.lex_state = 0, .external_lex_state = 253}, + [6599] = {.lex_state = 0, .external_lex_state = 229}, + [6600] = {.lex_state = 0, .external_lex_state = 186}, + [6601] = {.lex_state = 0, .external_lex_state = 262}, + [6602] = {.lex_state = 0, .external_lex_state = 186}, + [6603] = {.lex_state = 0, .external_lex_state = 186}, + [6604] = {.lex_state = 0, .external_lex_state = 186}, + [6605] = {.lex_state = 0, .external_lex_state = 186}, + [6606] = {.lex_state = 0, .external_lex_state = 186}, + [6607] = {.lex_state = 0, .external_lex_state = 186}, + [6608] = {.lex_state = 0, .external_lex_state = 186}, + [6609] = {.lex_state = 0, .external_lex_state = 186}, + [6610] = {.lex_state = 0, .external_lex_state = 186}, + [6611] = {.lex_state = 0, .external_lex_state = 264}, + [6612] = {.lex_state = 0, .external_lex_state = 186}, + [6613] = {.lex_state = 0, .external_lex_state = 186}, + [6614] = {.lex_state = 0, .external_lex_state = 186}, + [6615] = {.lex_state = 0, .external_lex_state = 186}, + [6616] = {.lex_state = 0, .external_lex_state = 186}, + [6617] = {.lex_state = 0, .external_lex_state = 186}, + [6618] = {.lex_state = 0, .external_lex_state = 186}, + [6619] = {.lex_state = 0, .external_lex_state = 186}, + [6620] = {.lex_state = 0, .external_lex_state = 186}, + [6621] = {.lex_state = 0, .external_lex_state = 186}, + [6622] = {.lex_state = 0, .external_lex_state = 186}, + [6623] = {.lex_state = 0, .external_lex_state = 186}, + [6624] = {.lex_state = 0, .external_lex_state = 186}, + [6625] = {.lex_state = 0, .external_lex_state = 186}, + [6626] = {.lex_state = 0, .external_lex_state = 186}, + [6627] = {.lex_state = 0, .external_lex_state = 229}, + [6628] = {.lex_state = 0, .external_lex_state = 186}, + [6629] = {.lex_state = 0, .external_lex_state = 264}, + [6630] = {.lex_state = 0, .external_lex_state = 262}, + [6631] = {.lex_state = 0, .external_lex_state = 186}, + [6632] = {.lex_state = 0, .external_lex_state = 186}, + [6633] = {.lex_state = 0, .external_lex_state = 262}, + [6634] = {.lex_state = 0, .external_lex_state = 186}, + [6635] = {.lex_state = 0, .external_lex_state = 186}, + [6636] = {.lex_state = 0, .external_lex_state = 229}, + [6637] = {.lex_state = 0, .external_lex_state = 186}, + [6638] = {.lex_state = 0, .external_lex_state = 186}, + [6639] = {.lex_state = 0, .external_lex_state = 186}, + [6640] = {.lex_state = 0, .external_lex_state = 186}, + [6641] = {.lex_state = 0, .external_lex_state = 186}, + [6642] = {.lex_state = 0, .external_lex_state = 186}, + [6643] = {.lex_state = 0, .external_lex_state = 186}, + [6644] = {.lex_state = 0, .external_lex_state = 186}, + [6645] = {.lex_state = 0, .external_lex_state = 186}, + [6646] = {.lex_state = 0, .external_lex_state = 186}, + [6647] = {.lex_state = 0, .external_lex_state = 186}, + [6648] = {.lex_state = 0, .external_lex_state = 186}, + [6649] = {.lex_state = 0, .external_lex_state = 186}, + [6650] = {.lex_state = 0, .external_lex_state = 186}, + [6651] = {.lex_state = 0, .external_lex_state = 186}, + [6652] = {.lex_state = 0, .external_lex_state = 186}, + [6653] = {.lex_state = 0, .external_lex_state = 186}, + [6654] = {.lex_state = 0, .external_lex_state = 186}, + [6655] = {.lex_state = 0, .external_lex_state = 186}, + [6656] = {.lex_state = 0, .external_lex_state = 186}, + [6657] = {.lex_state = 0, .external_lex_state = 186}, + [6658] = {.lex_state = 0, .external_lex_state = 186}, + [6659] = {.lex_state = 0, .external_lex_state = 186}, + [6660] = {.lex_state = 0, .external_lex_state = 186}, + [6661] = {.lex_state = 0, .external_lex_state = 186}, + [6662] = {.lex_state = 0, .external_lex_state = 186}, + [6663] = {.lex_state = 0, .external_lex_state = 186}, + [6664] = {.lex_state = 0, .external_lex_state = 186}, + [6665] = {.lex_state = 0, .external_lex_state = 186}, + [6666] = {.lex_state = 0, .external_lex_state = 186}, + [6667] = {.lex_state = 0, .external_lex_state = 186}, + [6668] = {.lex_state = 0, .external_lex_state = 186}, + [6669] = {.lex_state = 0, .external_lex_state = 186}, + [6670] = {.lex_state = 0, .external_lex_state = 186}, + [6671] = {.lex_state = 0, .external_lex_state = 186}, + [6672] = {.lex_state = 0, .external_lex_state = 186}, + [6673] = {.lex_state = 0, .external_lex_state = 186}, + [6674] = {.lex_state = 0, .external_lex_state = 186}, + [6675] = {.lex_state = 0, .external_lex_state = 186}, + [6676] = {.lex_state = 0, .external_lex_state = 186}, + [6677] = {.lex_state = 0, .external_lex_state = 186}, + [6678] = {.lex_state = 0, .external_lex_state = 186}, + [6679] = {.lex_state = 0, .external_lex_state = 186}, + [6680] = {.lex_state = 0, .external_lex_state = 186}, + [6681] = {.lex_state = 0, .external_lex_state = 186}, + [6682] = {.lex_state = 0, .external_lex_state = 186}, + [6683] = {.lex_state = 0, .external_lex_state = 186}, + [6684] = {.lex_state = 0, .external_lex_state = 186}, + [6685] = {.lex_state = 0, .external_lex_state = 186}, + [6686] = {.lex_state = 0, .external_lex_state = 186}, + [6687] = {.lex_state = 0, .external_lex_state = 268}, + [6688] = {.lex_state = 0, .external_lex_state = 186}, + [6689] = {.lex_state = 0, .external_lex_state = 186}, + [6690] = {.lex_state = 0, .external_lex_state = 186}, + [6691] = {.lex_state = 0, .external_lex_state = 186}, + [6692] = {.lex_state = 0, .external_lex_state = 186}, + [6693] = {.lex_state = 0, .external_lex_state = 269}, + [6694] = {.lex_state = 0, .external_lex_state = 269}, + [6695] = {.lex_state = 0, .external_lex_state = 186}, + [6696] = {.lex_state = 0, .external_lex_state = 186}, + [6697] = {.lex_state = 0, .external_lex_state = 186}, + [6698] = {.lex_state = 0, .external_lex_state = 186}, + [6699] = {.lex_state = 0, .external_lex_state = 186}, + [6700] = {.lex_state = 0, .external_lex_state = 256}, + [6701] = {.lex_state = 0, .external_lex_state = 186}, + [6702] = {.lex_state = 0, .external_lex_state = 186}, + [6703] = {.lex_state = 0, .external_lex_state = 186}, + [6704] = {.lex_state = 0, .external_lex_state = 186}, + [6705] = {.lex_state = 0, .external_lex_state = 186}, + [6706] = {.lex_state = 0, .external_lex_state = 186}, + [6707] = {.lex_state = 0, .external_lex_state = 186}, + [6708] = {.lex_state = 0, .external_lex_state = 186}, + [6709] = {.lex_state = 0, .external_lex_state = 186}, + [6710] = {.lex_state = 0, .external_lex_state = 186}, + [6711] = {.lex_state = 0, .external_lex_state = 270}, + [6712] = {.lex_state = 0, .external_lex_state = 186}, + [6713] = {.lex_state = 0, .external_lex_state = 186}, + [6714] = {.lex_state = 0, .external_lex_state = 262}, + [6715] = {.lex_state = 0, .external_lex_state = 186}, + [6716] = {.lex_state = 0, .external_lex_state = 186}, + [6717] = {.lex_state = 0, .external_lex_state = 186}, + [6718] = {.lex_state = 0, .external_lex_state = 186}, + [6719] = {.lex_state = 0, .external_lex_state = 186}, + [6720] = {.lex_state = 0, .external_lex_state = 269}, + [6721] = {.lex_state = 0, .external_lex_state = 186}, + [6722] = {.lex_state = 0, .external_lex_state = 186}, + [6723] = {.lex_state = 0, .external_lex_state = 186}, + [6724] = {.lex_state = 0, .external_lex_state = 186}, + [6725] = {.lex_state = 0, .external_lex_state = 271}, + [6726] = {.lex_state = 0, .external_lex_state = 186}, + [6727] = {.lex_state = 0, .external_lex_state = 186}, + [6728] = {.lex_state = 0, .external_lex_state = 186}, + [6729] = {.lex_state = 0, .external_lex_state = 186}, + [6730] = {.lex_state = 0, .external_lex_state = 186}, + [6731] = {.lex_state = 0, .external_lex_state = 186}, + [6732] = {.lex_state = 0, .external_lex_state = 186}, + [6733] = {.lex_state = 0, .external_lex_state = 186}, + [6734] = {.lex_state = 0, .external_lex_state = 186}, + [6735] = {.lex_state = 0, .external_lex_state = 186}, + [6736] = {.lex_state = 0, .external_lex_state = 186}, + [6737] = {.lex_state = 0, .external_lex_state = 186}, + [6738] = {.lex_state = 0, .external_lex_state = 186}, + [6739] = {.lex_state = 0, .external_lex_state = 186}, + [6740] = {.lex_state = 0, .external_lex_state = 186}, + [6741] = {.lex_state = 0, .external_lex_state = 186}, + [6742] = {.lex_state = 0, .external_lex_state = 186}, + [6743] = {.lex_state = 0, .external_lex_state = 186}, + [6744] = {.lex_state = 0, .external_lex_state = 186}, + [6745] = {.lex_state = 0, .external_lex_state = 186}, + [6746] = {.lex_state = 0, .external_lex_state = 186}, + [6747] = {.lex_state = 0, .external_lex_state = 186}, + [6748] = {.lex_state = 0, .external_lex_state = 186}, + [6749] = {.lex_state = 0, .external_lex_state = 186}, + [6750] = {.lex_state = 0, .external_lex_state = 186}, + [6751] = {.lex_state = 0, .external_lex_state = 186}, + [6752] = {.lex_state = 0, .external_lex_state = 186}, + [6753] = {.lex_state = 0, .external_lex_state = 186}, + [6754] = {.lex_state = 0, .external_lex_state = 270}, + [6755] = {.lex_state = 0, .external_lex_state = 186}, + [6756] = {.lex_state = 0, .external_lex_state = 186}, + [6757] = {.lex_state = 0, .external_lex_state = 186}, + [6758] = {.lex_state = 0, .external_lex_state = 186}, + [6759] = {.lex_state = 0, .external_lex_state = 186}, + [6760] = {.lex_state = 0, .external_lex_state = 186}, + [6761] = {.lex_state = 0, .external_lex_state = 186}, + [6762] = {.lex_state = 0, .external_lex_state = 186}, + [6763] = {.lex_state = 0, .external_lex_state = 186}, + [6764] = {.lex_state = 0, .external_lex_state = 186}, + [6765] = {.lex_state = 0, .external_lex_state = 186}, + [6766] = {.lex_state = 0, .external_lex_state = 186}, + [6767] = {.lex_state = 0, .external_lex_state = 186}, + [6768] = {.lex_state = 0, .external_lex_state = 186}, + [6769] = {.lex_state = 0, .external_lex_state = 186}, + [6770] = {.lex_state = 0, .external_lex_state = 186}, + [6771] = {.lex_state = 0, .external_lex_state = 186}, + [6772] = {.lex_state = 0, .external_lex_state = 186}, + [6773] = {.lex_state = 0, .external_lex_state = 186}, + [6774] = {.lex_state = 0, .external_lex_state = 186}, + [6775] = {.lex_state = 0, .external_lex_state = 186}, + [6776] = {.lex_state = 0, .external_lex_state = 262}, + [6777] = {.lex_state = 0, .external_lex_state = 186}, + [6778] = {.lex_state = 0, .external_lex_state = 186}, + [6779] = {.lex_state = 0, .external_lex_state = 186}, + [6780] = {.lex_state = 0, .external_lex_state = 186}, + [6781] = {.lex_state = 0, .external_lex_state = 186}, + [6782] = {.lex_state = 0, .external_lex_state = 186}, + [6783] = {.lex_state = 0, .external_lex_state = 186}, + [6784] = {.lex_state = 0, .external_lex_state = 254}, + [6785] = {.lex_state = 0, .external_lex_state = 186}, + [6786] = {.lex_state = 0, .external_lex_state = 229}, + [6787] = {.lex_state = 0, .external_lex_state = 186}, + [6788] = {.lex_state = 0, .external_lex_state = 186}, + [6789] = {.lex_state = 0, .external_lex_state = 186}, + [6790] = {.lex_state = 0, .external_lex_state = 186}, + [6791] = {.lex_state = 0, .external_lex_state = 186}, + [6792] = {.lex_state = 0, .external_lex_state = 186}, + [6793] = {.lex_state = 0, .external_lex_state = 186}, + [6794] = {.lex_state = 0, .external_lex_state = 186}, + [6795] = {.lex_state = 0, .external_lex_state = 186}, + [6796] = {.lex_state = 0, .external_lex_state = 186}, + [6797] = {.lex_state = 0, .external_lex_state = 186}, + [6798] = {.lex_state = 0, .external_lex_state = 186}, + [6799] = {.lex_state = 0, .external_lex_state = 186}, + [6800] = {.lex_state = 0, .external_lex_state = 272}, + [6801] = {.lex_state = 0, .external_lex_state = 186}, + [6802] = {.lex_state = 0, .external_lex_state = 186}, + [6803] = {.lex_state = 0, .external_lex_state = 186}, + [6804] = {.lex_state = 0, .external_lex_state = 186}, + [6805] = {.lex_state = 0, .external_lex_state = 186}, + [6806] = {.lex_state = 0, .external_lex_state = 186}, + [6807] = {.lex_state = 0, .external_lex_state = 256}, + [6808] = {.lex_state = 0, .external_lex_state = 186}, + [6809] = {.lex_state = 0, .external_lex_state = 186}, + [6810] = {.lex_state = 0, .external_lex_state = 186}, + [6811] = {.lex_state = 0, .external_lex_state = 186}, + [6812] = {.lex_state = 0, .external_lex_state = 254}, + [6813] = {.lex_state = 0, .external_lex_state = 186}, + [6814] = {.lex_state = 0, .external_lex_state = 186}, + [6815] = {.lex_state = 0, .external_lex_state = 186}, + [6816] = {.lex_state = 0, .external_lex_state = 229}, + [6817] = {.lex_state = 0, .external_lex_state = 186}, + [6818] = {.lex_state = 0, .external_lex_state = 186}, + [6819] = {.lex_state = 0, .external_lex_state = 186}, + [6820] = {.lex_state = 0, .external_lex_state = 186}, + [6821] = {.lex_state = 0, .external_lex_state = 186}, + [6822] = {.lex_state = 0, .external_lex_state = 268}, + [6823] = {.lex_state = 0, .external_lex_state = 186}, + [6824] = {.lex_state = 0, .external_lex_state = 186}, + [6825] = {.lex_state = 0, .external_lex_state = 186}, + [6826] = {.lex_state = 0, .external_lex_state = 269}, + [6827] = {.lex_state = 0, .external_lex_state = 269}, + [6828] = {.lex_state = 0, .external_lex_state = 186}, + [6829] = {.lex_state = 0, .external_lex_state = 186}, + [6830] = {.lex_state = 0, .external_lex_state = 186}, + [6831] = {.lex_state = 0, .external_lex_state = 186}, + [6832] = {.lex_state = 0, .external_lex_state = 186}, + [6833] = {.lex_state = 0, .external_lex_state = 240}, + [6834] = {.lex_state = 0, .external_lex_state = 186}, + [6835] = {.lex_state = 0, .external_lex_state = 186}, + [6836] = {.lex_state = 0, .external_lex_state = 186}, + [6837] = {.lex_state = 0, .external_lex_state = 186}, + [6838] = {.lex_state = 0, .external_lex_state = 186}, + [6839] = {.lex_state = 0, .external_lex_state = 186}, + [6840] = {.lex_state = 0, .external_lex_state = 186}, + [6841] = {.lex_state = 0, .external_lex_state = 186}, + [6842] = {.lex_state = 0, .external_lex_state = 186}, + [6843] = {.lex_state = 0, .external_lex_state = 186}, + [6844] = {.lex_state = 0, .external_lex_state = 186}, + [6845] = {.lex_state = 0, .external_lex_state = 186}, + [6846] = {.lex_state = 0, .external_lex_state = 186}, + [6847] = {.lex_state = 0, .external_lex_state = 186}, + [6848] = {.lex_state = 0, .external_lex_state = 186}, + [6849] = {.lex_state = 0, .external_lex_state = 186}, + [6850] = {.lex_state = 0, .external_lex_state = 269}, + [6851] = {.lex_state = 0, .external_lex_state = 186}, + [6852] = {.lex_state = 0, .external_lex_state = 186}, + [6853] = {.lex_state = 0, .external_lex_state = 186}, + [6854] = {.lex_state = 0, .external_lex_state = 186}, + [6855] = {.lex_state = 0, .external_lex_state = 186}, + [6856] = {.lex_state = 0, .external_lex_state = 186}, + [6857] = {.lex_state = 0, .external_lex_state = 186}, + [6858] = {.lex_state = 0, .external_lex_state = 186}, + [6859] = {.lex_state = 0, .external_lex_state = 186}, + [6860] = {.lex_state = 0, .external_lex_state = 262}, + [6861] = {.lex_state = 0, .external_lex_state = 186}, + [6862] = {.lex_state = 0, .external_lex_state = 186}, + [6863] = {.lex_state = 0, .external_lex_state = 186}, + [6864] = {.lex_state = 0, .external_lex_state = 186}, + [6865] = {.lex_state = 0, .external_lex_state = 186}, + [6866] = {.lex_state = 0, .external_lex_state = 186}, + [6867] = {.lex_state = 0, .external_lex_state = 186}, + [6868] = {.lex_state = 0, .external_lex_state = 269}, + [6869] = {.lex_state = 0, .external_lex_state = 186}, + [6870] = {.lex_state = 0, .external_lex_state = 186}, + [6871] = {.lex_state = 0, .external_lex_state = 186}, + [6872] = {.lex_state = 0, .external_lex_state = 186}, + [6873] = {.lex_state = 0, .external_lex_state = 186}, + [6874] = {.lex_state = 0, .external_lex_state = 186}, + [6875] = {.lex_state = 0, .external_lex_state = 186}, + [6876] = {.lex_state = 0, .external_lex_state = 186}, + [6877] = {.lex_state = 0, .external_lex_state = 186}, + [6878] = {.lex_state = 0, .external_lex_state = 186}, + [6879] = {.lex_state = 0, .external_lex_state = 186}, + [6880] = {.lex_state = 0, .external_lex_state = 186}, + [6881] = {.lex_state = 0, .external_lex_state = 186}, + [6882] = {.lex_state = 0, .external_lex_state = 186}, + [6883] = {.lex_state = 0, .external_lex_state = 254}, + [6884] = {.lex_state = 0, .external_lex_state = 186}, + [6885] = {.lex_state = 0, .external_lex_state = 186}, + [6886] = {.lex_state = 0, .external_lex_state = 186}, + [6887] = {.lex_state = 0, .external_lex_state = 186}, + [6888] = {.lex_state = 0, .external_lex_state = 186}, + [6889] = {.lex_state = 0, .external_lex_state = 186}, + [6890] = {.lex_state = 0, .external_lex_state = 186}, + [6891] = {.lex_state = 0, .external_lex_state = 186}, + [6892] = {.lex_state = 0, .external_lex_state = 186}, + [6893] = {.lex_state = 0, .external_lex_state = 186}, + [6894] = {.lex_state = 0, .external_lex_state = 186}, + [6895] = {.lex_state = 0, .external_lex_state = 186}, + [6896] = {.lex_state = 0, .external_lex_state = 273}, + [6897] = {.lex_state = 0, .external_lex_state = 240}, + [6898] = {.lex_state = 0, .external_lex_state = 186}, + [6899] = {.lex_state = 0, .external_lex_state = 186}, + [6900] = {.lex_state = 0, .external_lex_state = 186}, + [6901] = {.lex_state = 0, .external_lex_state = 186}, + [6902] = {.lex_state = 0, .external_lex_state = 186}, + [6903] = {.lex_state = 0, .external_lex_state = 186}, + [6904] = {.lex_state = 0, .external_lex_state = 186}, + [6905] = {.lex_state = 0, .external_lex_state = 186}, + [6906] = {.lex_state = 0, .external_lex_state = 186}, + [6907] = {.lex_state = 0, .external_lex_state = 186}, + [6908] = {.lex_state = 0, .external_lex_state = 186}, + [6909] = {.lex_state = 0, .external_lex_state = 186}, + [6910] = {.lex_state = 0, .external_lex_state = 186}, + [6911] = {.lex_state = 0, .external_lex_state = 186}, + [6912] = {.lex_state = 0, .external_lex_state = 186}, + [6913] = {.lex_state = 0, .external_lex_state = 186}, + [6914] = {.lex_state = 0, .external_lex_state = 186}, + [6915] = {.lex_state = 0, .external_lex_state = 186}, + [6916] = {.lex_state = 0, .external_lex_state = 186}, + [6917] = {.lex_state = 0, .external_lex_state = 186}, + [6918] = {.lex_state = 0, .external_lex_state = 186}, + [6919] = {.lex_state = 0, .external_lex_state = 186}, + [6920] = {.lex_state = 0, .external_lex_state = 186}, + [6921] = {.lex_state = 0, .external_lex_state = 186}, + [6922] = {.lex_state = 0, .external_lex_state = 186}, + [6923] = {.lex_state = 0, .external_lex_state = 265}, + [6924] = {.lex_state = 0, .external_lex_state = 186}, + [6925] = {.lex_state = 0, .external_lex_state = 186}, + [6926] = {.lex_state = 0, .external_lex_state = 186}, + [6927] = {.lex_state = 0, .external_lex_state = 186}, + [6928] = {.lex_state = 0, .external_lex_state = 186}, + [6929] = {.lex_state = 0, .external_lex_state = 186}, + [6930] = {.lex_state = 0, .external_lex_state = 274}, + [6931] = {.lex_state = 0, .external_lex_state = 186}, + [6932] = {.lex_state = 0, .external_lex_state = 186}, + [6933] = {.lex_state = 0, .external_lex_state = 186}, + [6934] = {.lex_state = 0, .external_lex_state = 186}, + [6935] = {.lex_state = 0, .external_lex_state = 186}, + [6936] = {.lex_state = 0, .external_lex_state = 186}, + [6937] = {.lex_state = 0, .external_lex_state = 186}, + [6938] = {.lex_state = 0, .external_lex_state = 268}, + [6939] = {.lex_state = 0, .external_lex_state = 186}, + [6940] = {.lex_state = 0, .external_lex_state = 186}, + [6941] = {.lex_state = 0, .external_lex_state = 269}, + [6942] = {.lex_state = 0, .external_lex_state = 269}, + [6943] = {.lex_state = 0, .external_lex_state = 186}, + [6944] = {.lex_state = 0, .external_lex_state = 186}, + [6945] = {.lex_state = 0, .external_lex_state = 186}, + [6946] = {.lex_state = 0, .external_lex_state = 186}, + [6947] = {.lex_state = 0, .external_lex_state = 186}, + [6948] = {.lex_state = 0, .external_lex_state = 186}, + [6949] = {.lex_state = 0, .external_lex_state = 186}, + [6950] = {.lex_state = 0, .external_lex_state = 186}, + [6951] = {.lex_state = 0, .external_lex_state = 186}, + [6952] = {.lex_state = 0, .external_lex_state = 186}, + [6953] = {.lex_state = 0, .external_lex_state = 186}, + [6954] = {.lex_state = 0, .external_lex_state = 186}, + [6955] = {.lex_state = 0, .external_lex_state = 186}, + [6956] = {.lex_state = 0, .external_lex_state = 186}, + [6957] = {.lex_state = 0, .external_lex_state = 186}, + [6958] = {.lex_state = 0, .external_lex_state = 186}, + [6959] = {.lex_state = 0, .external_lex_state = 186}, + [6960] = {.lex_state = 0, .external_lex_state = 269}, + [6961] = {.lex_state = 0, .external_lex_state = 186}, + [6962] = {.lex_state = 0, .external_lex_state = 186}, + [6963] = {.lex_state = 0, .external_lex_state = 186}, + [6964] = {.lex_state = 0, .external_lex_state = 240}, + [6965] = {.lex_state = 0, .external_lex_state = 186}, + [6966] = {.lex_state = 0, .external_lex_state = 186}, + [6967] = {.lex_state = 0, .external_lex_state = 186}, + [6968] = {.lex_state = 0, .external_lex_state = 186}, + [6969] = {.lex_state = 0, .external_lex_state = 186}, + [6970] = {.lex_state = 0, .external_lex_state = 186}, + [6971] = {.lex_state = 0, .external_lex_state = 186}, + [6972] = {.lex_state = 0, .external_lex_state = 186}, + [6973] = {.lex_state = 0, .external_lex_state = 186}, + [6974] = {.lex_state = 0, .external_lex_state = 186}, + [6975] = {.lex_state = 0, .external_lex_state = 186}, + [6976] = {.lex_state = 0, .external_lex_state = 186}, + [6977] = {.lex_state = 0, .external_lex_state = 186}, + [6978] = {.lex_state = 0, .external_lex_state = 186}, + [6979] = {.lex_state = 0, .external_lex_state = 186}, + [6980] = {.lex_state = 0, .external_lex_state = 186}, + [6981] = {.lex_state = 0, .external_lex_state = 186}, + [6982] = {.lex_state = 0, .external_lex_state = 186}, + [6983] = {.lex_state = 0, .external_lex_state = 186}, + [6984] = {.lex_state = 0, .external_lex_state = 186}, + [6985] = {.lex_state = 0, .external_lex_state = 186}, + [6986] = {.lex_state = 0, .external_lex_state = 186}, + [6987] = {.lex_state = 0, .external_lex_state = 186}, + [6988] = {.lex_state = 0, .external_lex_state = 186}, + [6989] = {.lex_state = 0, .external_lex_state = 186}, + [6990] = {.lex_state = 0, .external_lex_state = 186}, + [6991] = {.lex_state = 0, .external_lex_state = 186}, + [6992] = {.lex_state = 0, .external_lex_state = 186}, + [6993] = {.lex_state = 0, .external_lex_state = 186}, + [6994] = {.lex_state = 0, .external_lex_state = 186}, + [6995] = {.lex_state = 0, .external_lex_state = 186}, + [6996] = {.lex_state = 0, .external_lex_state = 262}, + [6997] = {.lex_state = 0, .external_lex_state = 186}, + [6998] = {.lex_state = 0, .external_lex_state = 186}, + [6999] = {.lex_state = 0, .external_lex_state = 186}, + [7000] = {.lex_state = 0, .external_lex_state = 186}, + [7001] = {.lex_state = 0, .external_lex_state = 240}, + [7002] = {.lex_state = 0, .external_lex_state = 186}, + [7003] = {.lex_state = 0, .external_lex_state = 186}, + [7004] = {.lex_state = 0, .external_lex_state = 186}, + [7005] = {.lex_state = 0, .external_lex_state = 186}, + [7006] = {.lex_state = 0, .external_lex_state = 186}, + [7007] = {.lex_state = 0, .external_lex_state = 186}, + [7008] = {.lex_state = 0, .external_lex_state = 186}, + [7009] = {.lex_state = 0, .external_lex_state = 186}, + [7010] = {.lex_state = 0, .external_lex_state = 268}, + [7011] = {.lex_state = 0, .external_lex_state = 186}, + [7012] = {.lex_state = 0, .external_lex_state = 186}, + [7013] = {.lex_state = 0, .external_lex_state = 269}, + [7014] = {.lex_state = 0, .external_lex_state = 269}, + [7015] = {.lex_state = 0, .external_lex_state = 186}, + [7016] = {.lex_state = 0, .external_lex_state = 186}, + [7017] = {.lex_state = 0, .external_lex_state = 186}, + [7018] = {.lex_state = 0, .external_lex_state = 186}, + [7019] = {.lex_state = 0, .external_lex_state = 186}, + [7020] = {.lex_state = 0, .external_lex_state = 186}, + [7021] = {.lex_state = 0, .external_lex_state = 186}, + [7022] = {.lex_state = 0, .external_lex_state = 186}, + [7023] = {.lex_state = 0, .external_lex_state = 186}, + [7024] = {.lex_state = 0, .external_lex_state = 186}, + [7025] = {.lex_state = 0, .external_lex_state = 269}, + [7026] = {.lex_state = 0, .external_lex_state = 186}, + [7027] = {.lex_state = 0, .external_lex_state = 186}, + [7028] = {.lex_state = 0, .external_lex_state = 186}, + [7029] = {.lex_state = 0, .external_lex_state = 186}, + [7030] = {.lex_state = 0, .external_lex_state = 186}, + [7031] = {.lex_state = 0, .external_lex_state = 186}, + [7032] = {.lex_state = 0, .external_lex_state = 186}, + [7033] = {.lex_state = 0, .external_lex_state = 186}, + [7034] = {.lex_state = 0, .external_lex_state = 275}, + [7035] = {.lex_state = 0, .external_lex_state = 186}, + [7036] = {.lex_state = 0, .external_lex_state = 186}, + [7037] = {.lex_state = 0, .external_lex_state = 186}, + [7038] = {.lex_state = 0, .external_lex_state = 186}, + [7039] = {.lex_state = 0, .external_lex_state = 186}, + [7040] = {.lex_state = 0, .external_lex_state = 186}, + [7041] = {.lex_state = 0, .external_lex_state = 186}, + [7042] = {.lex_state = 0, .external_lex_state = 186}, + [7043] = {.lex_state = 0, .external_lex_state = 186}, + [7044] = {.lex_state = 0, .external_lex_state = 186}, + [7045] = {.lex_state = 0, .external_lex_state = 186}, + [7046] = {.lex_state = 0, .external_lex_state = 186}, + [7047] = {.lex_state = 0, .external_lex_state = 186}, + [7048] = {.lex_state = 0, .external_lex_state = 268}, + [7049] = {.lex_state = 0, .external_lex_state = 186}, + [7050] = {.lex_state = 0, .external_lex_state = 269}, + [7051] = {.lex_state = 0, .external_lex_state = 269}, + [7052] = {.lex_state = 0, .external_lex_state = 186}, + [7053] = {.lex_state = 0, .external_lex_state = 186}, + [7054] = {.lex_state = 0, .external_lex_state = 186}, + [7055] = {.lex_state = 0, .external_lex_state = 186}, + [7056] = {.lex_state = 0, .external_lex_state = 186}, + [7057] = {.lex_state = 0, .external_lex_state = 186}, + [7058] = {.lex_state = 0, .external_lex_state = 186}, + [7059] = {.lex_state = 0, .external_lex_state = 186}, + [7060] = {.lex_state = 0, .external_lex_state = 186}, [7061] = {.lex_state = 0, .external_lex_state = 269}, - [7062] = {.lex_state = 0, .external_lex_state = 187}, - [7063] = {.lex_state = 0, .external_lex_state = 270}, - [7064] = {.lex_state = 0, .external_lex_state = 270}, - [7065] = {.lex_state = 0, .external_lex_state = 187}, - [7066] = {.lex_state = 0, .external_lex_state = 187}, - [7067] = {.lex_state = 0, .external_lex_state = 187}, - [7068] = {.lex_state = 0, .external_lex_state = 270}, - [7069] = {.lex_state = 0, .external_lex_state = 187}, - [7070] = {.lex_state = 0, .external_lex_state = 187}, - [7071] = {.lex_state = 0, .external_lex_state = 187}, - [7072] = {.lex_state = 0, .external_lex_state = 187}, - [7073] = {.lex_state = 0, .external_lex_state = 187}, - [7074] = {.lex_state = 0, .external_lex_state = 187}, - [7075] = {.lex_state = 0, .external_lex_state = 187}, - [7076] = {.lex_state = 0, .external_lex_state = 187}, - [7077] = {.lex_state = 0, .external_lex_state = 187}, - [7078] = {.lex_state = 0, .external_lex_state = 187}, - [7079] = {.lex_state = 0, .external_lex_state = 187}, - [7080] = {.lex_state = 0, .external_lex_state = 187}, - [7081] = {.lex_state = 0, .external_lex_state = 187}, - [7082] = {.lex_state = 0, .external_lex_state = 269}, - [7083] = {.lex_state = 0, .external_lex_state = 187}, - [7084] = {.lex_state = 0, .external_lex_state = 270}, - [7085] = {.lex_state = 0, .external_lex_state = 270}, - [7086] = {.lex_state = 0, .external_lex_state = 187}, - [7087] = {.lex_state = 0, .external_lex_state = 270}, - [7088] = {.lex_state = 0, .external_lex_state = 187}, - [7089] = {.lex_state = 0, .external_lex_state = 187}, - [7090] = {.lex_state = 0, .external_lex_state = 187}, - [7091] = {.lex_state = 0, .external_lex_state = 187}, - [7092] = {.lex_state = 0, .external_lex_state = 187}, - [7093] = {.lex_state = 0, .external_lex_state = 187}, - [7094] = {.lex_state = 0, .external_lex_state = 187}, - [7095] = {.lex_state = 0, .external_lex_state = 187}, - [7096] = {.lex_state = 0, .external_lex_state = 269}, - [7097] = {.lex_state = 0, .external_lex_state = 187}, - [7098] = {.lex_state = 0, .external_lex_state = 270}, - [7099] = {.lex_state = 0, .external_lex_state = 270}, - [7100] = {.lex_state = 0, .external_lex_state = 187}, - [7101] = {.lex_state = 0, .external_lex_state = 270}, - [7102] = {.lex_state = 0, .external_lex_state = 187}, - [7103] = {.lex_state = 0, .external_lex_state = 187}, - [7104] = {.lex_state = 0, .external_lex_state = 187}, - [7105] = {.lex_state = 0, .external_lex_state = 187}, - [7106] = {.lex_state = 0, .external_lex_state = 187}, - [7107] = {.lex_state = 0, .external_lex_state = 187}, - [7108] = {.lex_state = 0, .external_lex_state = 187}, - [7109] = {.lex_state = 0, .external_lex_state = 269}, - [7110] = {.lex_state = 0, .external_lex_state = 260}, - [7111] = {.lex_state = 0, .external_lex_state = 270}, - [7112] = {.lex_state = 0, .external_lex_state = 270}, - [7113] = {.lex_state = 0, .external_lex_state = 187}, - [7114] = {.lex_state = 0, .external_lex_state = 270}, - [7115] = {.lex_state = 0, .external_lex_state = 187}, - [7116] = {.lex_state = 0, .external_lex_state = 187}, - [7117] = {.lex_state = 0, .external_lex_state = 187}, - [7118] = {.lex_state = 0, .external_lex_state = 187}, - [7119] = {.lex_state = 0, .external_lex_state = 187}, - [7120] = {.lex_state = 0, .external_lex_state = 187}, - [7121] = {.lex_state = 0, .external_lex_state = 269}, - [7122] = {.lex_state = 0, .external_lex_state = 187}, - [7123] = {.lex_state = 0, .external_lex_state = 270}, - [7124] = {.lex_state = 0, .external_lex_state = 270}, - [7125] = {.lex_state = 0, .external_lex_state = 187}, - [7126] = {.lex_state = 0, .external_lex_state = 270}, - [7127] = {.lex_state = 0, .external_lex_state = 187}, - [7128] = {.lex_state = 0, .external_lex_state = 187}, - [7129] = {.lex_state = 0, .external_lex_state = 187}, - [7130] = {.lex_state = 0, .external_lex_state = 187}, - [7131] = {.lex_state = 0, .external_lex_state = 187}, - [7132] = {.lex_state = 0, .external_lex_state = 187}, - [7133] = {.lex_state = 0, .external_lex_state = 269}, - [7134] = {.lex_state = 0, .external_lex_state = 187}, - [7135] = {.lex_state = 0, .external_lex_state = 270}, - [7136] = {.lex_state = 0, .external_lex_state = 270}, - [7137] = {.lex_state = 0, .external_lex_state = 187}, - [7138] = {.lex_state = 0, .external_lex_state = 270}, - [7139] = {.lex_state = 0, .external_lex_state = 187}, - [7140] = {.lex_state = 0, .external_lex_state = 187}, - [7141] = {.lex_state = 0, .external_lex_state = 187}, - [7142] = {.lex_state = 0, .external_lex_state = 187}, - [7143] = {.lex_state = 0, .external_lex_state = 187}, - [7144] = {.lex_state = 0, .external_lex_state = 187}, - [7145] = {.lex_state = 0, .external_lex_state = 269}, - [7146] = {.lex_state = 0, .external_lex_state = 187}, - [7147] = {.lex_state = 0, .external_lex_state = 270}, - [7148] = {.lex_state = 0, .external_lex_state = 270}, - [7149] = {.lex_state = 0, .external_lex_state = 187}, - [7150] = {.lex_state = 0, .external_lex_state = 270}, - [7151] = {.lex_state = 0, .external_lex_state = 187}, - [7152] = {.lex_state = 0, .external_lex_state = 187}, - [7153] = {.lex_state = 0, .external_lex_state = 187}, - [7154] = {.lex_state = 0, .external_lex_state = 187}, - [7155] = {.lex_state = 0, .external_lex_state = 187}, - [7156] = {.lex_state = 0, .external_lex_state = 187}, - [7157] = {.lex_state = 0, .external_lex_state = 269}, - [7158] = {.lex_state = 0, .external_lex_state = 187}, - [7159] = {.lex_state = 0, .external_lex_state = 270}, - [7160] = {.lex_state = 0, .external_lex_state = 270}, - [7161] = {.lex_state = 0, .external_lex_state = 187}, - [7162] = {.lex_state = 0, .external_lex_state = 270}, - [7163] = {.lex_state = 0, .external_lex_state = 187}, - [7164] = {.lex_state = 0, .external_lex_state = 187}, - [7165] = {.lex_state = 0, .external_lex_state = 187}, - [7166] = {.lex_state = 0, .external_lex_state = 187}, - [7167] = {.lex_state = 0, .external_lex_state = 187}, - [7168] = {.lex_state = 0, .external_lex_state = 187}, - [7169] = {.lex_state = 0, .external_lex_state = 269}, - [7170] = {.lex_state = 0, .external_lex_state = 187}, - [7171] = {.lex_state = 0, .external_lex_state = 270}, - [7172] = {.lex_state = 0, .external_lex_state = 270}, - [7173] = {.lex_state = 0, .external_lex_state = 187}, - [7174] = {.lex_state = 0, .external_lex_state = 270}, - [7175] = {.lex_state = 0, .external_lex_state = 187}, - [7176] = {.lex_state = 0, .external_lex_state = 187}, - [7177] = {.lex_state = 0, .external_lex_state = 187}, - [7178] = {.lex_state = 0, .external_lex_state = 268}, - [7179] = {.lex_state = 0, .external_lex_state = 187}, - [7180] = {.lex_state = 0, .external_lex_state = 187}, - [7181] = {.lex_state = 0, .external_lex_state = 269}, - [7182] = {.lex_state = 0, .external_lex_state = 187}, - [7183] = {.lex_state = 0, .external_lex_state = 270}, - [7184] = {.lex_state = 0, .external_lex_state = 270}, - [7185] = {.lex_state = 0, .external_lex_state = 187}, - [7186] = {.lex_state = 0, .external_lex_state = 270}, - [7187] = {.lex_state = 0, .external_lex_state = 187}, - [7188] = {.lex_state = 0, .external_lex_state = 187}, - [7189] = {.lex_state = 0, .external_lex_state = 187}, - [7190] = {.lex_state = 0, .external_lex_state = 187}, - [7191] = {.lex_state = 0, .external_lex_state = 187}, - [7192] = {.lex_state = 0, .external_lex_state = 187}, - [7193] = {.lex_state = 0, .external_lex_state = 269}, - [7194] = {.lex_state = 0, .external_lex_state = 187}, - [7195] = {.lex_state = 0, .external_lex_state = 270}, - [7196] = {.lex_state = 0, .external_lex_state = 270}, - [7197] = {.lex_state = 0, .external_lex_state = 187}, - [7198] = {.lex_state = 0, .external_lex_state = 270}, - [7199] = {.lex_state = 0, .external_lex_state = 187}, - [7200] = {.lex_state = 0, .external_lex_state = 187}, - [7201] = {.lex_state = 0, .external_lex_state = 187}, - [7202] = {.lex_state = 0, .external_lex_state = 187}, - [7203] = {.lex_state = 0, .external_lex_state = 187}, - [7204] = {.lex_state = 0, .external_lex_state = 187}, - [7205] = {.lex_state = 0, .external_lex_state = 269}, - [7206] = {.lex_state = 0, .external_lex_state = 187}, - [7207] = {.lex_state = 0, .external_lex_state = 270}, - [7208] = {.lex_state = 0, .external_lex_state = 270}, - [7209] = {.lex_state = 0, .external_lex_state = 187}, - [7210] = {.lex_state = 0, .external_lex_state = 270}, - [7211] = {.lex_state = 0, .external_lex_state = 187}, - [7212] = {.lex_state = 0, .external_lex_state = 187}, - [7213] = {.lex_state = 0, .external_lex_state = 187}, - [7214] = {.lex_state = 0, .external_lex_state = 187}, - [7215] = {.lex_state = 0, .external_lex_state = 187}, - [7216] = {.lex_state = 0, .external_lex_state = 187}, - [7217] = {.lex_state = 0, .external_lex_state = 269}, - [7218] = {.lex_state = 0, .external_lex_state = 273}, - [7219] = {.lex_state = 0, .external_lex_state = 270}, - [7220] = {.lex_state = 0, .external_lex_state = 270}, - [7221] = {.lex_state = 0, .external_lex_state = 187}, - [7222] = {.lex_state = 0, .external_lex_state = 270}, - [7223] = {.lex_state = 0, .external_lex_state = 187}, - [7224] = {.lex_state = 0, .external_lex_state = 187}, - [7225] = {.lex_state = 0, .external_lex_state = 187}, - [7226] = {.lex_state = 0, .external_lex_state = 187}, - [7227] = {.lex_state = 0, .external_lex_state = 187}, - [7228] = {.lex_state = 0, .external_lex_state = 187}, - [7229] = {.lex_state = 0, .external_lex_state = 269}, - [7230] = {.lex_state = 0, .external_lex_state = 187}, - [7231] = {.lex_state = 0, .external_lex_state = 270}, - [7232] = {.lex_state = 0, .external_lex_state = 270}, - [7233] = {.lex_state = 0, .external_lex_state = 187}, - [7234] = {.lex_state = 0, .external_lex_state = 270}, - [7235] = {.lex_state = 0, .external_lex_state = 187}, - [7236] = {.lex_state = 0, .external_lex_state = 187}, - [7237] = {.lex_state = 0, .external_lex_state = 187}, - [7238] = {.lex_state = 0, .external_lex_state = 273}, - [7239] = {.lex_state = 0, .external_lex_state = 187}, - [7240] = {.lex_state = 0, .external_lex_state = 187}, - [7241] = {.lex_state = 0, .external_lex_state = 269}, - [7242] = {.lex_state = 0, .external_lex_state = 277}, - [7243] = {.lex_state = 0, .external_lex_state = 270}, - [7244] = {.lex_state = 0, .external_lex_state = 270}, - [7245] = {.lex_state = 0, .external_lex_state = 187}, - [7246] = {.lex_state = 0, .external_lex_state = 270}, - [7247] = {.lex_state = 0, .external_lex_state = 187}, - [7248] = {.lex_state = 0, .external_lex_state = 187}, - [7249] = {.lex_state = 0, .external_lex_state = 187}, - [7250] = {.lex_state = 0, .external_lex_state = 273}, - [7251] = {.lex_state = 0, .external_lex_state = 187}, - [7252] = {.lex_state = 0, .external_lex_state = 187}, - [7253] = {.lex_state = 0, .external_lex_state = 269}, - [7254] = {.lex_state = 0, .external_lex_state = 187}, - [7255] = {.lex_state = 0, .external_lex_state = 270}, - [7256] = {.lex_state = 0, .external_lex_state = 270}, - [7257] = {.lex_state = 0, .external_lex_state = 187}, - [7258] = {.lex_state = 0, .external_lex_state = 270}, - [7259] = {.lex_state = 0, .external_lex_state = 187}, - [7260] = {.lex_state = 0, .external_lex_state = 187}, - [7261] = {.lex_state = 0, .external_lex_state = 187}, - [7262] = {.lex_state = 0, .external_lex_state = 187}, - [7263] = {.lex_state = 0, .external_lex_state = 187}, - [7264] = {.lex_state = 0, .external_lex_state = 187}, - [7265] = {.lex_state = 0, .external_lex_state = 269}, - [7266] = {.lex_state = 0, .external_lex_state = 277}, - [7267] = {.lex_state = 0, .external_lex_state = 270}, - [7268] = {.lex_state = 0, .external_lex_state = 270}, - [7269] = {.lex_state = 0, .external_lex_state = 187}, - [7270] = {.lex_state = 0, .external_lex_state = 270}, - [7271] = {.lex_state = 0, .external_lex_state = 187}, - [7272] = {.lex_state = 0, .external_lex_state = 187}, - [7273] = {.lex_state = 0, .external_lex_state = 187}, - [7274] = {.lex_state = 0, .external_lex_state = 187}, - [7275] = {.lex_state = 0, .external_lex_state = 268}, - [7276] = {.lex_state = 0, .external_lex_state = 187}, - [7277] = {.lex_state = 0, .external_lex_state = 269}, - [7278] = {.lex_state = 0, .external_lex_state = 187}, - [7279] = {.lex_state = 0, .external_lex_state = 270}, - [7280] = {.lex_state = 0, .external_lex_state = 270}, - [7281] = {.lex_state = 0, .external_lex_state = 187}, - [7282] = {.lex_state = 0, .external_lex_state = 270}, - [7283] = {.lex_state = 0, .external_lex_state = 187}, - [7284] = {.lex_state = 0, .external_lex_state = 268}, - [7285] = {.lex_state = 0, .external_lex_state = 273}, - [7286] = {.lex_state = 0, .external_lex_state = 187}, - [7287] = {.lex_state = 0, .external_lex_state = 187}, - [7288] = {.lex_state = 0, .external_lex_state = 240}, - [7289] = {.lex_state = 0, .external_lex_state = 269}, - [7290] = {.lex_state = 0, .external_lex_state = 187}, - [7291] = {.lex_state = 0, .external_lex_state = 270}, - [7292] = {.lex_state = 0, .external_lex_state = 270}, - [7293] = {.lex_state = 0, .external_lex_state = 187}, - [7294] = {.lex_state = 0, .external_lex_state = 270}, - [7295] = {.lex_state = 0, .external_lex_state = 187}, - [7296] = {.lex_state = 0, .external_lex_state = 187}, - [7297] = {.lex_state = 0, .external_lex_state = 187}, - [7298] = {.lex_state = 0, .external_lex_state = 187}, - [7299] = {.lex_state = 0, .external_lex_state = 259}, - [7300] = {.lex_state = 0, .external_lex_state = 187}, - [7301] = {.lex_state = 0, .external_lex_state = 269}, - [7302] = {.lex_state = 0, .external_lex_state = 187}, - [7303] = {.lex_state = 0, .external_lex_state = 270}, - [7304] = {.lex_state = 0, .external_lex_state = 270}, - [7305] = {.lex_state = 0, .external_lex_state = 187}, - [7306] = {.lex_state = 0, .external_lex_state = 270}, - [7307] = {.lex_state = 0, .external_lex_state = 187}, - [7308] = {.lex_state = 0, .external_lex_state = 187}, - [7309] = {.lex_state = 0, .external_lex_state = 187}, - [7310] = {.lex_state = 0, .external_lex_state = 187}, - [7311] = {.lex_state = 0, .external_lex_state = 187}, - [7312] = {.lex_state = 0, .external_lex_state = 187}, - [7313] = {.lex_state = 0, .external_lex_state = 269}, - [7314] = {.lex_state = 0, .external_lex_state = 268}, - [7315] = {.lex_state = 0, .external_lex_state = 270}, - [7316] = {.lex_state = 0, .external_lex_state = 270}, - [7317] = {.lex_state = 0, .external_lex_state = 187}, + [7062] = {.lex_state = 0, .external_lex_state = 186}, + [7063] = {.lex_state = 0, .external_lex_state = 186}, + [7064] = {.lex_state = 0, .external_lex_state = 186}, + [7065] = {.lex_state = 0, .external_lex_state = 276}, + [7066] = {.lex_state = 0, .external_lex_state = 253}, + [7067] = {.lex_state = 0, .external_lex_state = 186}, + [7068] = {.lex_state = 0, .external_lex_state = 186}, + [7069] = {.lex_state = 0, .external_lex_state = 186}, + [7070] = {.lex_state = 0, .external_lex_state = 186}, + [7071] = {.lex_state = 0, .external_lex_state = 186}, + [7072] = {.lex_state = 0, .external_lex_state = 186}, + [7073] = {.lex_state = 0, .external_lex_state = 186}, + [7074] = {.lex_state = 0, .external_lex_state = 186}, + [7075] = {.lex_state = 0, .external_lex_state = 186}, + [7076] = {.lex_state = 0, .external_lex_state = 186}, + [7077] = {.lex_state = 0, .external_lex_state = 268}, + [7078] = {.lex_state = 0, .external_lex_state = 186}, + [7079] = {.lex_state = 0, .external_lex_state = 269}, + [7080] = {.lex_state = 0, .external_lex_state = 269}, + [7081] = {.lex_state = 0, .external_lex_state = 186}, + [7082] = {.lex_state = 0, .external_lex_state = 186}, + [7083] = {.lex_state = 0, .external_lex_state = 186}, + [7084] = {.lex_state = 0, .external_lex_state = 269}, + [7085] = {.lex_state = 0, .external_lex_state = 186}, + [7086] = {.lex_state = 0, .external_lex_state = 186}, + [7087] = {.lex_state = 0, .external_lex_state = 186}, + [7088] = {.lex_state = 0, .external_lex_state = 186}, + [7089] = {.lex_state = 0, .external_lex_state = 186}, + [7090] = {.lex_state = 0, .external_lex_state = 186}, + [7091] = {.lex_state = 0, .external_lex_state = 186}, + [7092] = {.lex_state = 0, .external_lex_state = 186}, + [7093] = {.lex_state = 0, .external_lex_state = 186}, + [7094] = {.lex_state = 0, .external_lex_state = 186}, + [7095] = {.lex_state = 0, .external_lex_state = 186}, + [7096] = {.lex_state = 0, .external_lex_state = 186}, + [7097] = {.lex_state = 0, .external_lex_state = 186}, + [7098] = {.lex_state = 0, .external_lex_state = 268}, + [7099] = {.lex_state = 0, .external_lex_state = 277}, + [7100] = {.lex_state = 0, .external_lex_state = 269}, + [7101] = {.lex_state = 0, .external_lex_state = 269}, + [7102] = {.lex_state = 0, .external_lex_state = 186}, + [7103] = {.lex_state = 0, .external_lex_state = 269}, + [7104] = {.lex_state = 0, .external_lex_state = 186}, + [7105] = {.lex_state = 0, .external_lex_state = 186}, + [7106] = {.lex_state = 0, .external_lex_state = 186}, + [7107] = {.lex_state = 0, .external_lex_state = 186}, + [7108] = {.lex_state = 0, .external_lex_state = 186}, + [7109] = {.lex_state = 0, .external_lex_state = 186}, + [7110] = {.lex_state = 0, .external_lex_state = 186}, + [7111] = {.lex_state = 0, .external_lex_state = 186}, + [7112] = {.lex_state = 0, .external_lex_state = 268}, + [7113] = {.lex_state = 0, .external_lex_state = 186}, + [7114] = {.lex_state = 0, .external_lex_state = 269}, + [7115] = {.lex_state = 0, .external_lex_state = 269}, + [7116] = {.lex_state = 0, .external_lex_state = 186}, + [7117] = {.lex_state = 0, .external_lex_state = 269}, + [7118] = {.lex_state = 0, .external_lex_state = 186}, + [7119] = {.lex_state = 0, .external_lex_state = 186}, + [7120] = {.lex_state = 0, .external_lex_state = 186}, + [7121] = {.lex_state = 0, .external_lex_state = 186}, + [7122] = {.lex_state = 0, .external_lex_state = 186}, + [7123] = {.lex_state = 0, .external_lex_state = 186}, + [7124] = {.lex_state = 0, .external_lex_state = 186}, + [7125] = {.lex_state = 0, .external_lex_state = 268}, + [7126] = {.lex_state = 0, .external_lex_state = 186}, + [7127] = {.lex_state = 0, .external_lex_state = 269}, + [7128] = {.lex_state = 0, .external_lex_state = 269}, + [7129] = {.lex_state = 0, .external_lex_state = 186}, + [7130] = {.lex_state = 0, .external_lex_state = 269}, + [7131] = {.lex_state = 0, .external_lex_state = 186}, + [7132] = {.lex_state = 0, .external_lex_state = 186}, + [7133] = {.lex_state = 0, .external_lex_state = 186}, + [7134] = {.lex_state = 0, .external_lex_state = 186}, + [7135] = {.lex_state = 0, .external_lex_state = 186}, + [7136] = {.lex_state = 0, .external_lex_state = 186}, + [7137] = {.lex_state = 0, .external_lex_state = 268}, + [7138] = {.lex_state = 0, .external_lex_state = 262}, + [7139] = {.lex_state = 0, .external_lex_state = 269}, + [7140] = {.lex_state = 0, .external_lex_state = 269}, + [7141] = {.lex_state = 0, .external_lex_state = 186}, + [7142] = {.lex_state = 0, .external_lex_state = 269}, + [7143] = {.lex_state = 0, .external_lex_state = 186}, + [7144] = {.lex_state = 0, .external_lex_state = 186}, + [7145] = {.lex_state = 0, .external_lex_state = 186}, + [7146] = {.lex_state = 0, .external_lex_state = 186}, + [7147] = {.lex_state = 0, .external_lex_state = 186}, + [7148] = {.lex_state = 0, .external_lex_state = 265}, + [7149] = {.lex_state = 0, .external_lex_state = 268}, + [7150] = {.lex_state = 0, .external_lex_state = 186}, + [7151] = {.lex_state = 0, .external_lex_state = 269}, + [7152] = {.lex_state = 0, .external_lex_state = 269}, + [7153] = {.lex_state = 0, .external_lex_state = 186}, + [7154] = {.lex_state = 0, .external_lex_state = 269}, + [7155] = {.lex_state = 0, .external_lex_state = 229}, + [7156] = {.lex_state = 0, .external_lex_state = 186}, + [7157] = {.lex_state = 0, .external_lex_state = 186}, + [7158] = {.lex_state = 0, .external_lex_state = 186}, + [7159] = {.lex_state = 0, .external_lex_state = 186}, + [7160] = {.lex_state = 0, .external_lex_state = 186}, + [7161] = {.lex_state = 0, .external_lex_state = 268}, + [7162] = {.lex_state = 0, .external_lex_state = 186}, + [7163] = {.lex_state = 0, .external_lex_state = 269}, + [7164] = {.lex_state = 0, .external_lex_state = 269}, + [7165] = {.lex_state = 0, .external_lex_state = 186}, + [7166] = {.lex_state = 0, .external_lex_state = 269}, + [7167] = {.lex_state = 0, .external_lex_state = 186}, + [7168] = {.lex_state = 0, .external_lex_state = 186}, + [7169] = {.lex_state = 0, .external_lex_state = 186}, + [7170] = {.lex_state = 0, .external_lex_state = 186}, + [7171] = {.lex_state = 0, .external_lex_state = 186}, + [7172] = {.lex_state = 0, .external_lex_state = 186}, + [7173] = {.lex_state = 0, .external_lex_state = 268}, + [7174] = {.lex_state = 0, .external_lex_state = 229}, + [7175] = {.lex_state = 0, .external_lex_state = 269}, + [7176] = {.lex_state = 0, .external_lex_state = 269}, + [7177] = {.lex_state = 0, .external_lex_state = 186}, + [7178] = {.lex_state = 0, .external_lex_state = 269}, + [7179] = {.lex_state = 0, .external_lex_state = 186}, + [7180] = {.lex_state = 0, .external_lex_state = 186}, + [7181] = {.lex_state = 0, .external_lex_state = 278}, + [7182] = {.lex_state = 0, .external_lex_state = 279}, + [7183] = {.lex_state = 0, .external_lex_state = 186}, + [7184] = {.lex_state = 0, .external_lex_state = 186}, + [7185] = {.lex_state = 0, .external_lex_state = 268}, + [7186] = {.lex_state = 0, .external_lex_state = 279}, + [7187] = {.lex_state = 0, .external_lex_state = 269}, + [7188] = {.lex_state = 0, .external_lex_state = 269}, + [7189] = {.lex_state = 0, .external_lex_state = 186}, + [7190] = {.lex_state = 0, .external_lex_state = 269}, + [7191] = {.lex_state = 0, .external_lex_state = 186}, + [7192] = {.lex_state = 0, .external_lex_state = 186}, + [7193] = {.lex_state = 0, .external_lex_state = 278}, + [7194] = {.lex_state = 0, .external_lex_state = 186}, + [7195] = {.lex_state = 0, .external_lex_state = 186}, + [7196] = {.lex_state = 0, .external_lex_state = 186}, + [7197] = {.lex_state = 0, .external_lex_state = 268}, + [7198] = {.lex_state = 0, .external_lex_state = 186}, + [7199] = {.lex_state = 0, .external_lex_state = 269}, + [7200] = {.lex_state = 0, .external_lex_state = 269}, + [7201] = {.lex_state = 0, .external_lex_state = 186}, + [7202] = {.lex_state = 0, .external_lex_state = 269}, + [7203] = {.lex_state = 0, .external_lex_state = 186}, + [7204] = {.lex_state = 0, .external_lex_state = 262}, + [7205] = {.lex_state = 0, .external_lex_state = 186}, + [7206] = {.lex_state = 0, .external_lex_state = 186}, + [7207] = {.lex_state = 0, .external_lex_state = 186}, + [7208] = {.lex_state = 0, .external_lex_state = 229}, + [7209] = {.lex_state = 0, .external_lex_state = 268}, + [7210] = {.lex_state = 0, .external_lex_state = 186}, + [7211] = {.lex_state = 0, .external_lex_state = 269}, + [7212] = {.lex_state = 0, .external_lex_state = 269}, + [7213] = {.lex_state = 0, .external_lex_state = 186}, + [7214] = {.lex_state = 0, .external_lex_state = 269}, + [7215] = {.lex_state = 0, .external_lex_state = 186}, + [7216] = {.lex_state = 0, .external_lex_state = 186}, + [7217] = {.lex_state = 0, .external_lex_state = 186}, + [7218] = {.lex_state = 0, .external_lex_state = 186}, + [7219] = {.lex_state = 0, .external_lex_state = 186}, + [7220] = {.lex_state = 0, .external_lex_state = 186}, + [7221] = {.lex_state = 0, .external_lex_state = 268}, + [7222] = {.lex_state = 0, .external_lex_state = 186}, + [7223] = {.lex_state = 0, .external_lex_state = 269}, + [7224] = {.lex_state = 0, .external_lex_state = 269}, + [7225] = {.lex_state = 0, .external_lex_state = 229}, + [7226] = {.lex_state = 0, .external_lex_state = 269}, + [7227] = {.lex_state = 0, .external_lex_state = 243}, + [7228] = {.lex_state = 0, .external_lex_state = 186}, + [7229] = {.lex_state = 0, .external_lex_state = 186}, + [7230] = {.lex_state = 0, .external_lex_state = 186}, + [7231] = {.lex_state = 0, .external_lex_state = 186}, + [7232] = {.lex_state = 0, .external_lex_state = 186}, + [7233] = {.lex_state = 0, .external_lex_state = 268}, + [7234] = {.lex_state = 0, .external_lex_state = 186}, + [7235] = {.lex_state = 0, .external_lex_state = 269}, + [7236] = {.lex_state = 0, .external_lex_state = 269}, + [7237] = {.lex_state = 0, .external_lex_state = 186}, + [7238] = {.lex_state = 0, .external_lex_state = 269}, + [7239] = {.lex_state = 0, .external_lex_state = 186}, + [7240] = {.lex_state = 0, .external_lex_state = 186}, + [7241] = {.lex_state = 0, .external_lex_state = 186}, + [7242] = {.lex_state = 0, .external_lex_state = 243}, + [7243] = {.lex_state = 0, .external_lex_state = 186}, + [7244] = {.lex_state = 0, .external_lex_state = 186}, + [7245] = {.lex_state = 0, .external_lex_state = 268}, + [7246] = {.lex_state = 0, .external_lex_state = 271}, + [7247] = {.lex_state = 0, .external_lex_state = 269}, + [7248] = {.lex_state = 0, .external_lex_state = 269}, + [7249] = {.lex_state = 0, .external_lex_state = 186}, + [7250] = {.lex_state = 0, .external_lex_state = 269}, + [7251] = {.lex_state = 0, .external_lex_state = 186}, + [7252] = {.lex_state = 0, .external_lex_state = 186}, + [7253] = {.lex_state = 0, .external_lex_state = 270}, + [7254] = {.lex_state = 0, .external_lex_state = 186}, + [7255] = {.lex_state = 0, .external_lex_state = 186}, + [7256] = {.lex_state = 0, .external_lex_state = 186}, + [7257] = {.lex_state = 0, .external_lex_state = 268}, + [7258] = {.lex_state = 0, .external_lex_state = 186}, + [7259] = {.lex_state = 0, .external_lex_state = 269}, + [7260] = {.lex_state = 0, .external_lex_state = 269}, + [7261] = {.lex_state = 0, .external_lex_state = 186}, + [7262] = {.lex_state = 0, .external_lex_state = 269}, + [7263] = {.lex_state = 0, .external_lex_state = 186}, + [7264] = {.lex_state = 0, .external_lex_state = 186}, + [7265] = {.lex_state = 0, .external_lex_state = 186}, + [7266] = {.lex_state = 0, .external_lex_state = 186}, + [7267] = {.lex_state = 0, .external_lex_state = 186}, + [7268] = {.lex_state = 0, .external_lex_state = 186}, + [7269] = {.lex_state = 0, .external_lex_state = 268}, + [7270] = {.lex_state = 0, .external_lex_state = 186}, + [7271] = {.lex_state = 0, .external_lex_state = 269}, + [7272] = {.lex_state = 0, .external_lex_state = 269}, + [7273] = {.lex_state = 0, .external_lex_state = 186}, + [7274] = {.lex_state = 0, .external_lex_state = 269}, + [7275] = {.lex_state = 0, .external_lex_state = 186}, + [7276] = {.lex_state = 0, .external_lex_state = 186}, + [7277] = {.lex_state = 0, .external_lex_state = 186}, + [7278] = {.lex_state = 0, .external_lex_state = 265}, + [7279] = {.lex_state = 0, .external_lex_state = 186}, + [7280] = {.lex_state = 0, .external_lex_state = 186}, + [7281] = {.lex_state = 0, .external_lex_state = 268}, + [7282] = {.lex_state = 0, .external_lex_state = 269}, + [7283] = {.lex_state = 0, .external_lex_state = 269}, + [7284] = {.lex_state = 0, .external_lex_state = 269}, + [7285] = {.lex_state = 0, .external_lex_state = 280}, + [7286] = {.lex_state = 0, .external_lex_state = 269}, + [7287] = {.lex_state = 0, .external_lex_state = 186}, + [7288] = {.lex_state = 0, .external_lex_state = 186}, + [7289] = {.lex_state = 0, .external_lex_state = 186}, + [7290] = {.lex_state = 0, .external_lex_state = 186}, + [7291] = {.lex_state = 0, .external_lex_state = 186}, + [7292] = {.lex_state = 0, .external_lex_state = 186}, + [7293] = {.lex_state = 0, .external_lex_state = 268}, + [7294] = {.lex_state = 0, .external_lex_state = 186}, + [7295] = {.lex_state = 0, .external_lex_state = 269}, + [7296] = {.lex_state = 0, .external_lex_state = 269}, + [7297] = {.lex_state = 0, .external_lex_state = 186}, + [7298] = {.lex_state = 0, .external_lex_state = 269}, + [7299] = {.lex_state = 0, .external_lex_state = 186}, + [7300] = {.lex_state = 0, .external_lex_state = 186}, + [7301] = {.lex_state = 0, .external_lex_state = 186}, + [7302] = {.lex_state = 0, .external_lex_state = 186}, + [7303] = {.lex_state = 0, .external_lex_state = 186}, + [7304] = {.lex_state = 0, .external_lex_state = 186}, + [7305] = {.lex_state = 0, .external_lex_state = 268}, + [7306] = {.lex_state = 0, .external_lex_state = 186}, + [7307] = {.lex_state = 0, .external_lex_state = 269}, + [7308] = {.lex_state = 0, .external_lex_state = 269}, + [7309] = {.lex_state = 0, .external_lex_state = 186}, + [7310] = {.lex_state = 0, .external_lex_state = 269}, + [7311] = {.lex_state = 0, .external_lex_state = 186}, + [7312] = {.lex_state = 0, .external_lex_state = 186}, + [7313] = {.lex_state = 0, .external_lex_state = 186}, + [7314] = {.lex_state = 0, .external_lex_state = 186}, + [7315] = {.lex_state = 0, .external_lex_state = 186}, + [7316] = {.lex_state = 0, .external_lex_state = 186}, + [7317] = {.lex_state = 0, .external_lex_state = 268}, [7318] = {.lex_state = 0, .external_lex_state = 270}, - [7319] = {.lex_state = 0, .external_lex_state = 187}, - [7320] = {.lex_state = 0, .external_lex_state = 187}, - [7321] = {.lex_state = 0, .external_lex_state = 187}, - [7322] = {.lex_state = 0, .external_lex_state = 187}, - [7323] = {.lex_state = 0, .external_lex_state = 187}, - [7324] = {.lex_state = 0, .external_lex_state = 187}, - [7325] = {.lex_state = 0, .external_lex_state = 269}, - [7326] = {.lex_state = 0, .external_lex_state = 187}, - [7327] = {.lex_state = 0, .external_lex_state = 270}, - [7328] = {.lex_state = 0, .external_lex_state = 270}, - [7329] = {.lex_state = 0, .external_lex_state = 259}, + [7319] = {.lex_state = 0, .external_lex_state = 269}, + [7320] = {.lex_state = 0, .external_lex_state = 269}, + [7321] = {.lex_state = 0, .external_lex_state = 262}, + [7322] = {.lex_state = 0, .external_lex_state = 269}, + [7323] = {.lex_state = 0, .external_lex_state = 270}, + [7324] = {.lex_state = 0, .external_lex_state = 186}, + [7325] = {.lex_state = 0, .external_lex_state = 186}, + [7326] = {.lex_state = 0, .external_lex_state = 186}, + [7327] = {.lex_state = 0, .external_lex_state = 186}, + [7328] = {.lex_state = 0, .external_lex_state = 186}, + [7329] = {.lex_state = 0, .external_lex_state = 268}, [7330] = {.lex_state = 0, .external_lex_state = 270}, - [7331] = {.lex_state = 0, .external_lex_state = 187}, - [7332] = {.lex_state = 0, .external_lex_state = 187}, - [7333] = {.lex_state = 0, .external_lex_state = 187}, - [7334] = {.lex_state = 0, .external_lex_state = 187}, - [7335] = {.lex_state = 0, .external_lex_state = 259}, - [7336] = {.lex_state = 0, .external_lex_state = 187}, - [7337] = {.lex_state = 0, .external_lex_state = 269}, - [7338] = {.lex_state = 0, .external_lex_state = 255}, - [7339] = {.lex_state = 0, .external_lex_state = 270}, - [7340] = {.lex_state = 0, .external_lex_state = 270}, - [7341] = {.lex_state = 0, .external_lex_state = 187}, - [7342] = {.lex_state = 0, .external_lex_state = 270}, - [7343] = {.lex_state = 0, .external_lex_state = 187}, - [7344] = {.lex_state = 0, .external_lex_state = 187}, - [7345] = {.lex_state = 0, .external_lex_state = 187}, - [7346] = {.lex_state = 0, .external_lex_state = 187}, - [7347] = {.lex_state = 0, .external_lex_state = 187}, - [7348] = {.lex_state = 0, .external_lex_state = 187}, - [7349] = {.lex_state = 0, .external_lex_state = 269}, - [7350] = {.lex_state = 0, .external_lex_state = 187}, - [7351] = {.lex_state = 0, .external_lex_state = 270}, - [7352] = {.lex_state = 0, .external_lex_state = 270}, - [7353] = {.lex_state = 0, .external_lex_state = 187}, - [7354] = {.lex_state = 0, .external_lex_state = 270}, - [7355] = {.lex_state = 0, .external_lex_state = 187}, - [7356] = {.lex_state = 0, .external_lex_state = 187}, - [7357] = {.lex_state = 0, .external_lex_state = 187}, - [7358] = {.lex_state = 0, .external_lex_state = 187}, - [7359] = {.lex_state = 0, .external_lex_state = 187}, - [7360] = {.lex_state = 0, .external_lex_state = 187}, - [7361] = {.lex_state = 0, .external_lex_state = 187}, + [7331] = {.lex_state = 0, .external_lex_state = 269}, + [7332] = {.lex_state = 0, .external_lex_state = 269}, + [7333] = {.lex_state = 0, .external_lex_state = 186}, + [7334] = {.lex_state = 0, .external_lex_state = 269}, + [7335] = {.lex_state = 0, .external_lex_state = 186}, + [7336] = {.lex_state = 0, .external_lex_state = 186}, + [7337] = {.lex_state = 0, .external_lex_state = 186}, + [7338] = {.lex_state = 0, .external_lex_state = 186}, + [7339] = {.lex_state = 0, .external_lex_state = 186}, + [7340] = {.lex_state = 0, .external_lex_state = 186}, + [7341] = {.lex_state = 0, .external_lex_state = 268}, + [7342] = {.lex_state = 0, .external_lex_state = 186}, + [7343] = {.lex_state = 0, .external_lex_state = 269}, + [7344] = {.lex_state = 0, .external_lex_state = 269}, + [7345] = {.lex_state = 0, .external_lex_state = 186}, + [7346] = {.lex_state = 0, .external_lex_state = 269}, + [7347] = {.lex_state = 0, .external_lex_state = 186}, + [7348] = {.lex_state = 0, .external_lex_state = 186}, + [7349] = {.lex_state = 0, .external_lex_state = 186}, + [7350] = {.lex_state = 0, .external_lex_state = 186}, + [7351] = {.lex_state = 0, .external_lex_state = 186}, + [7352] = {.lex_state = 0, .external_lex_state = 186}, + [7353] = {.lex_state = 0, .external_lex_state = 268}, + [7354] = {.lex_state = 0, .external_lex_state = 186}, + [7355] = {.lex_state = 0, .external_lex_state = 269}, + [7356] = {.lex_state = 0, .external_lex_state = 269}, + [7357] = {.lex_state = 0, .external_lex_state = 186}, + [7358] = {.lex_state = 0, .external_lex_state = 269}, + [7359] = {.lex_state = 0, .external_lex_state = 186}, + [7360] = {.lex_state = 0, .external_lex_state = 186}, + [7361] = {.lex_state = 0, .external_lex_state = 186}, [7362] = {.lex_state = 0, .external_lex_state = 270}, - [7363] = {.lex_state = 0, .external_lex_state = 270}, - [7364] = {.lex_state = 0, .external_lex_state = 187}, - [7365] = {.lex_state = 0, .external_lex_state = 270}, - [7366] = {.lex_state = 0, .external_lex_state = 187}, - [7367] = {.lex_state = 0, .external_lex_state = 187}, - [7368] = {.lex_state = 0, .external_lex_state = 187}, - [7369] = {.lex_state = 0, .external_lex_state = 187}, - [7370] = {.lex_state = 0, .external_lex_state = 187}, - [7371] = {.lex_state = 0, .external_lex_state = 187}, - [7372] = {.lex_state = 0, .external_lex_state = 187}, - [7373] = {.lex_state = 0, .external_lex_state = 270}, - [7374] = {.lex_state = 0, .external_lex_state = 270}, - [7375] = {.lex_state = 0, .external_lex_state = 187}, - [7376] = {.lex_state = 0, .external_lex_state = 270}, - [7377] = {.lex_state = 0, .external_lex_state = 187}, - [7378] = {.lex_state = 0, .external_lex_state = 187}, - [7379] = {.lex_state = 0, .external_lex_state = 187}, - [7380] = {.lex_state = 0, .external_lex_state = 187}, - [7381] = {.lex_state = 0, .external_lex_state = 187}, - [7382] = {.lex_state = 0, .external_lex_state = 187}, - [7383] = {.lex_state = 0, .external_lex_state = 187}, - [7384] = {.lex_state = 0, .external_lex_state = 270}, - [7385] = {.lex_state = 0, .external_lex_state = 270}, - [7386] = {.lex_state = 0, .external_lex_state = 187}, - [7387] = {.lex_state = 0, .external_lex_state = 270}, - [7388] = {.lex_state = 0, .external_lex_state = 187}, - [7389] = {.lex_state = 0, .external_lex_state = 187}, - [7390] = {.lex_state = 0, .external_lex_state = 187}, - [7391] = {.lex_state = 0, .external_lex_state = 187}, - [7392] = {.lex_state = 0, .external_lex_state = 187}, - [7393] = {.lex_state = 0, .external_lex_state = 187}, - [7394] = {.lex_state = 0, .external_lex_state = 187}, - [7395] = {.lex_state = 0, .external_lex_state = 270}, + [7363] = {.lex_state = 0, .external_lex_state = 186}, + [7364] = {.lex_state = 0, .external_lex_state = 186}, + [7365] = {.lex_state = 0, .external_lex_state = 268}, + [7366] = {.lex_state = 0, .external_lex_state = 186}, + [7367] = {.lex_state = 0, .external_lex_state = 269}, + [7368] = {.lex_state = 0, .external_lex_state = 269}, + [7369] = {.lex_state = 0, .external_lex_state = 186}, + [7370] = {.lex_state = 0, .external_lex_state = 269}, + [7371] = {.lex_state = 0, .external_lex_state = 186}, + [7372] = {.lex_state = 0, .external_lex_state = 270}, + [7373] = {.lex_state = 0, .external_lex_state = 186}, + [7374] = {.lex_state = 0, .external_lex_state = 186}, + [7375] = {.lex_state = 0, .external_lex_state = 186}, + [7376] = {.lex_state = 0, .external_lex_state = 186}, + [7377] = {.lex_state = 0, .external_lex_state = 186}, + [7378] = {.lex_state = 0, .external_lex_state = 269}, + [7379] = {.lex_state = 0, .external_lex_state = 269}, + [7380] = {.lex_state = 0, .external_lex_state = 186}, + [7381] = {.lex_state = 0, .external_lex_state = 269}, + [7382] = {.lex_state = 0, .external_lex_state = 186}, + [7383] = {.lex_state = 0, .external_lex_state = 265}, + [7384] = {.lex_state = 0, .external_lex_state = 186}, + [7385] = {.lex_state = 0, .external_lex_state = 186}, + [7386] = {.lex_state = 0, .external_lex_state = 186}, + [7387] = {.lex_state = 0, .external_lex_state = 254}, + [7388] = {.lex_state = 0, .external_lex_state = 186}, + [7389] = {.lex_state = 0, .external_lex_state = 269}, + [7390] = {.lex_state = 0, .external_lex_state = 269}, + [7391] = {.lex_state = 0, .external_lex_state = 186}, + [7392] = {.lex_state = 0, .external_lex_state = 269}, + [7393] = {.lex_state = 0, .external_lex_state = 186}, + [7394] = {.lex_state = 0, .external_lex_state = 186}, + [7395] = {.lex_state = 0, .external_lex_state = 186}, [7396] = {.lex_state = 0, .external_lex_state = 270}, - [7397] = {.lex_state = 0, .external_lex_state = 187}, - [7398] = {.lex_state = 0, .external_lex_state = 270}, - [7399] = {.lex_state = 0, .external_lex_state = 187}, - [7400] = {.lex_state = 0, .external_lex_state = 187}, - [7401] = {.lex_state = 0, .external_lex_state = 187}, - [7402] = {.lex_state = 0, .external_lex_state = 270}, - [7403] = {.lex_state = 0, .external_lex_state = 187}, - [7404] = {.lex_state = 0, .external_lex_state = 187}, - [7405] = {.lex_state = 0, .external_lex_state = 270}, - [7406] = {.lex_state = 0, .external_lex_state = 270}, + [7397] = {.lex_state = 0, .external_lex_state = 186}, + [7398] = {.lex_state = 0, .external_lex_state = 186}, + [7399] = {.lex_state = 0, .external_lex_state = 186}, + [7400] = {.lex_state = 0, .external_lex_state = 269}, + [7401] = {.lex_state = 0, .external_lex_state = 269}, + [7402] = {.lex_state = 0, .external_lex_state = 186}, + [7403] = {.lex_state = 0, .external_lex_state = 269}, + [7404] = {.lex_state = 0, .external_lex_state = 186}, + [7405] = {.lex_state = 0, .external_lex_state = 186}, + [7406] = {.lex_state = 0, .external_lex_state = 186}, [7407] = {.lex_state = 0, .external_lex_state = 270}, - [7408] = {.lex_state = 0, .external_lex_state = 187}, + [7408] = {.lex_state = 0, .external_lex_state = 186}, [7409] = {.lex_state = 0, .external_lex_state = 270}, - [7410] = {.lex_state = 0, .external_lex_state = 187}, - [7411] = {.lex_state = 0, .external_lex_state = 187}, - [7412] = {.lex_state = 0, .external_lex_state = 187}, - [7413] = {.lex_state = 0, .external_lex_state = 187}, - [7414] = {.lex_state = 0, .external_lex_state = 187}, - [7415] = {.lex_state = 0, .external_lex_state = 187}, - [7416] = {.lex_state = 0, .external_lex_state = 187}, - [7417] = {.lex_state = 0, .external_lex_state = 270}, - [7418] = {.lex_state = 0, .external_lex_state = 270}, - [7419] = {.lex_state = 0, .external_lex_state = 187}, - [7420] = {.lex_state = 0, .external_lex_state = 270}, - [7421] = {.lex_state = 0, .external_lex_state = 187}, - [7422] = {.lex_state = 0, .external_lex_state = 187}, - [7423] = {.lex_state = 0, .external_lex_state = 187}, - [7424] = {.lex_state = 0, .external_lex_state = 187}, - [7425] = {.lex_state = 0, .external_lex_state = 187}, - [7426] = {.lex_state = 0, .external_lex_state = 187}, - [7427] = {.lex_state = 0, .external_lex_state = 240}, + [7410] = {.lex_state = 0, .external_lex_state = 186}, + [7411] = {.lex_state = 0, .external_lex_state = 269}, + [7412] = {.lex_state = 0, .external_lex_state = 269}, + [7413] = {.lex_state = 0, .external_lex_state = 186}, + [7414] = {.lex_state = 0, .external_lex_state = 269}, + [7415] = {.lex_state = 0, .external_lex_state = 186}, + [7416] = {.lex_state = 0, .external_lex_state = 186}, + [7417] = {.lex_state = 0, .external_lex_state = 186}, + [7418] = {.lex_state = 0, .external_lex_state = 186}, + [7419] = {.lex_state = 0, .external_lex_state = 186}, + [7420] = {.lex_state = 0, .external_lex_state = 186}, + [7421] = {.lex_state = 0, .external_lex_state = 186}, + [7422] = {.lex_state = 0, .external_lex_state = 269}, + [7423] = {.lex_state = 0, .external_lex_state = 269}, + [7424] = {.lex_state = 0, .external_lex_state = 186}, + [7425] = {.lex_state = 0, .external_lex_state = 269}, + [7426] = {.lex_state = 0, .external_lex_state = 186}, + [7427] = {.lex_state = 0, .external_lex_state = 186}, [7428] = {.lex_state = 0, .external_lex_state = 270}, - [7429] = {.lex_state = 0, .external_lex_state = 270}, - [7430] = {.lex_state = 0, .external_lex_state = 187}, - [7431] = {.lex_state = 0, .external_lex_state = 270}, - [7432] = {.lex_state = 0, .external_lex_state = 187}, - [7433] = {.lex_state = 0, .external_lex_state = 187}, - [7434] = {.lex_state = 0, .external_lex_state = 187}, - [7435] = {.lex_state = 0, .external_lex_state = 187}, - [7436] = {.lex_state = 0, .external_lex_state = 187}, - [7437] = {.lex_state = 0, .external_lex_state = 187}, - [7438] = {.lex_state = 0, .external_lex_state = 187}, + [7429] = {.lex_state = 0, .external_lex_state = 186}, + [7430] = {.lex_state = 0, .external_lex_state = 186}, + [7431] = {.lex_state = 0, .external_lex_state = 186}, + [7432] = {.lex_state = 0, .external_lex_state = 186}, + [7433] = {.lex_state = 0, .external_lex_state = 269}, + [7434] = {.lex_state = 0, .external_lex_state = 269}, + [7435] = {.lex_state = 0, .external_lex_state = 186}, + [7436] = {.lex_state = 0, .external_lex_state = 269}, + [7437] = {.lex_state = 0, .external_lex_state = 186}, + [7438] = {.lex_state = 0, .external_lex_state = 240}, [7439] = {.lex_state = 0, .external_lex_state = 270}, [7440] = {.lex_state = 0, .external_lex_state = 270}, - [7441] = {.lex_state = 0, .external_lex_state = 187}, - [7442] = {.lex_state = 0, .external_lex_state = 270}, - [7443] = {.lex_state = 0, .external_lex_state = 187}, - [7444] = {.lex_state = 0, .external_lex_state = 187}, - [7445] = {.lex_state = 0, .external_lex_state = 187}, - [7446] = {.lex_state = 0, .external_lex_state = 268}, - [7447] = {.lex_state = 0, .external_lex_state = 187}, - [7448] = {.lex_state = 0, .external_lex_state = 187}, - [7449] = {.lex_state = 0, .external_lex_state = 187}, - [7450] = {.lex_state = 0, .external_lex_state = 270}, - [7451] = {.lex_state = 0, .external_lex_state = 270}, - [7452] = {.lex_state = 0, .external_lex_state = 187}, - [7453] = {.lex_state = 0, .external_lex_state = 270}, - [7454] = {.lex_state = 0, .external_lex_state = 187}, - [7455] = {.lex_state = 0, .external_lex_state = 187}, - [7456] = {.lex_state = 0, .external_lex_state = 187}, - [7457] = {.lex_state = 0, .external_lex_state = 268}, - [7458] = {.lex_state = 0, .external_lex_state = 187}, - [7459] = {.lex_state = 0, .external_lex_state = 187}, - [7460] = {.lex_state = 0, .external_lex_state = 187}, - [7461] = {.lex_state = 0, .external_lex_state = 270}, - [7462] = {.lex_state = 0, .external_lex_state = 270}, - [7463] = {.lex_state = 0, .external_lex_state = 187}, - [7464] = {.lex_state = 0, .external_lex_state = 270}, - [7465] = {.lex_state = 0, .external_lex_state = 187}, - [7466] = {.lex_state = 0, .external_lex_state = 187}, - [7467] = {.lex_state = 0, .external_lex_state = 187}, - [7468] = {.lex_state = 0, .external_lex_state = 255}, - [7469] = {.lex_state = 0, .external_lex_state = 187}, - [7470] = {.lex_state = 0, .external_lex_state = 187}, - [7471] = {.lex_state = 0, .external_lex_state = 187}, - [7472] = {.lex_state = 0, .external_lex_state = 270}, - [7473] = {.lex_state = 0, .external_lex_state = 270}, - [7474] = {.lex_state = 0, .external_lex_state = 187}, - [7475] = {.lex_state = 0, .external_lex_state = 270}, - [7476] = {.lex_state = 0, .external_lex_state = 187}, - [7477] = {.lex_state = 0, .external_lex_state = 187}, - [7478] = {.lex_state = 0, .external_lex_state = 187}, - [7479] = {.lex_state = 0, .external_lex_state = 240}, - [7480] = {.lex_state = 0, .external_lex_state = 240}, - [7481] = {.lex_state = 0, .external_lex_state = 187}, - [7482] = {.lex_state = 0, .external_lex_state = 187}, - [7483] = {.lex_state = 0, .external_lex_state = 270}, - [7484] = {.lex_state = 0, .external_lex_state = 270}, - [7485] = {.lex_state = 0, .external_lex_state = 187}, - [7486] = {.lex_state = 0, .external_lex_state = 270}, - [7487] = {.lex_state = 0, .external_lex_state = 187}, - [7488] = {.lex_state = 0, .external_lex_state = 187}, - [7489] = {.lex_state = 0, .external_lex_state = 187}, - [7490] = {.lex_state = 0, .external_lex_state = 223}, - [7491] = {.lex_state = 0, .external_lex_state = 187}, - [7492] = {.lex_state = 0, .external_lex_state = 187}, - [7493] = {.lex_state = 0, .external_lex_state = 276}, - [7494] = {.lex_state = 0, .external_lex_state = 270}, - [7495] = {.lex_state = 0, .external_lex_state = 270}, - [7496] = {.lex_state = 0, .external_lex_state = 187}, - [7497] = {.lex_state = 0, .external_lex_state = 270}, - [7498] = {.lex_state = 0, .external_lex_state = 187}, - [7499] = {.lex_state = 0, .external_lex_state = 187}, - [7500] = {.lex_state = 0, .external_lex_state = 187}, - [7501] = {.lex_state = 0, .external_lex_state = 187}, - [7502] = {.lex_state = 0, .external_lex_state = 187}, - [7503] = {.lex_state = 0, .external_lex_state = 187}, - [7504] = {.lex_state = 0, .external_lex_state = 187}, - [7505] = {.lex_state = 0, .external_lex_state = 270}, - [7506] = {.lex_state = 0, .external_lex_state = 270}, - [7507] = {.lex_state = 0, .external_lex_state = 187}, - [7508] = {.lex_state = 0, .external_lex_state = 270}, - [7509] = {.lex_state = 0, .external_lex_state = 187}, - [7510] = {.lex_state = 0, .external_lex_state = 187}, - [7511] = {.lex_state = 0, .external_lex_state = 187}, - [7512] = {.lex_state = 0, .external_lex_state = 187}, - [7513] = {.lex_state = 0, .external_lex_state = 187}, - [7514] = {.lex_state = 0, .external_lex_state = 187}, - [7515] = {.lex_state = 0, .external_lex_state = 240}, - [7516] = {.lex_state = 0, .external_lex_state = 270}, - [7517] = {.lex_state = 0, .external_lex_state = 270}, - [7518] = {.lex_state = 0, .external_lex_state = 187}, - [7519] = {.lex_state = 0, .external_lex_state = 270}, - [7520] = {.lex_state = 0, .external_lex_state = 187}, - [7521] = {.lex_state = 0, .external_lex_state = 187}, - [7522] = {.lex_state = 0, .external_lex_state = 268}, - [7523] = {.lex_state = 0, .external_lex_state = 187}, - [7524] = {.lex_state = 0, .external_lex_state = 187}, - [7525] = {.lex_state = 0, .external_lex_state = 187}, - [7526] = {.lex_state = 0, .external_lex_state = 187}, - [7527] = {.lex_state = 0, .external_lex_state = 270}, - [7528] = {.lex_state = 0, .external_lex_state = 270}, - [7529] = {.lex_state = 0, .external_lex_state = 187}, - [7530] = {.lex_state = 0, .external_lex_state = 270}, - [7531] = {.lex_state = 0, .external_lex_state = 268}, - [7532] = {.lex_state = 0, .external_lex_state = 187}, - [7533] = {.lex_state = 0, .external_lex_state = 187}, - [7534] = {.lex_state = 0, .external_lex_state = 187}, - [7535] = {.lex_state = 0, .external_lex_state = 187}, - [7536] = {.lex_state = 0, .external_lex_state = 187}, - [7537] = {.lex_state = 0, .external_lex_state = 187}, - [7538] = {.lex_state = 0, .external_lex_state = 270}, - [7539] = {.lex_state = 0, .external_lex_state = 270}, - [7540] = {.lex_state = 0, .external_lex_state = 187}, - [7541] = {.lex_state = 0, .external_lex_state = 270}, - [7542] = {.lex_state = 0, .external_lex_state = 187}, - [7543] = {.lex_state = 0, .external_lex_state = 187}, - [7544] = {.lex_state = 0, .external_lex_state = 187}, - [7545] = {.lex_state = 0, .external_lex_state = 187}, - [7546] = {.lex_state = 0, .external_lex_state = 268}, - [7547] = {.lex_state = 0, .external_lex_state = 187}, - [7548] = {.lex_state = 0, .external_lex_state = 187}, - [7549] = {.lex_state = 0, .external_lex_state = 270}, - [7550] = {.lex_state = 0, .external_lex_state = 270}, - [7551] = {.lex_state = 0, .external_lex_state = 187}, - [7552] = {.lex_state = 0, .external_lex_state = 270}, - [7553] = {.lex_state = 0, .external_lex_state = 278}, - [7554] = {.lex_state = 0, .external_lex_state = 187}, - [7555] = {.lex_state = 0, .external_lex_state = 187}, - [7556] = {.lex_state = 0, .external_lex_state = 187}, - [7557] = {.lex_state = 0, .external_lex_state = 187}, - [7558] = {.lex_state = 0, .external_lex_state = 187}, - [7559] = {.lex_state = 0, .external_lex_state = 240}, - [7560] = {.lex_state = 0, .external_lex_state = 270}, - [7561] = {.lex_state = 0, .external_lex_state = 270}, - [7562] = {.lex_state = 0, .external_lex_state = 187}, - [7563] = {.lex_state = 0, .external_lex_state = 270}, - [7564] = {.lex_state = 0, .external_lex_state = 187}, - [7565] = {.lex_state = 0, .external_lex_state = 260}, - [7566] = {.lex_state = 0, .external_lex_state = 187}, - [7567] = {.lex_state = 0, .external_lex_state = 187}, - [7568] = {.lex_state = 0, .external_lex_state = 187}, - [7569] = {.lex_state = 0, .external_lex_state = 187}, - [7570] = {.lex_state = 0, .external_lex_state = 187}, - [7571] = {.lex_state = 0, .external_lex_state = 270}, - [7572] = {.lex_state = 0, .external_lex_state = 270}, - [7573] = {.lex_state = 0, .external_lex_state = 187}, - [7574] = {.lex_state = 0, .external_lex_state = 270}, - [7575] = {.lex_state = 0, .external_lex_state = 187}, - [7576] = {.lex_state = 0, .external_lex_state = 187}, - [7577] = {.lex_state = 0, .external_lex_state = 268}, - [7578] = {.lex_state = 0, .external_lex_state = 187}, - [7579] = {.lex_state = 0, .external_lex_state = 187}, - [7580] = {.lex_state = 0, .external_lex_state = 223}, - [7581] = {.lex_state = 0, .external_lex_state = 187}, - [7582] = {.lex_state = 0, .external_lex_state = 270}, + [7441] = {.lex_state = 0, .external_lex_state = 186}, + [7442] = {.lex_state = 0, .external_lex_state = 186}, + [7443] = {.lex_state = 0, .external_lex_state = 186}, + [7444] = {.lex_state = 0, .external_lex_state = 269}, + [7445] = {.lex_state = 0, .external_lex_state = 269}, + [7446] = {.lex_state = 0, .external_lex_state = 186}, + [7447] = {.lex_state = 0, .external_lex_state = 269}, + [7448] = {.lex_state = 0, .external_lex_state = 281}, + [7449] = {.lex_state = 0, .external_lex_state = 186}, + [7450] = {.lex_state = 0, .external_lex_state = 186}, + [7451] = {.lex_state = 0, .external_lex_state = 186}, + [7452] = {.lex_state = 0, .external_lex_state = 186}, + [7453] = {.lex_state = 0, .external_lex_state = 186}, + [7454] = {.lex_state = 0, .external_lex_state = 186}, + [7455] = {.lex_state = 0, .external_lex_state = 269}, + [7456] = {.lex_state = 0, .external_lex_state = 269}, + [7457] = {.lex_state = 0, .external_lex_state = 186}, + [7458] = {.lex_state = 0, .external_lex_state = 269}, + [7459] = {.lex_state = 0, .external_lex_state = 186}, + [7460] = {.lex_state = 0, .external_lex_state = 269}, + [7461] = {.lex_state = 0, .external_lex_state = 186}, + [7462] = {.lex_state = 0, .external_lex_state = 186}, + [7463] = {.lex_state = 0, .external_lex_state = 186}, + [7464] = {.lex_state = 0, .external_lex_state = 186}, + [7465] = {.lex_state = 0, .external_lex_state = 186}, + [7466] = {.lex_state = 0, .external_lex_state = 269}, + [7467] = {.lex_state = 0, .external_lex_state = 269}, + [7468] = {.lex_state = 0, .external_lex_state = 186}, + [7469] = {.lex_state = 0, .external_lex_state = 269}, + [7470] = {.lex_state = 0, .external_lex_state = 243}, + [7471] = {.lex_state = 0, .external_lex_state = 186}, + [7472] = {.lex_state = 0, .external_lex_state = 243}, + [7473] = {.lex_state = 0, .external_lex_state = 186}, + [7474] = {.lex_state = 0, .external_lex_state = 186}, + [7475] = {.lex_state = 0, .external_lex_state = 282}, + [7476] = {.lex_state = 0, .external_lex_state = 270}, + [7477] = {.lex_state = 0, .external_lex_state = 269}, + [7478] = {.lex_state = 0, .external_lex_state = 269}, + [7479] = {.lex_state = 0, .external_lex_state = 186}, + [7480] = {.lex_state = 0, .external_lex_state = 269}, + [7481] = {.lex_state = 0, .external_lex_state = 186}, + [7482] = {.lex_state = 0, .external_lex_state = 186}, + [7483] = {.lex_state = 0, .external_lex_state = 256}, + [7484] = {.lex_state = 0, .external_lex_state = 186}, + [7485] = {.lex_state = 0, .external_lex_state = 186}, + [7486] = {.lex_state = 0, .external_lex_state = 186}, + [7487] = {.lex_state = 0, .external_lex_state = 262}, + [7488] = {.lex_state = 0, .external_lex_state = 269}, + [7489] = {.lex_state = 0, .external_lex_state = 269}, + [7490] = {.lex_state = 0, .external_lex_state = 186}, + [7491] = {.lex_state = 0, .external_lex_state = 269}, + [7492] = {.lex_state = 0, .external_lex_state = 186}, + [7493] = {.lex_state = 0, .external_lex_state = 270}, + [7494] = {.lex_state = 0, .external_lex_state = 186}, + [7495] = {.lex_state = 0, .external_lex_state = 186}, + [7496] = {.lex_state = 0, .external_lex_state = 186}, + [7497] = {.lex_state = 0, .external_lex_state = 186}, + [7498] = {.lex_state = 0, .external_lex_state = 186}, + [7499] = {.lex_state = 0, .external_lex_state = 269}, + [7500] = {.lex_state = 0, .external_lex_state = 269}, + [7501] = {.lex_state = 0, .external_lex_state = 186}, + [7502] = {.lex_state = 0, .external_lex_state = 269}, + [7503] = {.lex_state = 0, .external_lex_state = 186}, + [7504] = {.lex_state = 0, .external_lex_state = 186}, + [7505] = {.lex_state = 0, .external_lex_state = 186}, + [7506] = {.lex_state = 0, .external_lex_state = 186}, + [7507] = {.lex_state = 0, .external_lex_state = 186}, + [7508] = {.lex_state = 0, .external_lex_state = 186}, + [7509] = {.lex_state = 0, .external_lex_state = 186}, + [7510] = {.lex_state = 0, .external_lex_state = 269}, + [7511] = {.lex_state = 0, .external_lex_state = 269}, + [7512] = {.lex_state = 0, .external_lex_state = 229}, + [7513] = {.lex_state = 0, .external_lex_state = 269}, + [7514] = {.lex_state = 0, .external_lex_state = 186}, + [7515] = {.lex_state = 0, .external_lex_state = 186}, + [7516] = {.lex_state = 0, .external_lex_state = 186}, + [7517] = {.lex_state = 0, .external_lex_state = 186}, + [7518] = {.lex_state = 0, .external_lex_state = 186}, + [7519] = {.lex_state = 0, .external_lex_state = 186}, + [7520] = {.lex_state = 0, .external_lex_state = 186}, + [7521] = {.lex_state = 0, .external_lex_state = 269}, + [7522] = {.lex_state = 0, .external_lex_state = 269}, + [7523] = {.lex_state = 0, .external_lex_state = 186}, + [7524] = {.lex_state = 0, .external_lex_state = 269}, + [7525] = {.lex_state = 0, .external_lex_state = 186}, + [7526] = {.lex_state = 0, .external_lex_state = 270}, + [7527] = {.lex_state = 0, .external_lex_state = 186}, + [7528] = {.lex_state = 0, .external_lex_state = 186}, + [7529] = {.lex_state = 0, .external_lex_state = 186}, + [7530] = {.lex_state = 0, .external_lex_state = 186}, + [7531] = {.lex_state = 0, .external_lex_state = 186}, + [7532] = {.lex_state = 0, .external_lex_state = 269}, + [7533] = {.lex_state = 0, .external_lex_state = 269}, + [7534] = {.lex_state = 0, .external_lex_state = 186}, + [7535] = {.lex_state = 0, .external_lex_state = 269}, + [7536] = {.lex_state = 0, .external_lex_state = 254}, + [7537] = {.lex_state = 0, .external_lex_state = 186}, + [7538] = {.lex_state = 0, .external_lex_state = 278}, + [7539] = {.lex_state = 0, .external_lex_state = 186}, + [7540] = {.lex_state = 0, .external_lex_state = 186}, + [7541] = {.lex_state = 0, .external_lex_state = 186}, + [7542] = {.lex_state = 0, .external_lex_state = 186}, + [7543] = {.lex_state = 0, .external_lex_state = 269}, + [7544] = {.lex_state = 0, .external_lex_state = 269}, + [7545] = {.lex_state = 0, .external_lex_state = 186}, + [7546] = {.lex_state = 0, .external_lex_state = 269}, + [7547] = {.lex_state = 0, .external_lex_state = 278}, + [7548] = {.lex_state = 0, .external_lex_state = 283}, + [7549] = {.lex_state = 0, .external_lex_state = 278}, + [7550] = {.lex_state = 0, .external_lex_state = 186}, + [7551] = {.lex_state = 0, .external_lex_state = 186}, + [7552] = {.lex_state = 0, .external_lex_state = 256}, + [7553] = {.lex_state = 0, .external_lex_state = 256}, + [7554] = {.lex_state = 0, .external_lex_state = 269}, + [7555] = {.lex_state = 0, .external_lex_state = 269}, + [7556] = {.lex_state = 0, .external_lex_state = 186}, + [7557] = {.lex_state = 0, .external_lex_state = 269}, + [7558] = {.lex_state = 0, .external_lex_state = 283}, + [7559] = {.lex_state = 0, .external_lex_state = 254}, + [7560] = {.lex_state = 0, .external_lex_state = 186}, + [7561] = {.lex_state = 0, .external_lex_state = 186}, + [7562] = {.lex_state = 0, .external_lex_state = 186}, + [7563] = {.lex_state = 0, .external_lex_state = 186}, + [7564] = {.lex_state = 0, .external_lex_state = 186}, + [7565] = {.lex_state = 0, .external_lex_state = 269}, + [7566] = {.lex_state = 0, .external_lex_state = 269}, + [7567] = {.lex_state = 0, .external_lex_state = 186}, + [7568] = {.lex_state = 0, .external_lex_state = 269}, + [7569] = {.lex_state = 0, .external_lex_state = 186}, + [7570] = {.lex_state = 0, .external_lex_state = 186}, + [7571] = {.lex_state = 0, .external_lex_state = 186}, + [7572] = {.lex_state = 0, .external_lex_state = 186}, + [7573] = {.lex_state = 0, .external_lex_state = 270}, + [7574] = {.lex_state = 0, .external_lex_state = 186}, + [7575] = {.lex_state = 0, .external_lex_state = 254}, + [7576] = {.lex_state = 0, .external_lex_state = 269}, + [7577] = {.lex_state = 0, .external_lex_state = 269}, + [7578] = {.lex_state = 0, .external_lex_state = 186}, + [7579] = {.lex_state = 0, .external_lex_state = 269}, + [7580] = {.lex_state = 0, .external_lex_state = 186}, + [7581] = {.lex_state = 0, .external_lex_state = 186}, + [7582] = {.lex_state = 0, .external_lex_state = 186}, [7583] = {.lex_state = 0, .external_lex_state = 270}, - [7584] = {.lex_state = 0, .external_lex_state = 187}, - [7585] = {.lex_state = 0, .external_lex_state = 270}, - [7586] = {.lex_state = 0, .external_lex_state = 187}, - [7587] = {.lex_state = 0, .external_lex_state = 187}, - [7588] = {.lex_state = 0, .external_lex_state = 187}, - [7589] = {.lex_state = 0, .external_lex_state = 187}, - [7590] = {.lex_state = 0, .external_lex_state = 260}, - [7591] = {.lex_state = 0, .external_lex_state = 187}, - [7592] = {.lex_state = 0, .external_lex_state = 187}, - [7593] = {.lex_state = 0, .external_lex_state = 270}, - [7594] = {.lex_state = 0, .external_lex_state = 187}, - [7595] = {.lex_state = 0, .external_lex_state = 187}, - [7596] = {.lex_state = 0, .external_lex_state = 187}, - [7597] = {.lex_state = 0, .external_lex_state = 187}, - [7598] = {.lex_state = 0, .external_lex_state = 187}, - [7599] = {.lex_state = 0, .external_lex_state = 270}, - [7600] = {.lex_state = 0, .external_lex_state = 187}, - [7601] = {.lex_state = 0, .external_lex_state = 187}, - [7602] = {.lex_state = 0, .external_lex_state = 187}, - [7603] = {.lex_state = 0, .external_lex_state = 187}, - [7604] = {.lex_state = 0, .external_lex_state = 279}, - [7605] = {.lex_state = 0, .external_lex_state = 270}, - [7606] = {.lex_state = 0, .external_lex_state = 187}, - [7607] = {.lex_state = 0, .external_lex_state = 187}, - [7608] = {.lex_state = 0, .external_lex_state = 270}, - [7609] = {.lex_state = 0, .external_lex_state = 187}, - [7610] = {.lex_state = 0, .external_lex_state = 187}, - [7611] = {.lex_state = 0, .external_lex_state = 270}, - [7612] = {.lex_state = 0, .external_lex_state = 187}, - [7613] = {.lex_state = 0, .external_lex_state = 280}, - [7614] = {.lex_state = 0, .external_lex_state = 187}, - [7615] = {.lex_state = 0, .external_lex_state = 187}, - [7616] = {.lex_state = 0, .external_lex_state = 187}, - [7617] = {.lex_state = 0, .external_lex_state = 187}, - [7618] = {.lex_state = 0, .external_lex_state = 187}, - [7619] = {.lex_state = 0, .external_lex_state = 223}, - [7620] = {.lex_state = 0, .external_lex_state = 187}, - [7621] = {.lex_state = 0, .external_lex_state = 187}, - [7622] = {.lex_state = 0, .external_lex_state = 187}, - [7623] = {.lex_state = 0, .external_lex_state = 255}, - [7624] = {.lex_state = 0, .external_lex_state = 240}, - [7625] = {.lex_state = 0, .external_lex_state = 255}, - [7626] = {.lex_state = 0, .external_lex_state = 187}, - [7627] = {.lex_state = 0, .external_lex_state = 255}, - [7628] = {.lex_state = 0, .external_lex_state = 187}, - [7629] = {.lex_state = 0, .external_lex_state = 268}, - [7630] = {.lex_state = 0, .external_lex_state = 269}, - [7631] = {.lex_state = 0, .external_lex_state = 187}, - [7632] = {.lex_state = 0, .external_lex_state = 187}, - [7633] = {.lex_state = 0, .external_lex_state = 255}, - [7634] = {.lex_state = 0, .external_lex_state = 187}, - [7635] = {.lex_state = 0, .external_lex_state = 187}, - [7636] = {.lex_state = 0, .external_lex_state = 281}, - [7637] = {.lex_state = 0, .external_lex_state = 187}, - [7638] = {.lex_state = 0, .external_lex_state = 187}, - [7639] = {.lex_state = 0, .external_lex_state = 282}, - [7640] = {.lex_state = 0, .external_lex_state = 273}, - [7641] = {.lex_state = 0, .external_lex_state = 187}, - [7642] = {.lex_state = 0, .external_lex_state = 187}, - [7643] = {.lex_state = 0, .external_lex_state = 187}, - [7644] = {.lex_state = 0, .external_lex_state = 187}, - [7645] = {.lex_state = 0, .external_lex_state = 280}, - [7646] = {.lex_state = 0, .external_lex_state = 187}, - [7647] = {.lex_state = 0, .external_lex_state = 187}, - [7648] = {.lex_state = 0, .external_lex_state = 273}, - [7649] = {.lex_state = 0, .external_lex_state = 187}, - [7650] = {.lex_state = 0, .external_lex_state = 187}, - [7651] = {.lex_state = 0, .external_lex_state = 187}, - [7652] = {.lex_state = 0, .external_lex_state = 187}, - [7653] = {.lex_state = 0, .external_lex_state = 223}, - [7654] = {.lex_state = 0, .external_lex_state = 187}, - [7655] = {.lex_state = 0, .external_lex_state = 187}, - [7656] = {.lex_state = 0, .external_lex_state = 187}, - [7657] = {.lex_state = 0, .external_lex_state = 276}, - [7658] = {.lex_state = 0, .external_lex_state = 240}, - [7659] = {.lex_state = 0, .external_lex_state = 187}, - [7660] = {.lex_state = 0, .external_lex_state = 187}, - [7661] = {.lex_state = 0, .external_lex_state = 275}, - [7662] = {.lex_state = 0, .external_lex_state = 187}, - [7663] = {.lex_state = 0, .external_lex_state = 187}, - [7664] = {.lex_state = 0, .external_lex_state = 187}, - [7665] = {.lex_state = 0, .external_lex_state = 276}, - [7666] = {.lex_state = 0, .external_lex_state = 223}, - [7667] = {.lex_state = 0, .external_lex_state = 187}, - [7668] = {.lex_state = 0, .external_lex_state = 187}, - [7669] = {.lex_state = 0, .external_lex_state = 187}, - [7670] = {.lex_state = 0, .external_lex_state = 187}, - [7671] = {.lex_state = 0, .external_lex_state = 187}, - [7672] = {.lex_state = 0, .external_lex_state = 187}, - [7673] = {.lex_state = 0, .external_lex_state = 187}, - [7674] = {.lex_state = 0, .external_lex_state = 187}, - [7675] = {.lex_state = 0, .external_lex_state = 187}, - [7676] = {.lex_state = 0, .external_lex_state = 187}, - [7677] = {.lex_state = 0, .external_lex_state = 187}, - [7678] = {.lex_state = 0, .external_lex_state = 187}, - [7679] = {.lex_state = 0, .external_lex_state = 273}, - [7680] = {.lex_state = 0, .external_lex_state = 187}, - [7681] = {.lex_state = 0, .external_lex_state = 223}, - [7682] = {.lex_state = 0, .external_lex_state = 223}, - [7683] = {.lex_state = 0, .external_lex_state = 187}, - [7684] = {.lex_state = 0, .external_lex_state = 268}, - [7685] = {.lex_state = 0, .external_lex_state = 187}, - [7686] = {.lex_state = 0, .external_lex_state = 187}, - [7687] = {.lex_state = 0, .external_lex_state = 187}, - [7688] = {.lex_state = 0, .external_lex_state = 187}, - [7689] = {.lex_state = 0, .external_lex_state = 187}, - [7690] = {.lex_state = 0, .external_lex_state = 187}, - [7691] = {.lex_state = 0, .external_lex_state = 268}, - [7692] = {.lex_state = 0, .external_lex_state = 187}, - [7693] = {.lex_state = 0, .external_lex_state = 187}, - [7694] = {.lex_state = 0, .external_lex_state = 187}, - [7695] = {.lex_state = 0, .external_lex_state = 276}, - [7696] = {.lex_state = 0, .external_lex_state = 187}, - [7697] = {.lex_state = 0, .external_lex_state = 187}, - [7698] = {.lex_state = 0, .external_lex_state = 187}, - [7699] = {.lex_state = 0, .external_lex_state = 187}, - [7700] = {.lex_state = 0, .external_lex_state = 187}, - [7701] = {.lex_state = 0, .external_lex_state = 187}, - [7702] = {.lex_state = 0, .external_lex_state = 187}, - [7703] = {.lex_state = 0, .external_lex_state = 187}, - [7704] = {.lex_state = 0, .external_lex_state = 187}, - [7705] = {.lex_state = 0, .external_lex_state = 187}, - [7706] = {.lex_state = 0, .external_lex_state = 187}, - [7707] = {.lex_state = 0, .external_lex_state = 187}, - [7708] = {.lex_state = 0, .external_lex_state = 187}, - [7709] = {.lex_state = 0, .external_lex_state = 187}, - [7710] = {.lex_state = 0, .external_lex_state = 280}, - [7711] = {.lex_state = 0, .external_lex_state = 187}, - [7712] = {.lex_state = 0, .external_lex_state = 187}, - [7713] = {.lex_state = 0, .external_lex_state = 187}, - [7714] = {.lex_state = 0, .external_lex_state = 187}, - [7715] = {.lex_state = 0, .external_lex_state = 255}, - [7716] = {.lex_state = 0, .external_lex_state = 187}, - [7717] = {.lex_state = 0, .external_lex_state = 187}, - [7718] = {.lex_state = 0, .external_lex_state = 223}, - [7719] = {.lex_state = 0, .external_lex_state = 187}, - [7720] = {.lex_state = 0, .external_lex_state = 187}, - [7721] = {.lex_state = 0, .external_lex_state = 187}, - [7722] = {.lex_state = 0, .external_lex_state = 187}, - [7723] = {.lex_state = 0, .external_lex_state = 187}, - [7724] = {.lex_state = 0, .external_lex_state = 187}, - [7725] = {.lex_state = 0, .external_lex_state = 275}, - [7726] = {.lex_state = 0, .external_lex_state = 187}, - [7727] = {.lex_state = 0, .external_lex_state = 187}, - [7728] = {.lex_state = 0, .external_lex_state = 187}, - [7729] = {.lex_state = 0, .external_lex_state = 187}, - [7730] = {.lex_state = 0, .external_lex_state = 187}, - [7731] = {.lex_state = 0, .external_lex_state = 187}, - [7732] = {.lex_state = 0, .external_lex_state = 187}, - [7733] = {.lex_state = 0, .external_lex_state = 187}, - [7734] = {.lex_state = 0, .external_lex_state = 187}, - [7735] = {.lex_state = 0, .external_lex_state = 260}, - [7736] = {.lex_state = 0, .external_lex_state = 187}, - [7737] = {.lex_state = 0, .external_lex_state = 187}, - [7738] = {.lex_state = 0, .external_lex_state = 187}, - [7739] = {.lex_state = 0, .external_lex_state = 187}, - [7740] = {.lex_state = 0, .external_lex_state = 187}, - [7741] = {.lex_state = 0, .external_lex_state = 187}, - [7742] = {.lex_state = 0, .external_lex_state = 187}, - [7743] = {.lex_state = 0, .external_lex_state = 268}, - [7744] = {.lex_state = 0, .external_lex_state = 187}, - [7745] = {.lex_state = 0, .external_lex_state = 223}, - [7746] = {.lex_state = 0, .external_lex_state = 223}, - [7747] = {.lex_state = 0, .external_lex_state = 187}, - [7748] = {.lex_state = 0, .external_lex_state = 187}, - [7749] = {.lex_state = 0, .external_lex_state = 187}, - [7750] = {.lex_state = 0, .external_lex_state = 187}, - [7751] = {.lex_state = 0, .external_lex_state = 268}, - [7752] = {.lex_state = 0, .external_lex_state = 187}, - [7753] = {.lex_state = 0, .external_lex_state = 187}, - [7754] = {.lex_state = 0, .external_lex_state = 187}, - [7755] = {.lex_state = 0, .external_lex_state = 187}, - [7756] = {.lex_state = 0, .external_lex_state = 187}, - [7757] = {.lex_state = 0, .external_lex_state = 187}, - [7758] = {.lex_state = 0, .external_lex_state = 187}, - [7759] = {.lex_state = 0, .external_lex_state = 187}, - [7760] = {.lex_state = 0, .external_lex_state = 187}, - [7761] = {.lex_state = 0, .external_lex_state = 187}, - [7762] = {.lex_state = 0, .external_lex_state = 187}, - [7763] = {.lex_state = 0, .external_lex_state = 187}, - [7764] = {.lex_state = 0, .external_lex_state = 187}, - [7765] = {.lex_state = 0, .external_lex_state = 187}, - [7766] = {.lex_state = 0, .external_lex_state = 187}, - [7767] = {.lex_state = 0, .external_lex_state = 187}, - [7768] = {.lex_state = 0, .external_lex_state = 187}, - [7769] = {.lex_state = 0, .external_lex_state = 187}, - [7770] = {.lex_state = 0, .external_lex_state = 280}, - [7771] = {.lex_state = 0, .external_lex_state = 187}, - [7772] = {.lex_state = 0, .external_lex_state = 187}, - [7773] = {.lex_state = 0, .external_lex_state = 283}, - [7774] = {.lex_state = 0, .external_lex_state = 187}, - [7775] = {.lex_state = 0, .external_lex_state = 187}, - [7776] = {.lex_state = 0, .external_lex_state = 187}, - [7777] = {.lex_state = 0, .external_lex_state = 187}, - [7778] = {.lex_state = 0, .external_lex_state = 223}, - [7779] = {.lex_state = 0, .external_lex_state = 187}, - [7780] = {.lex_state = 0, .external_lex_state = 187}, - [7781] = {.lex_state = 0, .external_lex_state = 187}, - [7782] = {.lex_state = 0, .external_lex_state = 187}, - [7783] = {.lex_state = 0, .external_lex_state = 284}, - [7784] = {.lex_state = 0, .external_lex_state = 275}, - [7785] = {.lex_state = 0, .external_lex_state = 282}, - [7786] = {.lex_state = 0, .external_lex_state = 187}, - [7787] = {.lex_state = 0, .external_lex_state = 187}, - [7788] = {.lex_state = 0, .external_lex_state = 187}, - [7789] = {.lex_state = 0, .external_lex_state = 187}, - [7790] = {.lex_state = 0, .external_lex_state = 187}, - [7791] = {.lex_state = 0, .external_lex_state = 187}, - [7792] = {.lex_state = 0, .external_lex_state = 187}, - [7793] = {.lex_state = 0, .external_lex_state = 187}, - [7794] = {.lex_state = 0, .external_lex_state = 285}, - [7795] = {.lex_state = 0, .external_lex_state = 187}, - [7796] = {.lex_state = 0, .external_lex_state = 282}, - [7797] = {.lex_state = 0, .external_lex_state = 187}, - [7798] = {.lex_state = 0, .external_lex_state = 268}, - [7799] = {.lex_state = 0, .external_lex_state = 223}, - [7800] = {.lex_state = 0, .external_lex_state = 223}, - [7801] = {.lex_state = 0, .external_lex_state = 187}, - [7802] = {.lex_state = 0, .external_lex_state = 187}, - [7803] = {.lex_state = 0, .external_lex_state = 187}, - [7804] = {.lex_state = 0, .external_lex_state = 268}, - [7805] = {.lex_state = 0, .external_lex_state = 187}, - [7806] = {.lex_state = 0, .external_lex_state = 187}, - [7807] = {.lex_state = 0, .external_lex_state = 187}, - [7808] = {.lex_state = 0, .external_lex_state = 187}, - [7809] = {.lex_state = 0, .external_lex_state = 187}, - [7810] = {.lex_state = 0, .external_lex_state = 223}, - [7811] = {.lex_state = 0, .external_lex_state = 187}, - [7812] = {.lex_state = 0, .external_lex_state = 187}, - [7813] = {.lex_state = 0, .external_lex_state = 187}, - [7814] = {.lex_state = 0, .external_lex_state = 187}, - [7815] = {.lex_state = 0, .external_lex_state = 187}, - [7816] = {.lex_state = 0, .external_lex_state = 187}, - [7817] = {.lex_state = 0, .external_lex_state = 187}, - [7818] = {.lex_state = 0, .external_lex_state = 187}, - [7819] = {.lex_state = 0, .external_lex_state = 223}, - [7820] = {.lex_state = 0, .external_lex_state = 187}, - [7821] = {.lex_state = 0, .external_lex_state = 187}, - [7822] = {.lex_state = 0, .external_lex_state = 275}, - [7823] = {.lex_state = 0, .external_lex_state = 187}, - [7824] = {.lex_state = 0, .external_lex_state = 187}, - [7825] = {.lex_state = 0, .external_lex_state = 187}, - [7826] = {.lex_state = 0, .external_lex_state = 187}, - [7827] = {.lex_state = 0, .external_lex_state = 275}, - [7828] = {.lex_state = 0, .external_lex_state = 187}, - [7829] = {.lex_state = 0, .external_lex_state = 187}, - [7830] = {.lex_state = 0, .external_lex_state = 187}, - [7831] = {.lex_state = 0, .external_lex_state = 187}, - [7832] = {.lex_state = 0, .external_lex_state = 187}, - [7833] = {.lex_state = 0, .external_lex_state = 223}, - [7834] = {.lex_state = 0, .external_lex_state = 223}, - [7835] = {.lex_state = 0, .external_lex_state = 187}, - [7836] = {.lex_state = 0, .external_lex_state = 187}, - [7837] = {.lex_state = 0, .external_lex_state = 187}, - [7838] = {.lex_state = 0, .external_lex_state = 187}, - [7839] = {.lex_state = 0, .external_lex_state = 187}, - [7840] = {.lex_state = 0, .external_lex_state = 187}, - [7841] = {.lex_state = 0, .external_lex_state = 187}, - [7842] = {.lex_state = 0, .external_lex_state = 187}, - [7843] = {.lex_state = 0, .external_lex_state = 187}, - [7844] = {.lex_state = 0, .external_lex_state = 187}, - [7845] = {.lex_state = 0, .external_lex_state = 187}, - [7846] = {.lex_state = 0, .external_lex_state = 223}, - [7847] = {.lex_state = 0, .external_lex_state = 187}, - [7848] = {.lex_state = 0, .external_lex_state = 275}, - [7849] = {.lex_state = 0, .external_lex_state = 187}, - [7850] = {.lex_state = 0, .external_lex_state = 187}, - [7851] = {.lex_state = 0, .external_lex_state = 187}, - [7852] = {.lex_state = 0, .external_lex_state = 187}, - [7853] = {.lex_state = 0, .external_lex_state = 187}, - [7854] = {.lex_state = 0, .external_lex_state = 223}, - [7855] = {.lex_state = 0, .external_lex_state = 223}, - [7856] = {.lex_state = 0, .external_lex_state = 187}, - [7857] = {.lex_state = 0, .external_lex_state = 187}, - [7858] = {.lex_state = 0, .external_lex_state = 187}, - [7859] = {.lex_state = 0, .external_lex_state = 187}, - [7860] = {.lex_state = 0, .external_lex_state = 275}, - [7861] = {.lex_state = 0, .external_lex_state = 275}, - [7862] = {.lex_state = 0, .external_lex_state = 187}, - [7863] = {.lex_state = 0, .external_lex_state = 187}, - [7864] = {.lex_state = 0, .external_lex_state = 187}, - [7865] = {.lex_state = 0, .external_lex_state = 187}, - [7866] = {.lex_state = 0, .external_lex_state = 223}, - [7867] = {.lex_state = 0, .external_lex_state = 223}, - [7868] = {.lex_state = 0, .external_lex_state = 187}, - [7869] = {.lex_state = 0, .external_lex_state = 187}, - [7870] = {.lex_state = 0, .external_lex_state = 187}, - [7871] = {.lex_state = 0, .external_lex_state = 187}, - [7872] = {.lex_state = 0, .external_lex_state = 223}, - [7873] = {.lex_state = 0, .external_lex_state = 187}, - [7874] = {.lex_state = 0, .external_lex_state = 187}, - [7875] = {.lex_state = 0, .external_lex_state = 187}, - [7876] = {.lex_state = 0, .external_lex_state = 187}, - [7877] = {.lex_state = 0, .external_lex_state = 187}, - [7878] = {.lex_state = 0, .external_lex_state = 187}, - [7879] = {.lex_state = 0, .external_lex_state = 187}, - [7880] = {.lex_state = 0, .external_lex_state = 187}, - [7881] = {.lex_state = 0, .external_lex_state = 187}, - [7882] = {.lex_state = 0, .external_lex_state = 187}, - [7883] = {.lex_state = 0, .external_lex_state = 187}, - [7884] = {.lex_state = 0, .external_lex_state = 187}, - [7885] = {.lex_state = 0, .external_lex_state = 187}, - [7886] = {.lex_state = 0, .external_lex_state = 187}, - [7887] = {.lex_state = 0, .external_lex_state = 187}, - [7888] = {.lex_state = 0, .external_lex_state = 187}, - [7889] = {.lex_state = 0, .external_lex_state = 187}, - [7890] = {.lex_state = 0, .external_lex_state = 187}, - [7891] = {.lex_state = 0, .external_lex_state = 187}, - [7892] = {.lex_state = 0, .external_lex_state = 187}, - [7893] = {.lex_state = 0, .external_lex_state = 187}, - [7894] = {.lex_state = 0, .external_lex_state = 187}, - [7895] = {.lex_state = 0, .external_lex_state = 187}, - [7896] = {.lex_state = 0, .external_lex_state = 187}, - [7897] = {.lex_state = 0, .external_lex_state = 187}, - [7898] = {.lex_state = 0, .external_lex_state = 187}, - [7899] = {.lex_state = 0, .external_lex_state = 187}, - [7900] = {.lex_state = 0, .external_lex_state = 187}, - [7901] = {.lex_state = 0, .external_lex_state = 187}, - [7902] = {.lex_state = 0, .external_lex_state = 187}, - [7903] = {.lex_state = 0, .external_lex_state = 187}, - [7904] = {.lex_state = 0, .external_lex_state = 187}, - [7905] = {.lex_state = 0, .external_lex_state = 187}, - [7906] = {.lex_state = 0, .external_lex_state = 187}, - [7907] = {.lex_state = 0, .external_lex_state = 187}, - [7908] = {.lex_state = 0, .external_lex_state = 187}, - [7909] = {.lex_state = 0, .external_lex_state = 187}, - [7910] = {.lex_state = 0, .external_lex_state = 187}, - [7911] = {.lex_state = 0, .external_lex_state = 187}, - [7912] = {.lex_state = 0, .external_lex_state = 187}, - [7913] = {.lex_state = 0, .external_lex_state = 187}, - [7914] = {.lex_state = 0, .external_lex_state = 187}, - [7915] = {.lex_state = 0, .external_lex_state = 187}, - [7916] = {.lex_state = 0, .external_lex_state = 187}, - [7917] = {.lex_state = 0, .external_lex_state = 187}, - [7918] = {.lex_state = 0, .external_lex_state = 187}, - [7919] = {.lex_state = 0, .external_lex_state = 187}, - [7920] = {.lex_state = 0, .external_lex_state = 187}, - [7921] = {.lex_state = 0, .external_lex_state = 187}, - [7922] = {.lex_state = 0, .external_lex_state = 187}, - [7923] = {.lex_state = 0, .external_lex_state = 187}, - [7924] = {.lex_state = 0, .external_lex_state = 187}, - [7925] = {.lex_state = 0, .external_lex_state = 187}, - [7926] = {.lex_state = 0, .external_lex_state = 187}, - [7927] = {.lex_state = 0, .external_lex_state = 187}, - [7928] = {.lex_state = 0, .external_lex_state = 187}, - [7929] = {.lex_state = 0, .external_lex_state = 187}, - [7930] = {.lex_state = 0, .external_lex_state = 187}, - [7931] = {.lex_state = 0, .external_lex_state = 187}, - [7932] = {.lex_state = 0, .external_lex_state = 187}, - [7933] = {.lex_state = 0, .external_lex_state = 187}, - [7934] = {.lex_state = 0, .external_lex_state = 187}, - [7935] = {.lex_state = 0, .external_lex_state = 187}, - [7936] = {.lex_state = 0, .external_lex_state = 187}, - [7937] = {.lex_state = 0, .external_lex_state = 187}, - [7938] = {.lex_state = 0, .external_lex_state = 187}, - [7939] = {.lex_state = 0, .external_lex_state = 187}, - [7940] = {.lex_state = 0, .external_lex_state = 187}, - [7941] = {.lex_state = 0, .external_lex_state = 187}, - [7942] = {.lex_state = 0, .external_lex_state = 187}, - [7943] = {.lex_state = 0, .external_lex_state = 187}, - [7944] = {.lex_state = 0, .external_lex_state = 187}, - [7945] = {.lex_state = 0, .external_lex_state = 187}, - [7946] = {.lex_state = 0, .external_lex_state = 187}, - [7947] = {.lex_state = 0, .external_lex_state = 187}, - [7948] = {.lex_state = 0, .external_lex_state = 187}, - [7949] = {.lex_state = 0, .external_lex_state = 187}, - [7950] = {.lex_state = 0, .external_lex_state = 187}, - [7951] = {.lex_state = 0, .external_lex_state = 187}, - [7952] = {.lex_state = 0, .external_lex_state = 187}, - [7953] = {.lex_state = 0, .external_lex_state = 187}, - [7954] = {.lex_state = 0, .external_lex_state = 187}, - [7955] = {.lex_state = 0, .external_lex_state = 187}, - [7956] = {.lex_state = 0, .external_lex_state = 187}, - [7957] = {.lex_state = 0, .external_lex_state = 187}, - [7958] = {.lex_state = 0, .external_lex_state = 187}, - [7959] = {.lex_state = 0, .external_lex_state = 187}, - [7960] = {.lex_state = 0, .external_lex_state = 187}, - [7961] = {.lex_state = 0, .external_lex_state = 187}, - [7962] = {.lex_state = 0, .external_lex_state = 187}, - [7963] = {.lex_state = 0, .external_lex_state = 187}, - [7964] = {.lex_state = 0, .external_lex_state = 187}, - [7965] = {.lex_state = 0, .external_lex_state = 187}, - [7966] = {.lex_state = 0, .external_lex_state = 187}, - [7967] = {.lex_state = 0, .external_lex_state = 187}, - [7968] = {.lex_state = 0, .external_lex_state = 187}, - [7969] = {.lex_state = 0, .external_lex_state = 187}, - [7970] = {.lex_state = 0, .external_lex_state = 187}, - [7971] = {.lex_state = 0, .external_lex_state = 187}, - [7972] = {.lex_state = 0, .external_lex_state = 187}, - [7973] = {.lex_state = 0, .external_lex_state = 187}, - [7974] = {.lex_state = 0, .external_lex_state = 187}, - [7975] = {.lex_state = 0, .external_lex_state = 187}, - [7976] = {.lex_state = 0, .external_lex_state = 187}, - [7977] = {.lex_state = 0, .external_lex_state = 187}, - [7978] = {.lex_state = 0, .external_lex_state = 187}, - [7979] = {.lex_state = 0, .external_lex_state = 187}, - [7980] = {.lex_state = 0, .external_lex_state = 187}, - [7981] = {.lex_state = 0, .external_lex_state = 187}, - [7982] = {.lex_state = 0, .external_lex_state = 187}, - [7983] = {.lex_state = 0, .external_lex_state = 187}, - [7984] = {.lex_state = 0, .external_lex_state = 187}, - [7985] = {.lex_state = 0, .external_lex_state = 187}, - [7986] = {.lex_state = 0, .external_lex_state = 187}, - [7987] = {.lex_state = 0, .external_lex_state = 187}, - [7988] = {.lex_state = 0, .external_lex_state = 187}, - [7989] = {.lex_state = 0, .external_lex_state = 187}, - [7990] = {.lex_state = 0, .external_lex_state = 187}, - [7991] = {.lex_state = 0, .external_lex_state = 187}, - [7992] = {.lex_state = 0, .external_lex_state = 187}, - [7993] = {.lex_state = 0, .external_lex_state = 187}, - [7994] = {.lex_state = 0, .external_lex_state = 187}, - [7995] = {.lex_state = 0, .external_lex_state = 187}, - [7996] = {.lex_state = 0, .external_lex_state = 187}, - [7997] = {.lex_state = 0, .external_lex_state = 187}, - [7998] = {.lex_state = 0, .external_lex_state = 187}, - [7999] = {.lex_state = 0, .external_lex_state = 187}, - [8000] = {.lex_state = 0, .external_lex_state = 187}, - [8001] = {.lex_state = 0, .external_lex_state = 187}, - [8002] = {.lex_state = 0, .external_lex_state = 260}, - [8003] = {.lex_state = 0, .external_lex_state = 187}, - [8004] = {.lex_state = 0, .external_lex_state = 187}, - [8005] = {.lex_state = 0, .external_lex_state = 187}, - [8006] = {.lex_state = 0, .external_lex_state = 187}, - [8007] = {.lex_state = 0, .external_lex_state = 187}, - [8008] = {.lex_state = 0, .external_lex_state = 187}, - [8009] = {.lex_state = 0, .external_lex_state = 260}, - [8010] = {.lex_state = 0, .external_lex_state = 187}, - [8011] = {.lex_state = 0, .external_lex_state = 187}, - [8012] = {.lex_state = 0, .external_lex_state = 187}, - [8013] = {.lex_state = 0, .external_lex_state = 187}, - [8014] = {.lex_state = 0, .external_lex_state = 187}, - [8015] = {.lex_state = 0, .external_lex_state = 187}, - [8016] = {.lex_state = 0, .external_lex_state = 187}, - [8017] = {.lex_state = 0, .external_lex_state = 223}, - [8018] = {.lex_state = 0, .external_lex_state = 187}, - [8019] = {.lex_state = 0, .external_lex_state = 187}, - [8020] = {.lex_state = 0, .external_lex_state = 223}, - [8021] = {.lex_state = 0, .external_lex_state = 268}, - [8022] = {.lex_state = 0, .external_lex_state = 187}, - [8023] = {.lex_state = 0, .external_lex_state = 187}, - [8024] = {.lex_state = 0, .external_lex_state = 187}, - [8025] = {.lex_state = 0, .external_lex_state = 268}, - [8026] = {.lex_state = 0, .external_lex_state = 187}, - [8027] = {.lex_state = 0, .external_lex_state = 187}, - [8028] = {.lex_state = 0, .external_lex_state = 187}, - [8029] = {.lex_state = 0, .external_lex_state = 187}, - [8030] = {.lex_state = 0, .external_lex_state = 187}, - [8031] = {.lex_state = 0, .external_lex_state = 187}, - [8032] = {.lex_state = 0, .external_lex_state = 268}, - [8033] = {.lex_state = 0, .external_lex_state = 268}, - [8034] = {.lex_state = 0, .external_lex_state = 187}, - [8035] = {.lex_state = 0, .external_lex_state = 187}, - [8036] = {.lex_state = 0, .external_lex_state = 187}, - [8037] = {.lex_state = 0, .external_lex_state = 187}, - [8038] = {.lex_state = 0, .external_lex_state = 242}, - [8039] = {.lex_state = 0, .external_lex_state = 187}, - [8040] = {.lex_state = 0, .external_lex_state = 187}, - [8041] = {.lex_state = 0, .external_lex_state = 187}, - [8042] = {.lex_state = 0, .external_lex_state = 187}, - [8043] = {.lex_state = 0, .external_lex_state = 240}, - [8044] = {.lex_state = 0, .external_lex_state = 187}, - [8045] = {.lex_state = 0, .external_lex_state = 187}, + [7584] = {.lex_state = 0, .external_lex_state = 186}, + [7585] = {.lex_state = 0, .external_lex_state = 186}, + [7586] = {.lex_state = 0, .external_lex_state = 186}, + [7587] = {.lex_state = 0, .external_lex_state = 269}, + [7588] = {.lex_state = 0, .external_lex_state = 269}, + [7589] = {.lex_state = 0, .external_lex_state = 186}, + [7590] = {.lex_state = 0, .external_lex_state = 269}, + [7591] = {.lex_state = 0, .external_lex_state = 282}, + [7592] = {.lex_state = 0, .external_lex_state = 186}, + [7593] = {.lex_state = 0, .external_lex_state = 186}, + [7594] = {.lex_state = 0, .external_lex_state = 269}, + [7595] = {.lex_state = 0, .external_lex_state = 186}, + [7596] = {.lex_state = 0, .external_lex_state = 186}, + [7597] = {.lex_state = 0, .external_lex_state = 269}, + [7598] = {.lex_state = 0, .external_lex_state = 269}, + [7599] = {.lex_state = 0, .external_lex_state = 269}, + [7600] = {.lex_state = 0, .external_lex_state = 186}, + [7601] = {.lex_state = 0, .external_lex_state = 269}, + [7602] = {.lex_state = 0, .external_lex_state = 186}, + [7603] = {.lex_state = 0, .external_lex_state = 186}, + [7604] = {.lex_state = 0, .external_lex_state = 186}, + [7605] = {.lex_state = 0, .external_lex_state = 186}, + [7606] = {.lex_state = 0, .external_lex_state = 186}, + [7607] = {.lex_state = 0, .external_lex_state = 186}, + [7608] = {.lex_state = 0, .external_lex_state = 186}, + [7609] = {.lex_state = 0, .external_lex_state = 269}, + [7610] = {.lex_state = 0, .external_lex_state = 186}, + [7611] = {.lex_state = 0, .external_lex_state = 186}, + [7612] = {.lex_state = 0, .external_lex_state = 270}, + [7613] = {.lex_state = 0, .external_lex_state = 186}, + [7614] = {.lex_state = 0, .external_lex_state = 186}, + [7615] = {.lex_state = 0, .external_lex_state = 269}, + [7616] = {.lex_state = 0, .external_lex_state = 186}, + [7617] = {.lex_state = 0, .external_lex_state = 186}, + [7618] = {.lex_state = 0, .external_lex_state = 186}, + [7619] = {.lex_state = 0, .external_lex_state = 186}, + [7620] = {.lex_state = 0, .external_lex_state = 186}, + [7621] = {.lex_state = 0, .external_lex_state = 269}, + [7622] = {.lex_state = 0, .external_lex_state = 254}, + [7623] = {.lex_state = 0, .external_lex_state = 186}, + [7624] = {.lex_state = 0, .external_lex_state = 269}, + [7625] = {.lex_state = 0, .external_lex_state = 186}, + [7626] = {.lex_state = 0, .external_lex_state = 270}, + [7627] = {.lex_state = 0, .external_lex_state = 269}, + [7628] = {.lex_state = 0, .external_lex_state = 229}, + [7629] = {.lex_state = 0, .external_lex_state = 186}, + [7630] = {.lex_state = 0, .external_lex_state = 186}, + [7631] = {.lex_state = 0, .external_lex_state = 186}, + [7632] = {.lex_state = 0, .external_lex_state = 186}, + [7633] = {.lex_state = 0, .external_lex_state = 186}, + [7634] = {.lex_state = 0, .external_lex_state = 284}, + [7635] = {.lex_state = 0, .external_lex_state = 186}, + [7636] = {.lex_state = 0, .external_lex_state = 186}, + [7637] = {.lex_state = 0, .external_lex_state = 186}, + [7638] = {.lex_state = 0, .external_lex_state = 186}, + [7639] = {.lex_state = 0, .external_lex_state = 285}, + [7640] = {.lex_state = 0, .external_lex_state = 186}, + [7641] = {.lex_state = 0, .external_lex_state = 186}, + [7642] = {.lex_state = 0, .external_lex_state = 186}, + [7643] = {.lex_state = 0, .external_lex_state = 186}, + [7644] = {.lex_state = 0, .external_lex_state = 186}, + [7645] = {.lex_state = 0, .external_lex_state = 186}, + [7646] = {.lex_state = 0, .external_lex_state = 186}, + [7647] = {.lex_state = 0, .external_lex_state = 186}, + [7648] = {.lex_state = 0, .external_lex_state = 186}, + [7649] = {.lex_state = 0, .external_lex_state = 186}, + [7650] = {.lex_state = 0, .external_lex_state = 186}, + [7651] = {.lex_state = 0, .external_lex_state = 186}, + [7652] = {.lex_state = 0, .external_lex_state = 186}, + [7653] = {.lex_state = 0, .external_lex_state = 186}, + [7654] = {.lex_state = 0, .external_lex_state = 186}, + [7655] = {.lex_state = 0, .external_lex_state = 275}, + [7656] = {.lex_state = 0, .external_lex_state = 186}, + [7657] = {.lex_state = 0, .external_lex_state = 270}, + [7658] = {.lex_state = 0, .external_lex_state = 186}, + [7659] = {.lex_state = 0, .external_lex_state = 186}, + [7660] = {.lex_state = 0, .external_lex_state = 186}, + [7661] = {.lex_state = 0, .external_lex_state = 277}, + [7662] = {.lex_state = 0, .external_lex_state = 186}, + [7663] = {.lex_state = 0, .external_lex_state = 186}, + [7664] = {.lex_state = 0, .external_lex_state = 186}, + [7665] = {.lex_state = 0, .external_lex_state = 186}, + [7666] = {.lex_state = 0, .external_lex_state = 277}, + [7667] = {.lex_state = 0, .external_lex_state = 186}, + [7668] = {.lex_state = 0, .external_lex_state = 186}, + [7669] = {.lex_state = 0, .external_lex_state = 229}, + [7670] = {.lex_state = 0, .external_lex_state = 186}, + [7671] = {.lex_state = 0, .external_lex_state = 270}, + [7672] = {.lex_state = 0, .external_lex_state = 186}, + [7673] = {.lex_state = 0, .external_lex_state = 186}, + [7674] = {.lex_state = 0, .external_lex_state = 186}, + [7675] = {.lex_state = 0, .external_lex_state = 186}, + [7676] = {.lex_state = 0, .external_lex_state = 186}, + [7677] = {.lex_state = 0, .external_lex_state = 281}, + [7678] = {.lex_state = 0, .external_lex_state = 186}, + [7679] = {.lex_state = 0, .external_lex_state = 186}, + [7680] = {.lex_state = 0, .external_lex_state = 186}, + [7681] = {.lex_state = 0, .external_lex_state = 186}, + [7682] = {.lex_state = 0, .external_lex_state = 186}, + [7683] = {.lex_state = 0, .external_lex_state = 186}, + [7684] = {.lex_state = 0, .external_lex_state = 186}, + [7685] = {.lex_state = 0, .external_lex_state = 186}, + [7686] = {.lex_state = 0, .external_lex_state = 186}, + [7687] = {.lex_state = 0, .external_lex_state = 186}, + [7688] = {.lex_state = 0, .external_lex_state = 186}, + [7689] = {.lex_state = 0, .external_lex_state = 186}, + [7690] = {.lex_state = 0, .external_lex_state = 186}, + [7691] = {.lex_state = 0, .external_lex_state = 186}, + [7692] = {.lex_state = 0, .external_lex_state = 186}, + [7693] = {.lex_state = 0, .external_lex_state = 186}, + [7694] = {.lex_state = 0, .external_lex_state = 186}, + [7695] = {.lex_state = 0, .external_lex_state = 270}, + [7696] = {.lex_state = 0, .external_lex_state = 186}, + [7697] = {.lex_state = 0, .external_lex_state = 229}, + [7698] = {.lex_state = 0, .external_lex_state = 229}, + [7699] = {.lex_state = 0, .external_lex_state = 186}, + [7700] = {.lex_state = 0, .external_lex_state = 186}, + [7701] = {.lex_state = 0, .external_lex_state = 186}, + [7702] = {.lex_state = 0, .external_lex_state = 254}, + [7703] = {.lex_state = 0, .external_lex_state = 186}, + [7704] = {.lex_state = 0, .external_lex_state = 270}, + [7705] = {.lex_state = 0, .external_lex_state = 186}, + [7706] = {.lex_state = 0, .external_lex_state = 186}, + [7707] = {.lex_state = 0, .external_lex_state = 186}, + [7708] = {.lex_state = 0, .external_lex_state = 229}, + [7709] = {.lex_state = 0, .external_lex_state = 186}, + [7710] = {.lex_state = 0, .external_lex_state = 254}, + [7711] = {.lex_state = 0, .external_lex_state = 186}, + [7712] = {.lex_state = 0, .external_lex_state = 186}, + [7713] = {.lex_state = 0, .external_lex_state = 186}, + [7714] = {.lex_state = 0, .external_lex_state = 186}, + [7715] = {.lex_state = 0, .external_lex_state = 186}, + [7716] = {.lex_state = 0, .external_lex_state = 186}, + [7717] = {.lex_state = 0, .external_lex_state = 186}, + [7718] = {.lex_state = 0, .external_lex_state = 186}, + [7719] = {.lex_state = 0, .external_lex_state = 186}, + [7720] = {.lex_state = 0, .external_lex_state = 186}, + [7721] = {.lex_state = 0, .external_lex_state = 254}, + [7722] = {.lex_state = 0, .external_lex_state = 186}, + [7723] = {.lex_state = 0, .external_lex_state = 186}, + [7724] = {.lex_state = 0, .external_lex_state = 186}, + [7725] = {.lex_state = 0, .external_lex_state = 186}, + [7726] = {.lex_state = 0, .external_lex_state = 277}, + [7727] = {.lex_state = 0, .external_lex_state = 186}, + [7728] = {.lex_state = 0, .external_lex_state = 186}, + [7729] = {.lex_state = 0, .external_lex_state = 186}, + [7730] = {.lex_state = 0, .external_lex_state = 270}, + [7731] = {.lex_state = 0, .external_lex_state = 270}, + [7732] = {.lex_state = 0, .external_lex_state = 186}, + [7733] = {.lex_state = 0, .external_lex_state = 186}, + [7734] = {.lex_state = 0, .external_lex_state = 229}, + [7735] = {.lex_state = 0, .external_lex_state = 186}, + [7736] = {.lex_state = 0, .external_lex_state = 186}, + [7737] = {.lex_state = 0, .external_lex_state = 270}, + [7738] = {.lex_state = 0, .external_lex_state = 268}, + [7739] = {.lex_state = 0, .external_lex_state = 186}, + [7740] = {.lex_state = 0, .external_lex_state = 186}, + [7741] = {.lex_state = 0, .external_lex_state = 281}, + [7742] = {.lex_state = 0, .external_lex_state = 186}, + [7743] = {.lex_state = 0, .external_lex_state = 186}, + [7744] = {.lex_state = 0, .external_lex_state = 186}, + [7745] = {.lex_state = 0, .external_lex_state = 186}, + [7746] = {.lex_state = 0, .external_lex_state = 186}, + [7747] = {.lex_state = 0, .external_lex_state = 186}, + [7748] = {.lex_state = 0, .external_lex_state = 254}, + [7749] = {.lex_state = 0, .external_lex_state = 186}, + [7750] = {.lex_state = 0, .external_lex_state = 186}, + [7751] = {.lex_state = 0, .external_lex_state = 186}, + [7752] = {.lex_state = 0, .external_lex_state = 186}, + [7753] = {.lex_state = 0, .external_lex_state = 186}, + [7754] = {.lex_state = 0, .external_lex_state = 186}, + [7755] = {.lex_state = 0, .external_lex_state = 186}, + [7756] = {.lex_state = 0, .external_lex_state = 186}, + [7757] = {.lex_state = 0, .external_lex_state = 186}, + [7758] = {.lex_state = 0, .external_lex_state = 186}, + [7759] = {.lex_state = 0, .external_lex_state = 186}, + [7760] = {.lex_state = 0, .external_lex_state = 270}, + [7761] = {.lex_state = 0, .external_lex_state = 229}, + [7762] = {.lex_state = 0, .external_lex_state = 229}, + [7763] = {.lex_state = 0, .external_lex_state = 186}, + [7764] = {.lex_state = 0, .external_lex_state = 278}, + [7765] = {.lex_state = 0, .external_lex_state = 278}, + [7766] = {.lex_state = 0, .external_lex_state = 270}, + [7767] = {.lex_state = 0, .external_lex_state = 270}, + [7768] = {.lex_state = 0, .external_lex_state = 186}, + [7769] = {.lex_state = 0, .external_lex_state = 186}, + [7770] = {.lex_state = 0, .external_lex_state = 186}, + [7771] = {.lex_state = 0, .external_lex_state = 186}, + [7772] = {.lex_state = 0, .external_lex_state = 186}, + [7773] = {.lex_state = 0, .external_lex_state = 186}, + [7774] = {.lex_state = 0, .external_lex_state = 186}, + [7775] = {.lex_state = 0, .external_lex_state = 279}, + [7776] = {.lex_state = 0, .external_lex_state = 186}, + [7777] = {.lex_state = 0, .external_lex_state = 186}, + [7778] = {.lex_state = 0, .external_lex_state = 186}, + [7779] = {.lex_state = 0, .external_lex_state = 186}, + [7780] = {.lex_state = 0, .external_lex_state = 186}, + [7781] = {.lex_state = 0, .external_lex_state = 186}, + [7782] = {.lex_state = 0, .external_lex_state = 270}, + [7783] = {.lex_state = 0, .external_lex_state = 270}, + [7784] = {.lex_state = 0, .external_lex_state = 186}, + [7785] = {.lex_state = 0, .external_lex_state = 186}, + [7786] = {.lex_state = 0, .external_lex_state = 277}, + [7787] = {.lex_state = 0, .external_lex_state = 186}, + [7788] = {.lex_state = 0, .external_lex_state = 186}, + [7789] = {.lex_state = 0, .external_lex_state = 279}, + [7790] = {.lex_state = 0, .external_lex_state = 186}, + [7791] = {.lex_state = 0, .external_lex_state = 270}, + [7792] = {.lex_state = 0, .external_lex_state = 186}, + [7793] = {.lex_state = 0, .external_lex_state = 186}, + [7794] = {.lex_state = 0, .external_lex_state = 229}, + [7795] = {.lex_state = 0, .external_lex_state = 186}, + [7796] = {.lex_state = 0, .external_lex_state = 186}, + [7797] = {.lex_state = 0, .external_lex_state = 186}, + [7798] = {.lex_state = 0, .external_lex_state = 186}, + [7799] = {.lex_state = 0, .external_lex_state = 186}, + [7800] = {.lex_state = 0, .external_lex_state = 281}, + [7801] = {.lex_state = 0, .external_lex_state = 186}, + [7802] = {.lex_state = 0, .external_lex_state = 186}, + [7803] = {.lex_state = 0, .external_lex_state = 278}, + [7804] = {.lex_state = 0, .external_lex_state = 186}, + [7805] = {.lex_state = 0, .external_lex_state = 186}, + [7806] = {.lex_state = 0, .external_lex_state = 186}, + [7807] = {.lex_state = 0, .external_lex_state = 186}, + [7808] = {.lex_state = 0, .external_lex_state = 186}, + [7809] = {.lex_state = 0, .external_lex_state = 186}, + [7810] = {.lex_state = 0, .external_lex_state = 186}, + [7811] = {.lex_state = 0, .external_lex_state = 186}, + [7812] = {.lex_state = 0, .external_lex_state = 186}, + [7813] = {.lex_state = 0, .external_lex_state = 186}, + [7814] = {.lex_state = 0, .external_lex_state = 186}, + [7815] = {.lex_state = 0, .external_lex_state = 229}, + [7816] = {.lex_state = 0, .external_lex_state = 229}, + [7817] = {.lex_state = 0, .external_lex_state = 270}, + [7818] = {.lex_state = 0, .external_lex_state = 186}, + [7819] = {.lex_state = 0, .external_lex_state = 186}, + [7820] = {.lex_state = 0, .external_lex_state = 270}, + [7821] = {.lex_state = 0, .external_lex_state = 186}, + [7822] = {.lex_state = 0, .external_lex_state = 186}, + [7823] = {.lex_state = 0, .external_lex_state = 186}, + [7824] = {.lex_state = 0, .external_lex_state = 186}, + [7825] = {.lex_state = 0, .external_lex_state = 186}, + [7826] = {.lex_state = 0, .external_lex_state = 186}, + [7827] = {.lex_state = 0, .external_lex_state = 186}, + [7828] = {.lex_state = 0, .external_lex_state = 186}, + [7829] = {.lex_state = 0, .external_lex_state = 186}, + [7830] = {.lex_state = 0, .external_lex_state = 186}, + [7831] = {.lex_state = 0, .external_lex_state = 186}, + [7832] = {.lex_state = 0, .external_lex_state = 186}, + [7833] = {.lex_state = 0, .external_lex_state = 186}, + [7834] = {.lex_state = 0, .external_lex_state = 186}, + [7835] = {.lex_state = 0, .external_lex_state = 229}, + [7836] = {.lex_state = 0, .external_lex_state = 186}, + [7837] = {.lex_state = 0, .external_lex_state = 186}, + [7838] = {.lex_state = 0, .external_lex_state = 281}, + [7839] = {.lex_state = 0, .external_lex_state = 186}, + [7840] = {.lex_state = 0, .external_lex_state = 186}, + [7841] = {.lex_state = 0, .external_lex_state = 186}, + [7842] = {.lex_state = 0, .external_lex_state = 186}, + [7843] = {.lex_state = 0, .external_lex_state = 281}, + [7844] = {.lex_state = 0, .external_lex_state = 186}, + [7845] = {.lex_state = 0, .external_lex_state = 186}, + [7846] = {.lex_state = 0, .external_lex_state = 186}, + [7847] = {.lex_state = 0, .external_lex_state = 186}, + [7848] = {.lex_state = 0, .external_lex_state = 186}, + [7849] = {.lex_state = 0, .external_lex_state = 229}, + [7850] = {.lex_state = 0, .external_lex_state = 229}, + [7851] = {.lex_state = 0, .external_lex_state = 186}, + [7852] = {.lex_state = 0, .external_lex_state = 186}, + [7853] = {.lex_state = 0, .external_lex_state = 270}, + [7854] = {.lex_state = 0, .external_lex_state = 186}, + [7855] = {.lex_state = 0, .external_lex_state = 186}, + [7856] = {.lex_state = 0, .external_lex_state = 186}, + [7857] = {.lex_state = 0, .external_lex_state = 270}, + [7858] = {.lex_state = 0, .external_lex_state = 186}, + [7859] = {.lex_state = 0, .external_lex_state = 186}, + [7860] = {.lex_state = 0, .external_lex_state = 186}, + [7861] = {.lex_state = 0, .external_lex_state = 186}, + [7862] = {.lex_state = 0, .external_lex_state = 229}, + [7863] = {.lex_state = 0, .external_lex_state = 186}, + [7864] = {.lex_state = 0, .external_lex_state = 281}, + [7865] = {.lex_state = 0, .external_lex_state = 186}, + [7866] = {.lex_state = 0, .external_lex_state = 186}, + [7867] = {.lex_state = 0, .external_lex_state = 186}, + [7868] = {.lex_state = 0, .external_lex_state = 186}, + [7869] = {.lex_state = 0, .external_lex_state = 186}, + [7870] = {.lex_state = 0, .external_lex_state = 229}, + [7871] = {.lex_state = 0, .external_lex_state = 229}, + [7872] = {.lex_state = 0, .external_lex_state = 186}, + [7873] = {.lex_state = 0, .external_lex_state = 186}, + [7874] = {.lex_state = 0, .external_lex_state = 186}, + [7875] = {.lex_state = 0, .external_lex_state = 186}, + [7876] = {.lex_state = 0, .external_lex_state = 281}, + [7877] = {.lex_state = 0, .external_lex_state = 281}, + [7878] = {.lex_state = 0, .external_lex_state = 186}, + [7879] = {.lex_state = 0, .external_lex_state = 186}, + [7880] = {.lex_state = 0, .external_lex_state = 186}, + [7881] = {.lex_state = 0, .external_lex_state = 186}, + [7882] = {.lex_state = 0, .external_lex_state = 229}, + [7883] = {.lex_state = 0, .external_lex_state = 229}, + [7884] = {.lex_state = 0, .external_lex_state = 243}, + [7885] = {.lex_state = 0, .external_lex_state = 186}, + [7886] = {.lex_state = 0, .external_lex_state = 186}, + [7887] = {.lex_state = 0, .external_lex_state = 186}, + [7888] = {.lex_state = 0, .external_lex_state = 229}, + [7889] = {.lex_state = 0, .external_lex_state = 186}, + [7890] = {.lex_state = 0, .external_lex_state = 186}, + [7891] = {.lex_state = 0, .external_lex_state = 186}, + [7892] = {.lex_state = 0, .external_lex_state = 186}, + [7893] = {.lex_state = 0, .external_lex_state = 186}, + [7894] = {.lex_state = 0, .external_lex_state = 186}, + [7895] = {.lex_state = 0, .external_lex_state = 186}, + [7896] = {.lex_state = 0, .external_lex_state = 186}, + [7897] = {.lex_state = 0, .external_lex_state = 186}, + [7898] = {.lex_state = 0, .external_lex_state = 186}, + [7899] = {.lex_state = 0, .external_lex_state = 186}, + [7900] = {.lex_state = 0, .external_lex_state = 186}, + [7901] = {.lex_state = 0, .external_lex_state = 186}, + [7902] = {.lex_state = 0, .external_lex_state = 186}, + [7903] = {.lex_state = 0, .external_lex_state = 186}, + [7904] = {.lex_state = 0, .external_lex_state = 186}, + [7905] = {.lex_state = 0, .external_lex_state = 186}, + [7906] = {.lex_state = 0, .external_lex_state = 186}, + [7907] = {.lex_state = 0, .external_lex_state = 186}, + [7908] = {.lex_state = 0, .external_lex_state = 186}, + [7909] = {.lex_state = 0, .external_lex_state = 186}, + [7910] = {.lex_state = 0, .external_lex_state = 186}, + [7911] = {.lex_state = 0, .external_lex_state = 186}, + [7912] = {.lex_state = 0, .external_lex_state = 186}, + [7913] = {.lex_state = 0, .external_lex_state = 186}, + [7914] = {.lex_state = 0, .external_lex_state = 186}, + [7915] = {.lex_state = 0, .external_lex_state = 186}, + [7916] = {.lex_state = 0, .external_lex_state = 186}, + [7917] = {.lex_state = 0, .external_lex_state = 186}, + [7918] = {.lex_state = 0, .external_lex_state = 186}, + [7919] = {.lex_state = 0, .external_lex_state = 186}, + [7920] = {.lex_state = 0, .external_lex_state = 186}, + [7921] = {.lex_state = 0, .external_lex_state = 186}, + [7922] = {.lex_state = 0, .external_lex_state = 186}, + [7923] = {.lex_state = 0, .external_lex_state = 186}, + [7924] = {.lex_state = 0, .external_lex_state = 186}, + [7925] = {.lex_state = 0, .external_lex_state = 186}, + [7926] = {.lex_state = 0, .external_lex_state = 186}, + [7927] = {.lex_state = 0, .external_lex_state = 186}, + [7928] = {.lex_state = 0, .external_lex_state = 186}, + [7929] = {.lex_state = 0, .external_lex_state = 186}, + [7930] = {.lex_state = 0, .external_lex_state = 186}, + [7931] = {.lex_state = 0, .external_lex_state = 186}, + [7932] = {.lex_state = 0, .external_lex_state = 186}, + [7933] = {.lex_state = 0, .external_lex_state = 186}, + [7934] = {.lex_state = 0, .external_lex_state = 186}, + [7935] = {.lex_state = 0, .external_lex_state = 186}, + [7936] = {.lex_state = 0, .external_lex_state = 186}, + [7937] = {.lex_state = 0, .external_lex_state = 186}, + [7938] = {.lex_state = 0, .external_lex_state = 186}, + [7939] = {.lex_state = 0, .external_lex_state = 186}, + [7940] = {.lex_state = 0, .external_lex_state = 186}, + [7941] = {.lex_state = 0, .external_lex_state = 186}, + [7942] = {.lex_state = 0, .external_lex_state = 186}, + [7943] = {.lex_state = 0, .external_lex_state = 186}, + [7944] = {.lex_state = 0, .external_lex_state = 186}, + [7945] = {.lex_state = 0, .external_lex_state = 186}, + [7946] = {.lex_state = 0, .external_lex_state = 186}, + [7947] = {.lex_state = 0, .external_lex_state = 186}, + [7948] = {.lex_state = 0, .external_lex_state = 186}, + [7949] = {.lex_state = 0, .external_lex_state = 186}, + [7950] = {.lex_state = 0, .external_lex_state = 186}, + [7951] = {.lex_state = 0, .external_lex_state = 186}, + [7952] = {.lex_state = 0, .external_lex_state = 186}, + [7953] = {.lex_state = 0, .external_lex_state = 186}, + [7954] = {.lex_state = 0, .external_lex_state = 186}, + [7955] = {.lex_state = 0, .external_lex_state = 186}, + [7956] = {.lex_state = 0, .external_lex_state = 186}, + [7957] = {.lex_state = 0, .external_lex_state = 186}, + [7958] = {.lex_state = 0, .external_lex_state = 186}, + [7959] = {.lex_state = 0, .external_lex_state = 186}, + [7960] = {.lex_state = 0, .external_lex_state = 186}, + [7961] = {.lex_state = 0, .external_lex_state = 186}, + [7962] = {.lex_state = 0, .external_lex_state = 186}, + [7963] = {.lex_state = 0, .external_lex_state = 186}, + [7964] = {.lex_state = 0, .external_lex_state = 186}, + [7965] = {.lex_state = 0, .external_lex_state = 186}, + [7966] = {.lex_state = 0, .external_lex_state = 186}, + [7967] = {.lex_state = 0, .external_lex_state = 186}, + [7968] = {.lex_state = 0, .external_lex_state = 186}, + [7969] = {.lex_state = 0, .external_lex_state = 186}, + [7970] = {.lex_state = 0, .external_lex_state = 186}, + [7971] = {.lex_state = 0, .external_lex_state = 186}, + [7972] = {.lex_state = 0, .external_lex_state = 186}, + [7973] = {.lex_state = 0, .external_lex_state = 186}, + [7974] = {.lex_state = 0, .external_lex_state = 186}, + [7975] = {.lex_state = 0, .external_lex_state = 186}, + [7976] = {.lex_state = 0, .external_lex_state = 186}, + [7977] = {.lex_state = 0, .external_lex_state = 186}, + [7978] = {.lex_state = 0, .external_lex_state = 186}, + [7979] = {.lex_state = 0, .external_lex_state = 186}, + [7980] = {.lex_state = 0, .external_lex_state = 186}, + [7981] = {.lex_state = 0, .external_lex_state = 186}, + [7982] = {.lex_state = 0, .external_lex_state = 186}, + [7983] = {.lex_state = 0, .external_lex_state = 186}, + [7984] = {.lex_state = 0, .external_lex_state = 186}, + [7985] = {.lex_state = 0, .external_lex_state = 186}, + [7986] = {.lex_state = 0, .external_lex_state = 186}, + [7987] = {.lex_state = 0, .external_lex_state = 186}, + [7988] = {.lex_state = 0, .external_lex_state = 186}, + [7989] = {.lex_state = 0, .external_lex_state = 186}, + [7990] = {.lex_state = 0, .external_lex_state = 186}, + [7991] = {.lex_state = 0, .external_lex_state = 186}, + [7992] = {.lex_state = 0, .external_lex_state = 186}, + [7993] = {.lex_state = 0, .external_lex_state = 186}, + [7994] = {.lex_state = 0, .external_lex_state = 186}, + [7995] = {.lex_state = 0, .external_lex_state = 186}, + [7996] = {.lex_state = 0, .external_lex_state = 186}, + [7997] = {.lex_state = 0, .external_lex_state = 186}, + [7998] = {.lex_state = 0, .external_lex_state = 186}, + [7999] = {.lex_state = 0, .external_lex_state = 186}, + [8000] = {.lex_state = 0, .external_lex_state = 186}, + [8001] = {.lex_state = 0, .external_lex_state = 186}, + [8002] = {.lex_state = 0, .external_lex_state = 186}, + [8003] = {.lex_state = 0, .external_lex_state = 186}, + [8004] = {.lex_state = 0, .external_lex_state = 186}, + [8005] = {.lex_state = 0, .external_lex_state = 186}, + [8006] = {.lex_state = 0, .external_lex_state = 186}, + [8007] = {.lex_state = 0, .external_lex_state = 186}, + [8008] = {.lex_state = 0, .external_lex_state = 186}, + [8009] = {.lex_state = 0, .external_lex_state = 186}, + [8010] = {.lex_state = 0, .external_lex_state = 186}, + [8011] = {.lex_state = 0, .external_lex_state = 186}, + [8012] = {.lex_state = 0, .external_lex_state = 186}, + [8013] = {.lex_state = 0, .external_lex_state = 186}, + [8014] = {.lex_state = 0, .external_lex_state = 186}, + [8015] = {.lex_state = 0, .external_lex_state = 186}, + [8016] = {.lex_state = 0, .external_lex_state = 186}, + [8017] = {.lex_state = 0, .external_lex_state = 186}, + [8018] = {.lex_state = 0, .external_lex_state = 262}, + [8019] = {.lex_state = 0, .external_lex_state = 286}, + [8020] = {.lex_state = 0, .external_lex_state = 186}, + [8021] = {.lex_state = 0, .external_lex_state = 186}, + [8022] = {.lex_state = 0, .external_lex_state = 186}, + [8023] = {.lex_state = 0, .external_lex_state = 186}, + [8024] = {.lex_state = 0, .external_lex_state = 186}, + [8025] = {.lex_state = 0, .external_lex_state = 186}, + [8026] = {.lex_state = 0, .external_lex_state = 186}, + [8027] = {.lex_state = 0, .external_lex_state = 186}, + [8028] = {.lex_state = 0, .external_lex_state = 186}, + [8029] = {.lex_state = 0, .external_lex_state = 186}, + [8030] = {.lex_state = 0, .external_lex_state = 186}, + [8031] = {.lex_state = 0, .external_lex_state = 186}, + [8032] = {.lex_state = 0, .external_lex_state = 186}, + [8033] = {.lex_state = 0, .external_lex_state = 186}, + [8034] = {.lex_state = 0, .external_lex_state = 186}, + [8035] = {.lex_state = 0, .external_lex_state = 287}, + [8036] = {.lex_state = 0, .external_lex_state = 186}, + [8037] = {.lex_state = 0, .external_lex_state = 186}, + [8038] = {.lex_state = 0, .external_lex_state = 186}, + [8039] = {.lex_state = 0, .external_lex_state = 186}, + [8040] = {.lex_state = 0, .external_lex_state = 186}, + [8041] = {.lex_state = 0, .external_lex_state = 186}, + [8042] = {.lex_state = 0, .external_lex_state = 186}, + [8043] = {.lex_state = 0, .external_lex_state = 186}, + [8044] = {.lex_state = 0, .external_lex_state = 186}, + [8045] = {.lex_state = 0, .external_lex_state = 186}, [8046] = {.lex_state = 0, .external_lex_state = 240}, - [8047] = {.lex_state = 0, .external_lex_state = 187}, - [8048] = {.lex_state = 0, .external_lex_state = 275}, - [8049] = {.lex_state = 0, .external_lex_state = 187}, - [8050] = {.lex_state = 0, .external_lex_state = 187}, - [8051] = {.lex_state = 0, .external_lex_state = 187}, - [8052] = {.lex_state = 0, .external_lex_state = 286}, - [8053] = {.lex_state = 0, .external_lex_state = 187}, - [8054] = {.lex_state = 0, .external_lex_state = 187}, - [8055] = {.lex_state = 0, .external_lex_state = 187}, - [8056] = {.lex_state = 0, .external_lex_state = 187}, - [8057] = {.lex_state = 0, .external_lex_state = 187}, - [8058] = {.lex_state = 0, .external_lex_state = 187}, - [8059] = {.lex_state = 0, .external_lex_state = 187}, - [8060] = {.lex_state = 0, .external_lex_state = 187}, - [8061] = {.lex_state = 0, .external_lex_state = 187}, - [8062] = {.lex_state = 0, .external_lex_state = 268}, - [8063] = {.lex_state = 0, .external_lex_state = 187}, - [8064] = {.lex_state = 0, .external_lex_state = 187}, - [8065] = {.lex_state = 0, .external_lex_state = 187}, - [8066] = {.lex_state = 0, .external_lex_state = 187}, - [8067] = {.lex_state = 0, .external_lex_state = 287}, - [8068] = {.lex_state = 0, .external_lex_state = 187}, - [8069] = {.lex_state = 0, .external_lex_state = 187}, - [8070] = {.lex_state = 0, .external_lex_state = 187}, - [8071] = {.lex_state = 0, .external_lex_state = 187}, - [8072] = {.lex_state = 0, .external_lex_state = 187}, - [8073] = {.lex_state = 0, .external_lex_state = 187}, - [8074] = {.lex_state = 0, .external_lex_state = 187}, - [8075] = {.lex_state = 0, .external_lex_state = 268}, - [8076] = {.lex_state = 0, .external_lex_state = 187}, - [8077] = {.lex_state = 0, .external_lex_state = 187}, - [8078] = {.lex_state = 0, .external_lex_state = 187}, - [8079] = {.lex_state = 0, .external_lex_state = 187}, - [8080] = {.lex_state = 0, .external_lex_state = 286}, - [8081] = {.lex_state = 0, .external_lex_state = 187}, - [8082] = {.lex_state = 0, .external_lex_state = 187}, - [8083] = {.lex_state = 0, .external_lex_state = 187}, - [8084] = {.lex_state = 0, .external_lex_state = 187}, - [8085] = {.lex_state = 0, .external_lex_state = 187}, - [8086] = {.lex_state = 0, .external_lex_state = 187}, - [8087] = {.lex_state = 0, .external_lex_state = 187}, - [8088] = {.lex_state = 0, .external_lex_state = 187}, - [8089] = {.lex_state = 0, .external_lex_state = 187}, - [8090] = {.lex_state = 0, .external_lex_state = 187}, - [8091] = {.lex_state = 0, .external_lex_state = 187}, - [8092] = {.lex_state = 0, .external_lex_state = 187}, - [8093] = {.lex_state = 0, .external_lex_state = 187}, - [8094] = {.lex_state = 0, .external_lex_state = 187}, - [8095] = {.lex_state = 0, .external_lex_state = 187}, - [8096] = {.lex_state = 0, .external_lex_state = 187}, - [8097] = {.lex_state = 0, .external_lex_state = 187}, - [8098] = {.lex_state = 0, .external_lex_state = 187}, - [8099] = {.lex_state = 0, .external_lex_state = 187}, - [8100] = {.lex_state = 0, .external_lex_state = 187}, - [8101] = {.lex_state = 0, .external_lex_state = 187}, - [8102] = {.lex_state = 0, .external_lex_state = 187}, - [8103] = {.lex_state = 0, .external_lex_state = 187}, - [8104] = {.lex_state = 0, .external_lex_state = 187}, - [8105] = {.lex_state = 0, .external_lex_state = 187}, - [8106] = {.lex_state = 0, .external_lex_state = 187}, - [8107] = {.lex_state = 0, .external_lex_state = 187}, - [8108] = {.lex_state = 0, .external_lex_state = 187}, - [8109] = {.lex_state = 0, .external_lex_state = 187}, - [8110] = {.lex_state = 0, .external_lex_state = 284}, - [8111] = {.lex_state = 0, .external_lex_state = 187}, - [8112] = {.lex_state = 0, .external_lex_state = 187}, - [8113] = {.lex_state = 0, .external_lex_state = 187}, - [8114] = {.lex_state = 0, .external_lex_state = 187}, - [8115] = {.lex_state = 0, .external_lex_state = 187}, - [8116] = {.lex_state = 0, .external_lex_state = 187}, - [8117] = {.lex_state = 0, .external_lex_state = 187}, - [8118] = {.lex_state = 0, .external_lex_state = 187}, - [8119] = {.lex_state = 0, .external_lex_state = 187}, - [8120] = {.lex_state = 0, .external_lex_state = 288}, - [8121] = {.lex_state = 0, .external_lex_state = 187}, - [8122] = {.lex_state = 0, .external_lex_state = 187}, - [8123] = {.lex_state = 0, .external_lex_state = 187}, - [8124] = {.lex_state = 0, .external_lex_state = 187}, - [8125] = {.lex_state = 0, .external_lex_state = 187}, - [8126] = {.lex_state = 0, .external_lex_state = 187}, - [8127] = {.lex_state = 0, .external_lex_state = 187}, - [8128] = {.lex_state = 0, .external_lex_state = 187}, - [8129] = {.lex_state = 0, .external_lex_state = 187}, - [8130] = {.lex_state = 0, .external_lex_state = 187}, - [8131] = {.lex_state = 0, .external_lex_state = 187}, - [8132] = {.lex_state = 0, .external_lex_state = 187}, - [8133] = {.lex_state = 0, .external_lex_state = 187}, - [8134] = {.lex_state = 0, .external_lex_state = 289}, - [8135] = {.lex_state = 0, .external_lex_state = 260}, - [8136] = {.lex_state = 0, .external_lex_state = 187}, - [8137] = {.lex_state = 0, .external_lex_state = 187}, - [8138] = {.lex_state = 0, .external_lex_state = 187}, - [8139] = {.lex_state = 0, .external_lex_state = 187}, - [8140] = {.lex_state = 0, .external_lex_state = 260}, - [8141] = {.lex_state = 0, .external_lex_state = 187}, - [8142] = {.lex_state = 0, .external_lex_state = 187}, - [8143] = {.lex_state = 0, .external_lex_state = 187}, - [8144] = {.lex_state = 0, .external_lex_state = 187}, - [8145] = {.lex_state = 0, .external_lex_state = 187}, - [8146] = {.lex_state = 0, .external_lex_state = 187}, - [8147] = {.lex_state = 0, .external_lex_state = 187}, - [8148] = {.lex_state = 0, .external_lex_state = 268}, - [8149] = {.lex_state = 0, .external_lex_state = 187}, - [8150] = {.lex_state = 0, .external_lex_state = 240}, - [8151] = {.lex_state = 0, .external_lex_state = 253}, - [8152] = {.lex_state = 0, .external_lex_state = 255}, - [8153] = {.lex_state = 0, .external_lex_state = 259}, - [8154] = {.lex_state = 0, .external_lex_state = 259}, - [8155] = {.lex_state = 0, .external_lex_state = 259}, - [8156] = {.lex_state = 0, .external_lex_state = 187}, - [8157] = {.lex_state = 0, .external_lex_state = 223}, - [8158] = {.lex_state = 0, .external_lex_state = 268}, - [8159] = {.lex_state = 0, .external_lex_state = 268}, - [8160] = {.lex_state = 0, .external_lex_state = 187}, - [8161] = {.lex_state = 0, .external_lex_state = 187}, - [8162] = {.lex_state = 0, .external_lex_state = 268}, - [8163] = {.lex_state = 0, .external_lex_state = 187}, - [8164] = {.lex_state = 0, .external_lex_state = 187}, - [8165] = {.lex_state = 0, .external_lex_state = 187}, - [8166] = {.lex_state = 0, .external_lex_state = 187}, - [8167] = {.lex_state = 0, .external_lex_state = 187}, - [8168] = {.lex_state = 0, .external_lex_state = 187}, - [8169] = {.lex_state = 0, .external_lex_state = 187}, - [8170] = {.lex_state = 0, .external_lex_state = 187}, - [8171] = {.lex_state = 0, .external_lex_state = 187}, - [8172] = {.lex_state = 0, .external_lex_state = 187}, - [8173] = {.lex_state = 0, .external_lex_state = 187}, - [8174] = {.lex_state = 0, .external_lex_state = 187}, - [8175] = {.lex_state = 0, .external_lex_state = 187}, - [8176] = {.lex_state = 0, .external_lex_state = 187}, - [8177] = {.lex_state = 0, .external_lex_state = 187}, - [8178] = {.lex_state = 0, .external_lex_state = 187}, - [8179] = {.lex_state = 0, .external_lex_state = 255}, - [8180] = {.lex_state = 0, .external_lex_state = 259}, - [8181] = {.lex_state = 0, .external_lex_state = 187}, - [8182] = {.lex_state = 0, .external_lex_state = 287}, - [8183] = {.lex_state = 0, .external_lex_state = 187}, - [8184] = {.lex_state = 0, .external_lex_state = 187}, - [8185] = {.lex_state = 0, .external_lex_state = 187}, - [8186] = {.lex_state = 0, .external_lex_state = 187}, - [8187] = {.lex_state = 0, .external_lex_state = 187}, - [8188] = {.lex_state = 0, .external_lex_state = 187}, - [8189] = {.lex_state = 0, .external_lex_state = 187}, - [8190] = {.lex_state = 0, .external_lex_state = 187}, - [8191] = {.lex_state = 0, .external_lex_state = 262}, - [8192] = {.lex_state = 0, .external_lex_state = 187}, - [8193] = {.lex_state = 0, .external_lex_state = 187}, - [8194] = {.lex_state = 0, .external_lex_state = 187}, - [8195] = {.lex_state = 0, .external_lex_state = 187}, - [8196] = {.lex_state = 0, .external_lex_state = 187}, - [8197] = {.lex_state = 0, .external_lex_state = 187}, - [8198] = {.lex_state = 0, .external_lex_state = 187}, - [8199] = {.lex_state = 0, .external_lex_state = 187}, - [8200] = {.lex_state = 0, .external_lex_state = 268}, - [8201] = {.lex_state = 0, .external_lex_state = 187}, - [8202] = {.lex_state = 0, .external_lex_state = 187}, - [8203] = {.lex_state = 0, .external_lex_state = 187}, - [8204] = {.lex_state = 0, .external_lex_state = 187}, - [8205] = {.lex_state = 0, .external_lex_state = 187}, - [8206] = {.lex_state = 0, .external_lex_state = 260}, - [8207] = {.lex_state = 0, .external_lex_state = 187}, - [8208] = {.lex_state = 0, .external_lex_state = 187}, - [8209] = {.lex_state = 0, .external_lex_state = 187}, - [8210] = {.lex_state = 0, .external_lex_state = 268}, - [8211] = {.lex_state = 0, .external_lex_state = 187}, - [8212] = {.lex_state = 0, .external_lex_state = 260}, - [8213] = {.lex_state = 0, .external_lex_state = 187}, - [8214] = {.lex_state = 0, .external_lex_state = 187}, - [8215] = {.lex_state = 0, .external_lex_state = 187}, - [8216] = {.lex_state = 0, .external_lex_state = 187}, - [8217] = {.lex_state = 0, .external_lex_state = 187}, - [8218] = {.lex_state = 0, .external_lex_state = 187}, - [8219] = {.lex_state = 0, .external_lex_state = 187}, - [8220] = {.lex_state = 0, .external_lex_state = 187}, - [8221] = {.lex_state = 0, .external_lex_state = 187}, - [8222] = {.lex_state = 0, .external_lex_state = 187}, - [8223] = {.lex_state = 0, .external_lex_state = 187}, - [8224] = {.lex_state = 0, .external_lex_state = 187}, - [8225] = {.lex_state = 0, .external_lex_state = 187}, - [8226] = {.lex_state = 0, .external_lex_state = 187}, - [8227] = {.lex_state = 0, .external_lex_state = 187}, - [8228] = {.lex_state = 0, .external_lex_state = 187}, - [8229] = {.lex_state = 0, .external_lex_state = 187}, - [8230] = {.lex_state = 0, .external_lex_state = 187}, - [8231] = {.lex_state = 0, .external_lex_state = 187}, - [8232] = {.lex_state = 0, .external_lex_state = 187}, - [8233] = {.lex_state = 0, .external_lex_state = 187}, - [8234] = {.lex_state = 0, .external_lex_state = 187}, - [8235] = {.lex_state = 0, .external_lex_state = 268}, - [8236] = {.lex_state = 0, .external_lex_state = 187}, - [8237] = {.lex_state = 0, .external_lex_state = 187}, - [8238] = {.lex_state = 0, .external_lex_state = 268}, - [8239] = {.lex_state = 0, .external_lex_state = 187}, - [8240] = {.lex_state = 0, .external_lex_state = 187}, - [8241] = {.lex_state = 0, .external_lex_state = 260}, - [8242] = {.lex_state = 0, .external_lex_state = 187}, - [8243] = {.lex_state = 0, .external_lex_state = 270}, - [8244] = {.lex_state = 0, .external_lex_state = 187}, - [8245] = {.lex_state = 0, .external_lex_state = 187}, - [8246] = {.lex_state = 0, .external_lex_state = 259}, - [8247] = {.lex_state = 0, .external_lex_state = 268}, - [8248] = {.lex_state = 0, .external_lex_state = 187}, - [8249] = {.lex_state = 0, .external_lex_state = 268}, - [8250] = {.lex_state = 0, .external_lex_state = 187}, - [8251] = {.lex_state = 0, .external_lex_state = 187}, - [8252] = {.lex_state = 0, .external_lex_state = 187}, - [8253] = {.lex_state = 0, .external_lex_state = 187}, - [8254] = {.lex_state = 0, .external_lex_state = 187}, - [8255] = {.lex_state = 0, .external_lex_state = 187}, - [8256] = {.lex_state = 0, .external_lex_state = 187}, - [8257] = {.lex_state = 0, .external_lex_state = 187}, - [8258] = {.lex_state = 0, .external_lex_state = 187}, - [8259] = {.lex_state = 0, .external_lex_state = 187}, - [8260] = {.lex_state = 0, .external_lex_state = 260}, - [8261] = {.lex_state = 0, .external_lex_state = 187}, - [8262] = {.lex_state = 0, .external_lex_state = 187}, - [8263] = {.lex_state = 0, .external_lex_state = 283}, - [8264] = {.lex_state = 0, .external_lex_state = 187}, - [8265] = {.lex_state = 0, .external_lex_state = 255}, - [8266] = {.lex_state = 0, .external_lex_state = 187}, - [8267] = {.lex_state = 0, .external_lex_state = 255}, - [8268] = {.lex_state = 0, .external_lex_state = 187}, - [8269] = {.lex_state = 0, .external_lex_state = 187}, - [8270] = {.lex_state = 0, .external_lex_state = 283}, - [8271] = {.lex_state = 0, .external_lex_state = 187}, - [8272] = {.lex_state = 0, .external_lex_state = 255}, - [8273] = {.lex_state = 0, .external_lex_state = 187}, - [8274] = {.lex_state = 0, .external_lex_state = 255}, - [8275] = {.lex_state = 0, .external_lex_state = 187}, - [8276] = {.lex_state = 0, .external_lex_state = 187}, - [8277] = {.lex_state = 0, .external_lex_state = 283}, - [8278] = {.lex_state = 0, .external_lex_state = 260}, - [8279] = {.lex_state = 0, .external_lex_state = 255}, - [8280] = {.lex_state = 0, .external_lex_state = 187}, - [8281] = {.lex_state = 0, .external_lex_state = 255}, - [8282] = {.lex_state = 0, .external_lex_state = 187}, - [8283] = {.lex_state = 0, .external_lex_state = 187}, - [8284] = {.lex_state = 0, .external_lex_state = 283}, - [8285] = {.lex_state = 0, .external_lex_state = 223}, - [8286] = {.lex_state = 0, .external_lex_state = 255}, - [8287] = {.lex_state = 0, .external_lex_state = 187}, - [8288] = {.lex_state = 0, .external_lex_state = 187}, - [8289] = {.lex_state = 0, .external_lex_state = 283}, - [8290] = {.lex_state = 0, .external_lex_state = 187}, - [8291] = {.lex_state = 0, .external_lex_state = 255}, - [8292] = {.lex_state = 0, .external_lex_state = 187}, - [8293] = {.lex_state = 0, .external_lex_state = 187}, - [8294] = {.lex_state = 0, .external_lex_state = 283}, - [8295] = {.lex_state = 0, .external_lex_state = 187}, - [8296] = {.lex_state = 0, .external_lex_state = 255}, - [8297] = {.lex_state = 0, .external_lex_state = 187}, - [8298] = {.lex_state = 0, .external_lex_state = 187}, - [8299] = {.lex_state = 0, .external_lex_state = 255}, - [8300] = {.lex_state = 0, .external_lex_state = 187}, - [8301] = {.lex_state = 0, .external_lex_state = 268}, - [8302] = {.lex_state = 0, .external_lex_state = 268}, - [8303] = {.lex_state = 0, .external_lex_state = 187}, - [8304] = {.lex_state = 0, .external_lex_state = 187}, - [8305] = {.lex_state = 0, .external_lex_state = 268}, - [8306] = {.lex_state = 0, .external_lex_state = 268}, - [8307] = {.lex_state = 0, .external_lex_state = 187}, - [8308] = {.lex_state = 0, .external_lex_state = 265}, - [8309] = {.lex_state = 0, .external_lex_state = 187}, - [8310] = {.lex_state = 0, .external_lex_state = 187}, - [8311] = {.lex_state = 0, .external_lex_state = 187}, - [8312] = {.lex_state = 0, .external_lex_state = 223}, - [8313] = {.lex_state = 0, .external_lex_state = 187}, - [8314] = {.lex_state = 0, .external_lex_state = 187}, - [8315] = {.lex_state = 0, .external_lex_state = 265}, - [8316] = {.lex_state = 0, .external_lex_state = 187}, - [8317] = {.lex_state = 0, .external_lex_state = 187}, - [8318] = {.lex_state = 0, .external_lex_state = 187}, - [8319] = {.lex_state = 0, .external_lex_state = 187}, - [8320] = {.lex_state = 0, .external_lex_state = 187}, - [8321] = {.lex_state = 0, .external_lex_state = 187}, - [8322] = {.lex_state = 0, .external_lex_state = 187}, - [8323] = {.lex_state = 0, .external_lex_state = 187}, - [8324] = {.lex_state = 0, .external_lex_state = 187}, - [8325] = {.lex_state = 0, .external_lex_state = 187}, - [8326] = {.lex_state = 0, .external_lex_state = 187}, - [8327] = {.lex_state = 0, .external_lex_state = 255}, - [8328] = {.lex_state = 0, .external_lex_state = 187}, - [8329] = {.lex_state = 0, .external_lex_state = 187}, - [8330] = {.lex_state = 0, .external_lex_state = 187}, - [8331] = {.lex_state = 0, .external_lex_state = 187}, - [8332] = {.lex_state = 0, .external_lex_state = 255}, - [8333] = {.lex_state = 0, .external_lex_state = 187}, - [8334] = {.lex_state = 0, .external_lex_state = 187}, - [8335] = {.lex_state = 0, .external_lex_state = 187}, - [8336] = {.lex_state = 0, .external_lex_state = 187}, - [8337] = {.lex_state = 0, .external_lex_state = 187}, - [8338] = {.lex_state = 0, .external_lex_state = 242}, - [8339] = {.lex_state = 0, .external_lex_state = 187}, - [8340] = {.lex_state = 0, .external_lex_state = 268}, - [8341] = {.lex_state = 0, .external_lex_state = 242}, - [8342] = {.lex_state = 0, .external_lex_state = 223}, - [8343] = {.lex_state = 0, .external_lex_state = 272}, - [8344] = {.lex_state = 0, .external_lex_state = 265}, - [8345] = {.lex_state = 0, .external_lex_state = 268}, - [8346] = {.lex_state = 0, .external_lex_state = 280}, - [8347] = {.lex_state = 0, .external_lex_state = 187}, - [8348] = {.lex_state = 0, .external_lex_state = 187}, - [8349] = {(TSStateId)(-1)}, - [8350] = {(TSStateId)(-1)}, - [8351] = {(TSStateId)(-1)}, + [8047] = {.lex_state = 0, .external_lex_state = 186}, + [8048] = {.lex_state = 0, .external_lex_state = 186}, + [8049] = {.lex_state = 0, .external_lex_state = 186}, + [8050] = {.lex_state = 0, .external_lex_state = 270}, + [8051] = {.lex_state = 0, .external_lex_state = 186}, + [8052] = {.lex_state = 0, .external_lex_state = 186}, + [8053] = {.lex_state = 0, .external_lex_state = 186}, + [8054] = {.lex_state = 0, .external_lex_state = 275}, + [8055] = {.lex_state = 0, .external_lex_state = 186}, + [8056] = {.lex_state = 0, .external_lex_state = 186}, + [8057] = {.lex_state = 0, .external_lex_state = 186}, + [8058] = {.lex_state = 0, .external_lex_state = 186}, + [8059] = {.lex_state = 0, .external_lex_state = 186}, + [8060] = {.lex_state = 0, .external_lex_state = 186}, + [8061] = {.lex_state = 0, .external_lex_state = 186}, + [8062] = {.lex_state = 0, .external_lex_state = 186}, + [8063] = {.lex_state = 0, .external_lex_state = 270}, + [8064] = {.lex_state = 0, .external_lex_state = 186}, + [8065] = {.lex_state = 0, .external_lex_state = 186}, + [8066] = {.lex_state = 0, .external_lex_state = 186}, + [8067] = {.lex_state = 0, .external_lex_state = 186}, + [8068] = {.lex_state = 0, .external_lex_state = 186}, + [8069] = {.lex_state = 0, .external_lex_state = 186}, + [8070] = {.lex_state = 0, .external_lex_state = 186}, + [8071] = {.lex_state = 0, .external_lex_state = 186}, + [8072] = {.lex_state = 0, .external_lex_state = 186}, + [8073] = {.lex_state = 0, .external_lex_state = 186}, + [8074] = {.lex_state = 0, .external_lex_state = 186}, + [8075] = {.lex_state = 0, .external_lex_state = 186}, + [8076] = {.lex_state = 0, .external_lex_state = 186}, + [8077] = {.lex_state = 0, .external_lex_state = 186}, + [8078] = {.lex_state = 0, .external_lex_state = 262}, + [8079] = {.lex_state = 0, .external_lex_state = 186}, + [8080] = {.lex_state = 0, .external_lex_state = 186}, + [8081] = {.lex_state = 0, .external_lex_state = 186}, + [8082] = {.lex_state = 0, .external_lex_state = 186}, + [8083] = {.lex_state = 0, .external_lex_state = 186}, + [8084] = {.lex_state = 0, .external_lex_state = 186}, + [8085] = {.lex_state = 0, .external_lex_state = 186}, + [8086] = {.lex_state = 0, .external_lex_state = 186}, + [8087] = {.lex_state = 0, .external_lex_state = 186}, + [8088] = {.lex_state = 0, .external_lex_state = 186}, + [8089] = {.lex_state = 0, .external_lex_state = 186}, + [8090] = {.lex_state = 0, .external_lex_state = 186}, + [8091] = {.lex_state = 0, .external_lex_state = 186}, + [8092] = {.lex_state = 0, .external_lex_state = 186}, + [8093] = {.lex_state = 0, .external_lex_state = 186}, + [8094] = {.lex_state = 0, .external_lex_state = 186}, + [8095] = {.lex_state = 0, .external_lex_state = 186}, + [8096] = {.lex_state = 0, .external_lex_state = 186}, + [8097] = {.lex_state = 0, .external_lex_state = 186}, + [8098] = {.lex_state = 0, .external_lex_state = 186}, + [8099] = {.lex_state = 0, .external_lex_state = 186}, + [8100] = {.lex_state = 0, .external_lex_state = 186}, + [8101] = {.lex_state = 0, .external_lex_state = 186}, + [8102] = {.lex_state = 0, .external_lex_state = 186}, + [8103] = {.lex_state = 0, .external_lex_state = 186}, + [8104] = {.lex_state = 0, .external_lex_state = 186}, + [8105] = {.lex_state = 0, .external_lex_state = 240}, + [8106] = {.lex_state = 0, .external_lex_state = 240}, + [8107] = {.lex_state = 0, .external_lex_state = 186}, + [8108] = {.lex_state = 0, .external_lex_state = 186}, + [8109] = {.lex_state = 0, .external_lex_state = 186}, + [8110] = {.lex_state = 0, .external_lex_state = 186}, + [8111] = {.lex_state = 0, .external_lex_state = 186}, + [8112] = {.lex_state = 0, .external_lex_state = 186}, + [8113] = {.lex_state = 0, .external_lex_state = 186}, + [8114] = {.lex_state = 0, .external_lex_state = 186}, + [8115] = {.lex_state = 0, .external_lex_state = 265}, + [8116] = {.lex_state = 0, .external_lex_state = 279}, + [8117] = {.lex_state = 0, .external_lex_state = 186}, + [8118] = {.lex_state = 0, .external_lex_state = 186}, + [8119] = {.lex_state = 0, .external_lex_state = 186}, + [8120] = {.lex_state = 0, .external_lex_state = 186}, + [8121] = {.lex_state = 0, .external_lex_state = 186}, + [8122] = {.lex_state = 0, .external_lex_state = 186}, + [8123] = {.lex_state = 0, .external_lex_state = 186}, + [8124] = {.lex_state = 0, .external_lex_state = 186}, + [8125] = {.lex_state = 0, .external_lex_state = 270}, + [8126] = {.lex_state = 0, .external_lex_state = 186}, + [8127] = {.lex_state = 0, .external_lex_state = 186}, + [8128] = {.lex_state = 0, .external_lex_state = 186}, + [8129] = {.lex_state = 0, .external_lex_state = 186}, + [8130] = {.lex_state = 0, .external_lex_state = 186}, + [8131] = {.lex_state = 0, .external_lex_state = 270}, + [8132] = {.lex_state = 0, .external_lex_state = 186}, + [8133] = {.lex_state = 0, .external_lex_state = 186}, + [8134] = {.lex_state = 0, .external_lex_state = 186}, + [8135] = {.lex_state = 0, .external_lex_state = 186}, + [8136] = {.lex_state = 0, .external_lex_state = 229}, + [8137] = {.lex_state = 0, .external_lex_state = 186}, + [8138] = {.lex_state = 0, .external_lex_state = 186}, + [8139] = {.lex_state = 0, .external_lex_state = 186}, + [8140] = {.lex_state = 0, .external_lex_state = 186}, + [8141] = {.lex_state = 0, .external_lex_state = 186}, + [8142] = {.lex_state = 0, .external_lex_state = 286}, + [8143] = {.lex_state = 0, .external_lex_state = 186}, + [8144] = {.lex_state = 0, .external_lex_state = 186}, + [8145] = {.lex_state = 0, .external_lex_state = 186}, + [8146] = {.lex_state = 0, .external_lex_state = 240}, + [8147] = {.lex_state = 0, .external_lex_state = 186}, + [8148] = {.lex_state = 0, .external_lex_state = 186}, + [8149] = {.lex_state = 0, .external_lex_state = 186}, + [8150] = {.lex_state = 0, .external_lex_state = 186}, + [8151] = {.lex_state = 0, .external_lex_state = 270}, + [8152] = {.lex_state = 0, .external_lex_state = 186}, + [8153] = {.lex_state = 0, .external_lex_state = 186}, + [8154] = {.lex_state = 0, .external_lex_state = 186}, + [8155] = {.lex_state = 0, .external_lex_state = 186}, + [8156] = {.lex_state = 0, .external_lex_state = 186}, + [8157] = {.lex_state = 0, .external_lex_state = 186}, + [8158] = {.lex_state = 0, .external_lex_state = 186}, + [8159] = {.lex_state = 0, .external_lex_state = 186}, + [8160] = {.lex_state = 0, .external_lex_state = 270}, + [8161] = {.lex_state = 0, .external_lex_state = 186}, + [8162] = {.lex_state = 0, .external_lex_state = 270}, + [8163] = {.lex_state = 0, .external_lex_state = 186}, + [8164] = {.lex_state = 0, .external_lex_state = 186}, + [8165] = {.lex_state = 0, .external_lex_state = 229}, + [8166] = {.lex_state = 0, .external_lex_state = 186}, + [8167] = {.lex_state = 0, .external_lex_state = 186}, + [8168] = {.lex_state = 0, .external_lex_state = 186}, + [8169] = {.lex_state = 0, .external_lex_state = 270}, + [8170] = {.lex_state = 0, .external_lex_state = 186}, + [8171] = {.lex_state = 0, .external_lex_state = 288}, + [8172] = {.lex_state = 0, .external_lex_state = 186}, + [8173] = {.lex_state = 0, .external_lex_state = 186}, + [8174] = {.lex_state = 0, .external_lex_state = 186}, + [8175] = {.lex_state = 0, .external_lex_state = 186}, + [8176] = {.lex_state = 0, .external_lex_state = 186}, + [8177] = {.lex_state = 0, .external_lex_state = 186}, + [8178] = {.lex_state = 0, .external_lex_state = 186}, + [8179] = {.lex_state = 0, .external_lex_state = 186}, + [8180] = {.lex_state = 0, .external_lex_state = 186}, + [8181] = {.lex_state = 0, .external_lex_state = 186}, + [8182] = {.lex_state = 0, .external_lex_state = 186}, + [8183] = {.lex_state = 0, .external_lex_state = 186}, + [8184] = {.lex_state = 0, .external_lex_state = 186}, + [8185] = {.lex_state = 0, .external_lex_state = 186}, + [8186] = {.lex_state = 0, .external_lex_state = 186}, + [8187] = {.lex_state = 0, .external_lex_state = 186}, + [8188] = {.lex_state = 0, .external_lex_state = 186}, + [8189] = {.lex_state = 0, .external_lex_state = 186}, + [8190] = {.lex_state = 0, .external_lex_state = 186}, + [8191] = {.lex_state = 0, .external_lex_state = 186}, + [8192] = {.lex_state = 0, .external_lex_state = 186}, + [8193] = {.lex_state = 0, .external_lex_state = 186}, + [8194] = {.lex_state = 0, .external_lex_state = 186}, + [8195] = {.lex_state = 0, .external_lex_state = 270}, + [8196] = {.lex_state = 0, .external_lex_state = 186}, + [8197] = {.lex_state = 0, .external_lex_state = 186}, + [8198] = {.lex_state = 0, .external_lex_state = 186}, + [8199] = {.lex_state = 0, .external_lex_state = 270}, + [8200] = {.lex_state = 0, .external_lex_state = 186}, + [8201] = {.lex_state = 0, .external_lex_state = 186}, + [8202] = {.lex_state = 0, .external_lex_state = 186}, + [8203] = {.lex_state = 0, .external_lex_state = 186}, + [8204] = {.lex_state = 0, .external_lex_state = 186}, + [8205] = {.lex_state = 0, .external_lex_state = 186}, + [8206] = {.lex_state = 0, .external_lex_state = 186}, + [8207] = {.lex_state = 0, .external_lex_state = 262}, + [8208] = {.lex_state = 0, .external_lex_state = 186}, + [8209] = {.lex_state = 0, .external_lex_state = 186}, + [8210] = {.lex_state = 0, .external_lex_state = 186}, + [8211] = {.lex_state = 0, .external_lex_state = 186}, + [8212] = {.lex_state = 0, .external_lex_state = 186}, + [8213] = {.lex_state = 0, .external_lex_state = 186}, + [8214] = {.lex_state = 0, .external_lex_state = 186}, + [8215] = {.lex_state = 0, .external_lex_state = 186}, + [8216] = {.lex_state = 0, .external_lex_state = 186}, + [8217] = {.lex_state = 0, .external_lex_state = 186}, + [8218] = {.lex_state = 0, .external_lex_state = 186}, + [8219] = {.lex_state = 0, .external_lex_state = 186}, + [8220] = {.lex_state = 0, .external_lex_state = 186}, + [8221] = {.lex_state = 0, .external_lex_state = 186}, + [8222] = {.lex_state = 0, .external_lex_state = 186}, + [8223] = {.lex_state = 0, .external_lex_state = 262}, + [8224] = {.lex_state = 0, .external_lex_state = 186}, + [8225] = {.lex_state = 0, .external_lex_state = 270}, + [8226] = {.lex_state = 0, .external_lex_state = 186}, + [8227] = {.lex_state = 0, .external_lex_state = 186}, + [8228] = {.lex_state = 0, .external_lex_state = 186}, + [8229] = {.lex_state = 0, .external_lex_state = 186}, + [8230] = {.lex_state = 0, .external_lex_state = 270}, + [8231] = {.lex_state = 0, .external_lex_state = 186}, + [8232] = {.lex_state = 0, .external_lex_state = 186}, + [8233] = {.lex_state = 0, .external_lex_state = 186}, + [8234] = {.lex_state = 0, .external_lex_state = 186}, + [8235] = {.lex_state = 0, .external_lex_state = 186}, + [8236] = {.lex_state = 0, .external_lex_state = 186}, + [8237] = {.lex_state = 0, .external_lex_state = 186}, + [8238] = {.lex_state = 0, .external_lex_state = 240}, + [8239] = {.lex_state = 0, .external_lex_state = 186}, + [8240] = {.lex_state = 0, .external_lex_state = 256}, + [8241] = {.lex_state = 0, .external_lex_state = 186}, + [8242] = {.lex_state = 0, .external_lex_state = 186}, + [8243] = {.lex_state = 0, .external_lex_state = 186}, + [8244] = {.lex_state = 0, .external_lex_state = 186}, + [8245] = {.lex_state = 0, .external_lex_state = 186}, + [8246] = {.lex_state = 0, .external_lex_state = 271}, + [8247] = {.lex_state = 0, .external_lex_state = 254}, + [8248] = {.lex_state = 0, .external_lex_state = 186}, + [8249] = {.lex_state = 0, .external_lex_state = 186}, + [8250] = {.lex_state = 0, .external_lex_state = 186}, + [8251] = {.lex_state = 0, .external_lex_state = 263}, + [8252] = {.lex_state = 0, .external_lex_state = 256}, + [8253] = {.lex_state = 0, .external_lex_state = 256}, + [8254] = {.lex_state = 0, .external_lex_state = 256}, + [8255] = {.lex_state = 0, .external_lex_state = 186}, + [8256] = {.lex_state = 0, .external_lex_state = 186}, + [8257] = {.lex_state = 0, .external_lex_state = 186}, + [8258] = {.lex_state = 0, .external_lex_state = 270}, + [8259] = {.lex_state = 0, .external_lex_state = 186}, + [8260] = {.lex_state = 0, .external_lex_state = 270}, + [8261] = {.lex_state = 0, .external_lex_state = 186}, + [8262] = {.lex_state = 0, .external_lex_state = 186}, + [8263] = {.lex_state = 0, .external_lex_state = 186}, + [8264] = {.lex_state = 0, .external_lex_state = 270}, + [8265] = {.lex_state = 0, .external_lex_state = 186}, + [8266] = {.lex_state = 0, .external_lex_state = 186}, + [8267] = {.lex_state = 0, .external_lex_state = 262}, + [8268] = {.lex_state = 0, .external_lex_state = 289}, + [8269] = {.lex_state = 0, .external_lex_state = 186}, + [8270] = {.lex_state = 0, .external_lex_state = 186}, + [8271] = {.lex_state = 0, .external_lex_state = 186}, + [8272] = {.lex_state = 0, .external_lex_state = 186}, + [8273] = {.lex_state = 0, .external_lex_state = 262}, + [8274] = {.lex_state = 0, .external_lex_state = 186}, + [8275] = {.lex_state = 0, .external_lex_state = 186}, + [8276] = {.lex_state = 0, .external_lex_state = 186}, + [8277] = {.lex_state = 0, .external_lex_state = 186}, + [8278] = {.lex_state = 0, .external_lex_state = 186}, + [8279] = {.lex_state = 0, .external_lex_state = 287}, + [8280] = {.lex_state = 0, .external_lex_state = 186}, + [8281] = {.lex_state = 0, .external_lex_state = 254}, + [8282] = {.lex_state = 0, .external_lex_state = 186}, + [8283] = {.lex_state = 0, .external_lex_state = 254}, + [8284] = {.lex_state = 0, .external_lex_state = 186}, + [8285] = {.lex_state = 0, .external_lex_state = 186}, + [8286] = {.lex_state = 0, .external_lex_state = 287}, + [8287] = {.lex_state = 0, .external_lex_state = 186}, + [8288] = {.lex_state = 0, .external_lex_state = 254}, + [8289] = {.lex_state = 0, .external_lex_state = 186}, + [8290] = {.lex_state = 0, .external_lex_state = 254}, + [8291] = {.lex_state = 0, .external_lex_state = 270}, + [8292] = {.lex_state = 0, .external_lex_state = 186}, + [8293] = {.lex_state = 0, .external_lex_state = 287}, + [8294] = {.lex_state = 0, .external_lex_state = 186}, + [8295] = {.lex_state = 0, .external_lex_state = 254}, + [8296] = {.lex_state = 0, .external_lex_state = 186}, + [8297] = {.lex_state = 0, .external_lex_state = 254}, + [8298] = {.lex_state = 0, .external_lex_state = 186}, + [8299] = {.lex_state = 0, .external_lex_state = 186}, + [8300] = {.lex_state = 0, .external_lex_state = 287}, + [8301] = {.lex_state = 0, .external_lex_state = 270}, + [8302] = {.lex_state = 0, .external_lex_state = 254}, + [8303] = {.lex_state = 0, .external_lex_state = 240}, + [8304] = {.lex_state = 0, .external_lex_state = 186}, + [8305] = {.lex_state = 0, .external_lex_state = 287}, + [8306] = {.lex_state = 0, .external_lex_state = 186}, + [8307] = {.lex_state = 0, .external_lex_state = 254}, + [8308] = {.lex_state = 0, .external_lex_state = 270}, + [8309] = {.lex_state = 0, .external_lex_state = 186}, + [8310] = {.lex_state = 0, .external_lex_state = 287}, + [8311] = {.lex_state = 0, .external_lex_state = 240}, + [8312] = {.lex_state = 0, .external_lex_state = 254}, + [8313] = {.lex_state = 0, .external_lex_state = 254}, + [8314] = {.lex_state = 0, .external_lex_state = 281}, + [8315] = {.lex_state = 0, .external_lex_state = 254}, + [8316] = {.lex_state = 0, .external_lex_state = 186}, + [8317] = {.lex_state = 0, .external_lex_state = 186}, + [8318] = {.lex_state = 0, .external_lex_state = 186}, + [8319] = {.lex_state = 0, .external_lex_state = 186}, + [8320] = {.lex_state = 0, .external_lex_state = 186}, + [8321] = {.lex_state = 0, .external_lex_state = 186}, + [8322] = {.lex_state = 0, .external_lex_state = 186}, + [8323] = {.lex_state = 0, .external_lex_state = 289}, + [8324] = {.lex_state = 0, .external_lex_state = 186}, + [8325] = {.lex_state = 0, .external_lex_state = 186}, + [8326] = {.lex_state = 0, .external_lex_state = 270}, + [8327] = {.lex_state = 0, .external_lex_state = 186}, + [8328] = {.lex_state = 0, .external_lex_state = 186}, + [8329] = {.lex_state = 0, .external_lex_state = 270}, + [8330] = {.lex_state = 0, .external_lex_state = 186}, + [8331] = {.lex_state = 0, .external_lex_state = 186}, + [8332] = {.lex_state = 0, .external_lex_state = 186}, + [8333] = {.lex_state = 0, .external_lex_state = 186}, + [8334] = {.lex_state = 0, .external_lex_state = 186}, + [8335] = {.lex_state = 0, .external_lex_state = 186}, + [8336] = {.lex_state = 0, .external_lex_state = 186}, + [8337] = {.lex_state = 0, .external_lex_state = 186}, + [8338] = {.lex_state = 0, .external_lex_state = 186}, + [8339] = {.lex_state = 0, .external_lex_state = 186}, + [8340] = {.lex_state = 0, .external_lex_state = 186}, + [8341] = {.lex_state = 0, .external_lex_state = 270}, + [8342] = {.lex_state = 0, .external_lex_state = 186}, + [8343] = {.lex_state = 0, .external_lex_state = 186}, + [8344] = {.lex_state = 0, .external_lex_state = 270}, + [8345] = {.lex_state = 0, .external_lex_state = 186}, + [8346] = {.lex_state = 0, .external_lex_state = 186}, + [8347] = {.lex_state = 0, .external_lex_state = 186}, + [8348] = {.lex_state = 0, .external_lex_state = 186}, + [8349] = {.lex_state = 0, .external_lex_state = 186}, + [8350] = {.lex_state = 0, .external_lex_state = 186}, + [8351] = {.lex_state = 0, .external_lex_state = 186}, + [8352] = {.lex_state = 0, .external_lex_state = 186}, + [8353] = {.lex_state = 0, .external_lex_state = 186}, + [8354] = {.lex_state = 0, .external_lex_state = 186}, + [8355] = {.lex_state = 0, .external_lex_state = 186}, + [8356] = {.lex_state = 0, .external_lex_state = 186}, + [8357] = {.lex_state = 0, .external_lex_state = 186}, + [8358] = {.lex_state = 0, .external_lex_state = 186}, + [8359] = {.lex_state = 0, .external_lex_state = 186}, + [8360] = {.lex_state = 0, .external_lex_state = 186}, + [8361] = {.lex_state = 0, .external_lex_state = 186}, + [8362] = {.lex_state = 0, .external_lex_state = 186}, + [8363] = {.lex_state = 0, .external_lex_state = 186}, + [8364] = {.lex_state = 0, .external_lex_state = 186}, + [8365] = {(TSStateId)(-1)}, + [8366] = {(TSStateId)(-1)}, + [8367] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -21662,74 +21694,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_error_sentinel] = ACTIONS(1), }, [1] = { - [sym_design_file] = STATE(7732), - [sym_design_unit] = STATE(1923), - [sym__context_item] = STATE(1924), - [sym_library_clause] = STATE(1925), - [sym_use_clause] = STATE(1927), - [sym_context_reference] = STATE(1925), - [sym__library_unit] = STATE(1928), - [sym_entity_declaration] = STATE(1929), - [sym_configuration_declaration] = STATE(1929), - [sym_package_declaration] = STATE(1930), - [sym_package_instantiation_declaration] = STATE(1930), - [sym_context_declaration] = STATE(1929), - [sym_architecture_definition] = STATE(1929), - [sym_package_definition] = STATE(1930), - [sym__block_declarative_item] = STATE(1931), - [sym_subprogram_declaration] = STATE(1933), - [sym_subprogram_definition] = STATE(1933), - [sym_subprogram_instantiation_declaration] = STATE(1933), - [sym_type_declaration] = STATE(1933), - [sym_subtype_declaration] = STATE(1933), - [sym_mode_view_declaration] = STATE(1933), - [sym_constant_declaration] = STATE(1933), - [sym_signal_declaration] = STATE(1933), - [sym_variable_declaration] = STATE(1933), - [sym_file_declaration] = STATE(1933), - [sym_alias_declaration] = STATE(1933), - [sym_component_declaration] = STATE(1933), - [sym_attribute_declaration] = STATE(1933), - [sym_attribute_specification] = STATE(1933), - [sym_disconnection_specification] = STATE(1933), - [sym_group_template_declaration] = STATE(1933), - [sym_group_declaration] = STATE(1933), - [sym__concurrent_statement] = STATE(1935), - [sym_block_statement] = STATE(1936), - [sym_component_instantiation_statement] = STATE(1936), - [sym_process_statement] = STATE(1936), - [sym_case_generate_statement] = STATE(1936), - [sym_for_generate_statement] = STATE(1936), - [sym_if_generate_statement] = STATE(1936), - [sym_concurrent_assertion_statement] = STATE(1936), - [sym_assertion] = STATE(7729), - [sym_concurrent_procedure_call_statement] = STATE(1936), - [sym_concurrent_simple_signal_assignment] = STATE(1936), - [sym_concurrent_conditional_signal_assignment] = STATE(1936), - [sym_concurrent_selected_signal_assignment] = STATE(1936), - [sym_with_expression] = STATE(6281), - [sym_name] = STATE(6283), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_design_file] = STATE(7841), + [sym_design_unit] = STATE(2244), + [sym__context_item] = STATE(2243), + [sym_library_clause] = STATE(2242), + [sym_use_clause] = STATE(2237), + [sym_context_reference] = STATE(2242), + [sym__library_unit] = STATE(2236), + [sym_entity_declaration] = STATE(2235), + [sym_configuration_declaration] = STATE(2235), + [sym_package_declaration] = STATE(2234), + [sym_package_instantiation_declaration] = STATE(2234), + [sym_context_declaration] = STATE(2235), + [sym_architecture_definition] = STATE(2235), + [sym_package_definition] = STATE(2234), + [sym__block_declarative_item] = STATE(2233), + [sym_subprogram_declaration] = STATE(2232), + [sym_subprogram_definition] = STATE(2232), + [sym_subprogram_instantiation_declaration] = STATE(2232), + [sym_type_declaration] = STATE(2232), + [sym_subtype_declaration] = STATE(2232), + [sym_mode_view_declaration] = STATE(2232), + [sym_constant_declaration] = STATE(2232), + [sym_signal_declaration] = STATE(2232), + [sym_variable_declaration] = STATE(2232), + [sym_file_declaration] = STATE(2232), + [sym_alias_declaration] = STATE(2232), + [sym_component_declaration] = STATE(2232), + [sym_attribute_declaration] = STATE(2232), + [sym_attribute_specification] = STATE(2232), + [sym_disconnection_specification] = STATE(2232), + [sym_group_template_declaration] = STATE(2232), + [sym_group_declaration] = STATE(2232), + [sym__concurrent_statement] = STATE(2231), + [sym_block_statement] = STATE(2230), + [sym_component_instantiation_statement] = STATE(2230), + [sym_process_statement] = STATE(2230), + [sym_case_generate_statement] = STATE(2230), + [sym_for_generate_statement] = STATE(2230), + [sym_if_generate_statement] = STATE(2230), + [sym_concurrent_assertion_statement] = STATE(2230), + [sym_assertion] = STATE(7840), + [sym_concurrent_procedure_call_statement] = STATE(2230), + [sym_concurrent_simple_signal_assignment] = STATE(2230), + [sym_concurrent_conditional_signal_assignment] = STATE(2230), + [sym_concurrent_selected_signal_assignment] = STATE(2230), + [sym_with_expression] = STATE(6276), + [sym_name] = STATE(6274), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(1), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5843), - [sym__target] = STATE(6306), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2622), - [sym_configuration_specification] = STATE(1933), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5888), + [sym__target] = STATE(6252), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2668), + [sym_configuration_specification] = STATE(2232), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), [aux_sym_design_file_repeat1] = STATE(3), - [aux_sym_design_unit_repeat1] = STATE(741), - [aux_sym_design_unit_repeat2] = STATE(17), - [aux_sym_design_unit_repeat3] = STATE(100), + [aux_sym_design_unit_repeat1] = STATE(749), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(114), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -21774,73 +21806,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(73), }, [2] = { - [sym_design_unit] = STATE(1923), - [sym__context_item] = STATE(1924), - [sym_library_clause] = STATE(1925), - [sym_use_clause] = STATE(1927), - [sym_context_reference] = STATE(1925), - [sym__library_unit] = STATE(1928), - [sym_entity_declaration] = STATE(1929), - [sym_configuration_declaration] = STATE(1929), - [sym_package_declaration] = STATE(1930), - [sym_package_instantiation_declaration] = STATE(1930), - [sym_context_declaration] = STATE(1929), - [sym_architecture_definition] = STATE(1929), - [sym_package_definition] = STATE(1930), - [sym__block_declarative_item] = STATE(1931), - [sym_subprogram_declaration] = STATE(1933), - [sym_subprogram_definition] = STATE(1933), - [sym_subprogram_instantiation_declaration] = STATE(1933), - [sym_type_declaration] = STATE(1933), - [sym_subtype_declaration] = STATE(1933), - [sym_mode_view_declaration] = STATE(1933), - [sym_constant_declaration] = STATE(1933), - [sym_signal_declaration] = STATE(1933), - [sym_variable_declaration] = STATE(1933), - [sym_file_declaration] = STATE(1933), - [sym_alias_declaration] = STATE(1933), - [sym_component_declaration] = STATE(1933), - [sym_attribute_declaration] = STATE(1933), - [sym_attribute_specification] = STATE(1933), - [sym_disconnection_specification] = STATE(1933), - [sym_group_template_declaration] = STATE(1933), - [sym_group_declaration] = STATE(1933), - [sym__concurrent_statement] = STATE(1935), - [sym_block_statement] = STATE(1936), - [sym_component_instantiation_statement] = STATE(1936), - [sym_process_statement] = STATE(1936), - [sym_case_generate_statement] = STATE(1936), - [sym_for_generate_statement] = STATE(1936), - [sym_if_generate_statement] = STATE(1936), - [sym_concurrent_assertion_statement] = STATE(1936), - [sym_assertion] = STATE(7729), - [sym_concurrent_procedure_call_statement] = STATE(1936), - [sym_concurrent_simple_signal_assignment] = STATE(1936), - [sym_concurrent_conditional_signal_assignment] = STATE(1936), - [sym_concurrent_selected_signal_assignment] = STATE(1936), - [sym_with_expression] = STATE(6281), - [sym_name] = STATE(6283), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_design_unit] = STATE(2244), + [sym__context_item] = STATE(2243), + [sym_library_clause] = STATE(2242), + [sym_use_clause] = STATE(2237), + [sym_context_reference] = STATE(2242), + [sym__library_unit] = STATE(2236), + [sym_entity_declaration] = STATE(2235), + [sym_configuration_declaration] = STATE(2235), + [sym_package_declaration] = STATE(2234), + [sym_package_instantiation_declaration] = STATE(2234), + [sym_context_declaration] = STATE(2235), + [sym_architecture_definition] = STATE(2235), + [sym_package_definition] = STATE(2234), + [sym__block_declarative_item] = STATE(2233), + [sym_subprogram_declaration] = STATE(2232), + [sym_subprogram_definition] = STATE(2232), + [sym_subprogram_instantiation_declaration] = STATE(2232), + [sym_type_declaration] = STATE(2232), + [sym_subtype_declaration] = STATE(2232), + [sym_mode_view_declaration] = STATE(2232), + [sym_constant_declaration] = STATE(2232), + [sym_signal_declaration] = STATE(2232), + [sym_variable_declaration] = STATE(2232), + [sym_file_declaration] = STATE(2232), + [sym_alias_declaration] = STATE(2232), + [sym_component_declaration] = STATE(2232), + [sym_attribute_declaration] = STATE(2232), + [sym_attribute_specification] = STATE(2232), + [sym_disconnection_specification] = STATE(2232), + [sym_group_template_declaration] = STATE(2232), + [sym_group_declaration] = STATE(2232), + [sym__concurrent_statement] = STATE(2231), + [sym_block_statement] = STATE(2230), + [sym_component_instantiation_statement] = STATE(2230), + [sym_process_statement] = STATE(2230), + [sym_case_generate_statement] = STATE(2230), + [sym_for_generate_statement] = STATE(2230), + [sym_if_generate_statement] = STATE(2230), + [sym_concurrent_assertion_statement] = STATE(2230), + [sym_assertion] = STATE(7840), + [sym_concurrent_procedure_call_statement] = STATE(2230), + [sym_concurrent_simple_signal_assignment] = STATE(2230), + [sym_concurrent_conditional_signal_assignment] = STATE(2230), + [sym_concurrent_selected_signal_assignment] = STATE(2230), + [sym_with_expression] = STATE(6276), + [sym_name] = STATE(6274), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(2), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5843), - [sym__target] = STATE(6306), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2622), - [sym_configuration_specification] = STATE(1933), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5888), + [sym__target] = STATE(6252), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2668), + [sym_configuration_specification] = STATE(2232), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), [aux_sym_design_file_repeat1] = STATE(2), - [aux_sym_design_unit_repeat1] = STATE(741), - [aux_sym_design_unit_repeat2] = STATE(17), - [aux_sym_design_unit_repeat3] = STATE(100), + [aux_sym_design_unit_repeat1] = STATE(749), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(114), [anon_sym_LPAREN] = ACTIONS(75), [anon_sym_LT_LT] = ACTIONS(78), [sym_identifier] = ACTIONS(81), @@ -21885,73 +21917,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(171), }, [3] = { - [sym_design_unit] = STATE(1923), - [sym__context_item] = STATE(1924), - [sym_library_clause] = STATE(1925), - [sym_use_clause] = STATE(1927), - [sym_context_reference] = STATE(1925), - [sym__library_unit] = STATE(1928), - [sym_entity_declaration] = STATE(1929), - [sym_configuration_declaration] = STATE(1929), - [sym_package_declaration] = STATE(1930), - [sym_package_instantiation_declaration] = STATE(1930), - [sym_context_declaration] = STATE(1929), - [sym_architecture_definition] = STATE(1929), - [sym_package_definition] = STATE(1930), - [sym__block_declarative_item] = STATE(1931), - [sym_subprogram_declaration] = STATE(1933), - [sym_subprogram_definition] = STATE(1933), - [sym_subprogram_instantiation_declaration] = STATE(1933), - [sym_type_declaration] = STATE(1933), - [sym_subtype_declaration] = STATE(1933), - [sym_mode_view_declaration] = STATE(1933), - [sym_constant_declaration] = STATE(1933), - [sym_signal_declaration] = STATE(1933), - [sym_variable_declaration] = STATE(1933), - [sym_file_declaration] = STATE(1933), - [sym_alias_declaration] = STATE(1933), - [sym_component_declaration] = STATE(1933), - [sym_attribute_declaration] = STATE(1933), - [sym_attribute_specification] = STATE(1933), - [sym_disconnection_specification] = STATE(1933), - [sym_group_template_declaration] = STATE(1933), - [sym_group_declaration] = STATE(1933), - [sym__concurrent_statement] = STATE(1935), - [sym_block_statement] = STATE(1936), - [sym_component_instantiation_statement] = STATE(1936), - [sym_process_statement] = STATE(1936), - [sym_case_generate_statement] = STATE(1936), - [sym_for_generate_statement] = STATE(1936), - [sym_if_generate_statement] = STATE(1936), - [sym_concurrent_assertion_statement] = STATE(1936), - [sym_assertion] = STATE(7729), - [sym_concurrent_procedure_call_statement] = STATE(1936), - [sym_concurrent_simple_signal_assignment] = STATE(1936), - [sym_concurrent_conditional_signal_assignment] = STATE(1936), - [sym_concurrent_selected_signal_assignment] = STATE(1936), - [sym_with_expression] = STATE(6281), - [sym_name] = STATE(6283), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_design_unit] = STATE(2244), + [sym__context_item] = STATE(2243), + [sym_library_clause] = STATE(2242), + [sym_use_clause] = STATE(2237), + [sym_context_reference] = STATE(2242), + [sym__library_unit] = STATE(2236), + [sym_entity_declaration] = STATE(2235), + [sym_configuration_declaration] = STATE(2235), + [sym_package_declaration] = STATE(2234), + [sym_package_instantiation_declaration] = STATE(2234), + [sym_context_declaration] = STATE(2235), + [sym_architecture_definition] = STATE(2235), + [sym_package_definition] = STATE(2234), + [sym__block_declarative_item] = STATE(2233), + [sym_subprogram_declaration] = STATE(2232), + [sym_subprogram_definition] = STATE(2232), + [sym_subprogram_instantiation_declaration] = STATE(2232), + [sym_type_declaration] = STATE(2232), + [sym_subtype_declaration] = STATE(2232), + [sym_mode_view_declaration] = STATE(2232), + [sym_constant_declaration] = STATE(2232), + [sym_signal_declaration] = STATE(2232), + [sym_variable_declaration] = STATE(2232), + [sym_file_declaration] = STATE(2232), + [sym_alias_declaration] = STATE(2232), + [sym_component_declaration] = STATE(2232), + [sym_attribute_declaration] = STATE(2232), + [sym_attribute_specification] = STATE(2232), + [sym_disconnection_specification] = STATE(2232), + [sym_group_template_declaration] = STATE(2232), + [sym_group_declaration] = STATE(2232), + [sym__concurrent_statement] = STATE(2231), + [sym_block_statement] = STATE(2230), + [sym_component_instantiation_statement] = STATE(2230), + [sym_process_statement] = STATE(2230), + [sym_case_generate_statement] = STATE(2230), + [sym_for_generate_statement] = STATE(2230), + [sym_if_generate_statement] = STATE(2230), + [sym_concurrent_assertion_statement] = STATE(2230), + [sym_assertion] = STATE(7840), + [sym_concurrent_procedure_call_statement] = STATE(2230), + [sym_concurrent_simple_signal_assignment] = STATE(2230), + [sym_concurrent_conditional_signal_assignment] = STATE(2230), + [sym_concurrent_selected_signal_assignment] = STATE(2230), + [sym_with_expression] = STATE(6276), + [sym_name] = STATE(6274), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(3), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5843), - [sym__target] = STATE(6306), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2622), - [sym_configuration_specification] = STATE(1933), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5888), + [sym__target] = STATE(6252), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2668), + [sym_configuration_specification] = STATE(2232), [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), [aux_sym_design_file_repeat1] = STATE(2), - [aux_sym_design_unit_repeat1] = STATE(741), - [aux_sym_design_unit_repeat2] = STATE(17), - [aux_sym_design_unit_repeat3] = STATE(100), + [aux_sym_design_unit_repeat1] = STATE(749), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(114), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -21996,62 +22028,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(173), }, [4] = { - [sym_use_clause] = STATE(3161), - [sym_package_declaration] = STATE(3161), - [sym_package_instantiation_declaration] = STATE(3161), - [sym_package_definition] = STATE(3161), - [sym__block_declarative_item] = STATE(3158), - [sym_subprogram_declaration] = STATE(3161), - [sym_subprogram_definition] = STATE(3161), - [sym_subprogram_instantiation_declaration] = STATE(3161), - [sym_type_declaration] = STATE(3161), - [sym_subtype_declaration] = STATE(3161), - [sym_mode_view_declaration] = STATE(3161), - [sym_constant_declaration] = STATE(3161), - [sym_signal_declaration] = STATE(3161), - [sym_variable_declaration] = STATE(3161), - [sym_file_declaration] = STATE(3161), - [sym_alias_declaration] = STATE(3161), - [sym_component_declaration] = STATE(3161), - [sym_attribute_declaration] = STATE(3161), - [sym_attribute_specification] = STATE(3161), - [sym_disconnection_specification] = STATE(3161), - [sym_group_template_declaration] = STATE(3161), - [sym_group_declaration] = STATE(3161), - [sym__concurrent_statement] = STATE(3818), - [sym_block_statement] = STATE(3809), - [sym_component_instantiation_statement] = STATE(3809), - [sym_process_statement] = STATE(3809), - [sym_case_generate_statement] = STATE(3809), - [sym_for_generate_statement] = STATE(3809), - [sym_if_generate_statement] = STATE(3809), - [sym_concurrent_assertion_statement] = STATE(3809), - [sym_assertion] = STATE(7065), - [sym_concurrent_procedure_call_statement] = STATE(3809), - [sym_concurrent_simple_signal_assignment] = STATE(3809), - [sym_concurrent_conditional_signal_assignment] = STATE(3809), - [sym_concurrent_selected_signal_assignment] = STATE(3809), - [sym_with_expression] = STATE(6182), - [sym_name] = STATE(6397), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_use_clause] = STATE(3232), + [sym_package_declaration] = STATE(3232), + [sym_package_instantiation_declaration] = STATE(3232), + [sym_package_definition] = STATE(3232), + [sym__block_declarative_item] = STATE(3231), + [sym_subprogram_declaration] = STATE(3232), + [sym_subprogram_definition] = STATE(3232), + [sym_subprogram_instantiation_declaration] = STATE(3232), + [sym_type_declaration] = STATE(3232), + [sym_subtype_declaration] = STATE(3232), + [sym_mode_view_declaration] = STATE(3232), + [sym_constant_declaration] = STATE(3232), + [sym_signal_declaration] = STATE(3232), + [sym_variable_declaration] = STATE(3232), + [sym_file_declaration] = STATE(3232), + [sym_alias_declaration] = STATE(3232), + [sym_component_declaration] = STATE(3232), + [sym_attribute_declaration] = STATE(3232), + [sym_attribute_specification] = STATE(3232), + [sym_disconnection_specification] = STATE(3232), + [sym_group_template_declaration] = STATE(3232), + [sym_group_declaration] = STATE(3232), + [sym__concurrent_statement] = STATE(3851), + [sym_block_statement] = STATE(3862), + [sym_component_instantiation_statement] = STATE(3862), + [sym_process_statement] = STATE(3862), + [sym_case_generate_statement] = STATE(3862), + [sym_for_generate_statement] = STATE(3862), + [sym_if_generate_statement] = STATE(3862), + [sym_concurrent_assertion_statement] = STATE(3862), + [sym_assertion] = STATE(6780), + [sym_concurrent_procedure_call_statement] = STATE(3862), + [sym_concurrent_simple_signal_assignment] = STATE(3862), + [sym_concurrent_conditional_signal_assignment] = STATE(3862), + [sym_concurrent_selected_signal_assignment] = STATE(3862), + [sym_with_expression] = STATE(6316), + [sym_name] = STATE(6111), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(4), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5644), - [sym__target] = STATE(6293), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2679), - [sym_configuration_specification] = STATE(3161), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5971), + [sym__target] = STATE(6104), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2657), + [sym_configuration_specification] = STATE(3232), [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), - [aux_sym_design_unit_repeat2] = STATE(827), - [aux_sym_design_unit_repeat3] = STATE(1345), + [aux_sym_design_unit_repeat2] = STATE(803), + [aux_sym_design_unit_repeat3] = STATE(1264), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22094,62 +22126,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [5] = { - [sym_use_clause] = STATE(3161), - [sym_package_declaration] = STATE(3161), - [sym_package_instantiation_declaration] = STATE(3161), - [sym_package_definition] = STATE(3161), - [sym__block_declarative_item] = STATE(3158), - [sym_subprogram_declaration] = STATE(3161), - [sym_subprogram_definition] = STATE(3161), - [sym_subprogram_instantiation_declaration] = STATE(3161), - [sym_type_declaration] = STATE(3161), - [sym_subtype_declaration] = STATE(3161), - [sym_mode_view_declaration] = STATE(3161), - [sym_constant_declaration] = STATE(3161), - [sym_signal_declaration] = STATE(3161), - [sym_variable_declaration] = STATE(3161), - [sym_file_declaration] = STATE(3161), - [sym_alias_declaration] = STATE(3161), - [sym_component_declaration] = STATE(3161), - [sym_attribute_declaration] = STATE(3161), - [sym_attribute_specification] = STATE(3161), - [sym_disconnection_specification] = STATE(3161), - [sym_group_template_declaration] = STATE(3161), - [sym_group_declaration] = STATE(3161), - [sym__concurrent_statement] = STATE(4216), - [sym_block_statement] = STATE(4213), - [sym_component_instantiation_statement] = STATE(4213), - [sym_process_statement] = STATE(4213), - [sym_case_generate_statement] = STATE(4213), - [sym_for_generate_statement] = STATE(4213), - [sym_if_generate_statement] = STATE(4213), - [sym_concurrent_assertion_statement] = STATE(4213), - [sym_assertion] = STATE(6940), - [sym_concurrent_procedure_call_statement] = STATE(4213), - [sym_concurrent_simple_signal_assignment] = STATE(4213), - [sym_concurrent_conditional_signal_assignment] = STATE(4213), - [sym_concurrent_selected_signal_assignment] = STATE(4213), - [sym_with_expression] = STATE(6163), - [sym_name] = STATE(6414), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_use_clause] = STATE(3232), + [sym_package_declaration] = STATE(3232), + [sym_package_instantiation_declaration] = STATE(3232), + [sym_package_definition] = STATE(3232), + [sym__block_declarative_item] = STATE(3231), + [sym_subprogram_declaration] = STATE(3232), + [sym_subprogram_definition] = STATE(3232), + [sym_subprogram_instantiation_declaration] = STATE(3232), + [sym_type_declaration] = STATE(3232), + [sym_subtype_declaration] = STATE(3232), + [sym_mode_view_declaration] = STATE(3232), + [sym_constant_declaration] = STATE(3232), + [sym_signal_declaration] = STATE(3232), + [sym_variable_declaration] = STATE(3232), + [sym_file_declaration] = STATE(3232), + [sym_alias_declaration] = STATE(3232), + [sym_component_declaration] = STATE(3232), + [sym_attribute_declaration] = STATE(3232), + [sym_attribute_specification] = STATE(3232), + [sym_disconnection_specification] = STATE(3232), + [sym_group_template_declaration] = STATE(3232), + [sym_group_declaration] = STATE(3232), + [sym__concurrent_statement] = STATE(4164), + [sym_block_statement] = STATE(4163), + [sym_component_instantiation_statement] = STATE(4163), + [sym_process_statement] = STATE(4163), + [sym_case_generate_statement] = STATE(4163), + [sym_for_generate_statement] = STATE(4163), + [sym_if_generate_statement] = STATE(4163), + [sym_concurrent_assertion_statement] = STATE(4163), + [sym_assertion] = STATE(7220), + [sym_concurrent_procedure_call_statement] = STATE(4163), + [sym_concurrent_simple_signal_assignment] = STATE(4163), + [sym_concurrent_conditional_signal_assignment] = STATE(4163), + [sym_concurrent_selected_signal_assignment] = STATE(4163), + [sym_with_expression] = STATE(6037), + [sym_name] = STATE(6535), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(5), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5644), - [sym__target] = STATE(6248), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2690), - [sym_configuration_specification] = STATE(3161), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5971), + [sym__target] = STATE(6202), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2647), + [sym_configuration_specification] = STATE(3232), [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [aux_sym_design_unit_repeat2] = STATE(816), - [aux_sym_design_unit_repeat3] = STATE(1523), + [aux_sym_design_unit_repeat2] = STATE(810), + [aux_sym_design_unit_repeat3] = STATE(1527), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22191,62 +22223,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [6] = { - [sym_use_clause] = STATE(3161), - [sym_package_declaration] = STATE(3161), - [sym_package_instantiation_declaration] = STATE(3161), - [sym_package_definition] = STATE(3161), - [sym__block_declarative_item] = STATE(3158), - [sym_subprogram_declaration] = STATE(3161), - [sym_subprogram_definition] = STATE(3161), - [sym_subprogram_instantiation_declaration] = STATE(3161), - [sym_type_declaration] = STATE(3161), - [sym_subtype_declaration] = STATE(3161), - [sym_mode_view_declaration] = STATE(3161), - [sym_constant_declaration] = STATE(3161), - [sym_signal_declaration] = STATE(3161), - [sym_variable_declaration] = STATE(3161), - [sym_file_declaration] = STATE(3161), - [sym_alias_declaration] = STATE(3161), - [sym_component_declaration] = STATE(3161), - [sym_attribute_declaration] = STATE(3161), - [sym_attribute_specification] = STATE(3161), - [sym_disconnection_specification] = STATE(3161), - [sym_group_template_declaration] = STATE(3161), - [sym_group_declaration] = STATE(3161), - [sym__concurrent_statement] = STATE(4316), - [sym_block_statement] = STATE(4351), - [sym_component_instantiation_statement] = STATE(4351), - [sym_process_statement] = STATE(4351), - [sym_case_generate_statement] = STATE(4351), - [sym_for_generate_statement] = STATE(4351), - [sym_if_generate_statement] = STATE(4351), - [sym_concurrent_assertion_statement] = STATE(4351), - [sym_assertion] = STATE(7535), - [sym_concurrent_procedure_call_statement] = STATE(4351), - [sym_concurrent_simple_signal_assignment] = STATE(4351), - [sym_concurrent_conditional_signal_assignment] = STATE(4351), - [sym_concurrent_selected_signal_assignment] = STATE(4351), - [sym_with_expression] = STATE(6197), - [sym_name] = STATE(6369), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_use_clause] = STATE(3232), + [sym_package_declaration] = STATE(3232), + [sym_package_instantiation_declaration] = STATE(3232), + [sym_package_definition] = STATE(3232), + [sym__block_declarative_item] = STATE(3231), + [sym_subprogram_declaration] = STATE(3232), + [sym_subprogram_definition] = STATE(3232), + [sym_subprogram_instantiation_declaration] = STATE(3232), + [sym_type_declaration] = STATE(3232), + [sym_subtype_declaration] = STATE(3232), + [sym_mode_view_declaration] = STATE(3232), + [sym_constant_declaration] = STATE(3232), + [sym_signal_declaration] = STATE(3232), + [sym_variable_declaration] = STATE(3232), + [sym_file_declaration] = STATE(3232), + [sym_alias_declaration] = STATE(3232), + [sym_component_declaration] = STATE(3232), + [sym_attribute_declaration] = STATE(3232), + [sym_attribute_specification] = STATE(3232), + [sym_disconnection_specification] = STATE(3232), + [sym_group_template_declaration] = STATE(3232), + [sym_group_declaration] = STATE(3232), + [sym__concurrent_statement] = STATE(4374), + [sym_block_statement] = STATE(4376), + [sym_component_instantiation_statement] = STATE(4376), + [sym_process_statement] = STATE(4376), + [sym_case_generate_statement] = STATE(4376), + [sym_for_generate_statement] = STATE(4376), + [sym_if_generate_statement] = STATE(4376), + [sym_concurrent_assertion_statement] = STATE(4376), + [sym_assertion] = STATE(8168), + [sym_concurrent_procedure_call_statement] = STATE(4376), + [sym_concurrent_simple_signal_assignment] = STATE(4376), + [sym_concurrent_conditional_signal_assignment] = STATE(4376), + [sym_concurrent_selected_signal_assignment] = STATE(4376), + [sym_with_expression] = STATE(6298), + [sym_name] = STATE(6385), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(6), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5644), - [sym__target] = STATE(6334), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2666), - [sym_configuration_specification] = STATE(3161), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5971), + [sym__target] = STATE(6075), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2692), + [sym_configuration_specification] = STATE(3232), [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), - [aux_sym_design_unit_repeat2] = STATE(827), - [aux_sym_design_unit_repeat3] = STATE(1685), + [aux_sym_design_unit_repeat2] = STATE(803), + [aux_sym_design_unit_repeat3] = STATE(1817), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22287,40 +22319,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [7] = { - [sym_unspecified_type_indication] = STATE(6155), - [sym_array_index_incomplete_type_list] = STATE(8108), - [sym__array_index_incomplete_type] = STATE(5743), - [sym_index_constraint] = STATE(6155), - [sym_index_subtype_definition] = STATE(6155), - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1721), + [sym_unspecified_type_indication] = STATE(6194), + [sym_array_index_incomplete_type_list] = STATE(7719), + [sym__array_index_incomplete_type] = STATE(5947), + [sym_index_constraint] = STATE(6194), + [sym_index_subtype_definition] = STATE(6194), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1678), [sym__direct_name] = STATE(729), - [sym__identifier] = STATE(888), - [sym__external_name] = STATE(888), - [sym_external_constant_name] = STATE(923), - [sym_external_signal_name] = STATE(923), - [sym_external_variable_name] = STATE(923), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8165), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym__identifier] = STATE(914), + [sym__external_name] = STATE(914), + [sym_external_constant_name] = STATE(909), + [sym_external_signal_name] = STATE(909), + [sym_external_variable_name] = STATE(909), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7729), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), - [sym__range] = STATE(5243), - [sym_simple_range] = STATE(4975), + [sym__range] = STATE(5237), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(7), [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), @@ -22365,40 +22397,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(237), }, [8] = { - [sym_unspecified_type_indication] = STATE(6155), - [sym_array_index_incomplete_type_list] = STATE(7703), - [sym__array_index_incomplete_type] = STATE(5743), - [sym_index_constraint] = STATE(6155), - [sym_index_subtype_definition] = STATE(6155), - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1721), + [sym_unspecified_type_indication] = STATE(6194), + [sym_array_index_incomplete_type_list] = STATE(7375), + [sym__array_index_incomplete_type] = STATE(5947), + [sym_index_constraint] = STATE(6194), + [sym_index_subtype_definition] = STATE(6194), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1678), [sym__direct_name] = STATE(729), - [sym__identifier] = STATE(888), - [sym__external_name] = STATE(888), - [sym_external_constant_name] = STATE(923), - [sym_external_signal_name] = STATE(923), - [sym_external_variable_name] = STATE(923), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8165), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym__identifier] = STATE(914), + [sym__external_name] = STATE(914), + [sym_external_constant_name] = STATE(909), + [sym_external_signal_name] = STATE(909), + [sym_external_variable_name] = STATE(909), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7729), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), - [sym__range] = STATE(5243), - [sym_simple_range] = STATE(4975), + [sym__range] = STATE(5237), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(8), [sym_line_comment] = STATE(8), [sym_block_comment] = STATE(8), @@ -22443,52 +22475,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(237), }, [9] = { - [sym__sequential_statement] = STATE(2850), - [sym_sequential_block_statement] = STATE(2853), - [sym_assertion_statement] = STATE(2853), - [sym_assertion] = STATE(7513), - [sym_report_expression] = STATE(5639), - [sym_case_statement] = STATE(2853), - [sym_case_expression] = STATE(6320), - [sym_exit_statement] = STATE(2853), - [sym_if_statement_block] = STATE(2853), - [sym_if_statement] = STATE(5059), - [sym_if_statement_body] = STATE(6008), - [sym_loop_statement] = STATE(2853), - [sym__iteration_scheme] = STATE(6319), - [sym_loop_body] = STATE(6602), - [sym_next_statement] = STATE(2853), - [sym_null_statement] = STATE(2853), - [sym_procedure_call_statement] = STATE(2853), - [sym_report_statement] = STATE(2853), - [sym_return_statement] = STATE(2853), - [sym_simple_waveform_assignment] = STATE(2853), - [sym_simple_variable_assignment] = STATE(2853), - [sym_simple_force_assignment] = STATE(2853), - [sym_simple_release_assignment] = STATE(2853), - [sym_conditional_signal_assignment] = STATE(2853), - [sym_selected_waveform_assignment] = STATE(2853), - [sym_selected_force_assignment] = STATE(2853), - [sym_selected_variable_assignment] = STATE(2853), - [sym_with_expression] = STATE(6188), - [sym_wait_statement] = STATE(2853), - [sym_name] = STATE(5584), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2855), + [sym_sequential_block_statement] = STATE(2856), + [sym_assertion_statement] = STATE(2856), + [sym_assertion] = STATE(8141), + [sym_report_expression] = STATE(5793), + [sym_case_statement] = STATE(2856), + [sym_case_expression] = STATE(6081), + [sym_exit_statement] = STATE(2856), + [sym_if_statement_block] = STATE(2856), + [sym_if_statement] = STATE(4995), + [sym_if_statement_body] = STATE(5678), + [sym_loop_statement] = STATE(2856), + [sym__iteration_scheme] = STATE(6077), + [sym_loop_body] = STATE(6592), + [sym_next_statement] = STATE(2856), + [sym_null_statement] = STATE(2856), + [sym_procedure_call_statement] = STATE(2856), + [sym_report_statement] = STATE(2856), + [sym_return_statement] = STATE(2856), + [sym_simple_waveform_assignment] = STATE(2856), + [sym_simple_variable_assignment] = STATE(2856), + [sym_simple_force_assignment] = STATE(2856), + [sym_simple_release_assignment] = STATE(2856), + [sym_conditional_signal_assignment] = STATE(2856), + [sym_selected_waveform_assignment] = STATE(2856), + [sym_selected_force_assignment] = STATE(2856), + [sym_selected_variable_assignment] = STATE(2856), + [sym_with_expression] = STATE(6303), + [sym_wait_statement] = STATE(2856), + [sym_name] = STATE(5794), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(9), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5866), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1444), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5994), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1549), [sym_line_comment] = STATE(9), [sym_block_comment] = STATE(9), - [aux_sym_sequential_block_repeat1] = STATE(11), + [aux_sym_sequential_block_repeat1] = STATE(12), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22520,52 +22552,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [10] = { - [sym__sequential_statement] = STATE(2850), - [sym_sequential_block_statement] = STATE(2853), - [sym_assertion_statement] = STATE(2853), - [sym_assertion] = STATE(7513), - [sym_report_expression] = STATE(5639), - [sym_case_statement] = STATE(2853), - [sym_case_expression] = STATE(6320), - [sym_exit_statement] = STATE(2853), - [sym_if_statement_block] = STATE(2853), - [sym_if_statement] = STATE(5059), - [sym_if_statement_body] = STATE(5898), - [sym_loop_statement] = STATE(2853), - [sym__iteration_scheme] = STATE(6319), - [sym_loop_body] = STATE(6602), - [sym_next_statement] = STATE(2853), - [sym_null_statement] = STATE(2853), - [sym_procedure_call_statement] = STATE(2853), - [sym_report_statement] = STATE(2853), - [sym_return_statement] = STATE(2853), - [sym_simple_waveform_assignment] = STATE(2853), - [sym_simple_variable_assignment] = STATE(2853), - [sym_simple_force_assignment] = STATE(2853), - [sym_simple_release_assignment] = STATE(2853), - [sym_conditional_signal_assignment] = STATE(2853), - [sym_selected_waveform_assignment] = STATE(2853), - [sym_selected_force_assignment] = STATE(2853), - [sym_selected_variable_assignment] = STATE(2853), - [sym_with_expression] = STATE(6188), - [sym_wait_statement] = STATE(2853), - [sym_name] = STATE(5584), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2855), + [sym_sequential_block_statement] = STATE(2856), + [sym_assertion_statement] = STATE(2856), + [sym_assertion] = STATE(8141), + [sym_report_expression] = STATE(5793), + [sym_case_statement] = STATE(2856), + [sym_case_expression] = STATE(6081), + [sym_exit_statement] = STATE(2856), + [sym_if_statement_block] = STATE(2856), + [sym_if_statement] = STATE(4995), + [sym_if_statement_body] = STATE(5925), + [sym_loop_statement] = STATE(2856), + [sym__iteration_scheme] = STATE(6077), + [sym_loop_body] = STATE(6592), + [sym_next_statement] = STATE(2856), + [sym_null_statement] = STATE(2856), + [sym_procedure_call_statement] = STATE(2856), + [sym_report_statement] = STATE(2856), + [sym_return_statement] = STATE(2856), + [sym_simple_waveform_assignment] = STATE(2856), + [sym_simple_variable_assignment] = STATE(2856), + [sym_simple_force_assignment] = STATE(2856), + [sym_simple_release_assignment] = STATE(2856), + [sym_conditional_signal_assignment] = STATE(2856), + [sym_selected_waveform_assignment] = STATE(2856), + [sym_selected_force_assignment] = STATE(2856), + [sym_selected_variable_assignment] = STATE(2856), + [sym_with_expression] = STATE(6303), + [sym_wait_statement] = STATE(2856), + [sym_name] = STATE(5794), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(10), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5866), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1444), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5994), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1549), [sym_line_comment] = STATE(10), [sym_block_comment] = STATE(10), - [aux_sym_sequential_block_repeat1] = STATE(11), + [aux_sym_sequential_block_repeat1] = STATE(12), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22597,60 +22629,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [11] = { - [sym__sequential_statement] = STATE(2850), - [sym_sequential_block_statement] = STATE(2853), - [sym_assertion_statement] = STATE(2853), - [sym_assertion] = STATE(7513), - [sym_report_expression] = STATE(5639), - [sym_case_statement] = STATE(2853), - [sym_case_expression] = STATE(6320), - [sym_exit_statement] = STATE(2853), - [sym_if_statement_block] = STATE(2853), - [sym_if_statement] = STATE(5059), - [sym_loop_statement] = STATE(2853), - [sym__iteration_scheme] = STATE(6319), - [sym_loop_body] = STATE(6602), - [sym_next_statement] = STATE(2853), - [sym_null_statement] = STATE(2853), - [sym_procedure_call_statement] = STATE(2853), - [sym_report_statement] = STATE(2853), - [sym_return_statement] = STATE(2853), - [sym_simple_waveform_assignment] = STATE(2853), - [sym_simple_variable_assignment] = STATE(2853), - [sym_simple_force_assignment] = STATE(2853), - [sym_simple_release_assignment] = STATE(2853), - [sym_conditional_signal_assignment] = STATE(2853), - [sym_selected_waveform_assignment] = STATE(2853), - [sym_selected_force_assignment] = STATE(2853), - [sym_selected_variable_assignment] = STATE(2853), - [sym_with_expression] = STATE(6188), - [sym_wait_statement] = STATE(2853), - [sym_name] = STATE(5584), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2855), + [sym_sequential_block_statement] = STATE(2856), + [sym_assertion_statement] = STATE(2856), + [sym_assertion] = STATE(8141), + [sym_report_expression] = STATE(5793), + [sym_case_statement] = STATE(2856), + [sym_case_expression] = STATE(6081), + [sym_exit_statement] = STATE(2856), + [sym_if_statement_block] = STATE(2856), + [sym_if_statement] = STATE(4995), + [sym_loop_statement] = STATE(2856), + [sym__iteration_scheme] = STATE(6077), + [sym_loop_body] = STATE(6592), + [sym_next_statement] = STATE(2856), + [sym_null_statement] = STATE(2856), + [sym_procedure_call_statement] = STATE(2856), + [sym_report_statement] = STATE(2856), + [sym_return_statement] = STATE(2856), + [sym_simple_waveform_assignment] = STATE(2856), + [sym_simple_variable_assignment] = STATE(2856), + [sym_simple_force_assignment] = STATE(2856), + [sym_simple_release_assignment] = STATE(2856), + [sym_conditional_signal_assignment] = STATE(2856), + [sym_selected_waveform_assignment] = STATE(2856), + [sym_selected_force_assignment] = STATE(2856), + [sym_selected_variable_assignment] = STATE(2856), + [sym_with_expression] = STATE(6303), + [sym_wait_statement] = STATE(2856), + [sym_name] = STATE(5794), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(11), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5866), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1444), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5994), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1549), [sym_line_comment] = STATE(11), [sym_block_comment] = STATE(11), - [aux_sym_sequential_block_repeat1] = STATE(12), + [aux_sym_sequential_block_repeat1] = STATE(11), + [anon_sym_LPAREN] = ACTIONS(287), + [anon_sym_LT_LT] = ACTIONS(290), + [sym_identifier] = ACTIONS(293), + [sym_ASSERT] = ACTIONS(296), + [sym_BLOCK] = ACTIONS(299), + [sym_CASE] = ACTIONS(302), + [sym_ELSE] = ACTIONS(305), + [sym_ELSIF] = ACTIONS(305), + [sym_END] = ACTIONS(305), + [sym_EXIT] = ACTIONS(307), + [sym_FOR] = ACTIONS(310), + [sym_IF] = ACTIONS(313), + [sym_LOOP] = ACTIONS(316), + [sym_NEXT] = ACTIONS(319), + [sym_NULL] = ACTIONS(322), + [sym_REPORT] = ACTIONS(325), + [sym_RETURN] = ACTIONS(328), + [sym_WAIT] = ACTIONS(331), + [sym_WHILE] = ACTIONS(334), + [sym_WITH] = ACTIONS(337), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(340), + [sym_operator_symbol] = ACTIONS(340), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(293), + [sym_library_constant_std_logic] = ACTIONS(340), + [sym_library_function] = ACTIONS(293), + [sym_library_type] = ACTIONS(293), + }, + [12] = { + [sym__sequential_statement] = STATE(2855), + [sym_sequential_block_statement] = STATE(2856), + [sym_assertion_statement] = STATE(2856), + [sym_assertion] = STATE(8141), + [sym_report_expression] = STATE(5793), + [sym_case_statement] = STATE(2856), + [sym_case_expression] = STATE(6081), + [sym_exit_statement] = STATE(2856), + [sym_if_statement_block] = STATE(2856), + [sym_if_statement] = STATE(4995), + [sym_loop_statement] = STATE(2856), + [sym__iteration_scheme] = STATE(6077), + [sym_loop_body] = STATE(6592), + [sym_next_statement] = STATE(2856), + [sym_null_statement] = STATE(2856), + [sym_procedure_call_statement] = STATE(2856), + [sym_report_statement] = STATE(2856), + [sym_return_statement] = STATE(2856), + [sym_simple_waveform_assignment] = STATE(2856), + [sym_simple_variable_assignment] = STATE(2856), + [sym_simple_force_assignment] = STATE(2856), + [sym_simple_release_assignment] = STATE(2856), + [sym_conditional_signal_assignment] = STATE(2856), + [sym_selected_waveform_assignment] = STATE(2856), + [sym_selected_force_assignment] = STATE(2856), + [sym_selected_variable_assignment] = STATE(2856), + [sym_with_expression] = STATE(6303), + [sym_wait_statement] = STATE(2856), + [sym_name] = STATE(5794), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), + [sym__tool_directive] = STATE(12), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5994), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1549), + [sym_line_comment] = STATE(12), + [sym_block_comment] = STATE(12), + [aux_sym_sequential_block_repeat1] = STATE(11), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), [sym_ASSERT] = ACTIONS(19), [sym_BLOCK] = ACTIONS(259), [sym_CASE] = ACTIONS(261), - [sym_ELSE] = ACTIONS(287), - [sym_ELSIF] = ACTIONS(287), - [sym_END] = ACTIONS(287), + [sym_ELSE] = ACTIONS(343), + [sym_ELSIF] = ACTIONS(343), + [sym_END] = ACTIONS(343), [sym_EXIT] = ACTIONS(265), [sym_FOR] = ACTIONS(267), [sym_IF] = ACTIONS(269), @@ -22672,204 +22780,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(13), [sym_library_type] = ACTIONS(13), }, - [12] = { - [sym__sequential_statement] = STATE(2850), - [sym_sequential_block_statement] = STATE(2853), - [sym_assertion_statement] = STATE(2853), - [sym_assertion] = STATE(7513), - [sym_report_expression] = STATE(5639), - [sym_case_statement] = STATE(2853), - [sym_case_expression] = STATE(6320), - [sym_exit_statement] = STATE(2853), - [sym_if_statement_block] = STATE(2853), - [sym_if_statement] = STATE(5059), - [sym_loop_statement] = STATE(2853), - [sym__iteration_scheme] = STATE(6319), - [sym_loop_body] = STATE(6602), - [sym_next_statement] = STATE(2853), - [sym_null_statement] = STATE(2853), - [sym_procedure_call_statement] = STATE(2853), - [sym_report_statement] = STATE(2853), - [sym_return_statement] = STATE(2853), - [sym_simple_waveform_assignment] = STATE(2853), - [sym_simple_variable_assignment] = STATE(2853), - [sym_simple_force_assignment] = STATE(2853), - [sym_simple_release_assignment] = STATE(2853), - [sym_conditional_signal_assignment] = STATE(2853), - [sym_selected_waveform_assignment] = STATE(2853), - [sym_selected_force_assignment] = STATE(2853), - [sym_selected_variable_assignment] = STATE(2853), - [sym_with_expression] = STATE(6188), - [sym_wait_statement] = STATE(2853), - [sym_name] = STATE(5584), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), - [sym__tool_directive] = STATE(12), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5866), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1444), - [sym_line_comment] = STATE(12), - [sym_block_comment] = STATE(12), - [aux_sym_sequential_block_repeat1] = STATE(12), - [anon_sym_LPAREN] = ACTIONS(289), - [anon_sym_LT_LT] = ACTIONS(292), - [sym_identifier] = ACTIONS(295), - [sym_ASSERT] = ACTIONS(298), - [sym_BLOCK] = ACTIONS(301), - [sym_CASE] = ACTIONS(304), - [sym_ELSE] = ACTIONS(307), - [sym_ELSIF] = ACTIONS(307), - [sym_END] = ACTIONS(307), - [sym_EXIT] = ACTIONS(309), - [sym_FOR] = ACTIONS(312), - [sym_IF] = ACTIONS(315), - [sym_LOOP] = ACTIONS(318), - [sym_NEXT] = ACTIONS(321), - [sym_NULL] = ACTIONS(324), - [sym_REPORT] = ACTIONS(327), - [sym_RETURN] = ACTIONS(330), - [sym_WAIT] = ACTIONS(333), - [sym_WHILE] = ACTIONS(336), - [sym_WITH] = ACTIONS(339), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(342), - [sym_operator_symbol] = ACTIONS(342), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(295), - [sym_library_constant_std_logic] = ACTIONS(342), - [sym_library_function] = ACTIONS(295), - [sym_library_type] = ACTIONS(295), - }, [13] = { - [sym__sequential_statement] = STATE(2880), - [sym_sequential_block_statement] = STATE(2881), - [sym_assertion_statement] = STATE(2881), - [sym_assertion] = STATE(7269), - [sym_report_expression] = STATE(5737), - [sym_case_statement] = STATE(2881), - [sym_case_expression] = STATE(6277), - [sym_exit_statement] = STATE(2881), - [sym_if_statement_block] = STATE(2881), - [sym_if_statement] = STATE(5016), - [sym_loop_statement] = STATE(2881), - [sym__iteration_scheme] = STATE(6274), - [sym_loop_body] = STATE(6529), - [sym_next_statement] = STATE(2881), - [sym_null_statement] = STATE(2881), - [sym_procedure_call_statement] = STATE(2881), - [sym_report_statement] = STATE(2881), - [sym_return_statement] = STATE(2881), - [sym_simple_waveform_assignment] = STATE(2881), - [sym_simple_variable_assignment] = STATE(2881), - [sym_simple_force_assignment] = STATE(2881), - [sym_simple_release_assignment] = STATE(2881), - [sym_conditional_signal_assignment] = STATE(2881), - [sym_selected_waveform_assignment] = STATE(2881), - [sym_selected_force_assignment] = STATE(2881), - [sym_selected_variable_assignment] = STATE(2881), - [sym_with_expression] = STATE(6172), - [sym_wait_statement] = STATE(2881), - [sym_name] = STATE(5744), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2884), + [sym_sequential_block_statement] = STATE(2885), + [sym_assertion_statement] = STATE(2885), + [sym_assertion] = STATE(7364), + [sym_report_expression] = STATE(5931), + [sym_case_statement] = STATE(2885), + [sym_case_expression] = STATE(6147), + [sym_exit_statement] = STATE(2885), + [sym_if_statement_block] = STATE(2885), + [sym_if_statement] = STATE(5048), + [sym_loop_statement] = STATE(2885), + [sym__iteration_scheme] = STATE(6149), + [sym_loop_body] = STATE(6493), + [sym_next_statement] = STATE(2885), + [sym_null_statement] = STATE(2885), + [sym_procedure_call_statement] = STATE(2885), + [sym_report_statement] = STATE(2885), + [sym_return_statement] = STATE(2885), + [sym_simple_waveform_assignment] = STATE(2885), + [sym_simple_variable_assignment] = STATE(2885), + [sym_simple_force_assignment] = STATE(2885), + [sym_simple_release_assignment] = STATE(2885), + [sym_conditional_signal_assignment] = STATE(2885), + [sym_selected_waveform_assignment] = STATE(2885), + [sym_selected_force_assignment] = STATE(2885), + [sym_selected_variable_assignment] = STATE(2885), + [sym_with_expression] = STATE(6327), + [sym_wait_statement] = STATE(2885), + [sym_name] = STATE(5927), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(13), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5742), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1448), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5951), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1653), [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), [aux_sym_sequential_block_repeat1] = STATE(13), - [anon_sym_LPAREN] = ACTIONS(289), - [anon_sym_LT_LT] = ACTIONS(292), - [sym_identifier] = ACTIONS(295), - [sym_ASSERT] = ACTIONS(298), + [anon_sym_LPAREN] = ACTIONS(287), + [anon_sym_LT_LT] = ACTIONS(290), + [sym_identifier] = ACTIONS(293), + [sym_ASSERT] = ACTIONS(296), [sym_BLOCK] = ACTIONS(345), - [sym_CASE] = ACTIONS(304), - [sym_END] = ACTIONS(307), + [sym_CASE] = ACTIONS(302), + [sym_END] = ACTIONS(305), [sym_EXIT] = ACTIONS(348), - [sym_FOR] = ACTIONS(312), - [sym_IF] = ACTIONS(315), - [sym_LOOP] = ACTIONS(318), + [sym_FOR] = ACTIONS(310), + [sym_IF] = ACTIONS(313), + [sym_LOOP] = ACTIONS(316), [sym_NEXT] = ACTIONS(351), [sym_NULL] = ACTIONS(354), - [sym_REPORT] = ACTIONS(327), + [sym_REPORT] = ACTIONS(325), [sym_RETURN] = ACTIONS(357), [sym_WAIT] = ACTIONS(360), - [sym_WHEN] = ACTIONS(307), - [sym_WHILE] = ACTIONS(336), - [sym_WITH] = ACTIONS(339), + [sym_WHEN] = ACTIONS(305), + [sym_WHILE] = ACTIONS(334), + [sym_WITH] = ACTIONS(337), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(342), - [sym_operator_symbol] = ACTIONS(342), + [sym_character_literal] = ACTIONS(340), + [sym_operator_symbol] = ACTIONS(340), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(295), - [sym_library_constant_std_logic] = ACTIONS(342), - [sym_library_function] = ACTIONS(295), - [sym_library_type] = ACTIONS(295), + [sym_library_constant] = ACTIONS(293), + [sym_library_constant_std_logic] = ACTIONS(340), + [sym_library_function] = ACTIONS(293), + [sym_library_type] = ACTIONS(293), }, [14] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_if_statement_body] = STATE(7735), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_if_statement_body] = STATE(7321), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(14), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), - [aux_sym_sequential_block_repeat1] = STATE(52), + [aux_sym_sequential_block_repeat1] = STATE(54), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22899,48 +22931,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [15] = { - [sym__sequential_statement] = STATE(2880), - [sym_sequential_block_statement] = STATE(2881), - [sym_assertion_statement] = STATE(2881), - [sym_assertion] = STATE(7269), - [sym_report_expression] = STATE(5737), - [sym_case_statement] = STATE(2881), - [sym_case_expression] = STATE(6277), - [sym_exit_statement] = STATE(2881), - [sym_if_statement_block] = STATE(2881), - [sym_if_statement] = STATE(5016), - [sym_loop_statement] = STATE(2881), - [sym__iteration_scheme] = STATE(6274), - [sym_loop_body] = STATE(6529), - [sym_next_statement] = STATE(2881), - [sym_null_statement] = STATE(2881), - [sym_procedure_call_statement] = STATE(2881), - [sym_report_statement] = STATE(2881), - [sym_return_statement] = STATE(2881), - [sym_simple_waveform_assignment] = STATE(2881), - [sym_simple_variable_assignment] = STATE(2881), - [sym_simple_force_assignment] = STATE(2881), - [sym_simple_release_assignment] = STATE(2881), - [sym_conditional_signal_assignment] = STATE(2881), - [sym_selected_waveform_assignment] = STATE(2881), - [sym_selected_force_assignment] = STATE(2881), - [sym_selected_variable_assignment] = STATE(2881), - [sym_with_expression] = STATE(6172), - [sym_wait_statement] = STATE(2881), - [sym_name] = STATE(5744), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2884), + [sym_sequential_block_statement] = STATE(2885), + [sym_assertion_statement] = STATE(2885), + [sym_assertion] = STATE(7364), + [sym_report_expression] = STATE(5931), + [sym_case_statement] = STATE(2885), + [sym_case_expression] = STATE(6147), + [sym_exit_statement] = STATE(2885), + [sym_if_statement_block] = STATE(2885), + [sym_if_statement] = STATE(5048), + [sym_loop_statement] = STATE(2885), + [sym__iteration_scheme] = STATE(6149), + [sym_loop_body] = STATE(6493), + [sym_next_statement] = STATE(2885), + [sym_null_statement] = STATE(2885), + [sym_procedure_call_statement] = STATE(2885), + [sym_report_statement] = STATE(2885), + [sym_return_statement] = STATE(2885), + [sym_simple_waveform_assignment] = STATE(2885), + [sym_simple_variable_assignment] = STATE(2885), + [sym_simple_force_assignment] = STATE(2885), + [sym_simple_release_assignment] = STATE(2885), + [sym_conditional_signal_assignment] = STATE(2885), + [sym_selected_waveform_assignment] = STATE(2885), + [sym_selected_force_assignment] = STATE(2885), + [sym_selected_variable_assignment] = STATE(2885), + [sym_with_expression] = STATE(6327), + [sym_wait_statement] = STATE(2885), + [sym_name] = STATE(5927), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(15), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5742), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1448), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5951), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1653), [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), [aux_sym_sequential_block_repeat1] = STATE(13), @@ -22974,48 +23006,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [16] = { - [sym__sequential_statement] = STATE(2880), - [sym_sequential_block_statement] = STATE(2881), - [sym_assertion_statement] = STATE(2881), - [sym_assertion] = STATE(7269), - [sym_report_expression] = STATE(5737), - [sym_case_statement] = STATE(2881), - [sym_case_expression] = STATE(6277), - [sym_exit_statement] = STATE(2881), - [sym_if_statement_block] = STATE(2881), - [sym_if_statement] = STATE(5016), - [sym_loop_statement] = STATE(2881), - [sym__iteration_scheme] = STATE(6274), - [sym_loop_body] = STATE(6529), - [sym_next_statement] = STATE(2881), - [sym_null_statement] = STATE(2881), - [sym_procedure_call_statement] = STATE(2881), - [sym_report_statement] = STATE(2881), - [sym_return_statement] = STATE(2881), - [sym_simple_waveform_assignment] = STATE(2881), - [sym_simple_variable_assignment] = STATE(2881), - [sym_simple_force_assignment] = STATE(2881), - [sym_simple_release_assignment] = STATE(2881), - [sym_conditional_signal_assignment] = STATE(2881), - [sym_selected_waveform_assignment] = STATE(2881), - [sym_selected_force_assignment] = STATE(2881), - [sym_selected_variable_assignment] = STATE(2881), - [sym_with_expression] = STATE(6172), - [sym_wait_statement] = STATE(2881), - [sym_name] = STATE(5744), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2884), + [sym_sequential_block_statement] = STATE(2885), + [sym_assertion_statement] = STATE(2885), + [sym_assertion] = STATE(7364), + [sym_report_expression] = STATE(5931), + [sym_case_statement] = STATE(2885), + [sym_case_expression] = STATE(6147), + [sym_exit_statement] = STATE(2885), + [sym_if_statement_block] = STATE(2885), + [sym_if_statement] = STATE(5048), + [sym_loop_statement] = STATE(2885), + [sym__iteration_scheme] = STATE(6149), + [sym_loop_body] = STATE(6493), + [sym_next_statement] = STATE(2885), + [sym_null_statement] = STATE(2885), + [sym_procedure_call_statement] = STATE(2885), + [sym_report_statement] = STATE(2885), + [sym_return_statement] = STATE(2885), + [sym_simple_waveform_assignment] = STATE(2885), + [sym_simple_variable_assignment] = STATE(2885), + [sym_simple_force_assignment] = STATE(2885), + [sym_simple_release_assignment] = STATE(2885), + [sym_conditional_signal_assignment] = STATE(2885), + [sym_selected_waveform_assignment] = STATE(2885), + [sym_selected_force_assignment] = STATE(2885), + [sym_selected_variable_assignment] = STATE(2885), + [sym_with_expression] = STATE(6327), + [sym_wait_statement] = STATE(2885), + [sym_name] = STATE(5927), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(16), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5742), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1448), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5951), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1653), [sym_line_comment] = STATE(16), [sym_block_comment] = STATE(16), [aux_sym_sequential_block_repeat1] = STATE(15), @@ -23049,202 +23081,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [17] = { - [sym_use_clause] = STATE(1933), - [sym_package_declaration] = STATE(1933), - [sym_package_instantiation_declaration] = STATE(1933), - [sym_package_definition] = STATE(1933), - [sym__block_declarative_item] = STATE(1931), - [sym_subprogram_declaration] = STATE(1933), - [sym_subprogram_definition] = STATE(1933), - [sym_subprogram_instantiation_declaration] = STATE(1933), - [sym_type_declaration] = STATE(1933), - [sym_subtype_declaration] = STATE(1933), - [sym_mode_view_declaration] = STATE(1933), - [sym_constant_declaration] = STATE(1933), - [sym_signal_declaration] = STATE(1933), - [sym_variable_declaration] = STATE(1933), - [sym_file_declaration] = STATE(1933), - [sym_alias_declaration] = STATE(1933), - [sym_component_declaration] = STATE(1933), - [sym_attribute_declaration] = STATE(1933), - [sym_attribute_specification] = STATE(1933), - [sym_disconnection_specification] = STATE(1933), - [sym_group_template_declaration] = STATE(1933), - [sym_group_declaration] = STATE(1933), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7033), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(17), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5843), - [sym_configuration_specification] = STATE(1933), [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), - [aux_sym_design_unit_repeat2] = STATE(55), - [anon_sym_LPAREN] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(393), - [sym_identifier] = ACTIONS(393), - [sym_ALIAS] = ACTIONS(15), - [sym_ARCHITECTURE] = ACTIONS(393), - [sym_ASSERT] = ACTIONS(393), - [sym_ATTRIBUTE] = ACTIONS(21), - [sym_COMPONENT] = ACTIONS(23), - [sym_CONFIGURATION] = ACTIONS(393), - [sym_CONSTANT] = ACTIONS(27), - [sym_CONTEXT] = ACTIONS(393), - [sym_DISCONNECT] = ACTIONS(31), - [sym_ENTITY] = ACTIONS(393), - [sym_FILE] = ACTIONS(35), - [sym_FOR] = ACTIONS(37), - [sym_FUNCTION] = ACTIONS(39), - [sym_GROUP] = ACTIONS(41), - [sym_IMPURE] = ACTIONS(43), - [sym_LIBRARY] = ACTIONS(393), - [sym_PACKAGE] = ACTIONS(47), - [sym_POSTPONED] = ACTIONS(393), - [sym_PROCEDURE] = ACTIONS(51), - [sym_PROCESS] = ACTIONS(393), - [sym_PURE] = ACTIONS(43), - [sym_SIGNAL] = ACTIONS(55), - [sym_SHARED] = ACTIONS(57), - [sym_SUBTYPE] = ACTIONS(59), - [sym_TYPE] = ACTIONS(61), - [sym_USE] = ACTIONS(63), - [sym_VARIABLE] = ACTIONS(65), - [sym_VIEW] = ACTIONS(67), - [sym_WITH] = ACTIONS(393), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(393), - [sym_operator_symbol] = ACTIONS(393), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(393), - [sym_library_constant_std_logic] = ACTIONS(393), - [sym_library_function] = ACTIONS(393), - [sym_library_type] = ACTIONS(393), - [sym__end_of_file] = ACTIONS(393), - }, - [18] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(18), - [sym_selected_waveforms] = STATE(7119), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(323), - [sym_line_comment] = STATE(18), - [sym_block_comment] = STATE(18), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(393), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(403), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [19] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7628), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(19), - [sym_line_comment] = STATE(19), - [sym_block_comment] = STATE(19), + [18] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6839), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(18), + [sym_line_comment] = STATE(18), + [sym_block_comment] = STATE(18), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(425), + [anon_sym_RPAREN] = ACTIONS(405), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23252,221 +23210,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [20] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(20), - [sym_selected_waveforms] = STATE(7424), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(263), - [sym_line_comment] = STATE(20), - [sym_block_comment] = STATE(20), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [19] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(19), + [sym_selected_waveforms] = STATE(6836), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(324), + [sym_line_comment] = STATE(19), + [sym_block_comment] = STATE(19), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(437), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(415), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [21] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(21), - [sym_selected_waveforms] = STATE(7366), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(276), - [sym_line_comment] = STATE(21), - [sym_block_comment] = STATE(21), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [20] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(20), + [sym_selected_waveforms] = STATE(8299), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(268), + [sym_line_comment] = STATE(20), + [sym_block_comment] = STATE(20), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(439), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(437), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [22] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7500), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(22), - [sym_line_comment] = STATE(22), - [sym_block_comment] = STATE(22), + [21] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6695), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(21), + [sym_line_comment] = STATE(21), + [sym_block_comment] = STATE(21), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(441), + [anon_sym_RPAREN] = ACTIONS(439), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23474,147 +23432,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [22] = { + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), + [sym__tool_directive] = STATE(22), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), + [sym_line_comment] = STATE(22), + [sym_block_comment] = STATE(22), + [aux_sym_sequential_block_repeat1] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(363), + [sym_CASE] = ACTIONS(261), + [sym_END] = ACTIONS(441), + [sym_EXIT] = ACTIONS(367), + [sym_FOR] = ACTIONS(267), + [sym_IF] = ACTIONS(269), + [sym_LOOP] = ACTIONS(271), + [sym_NEXT] = ACTIONS(369), + [sym_NULL] = ACTIONS(371), + [sym_REPORT] = ACTIONS(277), + [sym_RETURN] = ACTIONS(373), + [sym_WAIT] = ACTIONS(375), + [sym_WHILE] = ACTIONS(283), + [sym_WITH] = ACTIONS(69), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(71), + [sym_operator_symbol] = ACTIONS(71), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), }, [23] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7374), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(23), - [sym_waveform] = STATE(5732), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7360), - [sym_delay_mechanism] = STATE(350), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(443), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(443), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_RELEASE] = ACTIONS(445), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [24] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7276), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7796), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(24), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(447), + [anon_sym_RPAREN] = ACTIONS(445), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23622,147 +23654,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [25] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8328), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(25), - [sym_selected_waveforms] = STATE(7375), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(271), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(447), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(449), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [26] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7053), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8338), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(26), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(451), + [anon_sym_RPAREN] = ACTIONS(449), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23770,147 +23802,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [27] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8324), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(27), - [sym_selected_waveforms] = STATE(7200), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(286), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(451), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(453), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [28] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6948), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8292), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(28), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(455), + [anon_sym_RPAREN] = ACTIONS(453), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23918,73 +23950,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [29] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6872), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8241), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(29), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(457), + [anon_sym_RPAREN] = ACTIONS(455), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -23992,221 +24024,295 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [30] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8219), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(30), - [sym_selected_waveforms] = STATE(7689), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(306), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(457), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(459), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [31] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8192), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(31), - [sym_selected_waveforms] = STATE(8170), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(261), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(459), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(461), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [32] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7047), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8156), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(32), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(461), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), + [sym__OR] = ACTIONS(239), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [33] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8110), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(33), + [sym_line_comment] = STATE(33), + [sym_block_comment] = STATE(33), + [anon_sym_LPAREN] = ACTIONS(229), [anon_sym_RPAREN] = ACTIONS(463), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24214,221 +24320,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [33] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(33), - [sym_selected_waveforms] = STATE(7540), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(321), - [sym_line_comment] = STATE(33), - [sym_block_comment] = STATE(33), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(465), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [34] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8043), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(34), - [sym_selected_waveforms] = STATE(7454), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(252), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(465), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(467), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [35] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8059), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(8130), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(35), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(469), + [anon_sym_RPAREN] = ACTIONS(467), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24436,147 +24468,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [36] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(36), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), + [sym_selected_waveforms] = STATE(8217), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(262), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), - [aux_sym_sequential_block_repeat1] = STATE(40), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(363), - [sym_CASE] = ACTIONS(261), - [sym_END] = ACTIONS(471), - [sym_EXIT] = ACTIONS(367), - [sym_FOR] = ACTIONS(267), - [sym_IF] = ACTIONS(269), - [sym_LOOP] = ACTIONS(271), - [sym_NEXT] = ACTIONS(369), - [sym_NULL] = ACTIONS(371), - [sym_REPORT] = ACTIONS(277), - [sym_RETURN] = ACTIONS(373), - [sym_WAIT] = ACTIONS(375), - [sym_WHILE] = ACTIONS(283), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_GUARDED] = ACTIONS(469), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(13), - [sym_library_constant_std_logic] = ACTIONS(71), - [sym_library_function] = ACTIONS(13), - [sym_library_type] = ACTIONS(13), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [37] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6787), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7842), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(37), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(473), + [anon_sym_RPAREN] = ACTIONS(471), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24584,73 +24616,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [38] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7467), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_use_clause] = STATE(2232), + [sym_package_declaration] = STATE(2232), + [sym_package_instantiation_declaration] = STATE(2232), + [sym_package_definition] = STATE(2232), + [sym__block_declarative_item] = STATE(2233), + [sym_subprogram_declaration] = STATE(2232), + [sym_subprogram_definition] = STATE(2232), + [sym_subprogram_instantiation_declaration] = STATE(2232), + [sym_type_declaration] = STATE(2232), + [sym_subtype_declaration] = STATE(2232), + [sym_mode_view_declaration] = STATE(2232), + [sym_constant_declaration] = STATE(2232), + [sym_signal_declaration] = STATE(2232), + [sym_variable_declaration] = STATE(2232), + [sym_file_declaration] = STATE(2232), + [sym_alias_declaration] = STATE(2232), + [sym_component_declaration] = STATE(2232), + [sym_attribute_declaration] = STATE(2232), + [sym_attribute_specification] = STATE(2232), + [sym_disconnection_specification] = STATE(2232), + [sym_group_template_declaration] = STATE(2232), + [sym_group_declaration] = STATE(2232), [sym__tool_directive] = STATE(38), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5888), + [sym_configuration_specification] = STATE(2232), [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), + [aux_sym_design_unit_repeat2] = STATE(38), + [anon_sym_LPAREN] = ACTIONS(473), + [anon_sym_LT_LT] = ACTIONS(473), + [sym_identifier] = ACTIONS(473), + [sym_ALIAS] = ACTIONS(475), + [sym_ARCHITECTURE] = ACTIONS(473), + [sym_ASSERT] = ACTIONS(473), + [sym_ATTRIBUTE] = ACTIONS(478), + [sym_COMPONENT] = ACTIONS(481), + [sym_CONFIGURATION] = ACTIONS(473), + [sym_CONSTANT] = ACTIONS(484), + [sym_CONTEXT] = ACTIONS(473), + [sym_DISCONNECT] = ACTIONS(487), + [sym_ENTITY] = ACTIONS(473), + [sym_FILE] = ACTIONS(490), + [sym_FOR] = ACTIONS(493), + [sym_FUNCTION] = ACTIONS(496), + [sym_GROUP] = ACTIONS(499), + [sym_IMPURE] = ACTIONS(502), + [sym_LIBRARY] = ACTIONS(473), + [sym_PACKAGE] = ACTIONS(505), + [sym_POSTPONED] = ACTIONS(473), + [sym_PROCEDURE] = ACTIONS(508), + [sym_PROCESS] = ACTIONS(473), + [sym_PURE] = ACTIONS(502), + [sym_SIGNAL] = ACTIONS(511), + [sym_SHARED] = ACTIONS(514), + [sym_SUBTYPE] = ACTIONS(517), + [sym_TYPE] = ACTIONS(520), + [sym_USE] = ACTIONS(523), + [sym_VARIABLE] = ACTIONS(526), + [sym_VIEW] = ACTIONS(529), + [sym_WITH] = ACTIONS(473), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(473), + [sym_operator_symbol] = ACTIONS(473), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(473), + [sym_library_constant_std_logic] = ACTIONS(473), + [sym_library_function] = ACTIONS(473), + [sym_library_type] = ACTIONS(473), + [sym__end_of_file] = ACTIONS(473), + }, + [39] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7813), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(39), + [sym_line_comment] = STATE(39), + [sym_block_comment] = STATE(39), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(475), + [anon_sym_RPAREN] = ACTIONS(532), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24658,73 +24764,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [39] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7542), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(39), - [sym_line_comment] = STATE(39), - [sym_block_comment] = STATE(39), + [40] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7780), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(40), + [sym_line_comment] = STATE(40), + [sym_block_comment] = STATE(40), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(477), + [anon_sym_RPAREN] = ACTIONS(534), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24732,221 +24838,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [40] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), - [sym__tool_directive] = STATE(40), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), - [sym_line_comment] = STATE(40), - [sym_block_comment] = STATE(40), - [aux_sym_sequential_block_repeat1] = STATE(58), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(363), - [sym_CASE] = ACTIONS(261), - [sym_END] = ACTIONS(479), - [sym_EXIT] = ACTIONS(367), - [sym_FOR] = ACTIONS(267), - [sym_IF] = ACTIONS(269), - [sym_LOOP] = ACTIONS(271), - [sym_NEXT] = ACTIONS(369), - [sym_NULL] = ACTIONS(371), - [sym_REPORT] = ACTIONS(277), - [sym_RETURN] = ACTIONS(373), - [sym_WAIT] = ACTIONS(375), - [sym_WHILE] = ACTIONS(283), - [sym_WITH] = ACTIONS(69), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(13), - [sym_library_constant_std_logic] = ACTIONS(71), - [sym_library_function] = ACTIONS(13), - [sym_library_type] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [41] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7757), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(41), - [sym_selected_waveforms] = STATE(8073), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(300), [sym_line_comment] = STATE(41), [sym_block_comment] = STATE(41), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(536), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(481), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [42] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8139), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7600), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(42), [sym_line_comment] = STATE(42), [sym_block_comment] = STATE(42), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(483), + [anon_sym_RPAREN] = ACTIONS(538), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -24954,73 +24986,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [43] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7589), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7687), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(43), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(485), + [anon_sym_RPAREN] = ACTIONS(540), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25028,221 +25060,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [44] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7652), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(44), - [sym_selected_waveforms] = STATE(7211), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(310), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(542), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(487), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [45] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7610), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(45), - [sym_waveform] = STATE(5919), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8013), - [sym_delay_mechanism] = STATE(348), [sym_line_comment] = STATE(45), [sym_block_comment] = STATE(45), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(489), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_RELEASE] = ACTIONS(491), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [46] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8198), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(46), - [sym_line_comment] = STATE(46), - [sym_block_comment] = STATE(46), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(493), + [anon_sym_RPAREN] = ACTIONS(544), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25250,73 +25208,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [47] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6988), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(47), - [sym_line_comment] = STATE(47), - [sym_block_comment] = STATE(47), + [46] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7556), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(46), + [sym_line_comment] = STATE(46), + [sym_block_comment] = STATE(46), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(495), + [anon_sym_RPAREN] = ACTIONS(546), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25324,73 +25282,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [48] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8244), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(48), - [sym_line_comment] = STATE(48), - [sym_block_comment] = STATE(48), + [47] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7471), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(47), + [sym_line_comment] = STATE(47), + [sym_block_comment] = STATE(47), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(497), + [anon_sym_RPAREN] = ACTIONS(548), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25398,147 +25356,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [49] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(49), - [sym_selected_waveforms] = STATE(8089), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(290), - [sym_line_comment] = STATE(49), - [sym_block_comment] = STATE(49), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [48] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(48), + [sym_waveform] = STATE(5858), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6898), + [sym_delay_mechanism] = STATE(329), + [sym_line_comment] = STATE(48), + [sym_block_comment] = STATE(48), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(499), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(550), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_RELEASE] = ACTIONS(552), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [50] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7811), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(50), - [sym_line_comment] = STATE(50), - [sym_block_comment] = STATE(50), + [49] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7426), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(49), + [sym_line_comment] = STATE(49), + [sym_block_comment] = STATE(49), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(501), + [anon_sym_RPAREN] = ACTIONS(554), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25546,221 +25504,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [51] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(51), - [sym_selected_waveforms] = STATE(7185), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(317), - [sym_line_comment] = STATE(51), - [sym_block_comment] = STATE(51), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(503), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [52] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), - [sym__tool_directive] = STATE(52), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), - [sym_line_comment] = STATE(52), - [sym_block_comment] = STATE(52), - [aux_sym_sequential_block_repeat1] = STATE(58), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(363), - [sym_CASE] = ACTIONS(261), - [sym_END] = ACTIONS(287), - [sym_EXIT] = ACTIONS(367), - [sym_FOR] = ACTIONS(267), - [sym_IF] = ACTIONS(269), - [sym_LOOP] = ACTIONS(271), - [sym_NEXT] = ACTIONS(369), - [sym_NULL] = ACTIONS(371), - [sym_REPORT] = ACTIONS(277), - [sym_RETURN] = ACTIONS(373), - [sym_WAIT] = ACTIONS(375), - [sym_WHILE] = ACTIONS(283), - [sym_WITH] = ACTIONS(69), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(13), - [sym_library_constant_std_logic] = ACTIONS(71), - [sym_library_function] = ACTIONS(13), - [sym_library_type] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [53] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8058), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(53), - [sym_line_comment] = STATE(53), - [sym_block_comment] = STATE(53), + [50] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7394), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(50), + [sym_line_comment] = STATE(50), + [sym_block_comment] = STATE(50), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(505), + [anon_sym_RPAREN] = ACTIONS(556), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25768,77 +25578,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [51] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(51), + [sym_selected_waveforms] = STATE(7215), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(253), + [sym_line_comment] = STATE(51), + [sym_block_comment] = STATE(51), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_FORCE] = ACTIONS(558), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [52] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7360), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(52), + [sym_line_comment] = STATE(52), + [sym_block_comment] = STATE(52), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(560), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), + [sym__OR] = ACTIONS(239), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [53] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7314), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(53), + [sym_line_comment] = STATE(53), + [sym_block_comment] = STATE(53), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(562), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), + [sym__OR] = ACTIONS(239), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [54] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(54), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(54), [sym_block_comment] = STATE(54), - [aux_sym_sequential_block_repeat1] = STATE(90), + [aux_sym_sequential_block_repeat1] = STATE(85), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), [sym_ASSERT] = ACTIONS(19), [sym_BLOCK] = ACTIONS(363), [sym_CASE] = ACTIONS(261), - [sym_END] = ACTIONS(507), + [sym_END] = ACTIONS(343), [sym_EXIT] = ACTIONS(367), [sym_FOR] = ACTIONS(267), [sym_IF] = ACTIONS(269), @@ -25861,128 +25893,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [55] = { - [sym_use_clause] = STATE(1933), - [sym_package_declaration] = STATE(1933), - [sym_package_instantiation_declaration] = STATE(1933), - [sym_package_definition] = STATE(1933), - [sym__block_declarative_item] = STATE(1931), - [sym_subprogram_declaration] = STATE(1933), - [sym_subprogram_definition] = STATE(1933), - [sym_subprogram_instantiation_declaration] = STATE(1933), - [sym_type_declaration] = STATE(1933), - [sym_subtype_declaration] = STATE(1933), - [sym_mode_view_declaration] = STATE(1933), - [sym_constant_declaration] = STATE(1933), - [sym_signal_declaration] = STATE(1933), - [sym_variable_declaration] = STATE(1933), - [sym_file_declaration] = STATE(1933), - [sym_alias_declaration] = STATE(1933), - [sym_component_declaration] = STATE(1933), - [sym_attribute_declaration] = STATE(1933), - [sym_attribute_specification] = STATE(1933), - [sym_disconnection_specification] = STATE(1933), - [sym_group_template_declaration] = STATE(1933), - [sym_group_declaration] = STATE(1933), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7275), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(55), - [sym_procedure_specification] = STATE(6351), - [sym_function_specification] = STATE(6351), - [sym__subprogram_specification] = STATE(5843), - [sym_configuration_specification] = STATE(1933), [sym_line_comment] = STATE(55), [sym_block_comment] = STATE(55), - [aux_sym_design_unit_repeat2] = STATE(55), - [anon_sym_LPAREN] = ACTIONS(509), - [anon_sym_LT_LT] = ACTIONS(509), - [sym_identifier] = ACTIONS(509), - [sym_ALIAS] = ACTIONS(511), - [sym_ARCHITECTURE] = ACTIONS(509), - [sym_ASSERT] = ACTIONS(509), - [sym_ATTRIBUTE] = ACTIONS(514), - [sym_COMPONENT] = ACTIONS(517), - [sym_CONFIGURATION] = ACTIONS(509), - [sym_CONSTANT] = ACTIONS(520), - [sym_CONTEXT] = ACTIONS(509), - [sym_DISCONNECT] = ACTIONS(523), - [sym_ENTITY] = ACTIONS(509), - [sym_FILE] = ACTIONS(526), - [sym_FOR] = ACTIONS(529), - [sym_FUNCTION] = ACTIONS(532), - [sym_GROUP] = ACTIONS(535), - [sym_IMPURE] = ACTIONS(538), - [sym_LIBRARY] = ACTIONS(509), - [sym_PACKAGE] = ACTIONS(541), - [sym_POSTPONED] = ACTIONS(509), - [sym_PROCEDURE] = ACTIONS(544), - [sym_PROCESS] = ACTIONS(509), - [sym_PURE] = ACTIONS(538), - [sym_SIGNAL] = ACTIONS(547), - [sym_SHARED] = ACTIONS(550), - [sym_SUBTYPE] = ACTIONS(553), - [sym_TYPE] = ACTIONS(556), - [sym_USE] = ACTIONS(559), - [sym_VARIABLE] = ACTIONS(562), - [sym_VIEW] = ACTIONS(565), - [sym_WITH] = ACTIONS(509), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(564), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), + [sym__OR] = ACTIONS(239), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(509), - [sym_operator_symbol] = ACTIONS(509), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(509), - [sym_library_constant_std_logic] = ACTIONS(509), - [sym_library_function] = ACTIONS(509), - [sym_library_type] = ACTIONS(509), - [sym__end_of_file] = ACTIONS(509), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [56] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6713), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7240), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(56), [sym_line_comment] = STATE(56), [sym_block_comment] = STATE(56), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(566), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -25990,73 +26022,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [57] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6743), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7088), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(57), [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(570), + [anon_sym_RPAREN] = ACTIONS(568), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26064,147 +26096,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [58] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7153), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(58), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), - [aux_sym_sequential_block_repeat1] = STATE(58), - [anon_sym_LPAREN] = ACTIONS(289), - [anon_sym_LT_LT] = ACTIONS(292), - [sym_identifier] = ACTIONS(295), - [sym_ASSERT] = ACTIONS(298), - [sym_BLOCK] = ACTIONS(572), - [sym_CASE] = ACTIONS(304), - [sym_END] = ACTIONS(307), - [sym_EXIT] = ACTIONS(575), - [sym_FOR] = ACTIONS(312), - [sym_IF] = ACTIONS(315), - [sym_LOOP] = ACTIONS(318), - [sym_NEXT] = ACTIONS(578), - [sym_NULL] = ACTIONS(581), - [sym_REPORT] = ACTIONS(327), - [sym_RETURN] = ACTIONS(584), - [sym_WAIT] = ACTIONS(587), - [sym_WHILE] = ACTIONS(336), - [sym_WITH] = ACTIONS(339), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(342), - [sym_operator_symbol] = ACTIONS(342), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(295), - [sym_library_constant_std_logic] = ACTIONS(342), - [sym_library_function] = ACTIONS(295), - [sym_library_type] = ACTIONS(295), - }, - [59] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6766), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(59), - [sym_line_comment] = STATE(59), - [sym_block_comment] = STATE(59), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(590), + [anon_sym_RPAREN] = ACTIONS(570), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26212,147 +26170,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [60] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(60), - [sym_waveform] = STATE(5924), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7166), - [sym_delay_mechanism] = STATE(330), - [sym_line_comment] = STATE(60), - [sym_block_comment] = STATE(60), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [59] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7113), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(59), + [sym_line_comment] = STATE(59), + [sym_block_comment] = STATE(59), + [anon_sym_LPAREN] = ACTIONS(229), + [anon_sym_RPAREN] = ACTIONS(572), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(592), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_RELEASE] = ACTIONS(594), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [61] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7757), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(61), - [sym_line_comment] = STATE(61), - [sym_block_comment] = STATE(61), + [60] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7072), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(60), + [sym_line_comment] = STATE(60), + [sym_block_comment] = STATE(60), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(596), + [anon_sym_RPAREN] = ACTIONS(574), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26360,295 +26318,369 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [62] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(62), - [sym_selected_waveforms] = STATE(7086), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(307), - [sym_line_comment] = STATE(62), - [sym_block_comment] = STATE(62), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [61] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(61), + [sym_selected_waveforms] = STATE(6841), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(301), + [sym_line_comment] = STATE(61), + [sym_block_comment] = STATE(61), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(598), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(576), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [63] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7651), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(63), - [sym_line_comment] = STATE(63), - [sym_block_comment] = STATE(63), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(600), - [sym_condition_conversion] = ACTIONS(231), + [62] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(62), + [sym_waveform] = STATE(5948), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7413), + [sym_delay_mechanism] = STATE(334), + [sym_line_comment] = STATE(62), + [sym_block_comment] = STATE(62), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(578), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_RELEASE] = ACTIONS(580), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [63] = { + [sym_use_clause] = STATE(2232), + [sym_package_declaration] = STATE(2232), + [sym_package_instantiation_declaration] = STATE(2232), + [sym_package_definition] = STATE(2232), + [sym__block_declarative_item] = STATE(2233), + [sym_subprogram_declaration] = STATE(2232), + [sym_subprogram_definition] = STATE(2232), + [sym_subprogram_instantiation_declaration] = STATE(2232), + [sym_type_declaration] = STATE(2232), + [sym_subtype_declaration] = STATE(2232), + [sym_mode_view_declaration] = STATE(2232), + [sym_constant_declaration] = STATE(2232), + [sym_signal_declaration] = STATE(2232), + [sym_variable_declaration] = STATE(2232), + [sym_file_declaration] = STATE(2232), + [sym_alias_declaration] = STATE(2232), + [sym_component_declaration] = STATE(2232), + [sym_attribute_declaration] = STATE(2232), + [sym_attribute_specification] = STATE(2232), + [sym_disconnection_specification] = STATE(2232), + [sym_group_template_declaration] = STATE(2232), + [sym_group_declaration] = STATE(2232), + [sym__tool_directive] = STATE(63), + [sym_procedure_specification] = STATE(6256), + [sym_function_specification] = STATE(6256), + [sym__subprogram_specification] = STATE(5888), + [sym_configuration_specification] = STATE(2232), + [sym_line_comment] = STATE(63), + [sym_block_comment] = STATE(63), + [aux_sym_design_unit_repeat2] = STATE(38), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_LT_LT] = ACTIONS(582), + [sym_identifier] = ACTIONS(582), + [sym_ALIAS] = ACTIONS(15), + [sym_ARCHITECTURE] = ACTIONS(582), + [sym_ASSERT] = ACTIONS(582), + [sym_ATTRIBUTE] = ACTIONS(21), + [sym_COMPONENT] = ACTIONS(23), + [sym_CONFIGURATION] = ACTIONS(582), + [sym_CONSTANT] = ACTIONS(27), + [sym_CONTEXT] = ACTIONS(582), + [sym_DISCONNECT] = ACTIONS(31), + [sym_ENTITY] = ACTIONS(582), + [sym_FILE] = ACTIONS(35), + [sym_FOR] = ACTIONS(37), + [sym_FUNCTION] = ACTIONS(39), + [sym_GROUP] = ACTIONS(41), + [sym_IMPURE] = ACTIONS(43), + [sym_LIBRARY] = ACTIONS(582), + [sym_PACKAGE] = ACTIONS(47), + [sym_POSTPONED] = ACTIONS(582), + [sym_PROCEDURE] = ACTIONS(51), + [sym_PROCESS] = ACTIONS(582), + [sym_PURE] = ACTIONS(43), + [sym_SIGNAL] = ACTIONS(55), + [sym_SHARED] = ACTIONS(57), + [sym_SUBTYPE] = ACTIONS(59), + [sym_TYPE] = ACTIONS(61), + [sym_USE] = ACTIONS(63), + [sym_VARIABLE] = ACTIONS(65), + [sym_VIEW] = ACTIONS(67), + [sym_WITH] = ACTIONS(582), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(582), + [sym_operator_symbol] = ACTIONS(582), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(582), + [sym_library_constant_std_logic] = ACTIONS(582), + [sym_library_function] = ACTIONS(582), + [sym_library_type] = ACTIONS(582), + [sym__end_of_file] = ACTIONS(582), }, [64] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7688), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(64), + [sym_selected_waveforms] = STATE(6832), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(311), [sym_line_comment] = STATE(64), [sym_block_comment] = STATE(64), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(602), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_GUARDED] = ACTIONS(584), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [65] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6920), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7004), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(65), [sym_line_comment] = STATE(65), [sym_block_comment] = STATE(65), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(604), + [anon_sym_RPAREN] = ACTIONS(586), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26656,73 +26688,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [66] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6809), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6975), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(66), [sym_line_comment] = STATE(66), [sym_block_comment] = STATE(66), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(606), + [anon_sym_RPAREN] = ACTIONS(588), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26730,73 +26762,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [67] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6842), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6958), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(67), [sym_line_comment] = STATE(67), [sym_block_comment] = STATE(67), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(608), + [anon_sym_RPAREN] = ACTIONS(590), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26804,73 +26836,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [68] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6717), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6929), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(68), [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(610), + [anon_sym_RPAREN] = ACTIONS(592), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26878,73 +26910,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [69] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7586), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6908), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(69), [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(612), + [anon_sym_RPAREN] = ACTIONS(594), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -26952,73 +26984,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [70] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7744), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6885), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(70), [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(614), + [anon_sym_RPAREN] = ACTIONS(596), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27026,73 +27058,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [71] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6878), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6865), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(71), [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(616), + [anon_sym_RPAREN] = ACTIONS(598), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27100,73 +27132,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [72] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7698), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(72), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(72), [sym_block_comment] = STATE(72), + [aux_sym_sequential_block_repeat1] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(363), + [sym_CASE] = ACTIONS(261), + [sym_END] = ACTIONS(600), + [sym_EXIT] = ACTIONS(367), + [sym_FOR] = ACTIONS(267), + [sym_IF] = ACTIONS(269), + [sym_LOOP] = ACTIONS(271), + [sym_NEXT] = ACTIONS(369), + [sym_NULL] = ACTIONS(371), + [sym_REPORT] = ACTIONS(277), + [sym_RETURN] = ACTIONS(373), + [sym_WAIT] = ACTIONS(375), + [sym_WHILE] = ACTIONS(283), + [sym_WITH] = ACTIONS(69), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(71), + [sym_operator_symbol] = ACTIONS(71), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), + }, + [73] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6809), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(73), + [sym_line_comment] = STATE(73), + [sym_block_comment] = STATE(73), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(618), + [anon_sym_RPAREN] = ACTIONS(602), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27174,73 +27280,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [73] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6636), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(73), - [sym_line_comment] = STATE(73), - [sym_block_comment] = STATE(73), + [74] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6778), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(74), + [sym_line_comment] = STATE(74), + [sym_block_comment] = STATE(74), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(620), + [anon_sym_RPAREN] = ACTIONS(604), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27248,73 +27354,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [74] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6819), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(74), - [sym_line_comment] = STATE(74), - [sym_block_comment] = STATE(74), + [75] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6750), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(75), + [sym_line_comment] = STATE(75), + [sym_block_comment] = STATE(75), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(622), + [anon_sym_RPAREN] = ACTIONS(606), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27322,147 +27428,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [75] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(75), - [sym_waveform] = STATE(5957), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7410), - [sym_delay_mechanism] = STATE(339), - [sym_line_comment] = STATE(75), - [sym_block_comment] = STATE(75), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(624), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_RELEASE] = ACTIONS(626), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [76] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8297), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6734), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(76), [sym_line_comment] = STATE(76), [sym_block_comment] = STATE(76), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(628), + [anon_sym_RPAREN] = ACTIONS(608), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27470,73 +27502,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [77] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8337), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6717), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(77), [sym_line_comment] = STATE(77), [sym_block_comment] = STATE(77), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(610), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27544,73 +27576,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [78] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8324), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(6654), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(78), [sym_line_comment] = STATE(78), [sym_block_comment] = STATE(78), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(612), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27618,369 +27650,369 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [79] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8256), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(79), + [sym_waveform] = STATE(5750), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6917), + [sym_delay_mechanism] = STATE(326), [sym_line_comment] = STATE(79), [sym_block_comment] = STATE(79), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(634), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(614), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_RELEASE] = ACTIONS(616), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [80] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8181), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(80), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(80), [sym_block_comment] = STATE(80), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(636), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), - [sym__OR] = ACTIONS(239), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), + [aux_sym_sequential_block_repeat1] = STATE(72), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(363), + [sym_CASE] = ACTIONS(261), + [sym_END] = ACTIONS(618), + [sym_EXIT] = ACTIONS(367), + [sym_FOR] = ACTIONS(267), + [sym_IF] = ACTIONS(269), + [sym_LOOP] = ACTIONS(271), + [sym_NEXT] = ACTIONS(369), + [sym_NULL] = ACTIONS(371), + [sym_REPORT] = ACTIONS(277), + [sym_RETURN] = ACTIONS(373), + [sym_WAIT] = ACTIONS(375), + [sym_WHILE] = ACTIONS(283), + [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_character_literal] = ACTIONS(71), + [sym_operator_symbol] = ACTIONS(71), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), }, [81] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7507), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(81), + [sym_selected_waveforms] = STATE(6935), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(309), [sym_line_comment] = STATE(81), [sym_block_comment] = STATE(81), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(638), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(620), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [82] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6683), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(82), + [sym_selected_waveforms] = STATE(8068), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(291), [sym_line_comment] = STATE(82), [sym_block_comment] = STATE(82), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(640), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_GUARDED] = ACTIONS(622), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [83] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(8015), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7333), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(83), [sym_line_comment] = STATE(83), [sym_block_comment] = STATE(83), [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(624), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -27988,514 +28020,440 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [84] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(84), - [sym_selected_waveforms] = STATE(7022), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(284), + [sym_selected_waveforms] = STATE(8034), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(295), [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(644), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(626), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [85] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(85), - [sym_selected_waveforms] = STATE(7005), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(277), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(646), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), + [aux_sym_sequential_block_repeat1] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(287), + [anon_sym_LT_LT] = ACTIONS(290), + [sym_identifier] = ACTIONS(293), + [sym_ASSERT] = ACTIONS(296), + [sym_BLOCK] = ACTIONS(628), + [sym_CASE] = ACTIONS(302), + [sym_END] = ACTIONS(305), + [sym_EXIT] = ACTIONS(631), + [sym_FOR] = ACTIONS(310), + [sym_IF] = ACTIONS(313), + [sym_LOOP] = ACTIONS(316), + [sym_NEXT] = ACTIONS(634), + [sym_NULL] = ACTIONS(637), + [sym_REPORT] = ACTIONS(325), + [sym_RETURN] = ACTIONS(640), + [sym_WAIT] = ACTIONS(643), + [sym_WHILE] = ACTIONS(334), + [sym_WITH] = ACTIONS(337), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_character_literal] = ACTIONS(340), + [sym_operator_symbol] = ACTIONS(340), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(293), + [sym_library_constant_std_logic] = ACTIONS(340), + [sym_library_function] = ACTIONS(293), + [sym_library_type] = ACTIONS(293), }, [86] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7764), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(86), + [sym_waveform] = STATE(5850), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7865), + [sym_delay_mechanism] = STATE(343), [sym_line_comment] = STATE(86), [sym_block_comment] = STATE(86), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(648), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(646), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_RELEASE] = ACTIONS(648), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [87] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7826), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(87), + [sym_waveform] = STATE(5825), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7047), + [sym_delay_mechanism] = STATE(339), [sym_line_comment] = STATE(87), [sym_block_comment] = STATE(87), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(650), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(650), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_RELEASE] = ACTIONS(652), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [88] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6742), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(88), + [sym_selected_waveforms] = STATE(6965), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(281), [sym_line_comment] = STATE(88), [sym_block_comment] = STATE(88), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(652), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_GUARDED] = ACTIONS(654), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [89] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6907), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__sequential_statement] = STATE(2949), + [sym_sequential_block_statement] = STATE(2984), + [sym_assertion_statement] = STATE(2984), + [sym_assertion] = STATE(7399), + [sym_report_expression] = STATE(5944), + [sym_case_statement] = STATE(2984), + [sym_case_expression] = STATE(6161), + [sym_exit_statement] = STATE(2984), + [sym_if_statement_block] = STATE(2984), + [sym_if_statement] = STATE(5046), + [sym_loop_statement] = STATE(2984), + [sym__iteration_scheme] = STATE(6165), + [sym_loop_body] = STATE(6166), + [sym_next_statement] = STATE(2984), + [sym_null_statement] = STATE(2984), + [sym_procedure_call_statement] = STATE(2984), + [sym_report_statement] = STATE(2984), + [sym_return_statement] = STATE(2984), + [sym_simple_waveform_assignment] = STATE(2984), + [sym_simple_variable_assignment] = STATE(2984), + [sym_simple_force_assignment] = STATE(2984), + [sym_simple_release_assignment] = STATE(2984), + [sym_conditional_signal_assignment] = STATE(2984), + [sym_selected_waveform_assignment] = STATE(2984), + [sym_selected_force_assignment] = STATE(2984), + [sym_selected_variable_assignment] = STATE(2984), + [sym_with_expression] = STATE(6168), + [sym_wait_statement] = STATE(2984), + [sym_name] = STATE(5941), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(8166), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(89), + [sym_while_loop] = STATE(7383), + [sym_for_loop] = STATE(7383), + [sym__target] = STATE(5940), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(1460), [sym_line_comment] = STATE(89), [sym_block_comment] = STATE(89), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(654), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), - [sym__OR] = ACTIONS(239), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [90] = { - [sym__sequential_statement] = STATE(2978), - [sym_sequential_block_statement] = STATE(2979), - [sym_assertion_statement] = STATE(2979), - [sym_assertion] = STATE(6906), - [sym_report_expression] = STATE(5830), - [sym_case_statement] = STATE(2979), - [sym_case_expression] = STATE(6483), - [sym_exit_statement] = STATE(2979), - [sym_if_statement_block] = STATE(2979), - [sym_if_statement] = STATE(5001), - [sym_loop_statement] = STATE(2979), - [sym__iteration_scheme] = STATE(6486), - [sym_loop_body] = STATE(6487), - [sym_next_statement] = STATE(2979), - [sym_null_statement] = STATE(2979), - [sym_procedure_call_statement] = STATE(2979), - [sym_report_statement] = STATE(2979), - [sym_return_statement] = STATE(2979), - [sym_simple_waveform_assignment] = STATE(2979), - [sym_simple_variable_assignment] = STATE(2979), - [sym_simple_force_assignment] = STATE(2979), - [sym_simple_release_assignment] = STATE(2979), - [sym_conditional_signal_assignment] = STATE(2979), - [sym_selected_waveform_assignment] = STATE(2979), - [sym_selected_force_assignment] = STATE(2979), - [sym_selected_variable_assignment] = STATE(2979), - [sym_with_expression] = STATE(6488), - [sym_wait_statement] = STATE(2979), - [sym_name] = STATE(5828), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7533), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), - [sym__tool_directive] = STATE(90), - [sym_while_loop] = STATE(6892), - [sym_for_loop] = STATE(6892), - [sym__target] = STATE(5826), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(1458), - [sym_line_comment] = STATE(90), - [sym_block_comment] = STATE(90), - [aux_sym_sequential_block_repeat1] = STATE(58), + [aux_sym_sequential_block_repeat1] = STATE(22), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -28524,480 +28482,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(13), [sym_library_type] = ACTIONS(13), }, + [90] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(90), + [sym_selected_waveforms] = STATE(7095), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(316), + [sym_line_comment] = STATE(90), + [sym_block_comment] = STATE(90), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_GUARDED] = ACTIONS(658), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, [91] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6938), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(91), + [sym_selected_waveforms] = STATE(6733), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(287), [sym_line_comment] = STATE(91), [sym_block_comment] = STATE(91), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(658), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_GUARDED] = ACTIONS(660), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [92] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7261), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(92), + [sym_selected_waveforms] = STATE(7608), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(304), [sym_line_comment] = STATE(92), [sym_block_comment] = STATE(92), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(660), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(662), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [93] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(93), - [sym_selected_waveforms] = STATE(6973), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(273), + [sym_selected_waveforms] = STATE(7147), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(323), [sym_line_comment] = STATE(93), [sym_block_comment] = STATE(93), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(662), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(664), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [94] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(94), - [sym_waveform] = STATE(5721), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7749), - [sym_delay_mechanism] = STATE(329), + [sym_selected_waveforms] = STATE(7078), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(278), [sym_line_comment] = STATE(94), [sym_block_comment] = STATE(94), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_FORCE] = ACTIONS(664), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(666), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_RELEASE] = ACTIONS(666), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [95] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(95), - [sym_waveform] = STATE(5648), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7115), - [sym_delay_mechanism] = STATE(326), + [sym_waveform] = STATE(6018), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7593), + [sym_delay_mechanism] = STATE(345), [sym_line_comment] = STATE(95), [sym_block_comment] = STATE(95), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym_FORCE] = ACTIONS(668), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), + [sym_REJECT] = ACTIONS(423), [sym_RELEASE] = ACTIONS(670), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [96] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(96), - [sym_selected_waveforms] = STATE(7131), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(239), + [sym_selected_waveforms] = STATE(7635), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(302), [sym_line_comment] = STATE(96), [sym_block_comment] = STATE(96), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym_GUARDED] = ACTIONS(672), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [97] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7046), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym_association_or_range_list] = STATE(7306), + [sym__association_or_range] = STATE(5911), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(97), [sym_line_comment] = STATE(97), [sym_block_comment] = STATE(97), @@ -29006,17 +29038,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), @@ -29024,2100 +29056,2100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [98] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(6788), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(98), + [sym_selected_waveforms] = STATE(7540), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(315), [sym_line_comment] = STATE(98), [sym_block_comment] = STATE(98), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(676), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_FORCE] = ACTIONS(676), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [99] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym_association_or_range_list] = STATE(7802), - [sym__association_or_range] = STATE(5567), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(99), + [sym_selected_waveforms] = STATE(6815), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(284), [sym_line_comment] = STATE(99), [sym_block_comment] = STATE(99), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(678), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_GUARDED] = ACTIONS(678), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [100] = { - [sym__concurrent_statement] = STATE(1935), - [sym_block_statement] = STATE(1936), - [sym_component_instantiation_statement] = STATE(1936), - [sym_process_statement] = STATE(1936), - [sym_case_generate_statement] = STATE(1936), - [sym_for_generate_statement] = STATE(1936), - [sym_if_generate_statement] = STATE(1936), - [sym_concurrent_assertion_statement] = STATE(1936), - [sym_assertion] = STATE(7729), - [sym_concurrent_procedure_call_statement] = STATE(1936), - [sym_concurrent_simple_signal_assignment] = STATE(1936), - [sym_concurrent_conditional_signal_assignment] = STATE(1936), - [sym_concurrent_selected_signal_assignment] = STATE(1936), - [sym_with_expression] = STATE(6281), - [sym_name] = STATE(6283), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(100), - [sym__target] = STATE(6306), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2622), + [sym_waveform] = STATE(5833), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7093), + [sym_delay_mechanism] = STATE(337), [sym_line_comment] = STATE(100), [sym_block_comment] = STATE(100), - [aux_sym_design_unit_repeat3] = STATE(117), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ALIAS] = ACTIONS(393), - [sym_ARCHITECTURE] = ACTIONS(393), - [sym_ASSERT] = ACTIONS(19), - [sym_ATTRIBUTE] = ACTIONS(393), - [sym_COMPONENT] = ACTIONS(393), - [sym_CONFIGURATION] = ACTIONS(393), - [sym_CONSTANT] = ACTIONS(393), - [sym_CONTEXT] = ACTIONS(393), - [sym_DISCONNECT] = ACTIONS(393), - [sym_ENTITY] = ACTIONS(393), - [sym_FILE] = ACTIONS(393), - [sym_FOR] = ACTIONS(393), - [sym_FUNCTION] = ACTIONS(393), - [sym_GROUP] = ACTIONS(393), - [sym_IMPURE] = ACTIONS(393), - [sym_LIBRARY] = ACTIONS(393), - [sym_PACKAGE] = ACTIONS(393), - [sym_POSTPONED] = ACTIONS(49), - [sym_PROCEDURE] = ACTIONS(393), - [sym_PROCESS] = ACTIONS(53), - [sym_PURE] = ACTIONS(393), - [sym_SIGNAL] = ACTIONS(393), - [sym_SHARED] = ACTIONS(393), - [sym_SUBTYPE] = ACTIONS(393), - [sym_TYPE] = ACTIONS(393), - [sym_USE] = ACTIONS(393), - [sym_VARIABLE] = ACTIONS(393), - [sym_VIEW] = ACTIONS(393), - [sym_WITH] = ACTIONS(69), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_GUARDED] = ACTIONS(680), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(13), - [sym_library_constant_std_logic] = ACTIONS(71), - [sym_library_function] = ACTIONS(13), - [sym_library_type] = ACTIONS(13), - [sym__end_of_file] = ACTIONS(393), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [101] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(101), - [sym_selected_waveforms] = STATE(7090), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(302), + [sym_waveform] = STATE(5777), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6963), + [sym_delay_mechanism] = STATE(347), [sym_line_comment] = STATE(101), [sym_block_comment] = STATE(101), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(682), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [102] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(102), - [sym_selected_waveforms] = STATE(6973), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(273), + [sym_waveform] = STATE(5700), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6821), + [sym_delay_mechanism] = STATE(338), [sym_line_comment] = STATE(102), [sym_block_comment] = STATE(102), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(684), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [103] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(103), - [sym_selected_waveforms] = STATE(6955), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(268), + [sym_waveform] = STATE(5917), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7328), + [sym_delay_mechanism] = STATE(348), [sym_line_comment] = STATE(103), [sym_block_comment] = STATE(103), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(686), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [104] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(104), - [sym_selected_waveforms] = STATE(7424), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(263), + [sym_selected_waveforms] = STATE(7078), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(278), [sym_line_comment] = STATE(104), [sym_block_comment] = STATE(104), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [105] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(105), - [sym_waveform] = STATE(5633), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6754), - [sym_delay_mechanism] = STATE(332), + [sym_waveform] = STATE(5893), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7243), + [sym_delay_mechanism] = STATE(327), [sym_line_comment] = STATE(105), [sym_block_comment] = STATE(105), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(680), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(688), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [106] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(106), - [sym_selected_waveforms] = STATE(7689), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(306), + [sym_waveform] = STATE(5827), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7081), + [sym_delay_mechanism] = STATE(335), [sym_line_comment] = STATE(106), [sym_block_comment] = STATE(106), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(690), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [107] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(107), - [sym_waveform] = STATE(5739), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7031), - [sym_delay_mechanism] = STATE(333), + [sym_selected_waveforms] = STATE(7635), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(302), [sym_line_comment] = STATE(107), [sym_block_comment] = STATE(107), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(682), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [108] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(108), - [sym_selected_waveforms] = STATE(7131), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(239), + [sym_waveform] = STATE(5844), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8032), + [sym_delay_mechanism] = STATE(350), [sym_line_comment] = STATE(108), [sym_block_comment] = STATE(108), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(692), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [109] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(109), - [sym_waveform] = STATE(5966), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7182), - [sym_delay_mechanism] = STATE(337), + [sym_selected_waveforms] = STATE(6965), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(281), [sym_line_comment] = STATE(109), [sym_block_comment] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(684), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [110] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(110), - [sym_waveform] = STATE(5691), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7044), - [sym_delay_mechanism] = STATE(346), + [sym_selected_waveforms] = STATE(8034), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(295), [sym_line_comment] = STATE(110), [sym_block_comment] = STATE(110), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(686), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [111] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(111), - [sym_waveform] = STATE(5855), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7693), - [sym_delay_mechanism] = STATE(343), + [sym_selected_waveforms] = STATE(7095), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(316), [sym_line_comment] = STATE(111), [sym_block_comment] = STATE(111), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(688), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [112] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(112), - [sym_selected_waveforms] = STATE(7005), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(277), + [sym_selected_waveforms] = STATE(6815), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(284), [sym_line_comment] = STATE(112), [sym_block_comment] = STATE(112), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [113] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(113), - [sym_waveform] = STATE(5992), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7002), - [sym_delay_mechanism] = STATE(327), + [sym_selected_waveforms] = STATE(7550), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(318), [sym_line_comment] = STATE(113), [sym_block_comment] = STATE(113), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(690), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [114] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__concurrent_statement] = STATE(2231), + [sym_block_statement] = STATE(2230), + [sym_component_instantiation_statement] = STATE(2230), + [sym_process_statement] = STATE(2230), + [sym_case_generate_statement] = STATE(2230), + [sym_for_generate_statement] = STATE(2230), + [sym_if_generate_statement] = STATE(2230), + [sym_concurrent_assertion_statement] = STATE(2230), + [sym_assertion] = STATE(7840), + [sym_concurrent_procedure_call_statement] = STATE(2230), + [sym_concurrent_simple_signal_assignment] = STATE(2230), + [sym_concurrent_conditional_signal_assignment] = STATE(2230), + [sym_concurrent_selected_signal_assignment] = STATE(2230), + [sym_with_expression] = STATE(6276), + [sym_name] = STATE(6274), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(114), - [sym_waveform] = STATE(5759), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7423), - [sym_delay_mechanism] = STATE(334), + [sym__target] = STATE(6252), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2668), [sym_line_comment] = STATE(114), [sym_block_comment] = STATE(114), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(692), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), + [aux_sym_design_unit_repeat3] = STATE(123), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ALIAS] = ACTIONS(582), + [sym_ARCHITECTURE] = ACTIONS(582), + [sym_ASSERT] = ACTIONS(19), + [sym_ATTRIBUTE] = ACTIONS(582), + [sym_COMPONENT] = ACTIONS(582), + [sym_CONFIGURATION] = ACTIONS(582), + [sym_CONSTANT] = ACTIONS(582), + [sym_CONTEXT] = ACTIONS(582), + [sym_DISCONNECT] = ACTIONS(582), + [sym_ENTITY] = ACTIONS(582), + [sym_FILE] = ACTIONS(582), + [sym_FOR] = ACTIONS(582), + [sym_FUNCTION] = ACTIONS(582), + [sym_GROUP] = ACTIONS(582), + [sym_IMPURE] = ACTIONS(582), + [sym_LIBRARY] = ACTIONS(582), + [sym_PACKAGE] = ACTIONS(582), + [sym_POSTPONED] = ACTIONS(49), + [sym_PROCEDURE] = ACTIONS(582), + [sym_PROCESS] = ACTIONS(53), + [sym_PURE] = ACTIONS(582), + [sym_SIGNAL] = ACTIONS(582), + [sym_SHARED] = ACTIONS(582), + [sym_SUBTYPE] = ACTIONS(582), + [sym_TYPE] = ACTIONS(582), + [sym_USE] = ACTIONS(582), + [sym_VARIABLE] = ACTIONS(582), + [sym_VIEW] = ACTIONS(582), + [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_character_literal] = ACTIONS(71), + [sym_operator_symbol] = ACTIONS(71), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), + [sym__end_of_file] = ACTIONS(582), }, [115] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(115), - [sym_selected_waveforms] = STATE(8073), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(300), + [sym_waveform] = STATE(5815), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8096), + [sym_delay_mechanism] = STATE(346), [sym_line_comment] = STATE(115), [sym_block_comment] = STATE(115), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(694), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [116] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(116), - [sym_selected_waveforms] = STATE(7375), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(271), + [sym_waveform] = STATE(5805), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8128), + [sym_delay_mechanism] = STATE(340), [sym_line_comment] = STATE(116), [sym_block_comment] = STATE(116), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(696), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [117] = { - [sym__concurrent_statement] = STATE(1935), - [sym_block_statement] = STATE(1936), - [sym_component_instantiation_statement] = STATE(1936), - [sym_process_statement] = STATE(1936), - [sym_case_generate_statement] = STATE(1936), - [sym_for_generate_statement] = STATE(1936), - [sym_if_generate_statement] = STATE(1936), - [sym_concurrent_assertion_statement] = STATE(1936), - [sym_assertion] = STATE(7729), - [sym_concurrent_procedure_call_statement] = STATE(1936), - [sym_concurrent_simple_signal_assignment] = STATE(1936), - [sym_concurrent_conditional_signal_assignment] = STATE(1936), - [sym_concurrent_selected_signal_assignment] = STATE(1936), - [sym_with_expression] = STATE(6281), - [sym_name] = STATE(6283), - [sym__direct_name] = STATE(3020), - [sym__label] = STATE(7713), - [sym__identifier] = STATE(4332), - [sym__external_name] = STATE(4332), - [sym_external_constant_name] = STATE(4335), - [sym_external_signal_name] = STATE(4335), - [sym_external_variable_name] = STATE(4335), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(117), - [sym__target] = STATE(6306), - [sym_aggregate] = STATE(6312), - [sym_label_declaration] = STATE(2622), + [sym_waveform] = STATE(5899), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7264), + [sym_delay_mechanism] = STATE(328), [sym_line_comment] = STATE(117), [sym_block_comment] = STATE(117), - [aux_sym_design_unit_repeat3] = STATE(117), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_LT_LT] = ACTIONS(697), - [sym_identifier] = ACTIONS(700), - [sym_ALIAS] = ACTIONS(703), - [sym_ARCHITECTURE] = ACTIONS(703), - [sym_ASSERT] = ACTIONS(705), - [sym_ATTRIBUTE] = ACTIONS(703), - [sym_COMPONENT] = ACTIONS(703), - [sym_CONFIGURATION] = ACTIONS(703), - [sym_CONSTANT] = ACTIONS(703), - [sym_CONTEXT] = ACTIONS(703), - [sym_DISCONNECT] = ACTIONS(703), - [sym_ENTITY] = ACTIONS(703), - [sym_FILE] = ACTIONS(703), - [sym_FOR] = ACTIONS(703), - [sym_FUNCTION] = ACTIONS(703), - [sym_GROUP] = ACTIONS(703), - [sym_IMPURE] = ACTIONS(703), - [sym_LIBRARY] = ACTIONS(703), - [sym_PACKAGE] = ACTIONS(703), - [sym_POSTPONED] = ACTIONS(708), - [sym_PROCEDURE] = ACTIONS(703), - [sym_PROCESS] = ACTIONS(711), - [sym_PURE] = ACTIONS(703), - [sym_SIGNAL] = ACTIONS(703), - [sym_SHARED] = ACTIONS(703), - [sym_SUBTYPE] = ACTIONS(703), - [sym_TYPE] = ACTIONS(703), - [sym_USE] = ACTIONS(703), - [sym_VARIABLE] = ACTIONS(703), - [sym_VIEW] = ACTIONS(703), - [sym_WITH] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_GUARDED] = ACTIONS(698), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(717), - [sym_operator_symbol] = ACTIONS(717), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(700), - [sym_library_constant_std_logic] = ACTIONS(717), - [sym_library_function] = ACTIONS(700), - [sym_library_type] = ACTIONS(700), - [sym__end_of_file] = ACTIONS(703), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [118] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(118), - [sym_selected_waveforms] = STATE(7185), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(317), + [sym_selected_waveforms] = STATE(7335), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(277), [sym_line_comment] = STATE(118), [sym_block_comment] = STATE(118), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [119] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(119), - [sym_waveform] = STATE(5605), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7503), - [sym_delay_mechanism] = STATE(340), + [sym_waveform] = STATE(5645), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6653), + [sym_delay_mechanism] = STATE(341), [sym_line_comment] = STATE(119), [sym_block_comment] = STATE(119), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(720), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(700), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [120] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(120), - [sym_waveform] = STATE(5881), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7236), - [sym_delay_mechanism] = STATE(349), + [sym_selected_waveforms] = STATE(8217), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(262), [sym_line_comment] = STATE(120), [sym_block_comment] = STATE(120), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(722), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [121] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(121), - [sym_waveform] = STATE(5757), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7474), - [sym_delay_mechanism] = STATE(335), + [sym_selected_waveforms] = STATE(6847), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(297), [sym_line_comment] = STATE(121), [sym_block_comment] = STATE(121), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(724), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [122] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(122), - [sym_waveform] = STATE(5705), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6840), - [sym_delay_mechanism] = STATE(328), + [sym_selected_waveforms] = STATE(6832), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(311), [sym_line_comment] = STATE(122), [sym_block_comment] = STATE(122), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(726), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [123] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__concurrent_statement] = STATE(2231), + [sym_block_statement] = STATE(2230), + [sym_component_instantiation_statement] = STATE(2230), + [sym_process_statement] = STATE(2230), + [sym_case_generate_statement] = STATE(2230), + [sym_for_generate_statement] = STATE(2230), + [sym_if_generate_statement] = STATE(2230), + [sym_concurrent_assertion_statement] = STATE(2230), + [sym_assertion] = STATE(7840), + [sym_concurrent_procedure_call_statement] = STATE(2230), + [sym_concurrent_simple_signal_assignment] = STATE(2230), + [sym_concurrent_conditional_signal_assignment] = STATE(2230), + [sym_concurrent_selected_signal_assignment] = STATE(2230), + [sym_with_expression] = STATE(6276), + [sym_name] = STATE(6274), + [sym__direct_name] = STATE(3024), + [sym__label] = STATE(7826), + [sym__identifier] = STATE(4342), + [sym__external_name] = STATE(4342), + [sym_external_constant_name] = STATE(4338), + [sym_external_signal_name] = STATE(4338), + [sym_external_variable_name] = STATE(4338), [sym__tool_directive] = STATE(123), - [sym_waveform] = STATE(5796), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7260), - [sym_delay_mechanism] = STATE(331), + [sym__target] = STATE(6252), + [sym_aggregate] = STATE(6242), + [sym_label_declaration] = STATE(2668), [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_GUARDED] = ACTIONS(728), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), + [aux_sym_design_unit_repeat3] = STATE(123), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_LT_LT] = ACTIONS(705), + [sym_identifier] = ACTIONS(708), + [sym_ALIAS] = ACTIONS(711), + [sym_ARCHITECTURE] = ACTIONS(711), + [sym_ASSERT] = ACTIONS(713), + [sym_ATTRIBUTE] = ACTIONS(711), + [sym_COMPONENT] = ACTIONS(711), + [sym_CONFIGURATION] = ACTIONS(711), + [sym_CONSTANT] = ACTIONS(711), + [sym_CONTEXT] = ACTIONS(711), + [sym_DISCONNECT] = ACTIONS(711), + [sym_ENTITY] = ACTIONS(711), + [sym_FILE] = ACTIONS(711), + [sym_FOR] = ACTIONS(711), + [sym_FUNCTION] = ACTIONS(711), + [sym_GROUP] = ACTIONS(711), + [sym_IMPURE] = ACTIONS(711), + [sym_LIBRARY] = ACTIONS(711), + [sym_PACKAGE] = ACTIONS(711), + [sym_POSTPONED] = ACTIONS(716), + [sym_PROCEDURE] = ACTIONS(711), + [sym_PROCESS] = ACTIONS(719), + [sym_PURE] = ACTIONS(711), + [sym_SIGNAL] = ACTIONS(711), + [sym_SHARED] = ACTIONS(711), + [sym_SUBTYPE] = ACTIONS(711), + [sym_TYPE] = ACTIONS(711), + [sym_USE] = ACTIONS(711), + [sym_VARIABLE] = ACTIONS(711), + [sym_VIEW] = ACTIONS(711), + [sym_WITH] = ACTIONS(722), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_character_literal] = ACTIONS(725), + [sym_operator_symbol] = ACTIONS(725), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(708), + [sym_library_constant_std_logic] = ACTIONS(725), + [sym_library_function] = ACTIONS(708), + [sym_library_type] = ACTIONS(708), + [sym__end_of_file] = ACTIONS(711), }, [124] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(124), - [sym_selected_waveforms] = STATE(7333), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(292), + [sym_waveform] = STATE(5600), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6689), + [sym_delay_mechanism] = STATE(349), [sym_line_comment] = STATE(124), [sym_block_comment] = STATE(124), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(728), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [125] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(125), - [sym_selected_waveforms] = STATE(8163), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), - [sym_delay_mechanism] = STATE(259), + [sym_selected_waveforms] = STATE(8276), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), + [sym_delay_mechanism] = STATE(279), [sym_line_comment] = STATE(125), [sym_block_comment] = STATE(125), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [126] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6637), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6677), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(126), [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), @@ -31125,8 +31157,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31142,54 +31174,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [127] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6656), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8306), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(127), [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), @@ -31197,8 +31229,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31214,54 +31246,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [128] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6714), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6667), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(128), [sym_line_comment] = STATE(128), [sym_block_comment] = STATE(128), @@ -31269,8 +31301,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31286,54 +31318,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [129] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6769), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6666), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(129), [sym_line_comment] = STATE(129), [sym_block_comment] = STATE(129), @@ -31341,8 +31373,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31358,54 +31390,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [130] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6672), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6665), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(130), [sym_line_comment] = STATE(130), [sym_block_comment] = STATE(130), @@ -31413,8 +31445,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31430,54 +31462,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [131] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6797), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6664), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(131), [sym_line_comment] = STATE(131), [sym_block_comment] = STATE(131), @@ -31485,8 +31517,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31502,54 +31534,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [132] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7489), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6663), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(132), [sym_line_comment] = STATE(132), [sym_block_comment] = STATE(132), @@ -31557,8 +31589,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31574,54 +31606,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [133] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6844), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6662), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(133), [sym_line_comment] = STATE(133), [sym_block_comment] = STATE(133), @@ -31629,8 +31661,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31646,54 +31678,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [134] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6882), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6661), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(134), [sym_line_comment] = STATE(134), [sym_block_comment] = STATE(134), @@ -31701,8 +31733,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31718,54 +31750,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [135] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6634), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6660), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(135), [sym_line_comment] = STATE(135), [sym_block_comment] = STATE(135), @@ -31773,8 +31805,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31790,54 +31822,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [136] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6936), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6886), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(136), [sym_line_comment] = STATE(136), [sym_block_comment] = STATE(136), @@ -31845,8 +31877,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31862,54 +31894,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [137] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6639), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6679), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(137), [sym_line_comment] = STATE(137), [sym_block_comment] = STATE(137), @@ -31917,8 +31949,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -31934,126 +31966,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [138] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6678), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(138), - [sym_waveform] = STATE(5759), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7423), - [sym_delay_mechanism] = STATE(334), [sym_line_comment] = STATE(138), [sym_block_comment] = STATE(138), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [139] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6638), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6866), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(139), [sym_line_comment] = STATE(139), [sym_block_comment] = STATE(139), @@ -32061,8 +32093,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32078,54 +32110,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [140] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6909), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6659), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(140), [sym_line_comment] = STATE(140), [sym_block_comment] = STATE(140), @@ -32133,8 +32165,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32150,54 +32182,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [141] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6641), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6658), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(141), [sym_line_comment] = STATE(141), [sym_block_comment] = STATE(141), @@ -32205,8 +32237,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32222,54 +32254,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [142] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8165), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6657), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(142), [sym_line_comment] = STATE(142), [sym_block_comment] = STATE(142), @@ -32277,8 +32309,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32294,126 +32326,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [143] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6642), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(143), + [sym_waveform] = STATE(5771), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6947), + [sym_delay_mechanism] = STATE(344), [sym_line_comment] = STATE(143), [sym_block_comment] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [144] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6946), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6656), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(144), [sym_line_comment] = STATE(144), [sym_block_comment] = STATE(144), @@ -32421,8 +32453,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32438,54 +32470,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [145] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6643), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6909), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(145), [sym_line_comment] = STATE(145), [sym_block_comment] = STATE(145), @@ -32493,8 +32525,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32510,54 +32542,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [146] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6817), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6655), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(146), [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), @@ -32565,8 +32597,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32582,54 +32614,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [147] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6644), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6676), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(147), [sym_line_comment] = STATE(147), [sym_block_comment] = STATE(147), @@ -32637,8 +32669,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32654,54 +32686,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [148] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6996), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6651), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(148), [sym_line_comment] = STATE(148), [sym_block_comment] = STATE(148), @@ -32709,8 +32741,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32726,54 +32758,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [149] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6645), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6675), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(149), [sym_line_comment] = STATE(149), [sym_block_comment] = STATE(149), @@ -32781,8 +32813,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32798,54 +32830,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [150] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7048), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6647), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(150), [sym_line_comment] = STATE(150), [sym_block_comment] = STATE(150), @@ -32853,8 +32885,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32870,54 +32902,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [151] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6646), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6931), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(151), [sym_line_comment] = STATE(151), [sym_block_comment] = STATE(151), @@ -32925,8 +32957,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -32942,54 +32974,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [152] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7278), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6643), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(152), [sym_line_comment] = STATE(152), [sym_block_comment] = STATE(152), @@ -32997,8 +33029,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33014,54 +33046,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [153] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6647), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6674), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(153), [sym_line_comment] = STATE(153), [sym_block_comment] = STATE(153), @@ -33069,8 +33101,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33086,54 +33118,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [154] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6648), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6673), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(154), [sym_line_comment] = STATE(154), [sym_block_comment] = STATE(154), @@ -33141,8 +33173,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33158,54 +33190,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [155] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7482), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6701), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(155), [sym_line_comment] = STATE(155), [sym_block_comment] = STATE(155), @@ -33213,8 +33245,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33230,207 +33262,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [156] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6672), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(156), - [sym_waveform] = STATE(5705), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6840), - [sym_delay_mechanism] = STATE(328), [sym_line_comment] = STATE(156), [sym_block_comment] = STATE(156), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [157] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(157), - [sym_waveform] = STATE(5739), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7031), - [sym_delay_mechanism] = STATE(333), - [sym_line_comment] = STATE(157), - [sym_block_comment] = STATE(157), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [158] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6649), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(158), - [sym_line_comment] = STATE(158), - [sym_block_comment] = STATE(158), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33446,351 +33334,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [159] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7543), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(159), - [sym_line_comment] = STATE(159), - [sym_block_comment] = STATE(159), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [160] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6650), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(160), - [sym_line_comment] = STATE(160), - [sym_block_comment] = STATE(160), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [161] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7592), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(161), - [sym_line_comment] = STATE(161), - [sym_block_comment] = STATE(161), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), - [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [162] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(162), - [sym_waveform] = STATE(5992), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7002), - [sym_delay_mechanism] = STATE(327), - [sym_line_comment] = STATE(162), - [sym_block_comment] = STATE(162), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [163] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7655), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [157] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6706), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(163), - [sym_line_comment] = STATE(163), - [sym_block_comment] = STATE(163), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(157), + [sym_line_comment] = STATE(157), + [sym_block_comment] = STATE(157), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33806,63 +33406,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [164] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6651), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [158] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6671), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(164), - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(158), + [sym_line_comment] = STATE(158), + [sym_block_comment] = STATE(158), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33878,63 +33478,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [165] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), + [159] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), [sym_element_association_list] = STATE(6652), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(165), - [sym_line_comment] = STATE(165), - [sym_block_comment] = STATE(165), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(159), + [sym_line_comment] = STATE(159), + [sym_block_comment] = STATE(159), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -33950,63 +33550,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [166] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7690), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [160] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6670), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(166), - [sym_line_comment] = STATE(166), - [sym_block_comment] = STATE(166), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(160), + [sym_line_comment] = STATE(160), + [sym_block_comment] = STATE(160), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34022,135 +33622,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [167] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(167), - [sym_waveform] = STATE(5792), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7372), - [sym_delay_mechanism] = STATE(341), - [sym_line_comment] = STATE(167), - [sym_block_comment] = STATE(167), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [168] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6653), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [161] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6669), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(168), - [sym_line_comment] = STATE(168), - [sym_block_comment] = STATE(168), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(161), + [sym_line_comment] = STATE(161), + [sym_block_comment] = STATE(161), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34166,63 +33694,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [169] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7714), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [162] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6959), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(169), - [sym_line_comment] = STATE(169), - [sym_block_comment] = STATE(169), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(162), + [sym_line_comment] = STATE(162), + [sym_block_comment] = STATE(162), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34238,135 +33766,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [170] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6654), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(170), - [sym_line_comment] = STATE(170), - [sym_block_comment] = STATE(170), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), + [163] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(163), + [sym_waveform] = STATE(5833), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7093), + [sym_delay_mechanism] = STATE(337), + [sym_line_comment] = STATE(163), + [sym_block_comment] = STATE(163), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [171] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6655), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [164] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(164), + [sym_waveform] = STATE(5645), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6653), + [sym_delay_mechanism] = STATE(341), + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [165] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(165), + [sym_waveform] = STATE(5827), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7081), + [sym_delay_mechanism] = STATE(335), + [sym_line_comment] = STATE(165), + [sym_block_comment] = STATE(165), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [166] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6645), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(171), - [sym_line_comment] = STATE(171), - [sym_block_comment] = STATE(171), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(166), + [sym_line_comment] = STATE(166), + [sym_block_comment] = STATE(166), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34382,63 +34054,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [172] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7750), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [167] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(167), + [sym_waveform] = STATE(5893), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7243), + [sym_delay_mechanism] = STATE(327), + [sym_line_comment] = STATE(167), + [sym_block_comment] = STATE(167), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [168] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7406), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(172), - [sym_line_comment] = STATE(172), - [sym_block_comment] = STATE(172), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(168), + [sym_line_comment] = STATE(168), + [sym_block_comment] = STATE(168), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34454,279 +34198,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [173] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(173), - [sym_waveform] = STATE(5817), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7129), - [sym_delay_mechanism] = STATE(342), - [sym_line_comment] = STATE(173), - [sym_block_comment] = STATE(173), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [169] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(169), + [sym_waveform] = STATE(5700), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6821), + [sym_delay_mechanism] = STATE(338), + [sym_line_comment] = STATE(169), + [sym_block_comment] = STATE(169), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [174] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7765), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(174), - [sym_line_comment] = STATE(174), - [sym_block_comment] = STATE(174), + [170] = { + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2410), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(2408), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__association_or_range] = STATE(6170), + [sym_association_element] = STATE(6216), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym__range] = STATE(6216), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(170), + [sym_line_comment] = STATE(170), + [sym_block_comment] = STATE(170), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [175] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(175), - [sym_waveform] = STATE(5757), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7474), - [sym_delay_mechanism] = STATE(335), - [sym_line_comment] = STATE(175), - [sym_block_comment] = STATE(175), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [176] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7803), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [171] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6983), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(176), - [sym_line_comment] = STATE(176), - [sym_block_comment] = STATE(176), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(171), + [sym_line_comment] = STATE(171), + [sym_block_comment] = STATE(171), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34742,135 +34414,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [177] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(177), - [sym_waveform] = STATE(5936), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6971), - [sym_delay_mechanism] = STATE(345), - [sym_line_comment] = STATE(177), - [sym_block_comment] = STATE(177), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [172] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(172), + [sym_waveform] = STATE(6009), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7633), + [sym_delay_mechanism] = STATE(342), + [sym_line_comment] = STATE(172), + [sym_block_comment] = STATE(172), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [178] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7835), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [173] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7006), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(178), - [sym_line_comment] = STATE(178), - [sym_block_comment] = STATE(178), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(173), + [sym_line_comment] = STATE(173), + [sym_block_comment] = STATE(173), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34886,63 +34558,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [179] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7274), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [174] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7037), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(179), - [sym_line_comment] = STATE(179), - [sym_block_comment] = STATE(179), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(174), + [sym_line_comment] = STATE(174), + [sym_block_comment] = STATE(174), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -34958,63 +34630,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [180] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7170), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [175] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6718), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(180), - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(175), + [sym_line_comment] = STATE(175), + [sym_block_comment] = STATE(175), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35030,63 +34702,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [181] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6744), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [176] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(176), + [sym_waveform] = STATE(5772), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6973), + [sym_delay_mechanism] = STATE(336), + [sym_line_comment] = STATE(176), + [sym_block_comment] = STATE(176), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [177] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7525), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(181), - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(177), + [sym_line_comment] = STATE(177), + [sym_block_comment] = STATE(177), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35102,63 +34846,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [182] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6657), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [178] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7327), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(182), - [sym_line_comment] = STATE(182), - [sym_block_comment] = STATE(182), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(178), + [sym_line_comment] = STATE(178), + [sym_block_comment] = STATE(178), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35174,63 +34918,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [183] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6658), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [179] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(179), + [sym_waveform] = STATE(5844), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8032), + [sym_delay_mechanism] = STATE(350), + [sym_line_comment] = STATE(179), + [sym_block_comment] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), + }, + [180] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7788), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(183), - [sym_line_comment] = STATE(183), - [sym_block_comment] = STATE(183), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(180), + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [181] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6668), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(181), + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35246,126 +35134,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [182] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8340), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(182), + [sym_line_comment] = STATE(182), + [sym_block_comment] = STATE(182), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [183] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(183), + [sym_waveform] = STATE(5815), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8096), + [sym_delay_mechanism] = STATE(346), + [sym_line_comment] = STATE(183), + [sym_block_comment] = STATE(183), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [184] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8325), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(184), - [sym_waveform] = STATE(5855), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7693), - [sym_delay_mechanism] = STATE(343), [sym_line_comment] = STATE(184), [sym_block_comment] = STATE(184), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [185] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7040), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8296), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(185), [sym_line_comment] = STATE(185), [sym_block_comment] = STATE(185), @@ -35373,8 +35405,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35390,54 +35422,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [186] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8018), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8256), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(186), [sym_line_comment] = STATE(186), [sym_block_comment] = STATE(186), @@ -35445,8 +35477,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35462,54 +35494,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [187] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6931), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8220), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(187), [sym_line_comment] = STATE(187), [sym_block_comment] = STATE(187), @@ -35517,8 +35549,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35534,54 +35566,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [188] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8060), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6736), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(188), [sym_line_comment] = STATE(188), [sym_block_comment] = STATE(188), @@ -35589,8 +35621,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35606,54 +35638,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [189] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6659), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8193), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(189), [sym_line_comment] = STATE(189), [sym_block_comment] = STATE(189), @@ -35661,8 +35693,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35678,54 +35710,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [190] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6660), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7074), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(190), [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), @@ -35733,8 +35765,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35750,54 +35782,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [191] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8142), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8161), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(191), [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), @@ -35805,8 +35837,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35822,54 +35854,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [192] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6661), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8056), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(192), [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), @@ -35877,8 +35909,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35894,54 +35926,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [193] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8199), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8045), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(193), [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), @@ -35949,8 +35981,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -35966,54 +35998,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [194] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6662), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(8150), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(194), [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), @@ -36021,8 +36053,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36038,54 +36070,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [195] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8245), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6752), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(195), [sym_line_comment] = STATE(195), [sym_block_comment] = STATE(195), @@ -36093,8 +36125,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36110,54 +36142,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [196] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6663), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7118), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(196), [sym_line_comment] = STATE(196), [sym_block_comment] = STATE(196), @@ -36165,8 +36197,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36182,54 +36214,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [197] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6664), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7729), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(197), [sym_line_comment] = STATE(197), [sym_block_comment] = STATE(197), @@ -36237,8 +36269,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36254,54 +36286,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [198] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6665), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7848), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(198), [sym_line_comment] = STATE(198), [sym_block_comment] = STATE(198), @@ -36309,8 +36341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36326,54 +36358,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [199] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6708), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7814), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(199), [sym_line_comment] = STATE(199), [sym_block_comment] = STATE(199), @@ -36381,8 +36413,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36398,53 +36430,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [200] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2345), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(2346), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__association_or_range] = STATE(6206), - [sym_association_element] = STATE(6546), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym__range] = STATE(6546), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7156), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(200), [sym_line_comment] = STATE(200), [sym_block_comment] = STATE(200), @@ -36452,72 +36485,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), [sym_NULL] = ACTIONS(243), - [sym_OPEN] = ACTIONS(433), [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [201] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7350), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7218), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(201), [sym_line_comment] = STATE(201), [sym_block_comment] = STATE(201), @@ -36525,8 +36557,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36542,54 +36574,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [202] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8300), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7781), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(202), [sym_line_comment] = STATE(202), [sym_block_comment] = STATE(202), @@ -36597,8 +36629,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36614,126 +36646,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [203] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7758), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(203), - [sym_waveform] = STATE(5966), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7182), - [sym_delay_mechanism] = STATE(337), [sym_line_comment] = STATE(203), [sym_block_comment] = STATE(203), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(241), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(243), [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [204] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8339), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7693), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(204), [sym_line_comment] = STATE(204), [sym_block_comment] = STATE(204), @@ -36741,8 +36773,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36758,135 +36790,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [205] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6779), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(205), - [sym_waveform] = STATE(5953), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8074), - [sym_delay_mechanism] = STATE(336), [sym_line_comment] = STATE(205), [sym_block_comment] = STATE(205), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), - }, - [206] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8314), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(206), - [sym_line_comment] = STATE(206), - [sym_block_comment] = STATE(206), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -36902,135 +36862,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [207] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7521), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(207), - [sym_line_comment] = STATE(207), - [sym_block_comment] = STATE(207), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), + [206] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(206), + [sym_waveform] = STATE(5777), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6963), + [sym_delay_mechanism] = STATE(347), + [sym_line_comment] = STATE(206), + [sym_block_comment] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, - [208] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8248), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [207] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7656), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(208), - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(207), + [sym_line_comment] = STATE(207), + [sym_block_comment] = STATE(207), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37046,135 +37006,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [209] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), - [sym__tool_directive] = STATE(209), - [sym_waveform] = STATE(5881), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7236), - [sym_delay_mechanism] = STATE(349), - [sym_line_comment] = STATE(209), - [sym_block_comment] = STATE(209), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(405), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_REJECT] = ACTIONS(411), - [sym_TRANSPORT] = ACTIONS(405), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [210] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8045), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [208] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7611), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(210), - [sym_line_comment] = STATE(210), - [sym_block_comment] = STATE(210), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(208), + [sym_line_comment] = STATE(208), + [sym_block_comment] = STATE(208), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37190,63 +37078,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [211] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6825), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [209] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7571), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(211), - [sym_line_comment] = STATE(211), - [sym_block_comment] = STATE(211), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(209), + [sym_line_comment] = STATE(209), + [sym_block_comment] = STATE(209), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37262,63 +37150,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [212] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7805), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [210] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6813), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(212), - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(210), + [sym_line_comment] = STATE(210), + [sym_block_comment] = STATE(210), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37334,63 +37222,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [213] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6854), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [211] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7347), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(213), - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(211), + [sym_line_comment] = STATE(211), + [sym_block_comment] = STATE(211), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [212] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7427), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(212), + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37406,54 +37366,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [213] = { + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), + [sym__tool_directive] = STATE(213), + [sym_waveform] = STATE(5736), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7839), + [sym_delay_mechanism] = STATE(330), + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(417), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_REJECT] = ACTIONS(423), + [sym_TRANSPORT] = ACTIONS(417), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [214] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7752), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7395), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(214), [sym_line_comment] = STATE(214), [sym_block_comment] = STATE(214), @@ -37461,8 +37493,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37478,54 +37510,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [215] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6756), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(6842), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(215), [sym_line_comment] = STATE(215), [sym_block_comment] = STATE(215), @@ -37533,8 +37565,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37550,54 +37582,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [216] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(8049), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7361), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(216), [sym_line_comment] = STATE(216), [sym_block_comment] = STATE(216), @@ -37605,8 +37637,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37622,54 +37654,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [217] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6781), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7315), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(217), [sym_line_comment] = STATE(217), [sym_block_comment] = STATE(217), @@ -37677,8 +37709,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37694,54 +37726,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [218] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(7610), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7244), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(218), [sym_line_comment] = STATE(218), [sym_block_comment] = STATE(218), @@ -37749,8 +37781,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37766,54 +37798,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [219] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association_list] = STATE(6760), - [sym_element_association] = STATE(5938), - [sym__element] = STATE(6393), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association_list] = STATE(7280), + [sym_element_association] = STATE(6034), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(219), [sym_line_comment] = STATE(219), [sym_block_comment] = STATE(219), @@ -37821,8 +37853,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -37838,56 +37870,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [220] = { - [sym__expression] = STATE(1100), - [sym_condition_expression] = STATE(2052), - [sym_logical_expression] = STATE(2052), - [sym_relational_expression] = STATE(2052), - [sym_shift_expression] = STATE(2052), - [sym_simple_expression] = STATE(2238), - [sym_unary_operator] = STATE(711), - [sym_sign] = STATE(713), - [sym__primary] = STATE(1657), - [sym_name] = STATE(1653), - [sym__direct_name] = STATE(724), - [sym__label] = STATE(6837), - [sym__identifier] = STATE(850), - [sym__external_name] = STATE(850), - [sym_external_constant_name] = STATE(876), - [sym_external_signal_name] = STATE(876), - [sym_external_variable_name] = STATE(876), - [sym__literal] = STATE(1651), - [sym_bit_string_literal] = STATE(1668), - [sym__abstract_literal] = STATE(841), - [sym_based_literal] = STATE(900), - [sym_allocator] = STATE(1653), - [sym_parenthesis_expression] = STATE(1653), - [sym__element] = STATE(5332), + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association] = STATE(6474), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(220), - [sym_label_declaration] = STATE(267), [sym_line_comment] = STATE(220), [sym_block_comment] = STATE(220), + [anon_sym_LPAREN] = ACTIONS(229), + [sym_condition_conversion] = ACTIONS(231), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(241), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(243), + [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(249), + [sym_decimal_float] = ACTIONS(249), + [sym_based_base] = ACTIONS(251), + [sym_character_literal] = ACTIONS(403), + [sym_string_literal] = ACTIONS(243), + [sym_string_literal_std_logic] = ACTIONS(243), + [sym_bit_string_length] = ACTIONS(255), + [sym_bit_string_base] = ACTIONS(257), + [sym_operator_symbol] = ACTIONS(403), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(397), + [sym_library_constant_boolean] = ACTIONS(243), + [sym_library_constant_character] = ACTIONS(243), + [sym_library_constant_debug] = ACTIONS(243), + [sym_library_constant_env] = ACTIONS(243), + [sym_library_constant_standard] = ACTIONS(243), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), + }, + [221] = { + [sym__expression] = STATE(1051), + [sym_condition_expression] = STATE(2077), + [sym_logical_expression] = STATE(2077), + [sym_relational_expression] = STATE(2077), + [sym_shift_expression] = STATE(2077), + [sym_simple_expression] = STATE(2227), + [sym_unary_operator] = STATE(506), + [sym_sign] = STATE(508), + [sym__primary] = STATE(1479), + [sym_name] = STATE(1478), + [sym__direct_name] = STATE(725), + [sym__label] = STATE(7751), + [sym__identifier] = STATE(842), + [sym__external_name] = STATE(842), + [sym_external_constant_name] = STATE(849), + [sym_external_signal_name] = STATE(849), + [sym_external_variable_name] = STATE(849), + [sym__literal] = STATE(1477), + [sym_bit_string_literal] = STATE(1483), + [sym__abstract_literal] = STATE(879), + [sym_based_literal] = STATE(922), + [sym_allocator] = STATE(1478), + [sym_parenthesis_expression] = STATE(1478), + [sym__element] = STATE(5253), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(221), + [sym_label_declaration] = STATE(248), + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), [anon_sym_LPAREN] = ACTIONS(730), [sym_condition_conversion] = ACTIONS(732), [anon_sym_PLUS] = ACTIONS(233), @@ -37927,115 +38030,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(736), [sym_library_type] = ACTIONS(736), }, - [221] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association] = STATE(6402), - [sym__element] = STATE(6393), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(221), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(229), - [sym_condition_conversion] = ACTIONS(231), + [222] = { + [sym_unspecified_type_indication] = STATE(6194), + [sym__array_index_incomplete_type] = STATE(6218), + [sym_index_constraint] = STATE(6194), + [sym_index_subtype_definition] = STATE(6194), + [sym__expression] = STATE(1051), + [sym_condition_expression] = STATE(2077), + [sym_logical_expression] = STATE(2077), + [sym_relational_expression] = STATE(2077), + [sym_shift_expression] = STATE(2077), + [sym_simple_expression] = STATE(1850), + [sym_unary_operator] = STATE(506), + [sym_sign] = STATE(508), + [sym__primary] = STATE(1479), + [sym_name] = STATE(2444), + [sym__direct_name] = STATE(755), + [sym__identifier] = STATE(1124), + [sym__external_name] = STATE(1124), + [sym_external_constant_name] = STATE(1132), + [sym_external_signal_name] = STATE(1132), + [sym_external_variable_name] = STATE(1132), + [sym__literal] = STATE(1477), + [sym_bit_string_literal] = STATE(1483), + [sym__abstract_literal] = STATE(879), + [sym_based_literal] = STATE(922), + [sym_allocator] = STATE(1478), + [sym_parenthesis_expression] = STATE(1478), + [sym__range] = STATE(5877), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(222), + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), + [anon_sym_LPAREN] = ACTIONS(730), + [sym_condition_conversion] = ACTIONS(732), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(752), + [sym_identifier] = ACTIONS(754), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(241), + [sym_NEW] = ACTIONS(738), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(243), + [sym_NULL] = ACTIONS(740), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_TYPE] = ACTIONS(247), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(249), - [sym_decimal_float] = ACTIONS(249), - [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(243), - [sym_string_literal_std_logic] = ACTIONS(243), - [sym_bit_string_length] = ACTIONS(255), - [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(742), + [sym_decimal_float] = ACTIONS(742), + [sym_based_base] = ACTIONS(744), + [sym_character_literal] = ACTIONS(756), + [sym_string_literal] = ACTIONS(740), + [sym_string_literal_std_logic] = ACTIONS(740), + [sym_bit_string_length] = ACTIONS(748), + [sym_bit_string_base] = ACTIONS(750), + [sym_operator_symbol] = ACTIONS(756), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), - [sym_library_constant_boolean] = ACTIONS(243), - [sym_library_constant_character] = ACTIONS(243), - [sym_library_constant_debug] = ACTIONS(243), - [sym_library_constant_env] = ACTIONS(243), - [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant] = ACTIONS(754), + [sym_library_constant_boolean] = ACTIONS(740), + [sym_library_constant_character] = ACTIONS(740), + [sym_library_constant_debug] = ACTIONS(740), + [sym_library_constant_env] = ACTIONS(740), + [sym_library_constant_standard] = ACTIONS(740), + [sym_library_constant_std_logic] = ACTIONS(756), + [sym_library_function] = ACTIONS(754), + [sym_library_type] = ACTIONS(754), }, - [222] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association] = STATE(5900), - [sym__element] = STATE(6393), + [223] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association] = STATE(6013), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(222), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(223), + [sym_line_comment] = STATE(223), + [sym_block_comment] = STATE(223), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -38051,62 +38154,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, - [223] = { - [sym_conditional_expression] = STATE(6386), - [sym__expression] = STATE(1093), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(1735), - [sym_unary_operator] = STATE(430), - [sym_sign] = STATE(431), - [sym__primary] = STATE(1951), - [sym_name] = STATE(1952), - [sym__direct_name] = STATE(735), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(961), - [sym_external_signal_name] = STATE(961), - [sym_external_variable_name] = STATE(961), - [sym__literal] = STATE(1953), - [sym_bit_string_literal] = STATE(1945), - [sym__abstract_literal] = STATE(937), - [sym_based_literal] = STATE(1018), - [sym_allocator] = STATE(1952), - [sym_parenthesis_expression] = STATE(1952), - [sym_element_association] = STATE(6357), - [sym__element] = STATE(6393), + [224] = { + [sym_conditional_expression] = STATE(6049), + [sym__expression] = STATE(1050), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(1803), + [sym_unary_operator] = STATE(579), + [sym_sign] = STATE(575), + [sym__primary] = STATE(1957), + [sym_name] = STATE(1958), + [sym__direct_name] = STATE(734), + [sym__identifier] = STATE(987), + [sym__external_name] = STATE(987), + [sym_external_constant_name] = STATE(932), + [sym_external_signal_name] = STATE(932), + [sym_external_variable_name] = STATE(932), + [sym__literal] = STATE(1959), + [sym_bit_string_literal] = STATE(1951), + [sym__abstract_literal] = STATE(930), + [sym_based_literal] = STATE(1060), + [sym_allocator] = STATE(1958), + [sym_parenthesis_expression] = STATE(1958), + [sym_element_association] = STATE(6574), + [sym__element] = STATE(6053), [sym_choices] = STATE(5441), [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), - [sym__tool_directive] = STATE(223), - [sym_line_comment] = STATE(223), - [sym_block_comment] = STATE(223), + [sym_simple_range] = STATE(5024), + [sym__tool_directive] = STATE(224), + [sym_line_comment] = STATE(224), + [sym_block_comment] = STATE(224), [anon_sym_LPAREN] = ACTIONS(229), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(427), - [sym_identifier] = ACTIONS(429), + [anon_sym_LT_LT] = ACTIONS(395), + [sym_identifier] = ACTIONS(397), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), @@ -38122,9782 +38225,9711 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_decimal_integer] = ACTIONS(249), [sym_decimal_float] = ACTIONS(249), [sym_based_base] = ACTIONS(251), - [sym_character_literal] = ACTIONS(435), + [sym_character_literal] = ACTIONS(403), [sym_string_literal] = ACTIONS(243), [sym_string_literal_std_logic] = ACTIONS(243), [sym_bit_string_length] = ACTIONS(255), [sym_bit_string_base] = ACTIONS(257), - [sym_operator_symbol] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(403), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(429), + [sym_library_constant] = ACTIONS(397), [sym_library_constant_boolean] = ACTIONS(243), [sym_library_constant_character] = ACTIONS(243), [sym_library_constant_debug] = ACTIONS(243), [sym_library_constant_env] = ACTIONS(243), [sym_library_constant_standard] = ACTIONS(243), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(429), - [sym_library_type] = ACTIONS(429), - }, - [224] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5963), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), - [sym__tool_directive] = STATE(224), - [sym_line_comment] = STATE(224), - [sym_block_comment] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym_DEFAULT] = ACTIONS(758), - [sym_INERTIAL] = ACTIONS(431), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), - [sym__OR] = ACTIONS(239), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), - [sym__grave_accent] = ACTIONS(3), - [sym_box] = ACTIONS(764), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant_std_logic] = ACTIONS(403), + [sym_library_function] = ACTIONS(397), + [sym_library_type] = ACTIONS(397), }, [225] = { - [sym_unspecified_type_indication] = STATE(6155), - [sym__array_index_incomplete_type] = STATE(6101), - [sym_index_constraint] = STATE(6155), - [sym_index_subtype_definition] = STATE(6155), - [sym__expression] = STATE(1100), - [sym_condition_expression] = STATE(2052), - [sym_logical_expression] = STATE(2052), - [sym_relational_expression] = STATE(2052), - [sym_shift_expression] = STATE(2052), - [sym_simple_expression] = STATE(1774), - [sym_unary_operator] = STATE(711), - [sym_sign] = STATE(713), - [sym__primary] = STATE(1657), - [sym_name] = STATE(2458), - [sym__direct_name] = STATE(751), - [sym__identifier] = STATE(1145), - [sym__external_name] = STATE(1145), - [sym_external_constant_name] = STATE(1167), - [sym_external_signal_name] = STATE(1167), - [sym_external_variable_name] = STATE(1167), - [sym__literal] = STATE(1651), - [sym_bit_string_literal] = STATE(1668), - [sym__abstract_literal] = STATE(841), - [sym_based_literal] = STATE(900), - [sym_allocator] = STATE(1653), - [sym_parenthesis_expression] = STATE(1653), - [sym__range] = STATE(5617), - [sym_simple_range] = STATE(4975), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5731), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(225), [sym_line_comment] = STATE(225), [sym_block_comment] = STATE(225), - [anon_sym_LPAREN] = ACTIONS(730), - [sym_condition_conversion] = ACTIONS(732), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(776), - [sym_identifier] = ACTIONS(778), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_DEFAULT] = ACTIONS(764), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(738), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(740), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_TYPE] = ACTIONS(247), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(742), - [sym_decimal_float] = ACTIONS(742), - [sym_based_base] = ACTIONS(744), - [sym_character_literal] = ACTIONS(780), - [sym_string_literal] = ACTIONS(740), - [sym_string_literal_std_logic] = ACTIONS(740), - [sym_bit_string_length] = ACTIONS(748), - [sym_bit_string_base] = ACTIONS(750), - [sym_operator_symbol] = ACTIONS(780), + [sym_box] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(778), - [sym_library_constant_boolean] = ACTIONS(740), - [sym_library_constant_character] = ACTIONS(740), - [sym_library_constant_debug] = ACTIONS(740), - [sym_library_constant_env] = ACTIONS(740), - [sym_library_constant_standard] = ACTIONS(740), - [sym_library_constant_std_logic] = ACTIONS(780), - [sym_library_function] = ACTIONS(778), - [sym_library_type] = ACTIONS(778), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [226] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(226), - [sym_force_mode] = STATE(357), - [sym_conditional_or_unaffected_expression] = STATE(8090), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(353), + [sym_conditional_or_unaffected_expression] = STATE(8304), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(226), [sym_block_comment] = STATE(226), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [227] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(6948), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(227), - [sym_force_mode] = STATE(351), - [sym_conditional_or_unaffected_expression] = STATE(7117), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(6948), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(227), [sym_block_comment] = STATE(227), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), + [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [228] = { - [sym_when_expression] = STATE(7456), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(7039), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(228), - [sym_conditional_or_unaffected_expression] = STATE(7456), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7039), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(228), [sym_block_comment] = STATE(228), - [anon_sym_SEMI] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [229] = { - [sym_when_expression] = STATE(7408), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(229), - [sym_conditional_or_unaffected_expression] = STATE(7408), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(357), + [sym_conditional_or_unaffected_expression] = STATE(7205), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(229), [sym_block_comment] = STATE(229), - [anon_sym_SEMI] = ACTIONS(790), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), - [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [230] = { - [sym_when_expression] = STATE(7228), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(8090), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(230), - [sym_conditional_or_unaffected_expression] = STATE(7228), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(8090), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(230), [sym_block_comment] = STATE(230), [anon_sym_SEMI] = ACTIONS(792), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [231] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(7207), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(231), - [sym_force_mode] = STATE(362), - [sym_conditional_or_unaffected_expression] = STATE(8171), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7207), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(231), [sym_block_comment] = STATE(231), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(794), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), + [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [232] = { - [sym_when_expression] = STATE(7165), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(232), - [sym_conditional_or_unaffected_expression] = STATE(7165), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(358), + [sym_conditional_or_unaffected_expression] = STATE(7560), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(232), [sym_block_comment] = STATE(232), - [anon_sym_SEMI] = ACTIONS(794), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), - [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [233] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(233), - [sym_force_mode] = STATE(360), - [sym_conditional_or_unaffected_expression] = STATE(7326), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(359), + [sym_conditional_or_unaffected_expression] = STATE(7534), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(233), [sym_block_comment] = STATE(233), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [234] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(7872), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(234), - [sym_force_mode] = STATE(353), - [sym_conditional_or_unaffected_expression] = STATE(7364), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7872), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(234), [sym_block_comment] = STATE(234), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(796), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), + [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [235] = { - [sym_when_expression] = STATE(7753), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(235), - [sym_conditional_or_unaffected_expression] = STATE(7753), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(363), + [sym_conditional_or_unaffected_expression] = STATE(6840), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(235), [sym_block_comment] = STATE(235), - [anon_sym_SEMI] = ACTIONS(796), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), - [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [236] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_when_expression] = STATE(7429), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(236), - [sym_force_mode] = STATE(356), - [sym_conditional_or_unaffected_expression] = STATE(7083), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7429), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(236), [sym_block_comment] = STATE(236), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(798), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), + [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [237] = { - [sym_when_expression] = STATE(6685), - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(237), - [sym_conditional_or_unaffected_expression] = STATE(6685), - [sym__expression_or_unaffected] = STATE(5541), + [sym_force_mode] = STATE(351), + [sym_conditional_or_unaffected_expression] = STATE(6932), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(237), [sym_block_comment] = STATE(237), - [anon_sym_SEMI] = ACTIONS(798), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(782), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(782), [sym_UNAFFECTED] = ACTIONS(784), - [sym_WHEN] = ACTIONS(788), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [238] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5995), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(238), + [sym_force_mode] = STATE(368), + [sym_selected_expressions] = STATE(6811), [sym_line_comment] = STATE(238), [sym_block_comment] = STATE(238), - [anon_sym_LPAREN] = ACTIONS(752), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [239] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5968), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(239), - [sym_selected_waveforms] = STATE(7090), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(239), [sym_block_comment] = STATE(239), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [240] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5975), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5930), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(240), [sym_line_comment] = STATE(240), [sym_block_comment] = STATE(240), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [241] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5994), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5903), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(241), [sym_line_comment] = STATE(241), [sym_block_comment] = STATE(241), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [242] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(6014), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5876), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(242), [sym_line_comment] = STATE(242), [sym_block_comment] = STATE(242), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [243] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(6022), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5849), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(243), [sym_line_comment] = STATE(243), [sym_block_comment] = STATE(243), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [244] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5968), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(6491), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(244), [sym_line_comment] = STATE(244), [sym_block_comment] = STATE(244), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [245] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5873), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5768), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(245), [sym_line_comment] = STATE(245), [sym_block_comment] = STATE(245), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [246] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5941), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5795), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(246), [sym_line_comment] = STATE(246), [sym_block_comment] = STATE(246), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [247] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5914), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5822), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(247), [sym_line_comment] = STATE(247), [sym_block_comment] = STATE(247), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [248] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5887), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1051), + [sym_condition_expression] = STATE(2077), + [sym_logical_expression] = STATE(2077), + [sym_relational_expression] = STATE(2077), + [sym_shift_expression] = STATE(2077), + [sym_simple_expression] = STATE(2227), + [sym_unary_operator] = STATE(506), + [sym_sign] = STATE(508), + [sym__primary] = STATE(1479), + [sym_name] = STATE(1478), + [sym__direct_name] = STATE(725), + [sym__identifier] = STATE(842), + [sym__external_name] = STATE(842), + [sym_external_constant_name] = STATE(849), + [sym_external_signal_name] = STATE(849), + [sym_external_variable_name] = STATE(849), + [sym__literal] = STATE(1477), + [sym_bit_string_literal] = STATE(1483), + [sym__abstract_literal] = STATE(879), + [sym_based_literal] = STATE(922), + [sym_allocator] = STATE(1478), + [sym_parenthesis_expression] = STATE(1478), + [sym__element] = STATE(5230), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(248), [sym_line_comment] = STATE(248), [sym_block_comment] = STATE(248), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(730), + [sym_condition_conversion] = ACTIONS(732), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(734), + [sym_identifier] = ACTIONS(802), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(738), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(740), [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(742), + [sym_decimal_float] = ACTIONS(742), + [sym_based_base] = ACTIONS(744), + [sym_character_literal] = ACTIONS(746), + [sym_string_literal] = ACTIONS(740), + [sym_string_literal_std_logic] = ACTIONS(740), + [sym_bit_string_length] = ACTIONS(748), + [sym_bit_string_base] = ACTIONS(750), + [sym_operator_symbol] = ACTIONS(746), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(802), + [sym_library_constant_boolean] = ACTIONS(740), + [sym_library_constant_character] = ACTIONS(740), + [sym_library_constant_debug] = ACTIONS(740), + [sym_library_constant_env] = ACTIONS(740), + [sym_library_constant_standard] = ACTIONS(740), + [sym_library_constant_std_logic] = ACTIONS(746), + [sym_library_function] = ACTIONS(802), + [sym_library_type] = ACTIONS(802), }, [249] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5860), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5984), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(249), [sym_line_comment] = STATE(249), [sym_block_comment] = STATE(249), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [250] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5833), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5735), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(250), [sym_line_comment] = STATE(250), [sym_block_comment] = STATE(250), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [251] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5806), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5957), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(251), [sym_line_comment] = STATE(251), [sym_block_comment] = STATE(251), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [252] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5683), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(252), - [sym_selected_waveforms] = STATE(7424), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(252), [sym_block_comment] = STATE(252), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [253] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5779), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(253), + [sym_selected_waveforms] = STATE(8299), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(253), [sym_block_comment] = STATE(253), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [254] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5752), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5751), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(254), [sym_line_comment] = STATE(254), [sym_block_comment] = STATE(254), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [255] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5725), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(255), + [sym_force_mode] = STATE(387), + [sym_selected_expressions] = STATE(8298), [sym_line_comment] = STATE(255), [sym_block_comment] = STATE(255), - [anon_sym_LPAREN] = ACTIONS(752), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [256] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5698), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5639), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(256), [sym_line_comment] = STATE(256), [sym_block_comment] = STATE(256), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [257] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5671), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5741), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(257), [sym_line_comment] = STATE(257), [sym_block_comment] = STATE(257), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [258] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5640), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5676), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(258), [sym_line_comment] = STATE(258), [sym_block_comment] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [259] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5765), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(259), - [sym_selected_waveforms] = STATE(8239), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(259), [sym_block_comment] = STATE(259), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [260] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5608), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5714), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(260), [sym_line_comment] = STATE(260), [sym_block_comment] = STATE(260), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [261] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5687), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(261), - [sym_selected_waveforms] = STATE(8226), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(261), [sym_block_comment] = STATE(261), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [262] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5575), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(262), + [sym_selected_waveforms] = STATE(8276), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(262), [sym_block_comment] = STATE(262), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [263] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5656), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(263), - [sym_selected_waveforms] = STATE(7375), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(263), [sym_block_comment] = STATE(263), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [264] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5682), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5998), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(264), [sym_line_comment] = STATE(264), [sym_block_comment] = STATE(264), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [265] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5624), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(265), - [sym_force_mode] = STATE(380), - [sym_selected_expressions] = STATE(8225), [sym_line_comment] = STATE(265), [sym_block_comment] = STATE(265), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [266] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5807), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5775), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(266), [sym_line_comment] = STATE(266), [sym_block_comment] = STATE(266), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [267] = { - [sym__expression] = STATE(1100), - [sym_condition_expression] = STATE(2052), - [sym_logical_expression] = STATE(2052), - [sym_relational_expression] = STATE(2052), - [sym_shift_expression] = STATE(2052), - [sym_simple_expression] = STATE(2238), - [sym_unary_operator] = STATE(711), - [sym_sign] = STATE(713), - [sym__primary] = STATE(1657), - [sym_name] = STATE(1653), - [sym__direct_name] = STATE(724), - [sym__identifier] = STATE(850), - [sym__external_name] = STATE(850), - [sym_external_constant_name] = STATE(876), - [sym_external_signal_name] = STATE(876), - [sym_external_variable_name] = STATE(876), - [sym__literal] = STATE(1651), - [sym_bit_string_literal] = STATE(1668), - [sym__abstract_literal] = STATE(841), - [sym_based_literal] = STATE(900), - [sym_allocator] = STATE(1653), - [sym_parenthesis_expression] = STATE(1653), - [sym__element] = STATE(5310), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(267), + [sym_force_mode] = STATE(376), + [sym_selected_expressions] = STATE(8113), [sym_line_comment] = STATE(267), [sym_block_comment] = STATE(267), - [anon_sym_LPAREN] = ACTIONS(730), - [sym_condition_conversion] = ACTIONS(732), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(734), - [sym_identifier] = ACTIONS(802), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(738), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(740), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(742), - [sym_decimal_float] = ACTIONS(742), - [sym_based_base] = ACTIONS(744), - [sym_character_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(740), - [sym_string_literal_std_logic] = ACTIONS(740), - [sym_bit_string_length] = ACTIONS(748), - [sym_bit_string_base] = ACTIONS(750), - [sym_operator_symbol] = ACTIONS(746), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(802), - [sym_library_constant_boolean] = ACTIONS(740), - [sym_library_constant_character] = ACTIONS(740), - [sym_library_constant_debug] = ACTIONS(740), - [sym_library_constant_env] = ACTIONS(740), - [sym_library_constant_standard] = ACTIONS(740), - [sym_library_constant_std_logic] = ACTIONS(746), - [sym_library_function] = ACTIONS(802), - [sym_library_type] = ACTIONS(802), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [268] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(268), - [sym_selected_waveforms] = STATE(6942), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_selected_waveforms] = STATE(8069), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(268), [sym_block_comment] = STATE(268), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [269] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(6124), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(6007), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(269), [sym_line_comment] = STATE(269), [sym_block_comment] = STATE(269), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [270] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5942), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5707), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(270), [sym_line_comment] = STATE(270), [sym_block_comment] = STATE(270), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [271] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5581), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(271), - [sym_selected_waveforms] = STATE(7333), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(271), [sym_block_comment] = STATE(271), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [272] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5930), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5809), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(272), [sym_line_comment] = STATE(272), [sym_block_comment] = STATE(272), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [273] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5784), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(273), - [sym_selected_waveforms] = STATE(6955), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(273), [sym_block_comment] = STATE(273), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [274] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(6017), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(274), - [sym_force_mode] = STATE(377), - [sym_selected_expressions] = STATE(7331), [sym_line_comment] = STATE(274), [sym_block_comment] = STATE(274), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [275] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5915), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(6015), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(275), [sym_line_comment] = STATE(275), [sym_block_comment] = STATE(275), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [276] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1051), + [sym_condition_expression] = STATE(2077), + [sym_logical_expression] = STATE(2077), + [sym_relational_expression] = STATE(2077), + [sym_shift_expression] = STATE(2077), + [sym_simple_expression] = STATE(2227), + [sym_unary_operator] = STATE(506), + [sym_sign] = STATE(508), + [sym__primary] = STATE(1479), + [sym_name] = STATE(1478), + [sym__direct_name] = STATE(725), + [sym__identifier] = STATE(842), + [sym__external_name] = STATE(842), + [sym_external_constant_name] = STATE(849), + [sym_external_signal_name] = STATE(849), + [sym_external_variable_name] = STATE(849), + [sym__literal] = STATE(1477), + [sym_bit_string_literal] = STATE(1483), + [sym__abstract_literal] = STATE(879), + [sym_based_literal] = STATE(922), + [sym_allocator] = STATE(1478), + [sym_parenthesis_expression] = STATE(1478), + [sym__element] = STATE(5378), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(276), - [sym_selected_waveforms] = STATE(7200), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(276), [sym_block_comment] = STATE(276), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(730), + [sym_condition_conversion] = ACTIONS(732), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(734), + [sym_identifier] = ACTIONS(802), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(738), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(740), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(742), + [sym_decimal_float] = ACTIONS(742), + [sym_based_base] = ACTIONS(744), + [sym_character_literal] = ACTIONS(746), + [sym_string_literal] = ACTIONS(740), + [sym_string_literal_std_logic] = ACTIONS(740), + [sym_bit_string_length] = ACTIONS(748), + [sym_bit_string_base] = ACTIONS(750), + [sym_operator_symbol] = ACTIONS(746), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(802), + [sym_library_constant_boolean] = ACTIONS(740), + [sym_library_constant_character] = ACTIONS(740), + [sym_library_constant_debug] = ACTIONS(740), + [sym_library_constant_env] = ACTIONS(740), + [sym_library_constant_standard] = ACTIONS(740), + [sym_library_constant_std_logic] = ACTIONS(746), + [sym_library_function] = ACTIONS(802), + [sym_library_type] = ACTIONS(802), }, [277] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(277), - [sym_selected_waveforms] = STATE(6973), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_selected_waveforms] = STATE(7144), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(277), [sym_block_comment] = STATE(277), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [278] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5905), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(278), + [sym_selected_waveforms] = STATE(8217), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(278), [sym_block_comment] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [279] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5890), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(279), + [sym_selected_waveforms] = STATE(8226), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(279), [sym_block_comment] = STATE(279), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [280] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5806), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(280), - [sym_force_mode] = STATE(371), - [sym_selected_expressions] = STATE(7308), [sym_line_comment] = STATE(280), [sym_block_comment] = STATE(280), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [281] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5878), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(281), + [sym_selected_waveforms] = STATE(7335), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(281), [sym_block_comment] = STATE(281), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [282] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5863), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5670), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(282), [sym_line_comment] = STATE(282), [sym_block_comment] = STATE(282), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [283] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5963), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5988), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(283), [sym_line_comment] = STATE(283), [sym_block_comment] = STATE(283), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [284] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(284), - [sym_selected_waveforms] = STATE(7005), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_selected_waveforms] = STATE(6965), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(284), [sym_block_comment] = STATE(284), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [285] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5723), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5731), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(285), [sym_line_comment] = STATE(285), [sym_block_comment] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [286] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5820), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(286), - [sym_selected_waveforms] = STATE(7307), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(286), [sym_block_comment] = STATE(286), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [287] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5851), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(287), + [sym_selected_waveforms] = STATE(6815), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(287), [sym_block_comment] = STATE(287), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [288] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5837), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5691), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(288), [sym_line_comment] = STATE(288), [sym_block_comment] = STATE(288), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [289] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5827), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5715), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(289), [sym_line_comment] = STATE(289), [sym_block_comment] = STATE(289), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [290] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5649), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(290), - [sym_selected_waveforms] = STATE(8170), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(290), [sym_block_comment] = STATE(290), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [291] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5813), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(291), + [sym_selected_waveforms] = STATE(8034), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(291), [sym_block_comment] = STATE(291), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [292] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5832), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(292), - [sym_selected_waveforms] = STATE(7302), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(292), [sym_block_comment] = STATE(292), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [293] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5802), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5909), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(293), [sym_line_comment] = STATE(293), [sym_block_comment] = STATE(293), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [294] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5788), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5954), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(294), [sym_line_comment] = STATE(294), [sym_block_comment] = STATE(294), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [295] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5776), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(295), + [sym_selected_waveforms] = STATE(7635), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(295), [sym_block_comment] = STATE(295), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [296] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5762), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5632), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(296), [sym_line_comment] = STATE(296), [sym_block_comment] = STATE(296), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [297] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(297), - [sym_force_mode] = STATE(367), - [sym_selected_expressions] = STATE(8169), + [sym_selected_waveforms] = STATE(6806), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(297), [sym_block_comment] = STATE(297), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [298] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5748), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1051), + [sym_condition_expression] = STATE(2077), + [sym_logical_expression] = STATE(2077), + [sym_relational_expression] = STATE(2077), + [sym_shift_expression] = STATE(2077), + [sym_simple_expression] = STATE(2227), + [sym_unary_operator] = STATE(506), + [sym_sign] = STATE(508), + [sym__primary] = STATE(1479), + [sym_name] = STATE(1478), + [sym__direct_name] = STATE(725), + [sym__identifier] = STATE(842), + [sym__external_name] = STATE(842), + [sym_external_constant_name] = STATE(849), + [sym_external_signal_name] = STATE(849), + [sym_external_variable_name] = STATE(849), + [sym__literal] = STATE(1477), + [sym_bit_string_literal] = STATE(1483), + [sym__abstract_literal] = STATE(879), + [sym_based_literal] = STATE(922), + [sym_allocator] = STATE(1478), + [sym_parenthesis_expression] = STATE(1478), + [sym__element] = STATE(5456), + [sym_choices] = STATE(5441), + [sym__range] = STATE(5441), + [sym_simple_range] = STATE(5024), [sym__tool_directive] = STATE(298), [sym_line_comment] = STATE(298), [sym_block_comment] = STATE(298), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(730), + [sym_condition_conversion] = ACTIONS(732), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(734), + [sym_identifier] = ACTIONS(802), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(738), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(740), [sym__OR] = ACTIONS(239), + [sym_OTHERS] = ACTIONS(245), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(742), + [sym_decimal_float] = ACTIONS(742), + [sym_based_base] = ACTIONS(744), + [sym_character_literal] = ACTIONS(746), + [sym_string_literal] = ACTIONS(740), + [sym_string_literal_std_logic] = ACTIONS(740), + [sym_bit_string_length] = ACTIONS(748), + [sym_bit_string_base] = ACTIONS(750), + [sym_operator_symbol] = ACTIONS(746), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(802), + [sym_library_constant_boolean] = ACTIONS(740), + [sym_library_constant_character] = ACTIONS(740), + [sym_library_constant_debug] = ACTIONS(740), + [sym_library_constant_env] = ACTIONS(740), + [sym_library_constant_standard] = ACTIONS(740), + [sym_library_constant_std_logic] = ACTIONS(746), + [sym_library_function] = ACTIONS(802), + [sym_library_type] = ACTIONS(802), }, [299] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5735), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5854), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(299), [sym_line_comment] = STATE(299), [sym_block_comment] = STATE(299), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [300] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5938), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(300), - [sym_selected_waveforms] = STATE(8163), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(300), [sym_block_comment] = STATE(300), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [301] = { - [sym__expression] = STATE(1100), - [sym_condition_expression] = STATE(2052), - [sym_logical_expression] = STATE(2052), - [sym_relational_expression] = STATE(2052), - [sym_shift_expression] = STATE(2052), - [sym_simple_expression] = STATE(2238), - [sym_unary_operator] = STATE(711), - [sym_sign] = STATE(713), - [sym__primary] = STATE(1657), - [sym_name] = STATE(1653), - [sym__direct_name] = STATE(724), - [sym__identifier] = STATE(850), - [sym__external_name] = STATE(850), - [sym_external_constant_name] = STATE(876), - [sym_external_signal_name] = STATE(876), - [sym_external_variable_name] = STATE(876), - [sym__literal] = STATE(1651), - [sym_bit_string_literal] = STATE(1668), - [sym__abstract_literal] = STATE(841), - [sym_based_literal] = STATE(900), - [sym_allocator] = STATE(1653), - [sym_parenthesis_expression] = STATE(1653), - [sym__element] = STATE(5560), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(301), + [sym_selected_waveforms] = STATE(6810), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(301), [sym_block_comment] = STATE(301), - [anon_sym_LPAREN] = ACTIONS(730), - [sym_condition_conversion] = ACTIONS(732), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(734), - [sym_identifier] = ACTIONS(802), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(738), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(740), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(742), - [sym_decimal_float] = ACTIONS(742), - [sym_based_base] = ACTIONS(744), - [sym_character_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(740), - [sym_string_literal_std_logic] = ACTIONS(740), - [sym_bit_string_length] = ACTIONS(748), - [sym_bit_string_base] = ACTIONS(750), - [sym_operator_symbol] = ACTIONS(746), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(802), - [sym_library_constant_boolean] = ACTIONS(740), - [sym_library_constant_character] = ACTIONS(740), - [sym_library_constant_debug] = ACTIONS(740), - [sym_library_constant_env] = ACTIONS(740), - [sym_library_constant_standard] = ACTIONS(740), - [sym_library_constant_std_logic] = ACTIONS(746), - [sym_library_function] = ACTIONS(802), - [sym_library_type] = ACTIONS(802), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [302] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(302), - [sym_selected_waveforms] = STATE(7067), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_selected_waveforms] = STATE(7550), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(302), [sym_block_comment] = STATE(302), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [303] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5714), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(303), + [sym_force_mode] = STATE(370), + [sym_selected_expressions] = STATE(7541), [sym_line_comment] = STATE(303), [sym_block_comment] = STATE(303), - [anon_sym_LPAREN] = ACTIONS(752), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [304] = { - [sym__expression] = STATE(1100), - [sym_condition_expression] = STATE(2052), - [sym_logical_expression] = STATE(2052), - [sym_relational_expression] = STATE(2052), - [sym_shift_expression] = STATE(2052), - [sym_simple_expression] = STATE(2238), - [sym_unary_operator] = STATE(711), - [sym_sign] = STATE(713), - [sym__primary] = STATE(1657), - [sym_name] = STATE(1653), - [sym__direct_name] = STATE(724), - [sym__identifier] = STATE(850), - [sym__external_name] = STATE(850), - [sym_external_constant_name] = STATE(876), - [sym_external_signal_name] = STATE(876), - [sym_external_variable_name] = STATE(876), - [sym__literal] = STATE(1651), - [sym_bit_string_literal] = STATE(1668), - [sym__abstract_literal] = STATE(841), - [sym_based_literal] = STATE(900), - [sym_allocator] = STATE(1653), - [sym_parenthesis_expression] = STATE(1653), - [sym__element] = STATE(5354), - [sym_choices] = STATE(5441), - [sym__range] = STATE(5441), - [sym_simple_range] = STATE(4975), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(304), + [sym_selected_waveforms] = STATE(7540), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(304), [sym_block_comment] = STATE(304), - [anon_sym_LPAREN] = ACTIONS(730), - [sym_condition_conversion] = ACTIONS(732), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(734), - [sym_identifier] = ACTIONS(802), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(738), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(740), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OTHERS] = ACTIONS(245), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(742), - [sym_decimal_float] = ACTIONS(742), - [sym_based_base] = ACTIONS(744), - [sym_character_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(740), - [sym_string_literal_std_logic] = ACTIONS(740), - [sym_bit_string_length] = ACTIONS(748), - [sym_bit_string_base] = ACTIONS(750), - [sym_operator_symbol] = ACTIONS(746), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(802), - [sym_library_constant_boolean] = ACTIONS(740), - [sym_library_constant_character] = ACTIONS(740), - [sym_library_constant_debug] = ACTIONS(740), - [sym_library_constant_env] = ACTIONS(740), - [sym_library_constant_standard] = ACTIONS(740), - [sym_library_constant_std_logic] = ACTIONS(746), - [sym_library_function] = ACTIONS(802), - [sym_library_type] = ACTIONS(802), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [305] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5701), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5629), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(305), [sym_line_comment] = STATE(305), [sym_block_comment] = STATE(305), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [306] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5619), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(306), - [sym_selected_waveforms] = STATE(8073), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(306), [sym_block_comment] = STATE(306), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [307] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5616), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(307), - [sym_selected_waveforms] = STATE(7070), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(307), [sym_block_comment] = STATE(307), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [308] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5869), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(308), - [sym_force_mode] = STATE(374), - [sym_selected_expressions] = STATE(7071), [sym_line_comment] = STATE(308), [sym_block_comment] = STATE(308), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [309] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5689), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(309), + [sym_selected_waveforms] = STATE(6841), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(309), [sym_block_comment] = STATE(309), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [310] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(310), - [sym_selected_waveforms] = STATE(7185), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_force_mode] = STATE(382), + [sym_selected_expressions] = STATE(6844), [sym_line_comment] = STATE(310), [sym_block_comment] = STATE(310), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [311] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5876), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(311), + [sym_selected_waveforms] = STATE(6847), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(311), [sym_block_comment] = STATE(311), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [312] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5676), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5613), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(312), [sym_line_comment] = STATE(312), [sym_block_comment] = STATE(312), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [313] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5665), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5920), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(313), [sym_line_comment] = STATE(313), [sym_block_comment] = STATE(313), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [314] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5677), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2223), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(314), + [sym_force_mode] = STATE(384), + [sym_selected_expressions] = STATE(6635), [sym_line_comment] = STATE(314), [sym_block_comment] = STATE(314), - [anon_sym_LPAREN] = ACTIONS(752), + [aux_sym_selected_expressions_repeat1] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_OUT] = ACTIONS(800), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [315] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5653), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(315), + [sym_selected_waveforms] = STATE(7497), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(315), [sym_block_comment] = STATE(315), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [316] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5643), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(316), + [sym_selected_waveforms] = STATE(6832), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(316), [sym_block_comment] = STATE(316), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [317] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5726), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(317), - [sym_selected_waveforms] = STATE(7131), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(317), [sym_block_comment] = STATE(317), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [318] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5636), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(318), + [sym_selected_waveforms] = STATE(7485), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(318), [sym_block_comment] = STATE(318), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [319] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5631), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5910), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(319), [sym_line_comment] = STATE(319), [sym_block_comment] = STATE(319), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [320] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5629), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5810), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(320), [sym_line_comment] = STATE(320), [sym_block_comment] = STATE(320), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [321] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5884), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(321), - [sym_selected_waveforms] = STATE(7689), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), [sym_line_comment] = STATE(321), [sym_block_comment] = STATE(321), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [322] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5625), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5961), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(322), [sym_line_comment] = STATE(322), [sym_block_comment] = STATE(322), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [323] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(323), - [sym_selected_waveforms] = STATE(7086), - [sym_waveform] = STATE(6364), - [sym_waveform_element] = STATE(5543), + [sym_selected_waveforms] = STATE(7095), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(323), [sym_block_comment] = STATE(323), - [aux_sym_selected_waveforms_repeat1] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [324] = { - [sym__expression] = STATE(2199), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(324), - [sym_force_mode] = STATE(391), - [sym_selected_expressions] = STATE(7088), + [sym_selected_waveforms] = STATE(7078), + [sym_waveform] = STATE(6499), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(324), [sym_block_comment] = STATE(324), - [aux_sym_selected_expressions_repeat1] = STATE(412), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_IN] = ACTIONS(800), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_OUT] = ACTIONS(800), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [325] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym_association_element] = STATE(5959), - [sym__actual_part] = STATE(6615), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2516), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym_association_element] = STATE(5897), + [sym__actual_part] = STATE(6217), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(325), [sym_line_comment] = STATE(325), [sym_block_comment] = STATE(325), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [326] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(326), - [sym_waveform] = STATE(5661), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7075), + [sym_waveform] = STATE(5705), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6820), [sym_line_comment] = STATE(326), [sym_block_comment] = STATE(326), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [327] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(327), - [sym_waveform] = STATE(5936), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6971), + [sym_waveform] = STATE(5833), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7093), [sym_line_comment] = STATE(327), [sym_block_comment] = STATE(327), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [328] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(328), - [sym_waveform] = STATE(5855), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7693), + [sym_waveform] = STATE(5777), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6963), [sym_line_comment] = STATE(328), [sym_block_comment] = STATE(328), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [329] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(329), - [sym_waveform] = STATE(5919), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8013), + [sym_waveform] = STATE(5579), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8364), [sym_line_comment] = STATE(329), [sym_block_comment] = STATE(329), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [330] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(330), - [sym_waveform] = STATE(5648), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7115), + [sym_waveform] = STATE(5725), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8224), [sym_line_comment] = STATE(330), [sym_block_comment] = STATE(330), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [331] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(331), - [sym_waveform] = STATE(5881), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7236), + [sym_waveform] = STATE(6134), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(331), [sym_block_comment] = STATE(331), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [aux_sym_selected_waveforms_repeat1] = STATE(332), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [332] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(332), - [sym_waveform] = STATE(5705), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6840), + [sym_waveform] = STATE(6408), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(332), [sym_block_comment] = STATE(332), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), - [anon_sym_PLUS] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), - [sym__ABS] = ACTIONS(239), - [sym__AND] = ACTIONS(239), - [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), - [sym__NOR] = ACTIONS(239), - [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), - [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), - [sym__XNOR] = ACTIONS(239), - [sym__XOR] = ACTIONS(239), + [aux_sym_selected_waveforms_repeat1] = STATE(332), + [anon_sym_LPAREN] = ACTIONS(804), + [sym_condition_conversion] = ACTIONS(807), + [anon_sym_PLUS] = ACTIONS(810), + [anon_sym_DASH] = ACTIONS(810), + [anon_sym_LT_LT] = ACTIONS(813), + [sym_identifier] = ACTIONS(816), + [sym__ABS] = ACTIONS(819), + [sym__AND] = ACTIONS(819), + [sym__NAND] = ACTIONS(819), + [sym_NEW] = ACTIONS(822), + [sym__NOR] = ACTIONS(819), + [sym__NOT] = ACTIONS(819), + [sym_NULL] = ACTIONS(825), + [sym__OR] = ACTIONS(819), + [sym_UNAFFECTED] = ACTIONS(828), + [sym__XNOR] = ACTIONS(819), + [sym__XOR] = ACTIONS(819), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(831), + [sym_decimal_float] = ACTIONS(831), + [sym_based_base] = ACTIONS(834), + [sym_character_literal] = ACTIONS(837), + [sym_string_literal] = ACTIONS(825), + [sym_string_literal_std_logic] = ACTIONS(825), + [sym_bit_string_length] = ACTIONS(840), + [sym_bit_string_base] = ACTIONS(843), + [sym_operator_symbol] = ACTIONS(837), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(816), + [sym_library_constant_boolean] = ACTIONS(825), + [sym_library_constant_character] = ACTIONS(825), + [sym_library_constant_debug] = ACTIONS(825), + [sym_library_constant_env] = ACTIONS(825), + [sym_library_constant_standard] = ACTIONS(825), + [sym_library_constant_std_logic] = ACTIONS(837), + [sym_library_function] = ACTIONS(816), + [sym_library_type] = ACTIONS(816), }, [333] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym_conditional_expression] = STATE(6212), + [sym__expression] = STATE(1169), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__actual_part] = STATE(6162), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(333), - [sym_waveform] = STATE(5992), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7002), [sym_line_comment] = STATE(333), [sym_block_comment] = STATE(333), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), + [sym_INERTIAL] = ACTIONS(399), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), + [sym_OPEN] = ACTIONS(401), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [334] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(334), - [sym_waveform] = STATE(5792), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7372), + [sym_waveform] = STATE(5858), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6898), [sym_line_comment] = STATE(334), [sym_block_comment] = STATE(334), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [335] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(335), - [sym_waveform] = STATE(5759), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7423), + [sym_waveform] = STATE(5736), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7839), [sym_line_comment] = STATE(335), [sym_block_comment] = STATE(335), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [336] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(336), - [sym_waveform] = STATE(6018), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8205), + [sym_waveform] = STATE(5839), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7121), [sym_line_comment] = STATE(336), [sym_block_comment] = STATE(336), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [337] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(337), - [sym_waveform] = STATE(5817), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7129), + [sym_waveform] = STATE(5771), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6947), [sym_line_comment] = STATE(337), [sym_block_comment] = STATE(337), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [338] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(338), - [sym_waveform] = STATE(6152), - [sym_waveform_element] = STATE(5543), + [sym_waveform] = STATE(5772), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6973), [sym_line_comment] = STATE(338), [sym_block_comment] = STATE(338), - [aux_sym_selected_waveforms_repeat1] = STATE(338), - [anon_sym_LPAREN] = ACTIONS(804), - [sym_condition_conversion] = ACTIONS(807), - [anon_sym_PLUS] = ACTIONS(810), - [anon_sym_DASH] = ACTIONS(810), - [anon_sym_LT_LT] = ACTIONS(813), - [sym_identifier] = ACTIONS(816), - [sym__ABS] = ACTIONS(819), - [sym__AND] = ACTIONS(819), - [sym__NAND] = ACTIONS(819), - [sym_NEW] = ACTIONS(822), - [sym__NOR] = ACTIONS(819), - [sym__NOT] = ACTIONS(819), - [sym_NULL] = ACTIONS(825), - [sym__OR] = ACTIONS(819), - [sym_UNAFFECTED] = ACTIONS(828), - [sym__XNOR] = ACTIONS(819), - [sym__XOR] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), + [anon_sym_PLUS] = ACTIONS(233), + [anon_sym_DASH] = ACTIONS(233), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), + [sym__ABS] = ACTIONS(239), + [sym__AND] = ACTIONS(239), + [sym__NAND] = ACTIONS(239), + [sym_NEW] = ACTIONS(419), + [sym__NOR] = ACTIONS(239), + [sym__NOT] = ACTIONS(239), + [sym_NULL] = ACTIONS(421), + [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), + [sym__XNOR] = ACTIONS(239), + [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(831), - [sym_decimal_float] = ACTIONS(831), - [sym_based_base] = ACTIONS(834), - [sym_character_literal] = ACTIONS(837), - [sym_string_literal] = ACTIONS(825), - [sym_string_literal_std_logic] = ACTIONS(825), - [sym_bit_string_length] = ACTIONS(840), - [sym_bit_string_base] = ACTIONS(843), - [sym_operator_symbol] = ACTIONS(837), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(816), - [sym_library_constant_boolean] = ACTIONS(825), - [sym_library_constant_character] = ACTIONS(825), - [sym_library_constant_debug] = ACTIONS(825), - [sym_library_constant_env] = ACTIONS(825), - [sym_library_constant_standard] = ACTIONS(825), - [sym_library_constant_std_logic] = ACTIONS(837), - [sym_library_function] = ACTIONS(816), - [sym_library_type] = ACTIONS(816), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [339] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(339), - [sym_waveform] = STATE(5732), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7360), + [sym_waveform] = STATE(5750), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6917), [sym_line_comment] = STATE(339), [sym_block_comment] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [340] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(340), - [sym_waveform] = STATE(5757), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7474), + [sym_waveform] = STATE(5815), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8096), [sym_line_comment] = STATE(340), [sym_block_comment] = STATE(340), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [341] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(341), - [sym_waveform] = STATE(5594), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7311), + [sym_waveform] = STATE(5700), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6821), [sym_line_comment] = STATE(341), [sym_block_comment] = STATE(341), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [342] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(342), - [sym_waveform] = STATE(5621), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7051), + [sym_waveform] = STATE(5989), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7508), [sym_line_comment] = STATE(342), [sym_block_comment] = STATE(342), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [343] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(343), - [sym_waveform] = STATE(5953), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8074), + [sym_waveform] = STATE(6018), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7593), [sym_line_comment] = STATE(343), [sym_block_comment] = STATE(343), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [344] = { - [sym_conditional_expression] = STATE(6544), - [sym__expression] = STATE(1142), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__actual_part] = STATE(6208), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(344), + [sym_waveform] = STATE(5696), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6814), [sym_line_comment] = STATE(344), [sym_block_comment] = STATE(344), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), - [sym_INERTIAL] = ACTIONS(431), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), - [sym_OPEN] = ACTIONS(433), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [345] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(345), - [sym_waveform] = STATE(5908), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(6943), + [sym_waveform] = STATE(6035), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7518), [sym_line_comment] = STATE(345), [sym_block_comment] = STATE(345), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [346] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(346), - [sym_waveform] = STATE(5739), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7031), + [sym_waveform] = STATE(5844), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(8032), [sym_line_comment] = STATE(346), [sym_block_comment] = STATE(346), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [347] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(347), - [sym_waveform] = STATE(6210), - [sym_waveform_element] = STATE(5543), + [sym_waveform] = STATE(5827), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7081), [sym_line_comment] = STATE(347), [sym_block_comment] = STATE(347), - [aux_sym_selected_waveforms_repeat1] = STATE(338), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [348] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(348), - [sym_waveform] = STATE(5923), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(8177), + [sym_waveform] = STATE(5893), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7243), [sym_line_comment] = STATE(348), [sym_block_comment] = STATE(348), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [349] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(349), - [sym_waveform] = STATE(5966), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7182), + [sym_waveform] = STATE(5645), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(6653), [sym_line_comment] = STATE(349), [sym_block_comment] = STATE(349), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [350] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(350), - [sym_waveform] = STATE(5599), - [sym_waveform_element] = STATE(5543), - [sym_conditional_waveforms] = STATE(7319), + [sym_waveform] = STATE(6009), + [sym_waveform_element] = STATE(5551), + [sym_conditional_waveforms] = STATE(7633), [sym_line_comment] = STATE(350), [sym_block_comment] = STATE(350), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [351] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(351), - [sym_conditional_or_unaffected_expression] = STATE(7083), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(6840), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(351), [sym_block_comment] = STATE(351), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [352] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_index_constraint] = STATE(6784), + [sym__expression] = STATE(2229), + [sym_condition_expression] = STATE(2665), + [sym_logical_expression] = STATE(2665), + [sym_relational_expression] = STATE(2665), + [sym_shift_expression] = STATE(2665), + [sym_simple_expression] = STATE(2448), + [sym_unary_operator] = STATE(661), + [sym_sign] = STATE(676), + [sym__primary] = STATE(2479), + [sym_name] = STATE(2480), + [sym__direct_name] = STATE(778), + [sym__identifier] = STATE(1412), + [sym__external_name] = STATE(1412), + [sym_external_constant_name] = STATE(1415), + [sym_external_signal_name] = STATE(1415), + [sym_external_variable_name] = STATE(1415), + [sym__literal] = STATE(2482), + [sym_bit_string_literal] = STATE(2475), + [sym__abstract_literal] = STATE(1351), + [sym_based_literal] = STATE(1480), + [sym_allocator] = STATE(2480), + [sym_parenthesis_expression] = STATE(2480), + [sym__range] = STATE(6027), + [sym_simple_range] = STATE(6309), [sym__tool_directive] = STATE(352), - [sym_conditional_or_unaffected_expression] = STATE(7167), - [sym__expression_or_unaffected] = STATE(5541), [sym_line_comment] = STATE(352), [sym_block_comment] = STATE(352), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(846), + [sym_condition_conversion] = ACTIONS(848), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(850), + [sym_identifier] = ACTIONS(852), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(854), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(856), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(858), + [sym_decimal_float] = ACTIONS(858), + [sym_based_base] = ACTIONS(860), + [sym_character_literal] = ACTIONS(862), + [sym_string_literal] = ACTIONS(856), + [sym_string_literal_std_logic] = ACTIONS(856), + [sym_bit_string_length] = ACTIONS(864), + [sym_bit_string_base] = ACTIONS(866), + [sym_operator_symbol] = ACTIONS(862), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(852), + [sym_library_constant_boolean] = ACTIONS(856), + [sym_library_constant_character] = ACTIONS(856), + [sym_library_constant_debug] = ACTIONS(856), + [sym_library_constant_env] = ACTIONS(856), + [sym_library_constant_standard] = ACTIONS(856), + [sym_library_constant_std_logic] = ACTIONS(862), + [sym_library_function] = ACTIONS(852), + [sym_library_type] = ACTIONS(852), }, [353] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(353), - [sym_conditional_or_unaffected_expression] = STATE(7326), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7452), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(353), [sym_block_comment] = STATE(353), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [354] = { - [sym_index_constraint] = STATE(6768), - [sym__expression] = STATE(2159), - [sym_condition_expression] = STATE(2619), - [sym_logical_expression] = STATE(2619), - [sym_relational_expression] = STATE(2619), - [sym_shift_expression] = STATE(2619), - [sym_simple_expression] = STATE(2467), - [sym_unary_operator] = STATE(413), - [sym_sign] = STATE(507), - [sym__primary] = STATE(2534), - [sym_name] = STATE(2529), - [sym__direct_name] = STATE(774), - [sym__identifier] = STATE(1402), - [sym__external_name] = STATE(1402), - [sym_external_constant_name] = STATE(1401), - [sym_external_signal_name] = STATE(1401), - [sym_external_variable_name] = STATE(1401), - [sym__literal] = STATE(2526), - [sym_bit_string_literal] = STATE(2519), - [sym__abstract_literal] = STATE(1363), - [sym_based_literal] = STATE(1428), - [sym_allocator] = STATE(2529), - [sym_parenthesis_expression] = STATE(2529), - [sym__range] = STATE(5645), - [sym_simple_range] = STATE(6057), + [sym__expression] = STATE(1506), + [sym_condition_expression] = STATE(2526), + [sym_logical_expression] = STATE(2526), + [sym_relational_expression] = STATE(2526), + [sym_shift_expression] = STATE(2526), + [sym_simple_expression] = STATE(2526), + [sym_unary_operator] = STATE(679), + [sym_sign] = STATE(690), + [sym__primary] = STATE(2527), + [sym_name] = STATE(2472), + [sym__direct_name] = STATE(777), + [sym__identifier] = STATE(1300), + [sym__external_name] = STATE(1300), + [sym_external_constant_name] = STATE(1298), + [sym_external_signal_name] = STATE(1298), + [sym_external_variable_name] = STATE(1298), + [sym__literal] = STATE(2532), + [sym_bit_string_literal] = STATE(2513), + [sym__abstract_literal] = STATE(1312), + [sym_based_literal] = STATE(1591), + [sym_allocator] = STATE(2472), + [sym_parenthesis_expression] = STATE(2472), [sym__tool_directive] = STATE(354), + [sym_waveform] = STATE(6411), + [sym_waveform_element] = STATE(5551), [sym_line_comment] = STATE(354), [sym_block_comment] = STATE(354), - [anon_sym_LPAREN] = ACTIONS(846), - [sym_condition_conversion] = ACTIONS(848), + [anon_sym_LPAREN] = ACTIONS(407), + [sym_condition_conversion] = ACTIONS(409), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(850), - [sym_identifier] = ACTIONS(852), + [anon_sym_LT_LT] = ACTIONS(411), + [sym_identifier] = ACTIONS(413), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(854), + [sym_NEW] = ACTIONS(419), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(856), + [sym_NULL] = ACTIONS(421), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(425), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(858), - [sym_decimal_float] = ACTIONS(858), - [sym_based_base] = ACTIONS(860), - [sym_character_literal] = ACTIONS(862), - [sym_string_literal] = ACTIONS(856), - [sym_string_literal_std_logic] = ACTIONS(856), - [sym_bit_string_length] = ACTIONS(864), - [sym_bit_string_base] = ACTIONS(866), - [sym_operator_symbol] = ACTIONS(862), + [sym_decimal_integer] = ACTIONS(427), + [sym_decimal_float] = ACTIONS(427), + [sym_based_base] = ACTIONS(429), + [sym_character_literal] = ACTIONS(431), + [sym_string_literal] = ACTIONS(421), + [sym_string_literal_std_logic] = ACTIONS(421), + [sym_bit_string_length] = ACTIONS(433), + [sym_bit_string_base] = ACTIONS(435), + [sym_operator_symbol] = ACTIONS(431), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(852), - [sym_library_constant_boolean] = ACTIONS(856), - [sym_library_constant_character] = ACTIONS(856), - [sym_library_constant_debug] = ACTIONS(856), - [sym_library_constant_env] = ACTIONS(856), - [sym_library_constant_standard] = ACTIONS(856), - [sym_library_constant_std_logic] = ACTIONS(862), - [sym_library_function] = ACTIONS(852), - [sym_library_type] = ACTIONS(852), + [sym_library_constant] = ACTIONS(413), + [sym_library_constant_boolean] = ACTIONS(421), + [sym_library_constant_character] = ACTIONS(421), + [sym_library_constant_debug] = ACTIONS(421), + [sym_library_constant_env] = ACTIONS(421), + [sym_library_constant_standard] = ACTIONS(421), + [sym_library_constant_std_logic] = ACTIONS(431), + [sym_library_function] = ACTIONS(413), + [sym_library_type] = ACTIONS(413), }, [355] = { - [sym_index_constraint] = STATE(7715), - [sym__expression] = STATE(2159), - [sym_condition_expression] = STATE(2619), - [sym_logical_expression] = STATE(2619), - [sym_relational_expression] = STATE(2619), - [sym_shift_expression] = STATE(2619), - [sym_simple_expression] = STATE(2467), - [sym_unary_operator] = STATE(413), - [sym_sign] = STATE(507), - [sym__primary] = STATE(2534), - [sym_name] = STATE(2529), - [sym__direct_name] = STATE(774), - [sym__identifier] = STATE(1402), - [sym__external_name] = STATE(1402), - [sym_external_constant_name] = STATE(1401), - [sym_external_signal_name] = STATE(1401), - [sym_external_variable_name] = STATE(1401), - [sym__literal] = STATE(2526), - [sym_bit_string_literal] = STATE(2519), - [sym__abstract_literal] = STATE(1363), - [sym_based_literal] = STATE(1428), - [sym_allocator] = STATE(2529), - [sym_parenthesis_expression] = STATE(2529), - [sym__range] = STATE(5645), - [sym_simple_range] = STATE(6057), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(355), + [sym_conditional_or_unaffected_expression] = STATE(7398), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(355), [sym_block_comment] = STATE(355), - [anon_sym_LPAREN] = ACTIONS(868), - [sym_condition_conversion] = ACTIONS(848), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(850), - [sym_identifier] = ACTIONS(852), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(854), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(856), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), + [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(858), - [sym_decimal_float] = ACTIONS(858), - [sym_based_base] = ACTIONS(860), - [sym_character_literal] = ACTIONS(862), - [sym_string_literal] = ACTIONS(856), - [sym_string_literal_std_logic] = ACTIONS(856), - [sym_bit_string_length] = ACTIONS(864), - [sym_bit_string_base] = ACTIONS(866), - [sym_operator_symbol] = ACTIONS(862), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(852), - [sym_library_constant_boolean] = ACTIONS(856), - [sym_library_constant_character] = ACTIONS(856), - [sym_library_constant_debug] = ACTIONS(856), - [sym_library_constant_env] = ACTIONS(856), - [sym_library_constant_standard] = ACTIONS(856), - [sym_library_constant_std_logic] = ACTIONS(862), - [sym_library_function] = ACTIONS(852), - [sym_library_type] = ACTIONS(852), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [356] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(356), - [sym_conditional_or_unaffected_expression] = STATE(7069), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(6791), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(356), [sym_block_comment] = STATE(356), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [357] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(357), - [sym_conditional_or_unaffected_expression] = STATE(8171), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(8304), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(357), [sym_block_comment] = STATE(357), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [358] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(358), - [sym_conditional_or_unaffected_expression] = STATE(7748), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7534), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(358), [sym_block_comment] = STATE(358), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [359] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(359), - [sym_conditional_or_unaffected_expression] = STATE(7355), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7492), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(359), [sym_block_comment] = STATE(359), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [360] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(360), - [sym_conditional_or_unaffected_expression] = STATE(7305), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(7581), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(360), [sym_block_comment] = STATE(360), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [361] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym_index_constraint] = STATE(7575), + [sym__expression] = STATE(2229), + [sym_condition_expression] = STATE(2665), + [sym_logical_expression] = STATE(2665), + [sym_relational_expression] = STATE(2665), + [sym_shift_expression] = STATE(2665), + [sym_simple_expression] = STATE(2448), + [sym_unary_operator] = STATE(661), + [sym_sign] = STATE(676), + [sym__primary] = STATE(2479), + [sym_name] = STATE(2480), + [sym__direct_name] = STATE(778), + [sym__identifier] = STATE(1412), + [sym__external_name] = STATE(1412), + [sym_external_constant_name] = STATE(1415), + [sym_external_signal_name] = STATE(1415), + [sym_external_variable_name] = STATE(1415), + [sym__literal] = STATE(2482), + [sym_bit_string_literal] = STATE(2475), + [sym__abstract_literal] = STATE(1351), + [sym_based_literal] = STATE(1480), + [sym_allocator] = STATE(2480), + [sym_parenthesis_expression] = STATE(2480), + [sym__range] = STATE(6027), + [sym_simple_range] = STATE(6309), [sym__tool_directive] = STATE(361), - [sym_conditional_or_unaffected_expression] = STATE(7411), - [sym__expression_or_unaffected] = STATE(5541), [sym_line_comment] = STATE(361), [sym_block_comment] = STATE(361), - [anon_sym_LPAREN] = ACTIONS(752), - [sym_condition_conversion] = ACTIONS(231), + [anon_sym_LPAREN] = ACTIONS(868), + [sym_condition_conversion] = ACTIONS(848), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(850), + [sym_identifier] = ACTIONS(852), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(854), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(856), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(858), + [sym_decimal_float] = ACTIONS(858), + [sym_based_base] = ACTIONS(860), + [sym_character_literal] = ACTIONS(862), + [sym_string_literal] = ACTIONS(856), + [sym_string_literal_std_logic] = ACTIONS(856), + [sym_bit_string_length] = ACTIONS(864), + [sym_bit_string_base] = ACTIONS(866), + [sym_operator_symbol] = ACTIONS(862), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(852), + [sym_library_constant_boolean] = ACTIONS(856), + [sym_library_constant_character] = ACTIONS(856), + [sym_library_constant_debug] = ACTIONS(856), + [sym_library_constant_env] = ACTIONS(856), + [sym_library_constant_standard] = ACTIONS(856), + [sym_library_constant_std_logic] = ACTIONS(862), + [sym_library_function] = ACTIONS(852), + [sym_library_type] = ACTIONS(852), }, [362] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(362), - [sym_conditional_or_unaffected_expression] = STATE(8227), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(6884), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(362), [sym_block_comment] = STATE(362), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [363] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(363), - [sym_conditional_or_unaffected_expression] = STATE(8099), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(6808), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(363), [sym_block_comment] = STATE(363), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [364] = { - [sym__expression] = STATE(2046), - [sym_condition_expression] = STATE(2324), - [sym_logical_expression] = STATE(2324), - [sym_relational_expression] = STATE(2324), - [sym_shift_expression] = STATE(2324), - [sym_simple_expression] = STATE(2324), - [sym_unary_operator] = STATE(669), - [sym_sign] = STATE(675), - [sym__primary] = STATE(2393), - [sym_name] = STATE(2394), - [sym__direct_name] = STATE(749), - [sym__identifier] = STATE(1083), - [sym__external_name] = STATE(1083), - [sym_external_constant_name] = STATE(1086), - [sym_external_signal_name] = STATE(1086), - [sym_external_variable_name] = STATE(1086), - [sym__literal] = STATE(2395), - [sym_bit_string_literal] = STATE(2387), - [sym__abstract_literal] = STATE(1102), - [sym_based_literal] = STATE(1141), - [sym_allocator] = STATE(2394), - [sym_parenthesis_expression] = STATE(2394), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(364), - [sym_conditional_or_unaffected_expression] = STATE(7104), - [sym__expression_or_unaffected] = STATE(5541), + [sym_conditional_or_unaffected_expression] = STATE(8021), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(364), [sym_block_comment] = STATE(364), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(758), [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(754), - [sym_identifier] = ACTIONS(756), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(760), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(762), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(766), - [sym_decimal_float] = ACTIONS(766), - [sym_based_base] = ACTIONS(768), - [sym_character_literal] = ACTIONS(770), - [sym_string_literal] = ACTIONS(762), - [sym_string_literal_std_logic] = ACTIONS(762), - [sym_bit_string_length] = ACTIONS(772), - [sym_bit_string_base] = ACTIONS(774), - [sym_operator_symbol] = ACTIONS(770), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(756), - [sym_library_constant_boolean] = ACTIONS(762), - [sym_library_constant_character] = ACTIONS(762), - [sym_library_constant_debug] = ACTIONS(762), - [sym_library_constant_env] = ACTIONS(762), - [sym_library_constant_standard] = ACTIONS(762), - [sym_library_constant_std_logic] = ACTIONS(770), - [sym_library_function] = ACTIONS(756), - [sym_library_type] = ACTIONS(756), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, [365] = { - [sym__expression] = STATE(1420), - [sym_condition_expression] = STATE(2492), - [sym_logical_expression] = STATE(2492), - [sym_relational_expression] = STATE(2492), - [sym_shift_expression] = STATE(2492), - [sym_simple_expression] = STATE(2492), - [sym_unary_operator] = STATE(619), - [sym_sign] = STATE(608), - [sym__primary] = STATE(2488), - [sym_name] = STATE(2487), - [sym__direct_name] = STATE(775), - [sym__identifier] = STATE(1343), - [sym__external_name] = STATE(1343), - [sym_external_constant_name] = STATE(1344), - [sym_external_signal_name] = STATE(1344), - [sym_external_variable_name] = STATE(1344), - [sym__literal] = STATE(2503), - [sym_bit_string_literal] = STATE(2493), - [sym__abstract_literal] = STATE(1309), - [sym_based_literal] = STATE(1518), - [sym_allocator] = STATE(2487), - [sym_parenthesis_expression] = STATE(2487), + [sym__expression] = STATE(2259), + [sym_condition_expression] = STATE(2347), + [sym_logical_expression] = STATE(2347), + [sym_relational_expression] = STATE(2347), + [sym_shift_expression] = STATE(2347), + [sym_simple_expression] = STATE(2347), + [sym_unary_operator] = STATE(714), + [sym_sign] = STATE(712), + [sym__primary] = STATE(2351), + [sym_name] = STATE(2350), + [sym__direct_name] = STATE(745), + [sym__identifier] = STATE(1038), + [sym__external_name] = STATE(1038), + [sym_external_constant_name] = STATE(1065), + [sym_external_signal_name] = STATE(1065), + [sym_external_variable_name] = STATE(1065), + [sym__literal] = STATE(2349), + [sym_bit_string_literal] = STATE(2352), + [sym__abstract_literal] = STATE(1026), + [sym_based_literal] = STATE(1199), + [sym_allocator] = STATE(2350), + [sym_parenthesis_expression] = STATE(2350), [sym__tool_directive] = STATE(365), - [sym_waveform] = STATE(6151), - [sym_waveform_element] = STATE(5543), + [sym_conditional_or_unaffected_expression] = STATE(7055), + [sym__expression_or_unaffected] = STATE(5488), [sym_line_comment] = STATE(365), [sym_block_comment] = STATE(365), - [anon_sym_LPAREN] = ACTIONS(395), - [sym_condition_conversion] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(758), + [sym_condition_conversion] = ACTIONS(231), [anon_sym_PLUS] = ACTIONS(233), [anon_sym_DASH] = ACTIONS(233), - [anon_sym_LT_LT] = ACTIONS(399), - [sym_identifier] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(760), + [sym_identifier] = ACTIONS(762), [sym__ABS] = ACTIONS(239), [sym__AND] = ACTIONS(239), [sym__NAND] = ACTIONS(239), - [sym_NEW] = ACTIONS(407), + [sym_NEW] = ACTIONS(766), [sym__NOR] = ACTIONS(239), [sym__NOT] = ACTIONS(239), - [sym_NULL] = ACTIONS(409), + [sym_NULL] = ACTIONS(768), [sym__OR] = ACTIONS(239), - [sym_UNAFFECTED] = ACTIONS(413), + [sym_UNAFFECTED] = ACTIONS(784), [sym__XNOR] = ACTIONS(239), [sym__XOR] = ACTIONS(239), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(415), - [sym_decimal_float] = ACTIONS(415), - [sym_based_base] = ACTIONS(417), - [sym_character_literal] = ACTIONS(419), - [sym_string_literal] = ACTIONS(409), - [sym_string_literal_std_logic] = ACTIONS(409), - [sym_bit_string_length] = ACTIONS(421), - [sym_bit_string_base] = ACTIONS(423), - [sym_operator_symbol] = ACTIONS(419), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(776), + [sym_string_literal] = ACTIONS(768), + [sym_string_literal_std_logic] = ACTIONS(768), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(776), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(401), - [sym_library_constant_boolean] = ACTIONS(409), - [sym_library_constant_character] = ACTIONS(409), - [sym_library_constant_debug] = ACTIONS(409), - [sym_library_constant_env] = ACTIONS(409), - [sym_library_constant_standard] = ACTIONS(409), - [sym_library_constant_std_logic] = ACTIONS(419), - [sym_library_function] = ACTIONS(401), - [sym_library_type] = ACTIONS(401), + [sym_library_constant] = ACTIONS(762), + [sym_library_constant_boolean] = ACTIONS(768), + [sym_library_constant_character] = ACTIONS(768), + [sym_library_constant_debug] = ACTIONS(768), + [sym_library_constant_env] = ACTIONS(768), + [sym_library_constant_standard] = ACTIONS(768), + [sym_library_constant_std_logic] = ACTIONS(776), + [sym_library_function] = ACTIONS(762), + [sym_library_type] = ACTIONS(762), }, }; @@ -47909,54 +47941,54 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(872), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(874), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(593), 1, - sym_sign, - STATE(598), 1, + STATE(506), 1, sym_unary_operator, - STATE(743), 1, + STATE(508), 1, + sym_sign, + STATE(725), 1, sym__direct_name, - STATE(1104), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(922), 1, sym_based_literal, - STATE(1650), 1, + STATE(1051), 1, sym__expression, - STATE(1920), 1, - sym_simple_expression, - STATE(2310), 1, + STATE(1477), 1, + sym__literal, + STATE(1479), 1, sym__primary, - STATE(2351), 1, + STATE(1483), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, - STATE(5376), 1, + STATE(1850), 1, + sym_simple_expression, + STATE(5024), 1, sym_simple_range, - STATE(5437), 1, + STATE(6208), 1, sym__range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -47964,20 +47996,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 4, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -47991,7 +48023,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48009,50 +48041,50 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(8225), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6936), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -48060,20 +48092,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48088,7 +48120,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48106,168 +48138,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, - sym_NEW, - ACTIONS(768), 1, - sym_based_base, - ACTIONS(772), 1, - sym_bit_string_length, - ACTIONS(774), 1, - sym_bit_string_base, - ACTIONS(784), 1, - sym_UNAFFECTED, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, - sym_sign, - STATE(749), 1, - sym__direct_name, - STATE(1102), 1, - sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(2046), 1, - sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, - sym__literal, - STATE(6133), 1, - sym__expression_or_unaffected, - ACTIONS(233), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(766), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1083), 2, - sym__identifier, - sym__external_name, - ACTIONS(770), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(368), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1086), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2394), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(756), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2324), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(239), 8, - sym__ABS, - sym__AND, - sym__NAND, - sym__NOR, - sym__NOT, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(762), 8, - sym_NULL, - sym_string_literal, - sym_string_literal_std_logic, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - [389] = 32, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(426), 1, - sym_label_declaration, - STATE(466), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(468), 1, + STATE(714), 1, sym_unary_operator, - STATE(845), 1, + STATE(745), 1, sym__direct_name, - STATE(1425), 1, - sym__expression, - STATE(2210), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1199), 1, sym_based_literal, - STATE(2744), 1, + STATE(2223), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(2764), 1, + STATE(2351), 1, sym__primary, - STATE(2768), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(7287), 1, - sym__label, + STATE(6804), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(369), 3, + STATE(368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(898), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48282,7 +48217,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48291,82 +48226,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [518] = 33, + [389] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, - anon_sym_LPAREN, - ACTIONS(916), 1, + ACTIONS(848), 1, sym_condition_conversion, - ACTIONS(918), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(456), 1, - sym_sign, - STATE(457), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + STATE(661), 1, sym_unary_operator, - STATE(745), 1, + STATE(676), 1, + sym_sign, + STATE(778), 1, sym__direct_name, - STATE(1024), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1171), 1, + STATE(1480), 1, sym_based_literal, - STATE(1443), 1, + STATE(2229), 1, sym__expression, - STATE(1993), 1, + STATE(2448), 1, sym_simple_expression, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(5390), 1, - sym_simple_range, - STATE(5545), 1, + STATE(2479), 1, + sym__primary, + STATE(2482), 1, + sym__literal, + STATE(6124), 1, sym__range, + STATE(6309), 1, + sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(370), 3, + STATE(369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 4, + STATE(2665), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48380,7 +48315,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48389,7 +48324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [649] = 32, + [520] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -48398,71 +48333,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(7298), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6635), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(371), 3, + STATE(370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48477,7 +48412,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48486,86 +48421,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [778] = 33, + [649] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(938), 1, + ACTIONS(874), 1, sym_condition_conversion, - ACTIONS(940), 1, + ACTIONS(876), 1, + anon_sym_LT_LT, + ACTIONS(880), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(455), 1, sym_sign, - STATE(765), 1, + STATE(493), 1, + sym_unary_operator, + STATE(706), 1, + sym_label_declaration, + STATE(860), 1, sym__direct_name, - STATE(1134), 1, + STATE(1613), 1, + sym__expression, + STATE(2089), 1, sym__abstract_literal, - STATE(1335), 1, + STATE(2423), 1, sym_based_literal, - STATE(1750), 1, - sym__expression, - STATE(2317), 1, - sym_simple_expression, - STATE(2436), 1, + STATE(2716), 1, sym_bit_string_literal, - STATE(2465), 1, + STATE(2729), 1, sym__primary, - STATE(2466), 1, + STATE(2749), 1, sym__literal, - STATE(5741), 1, - sym__range, - STATE(5926), 1, - sym_simple_range, + STATE(7462), 1, + sym__label, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(372), 3, + STATE(371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(878), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 4, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -48575,7 +48509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48584,82 +48518,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [909] = 33, + [778] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(954), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(956), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(621), 1, + STATE(506), 1, sym_unary_operator, - STATE(628), 1, + STATE(508), 1, sym_sign, - STATE(777), 1, + STATE(725), 1, sym__direct_name, - STATE(1289), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1524), 1, + STATE(922), 1, sym_based_literal, - STATE(2024), 1, + STATE(1051), 1, sym__expression, - STATE(2456), 1, - sym_simple_expression, - STATE(2495), 1, - sym_bit_string_literal, - STATE(2504), 1, - sym__primary, - STATE(2512), 1, + STATE(1477), 1, sym__literal, - STATE(6053), 1, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, + sym_bit_string_literal, + STATE(1850), 1, + sym_simple_expression, + STATE(5024), 1, sym_simple_range, - STATE(6240), 1, + STATE(5243), 1, sym__range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(373), 3, + STATE(372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 4, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48673,7 +48607,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48682,85 +48616,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1040] = 32, + [909] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(896), 1, + sym_condition_conversion, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, + STATE(700), 1, sym_unary_operator, - STATE(675), 1, + STATE(701), 1, sym_sign, - STATE(749), 1, + STATE(763), 1, sym__direct_name, - STATE(1102), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1581), 1, sym_based_literal, - STATE(2199), 1, + STATE(2030), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, + STATE(2449), 1, + sym_simple_expression, + STATE(2476), 1, sym__primary, - STATE(2395), 1, + STATE(2478), 1, sym__literal, - STATE(7066), 1, - sym_selected_expressions, + STATE(2495), 1, + sym_bit_string_literal, + STATE(6043), 1, + sym__range, + STATE(6159), 1, + sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(374), 3, + STATE(373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2659), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -48770,7 +48705,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48779,85 +48714,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1169] = 32, + [1040] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(936), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(526), 1, sym_sign, - STATE(749), 1, + STATE(527), 1, + sym_unary_operator, + STATE(795), 1, sym__direct_name, - STATE(1102), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1787), 1, sym_based_literal, - STATE(2199), 1, + STATE(2398), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2511), 1, + sym_simple_expression, + STATE(2550), 1, sym__literal, - STATE(8088), 1, - sym_selected_expressions, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, + sym_bit_string_literal, + STATE(7225), 1, + sym__range, + STATE(7512), 1, + sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(375), 3, + STATE(374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2709), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -48867,7 +48803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48876,86 +48812,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1298] = 33, + [1171] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, - anon_sym_LPAREN, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(734), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(711), 1, - sym_unary_operator, - STATE(713), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(724), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(841), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(900), 1, + STATE(1199), 1, sym_based_literal, - STATE(1100), 1, + STATE(2223), 1, sym__expression, - STATE(1651), 1, + STATE(2349), 1, sym__literal, - STATE(1657), 1, + STATE(2351), 1, sym__primary, - STATE(1668), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(1774), 1, - sym_simple_expression, - STATE(4975), 1, - sym_simple_range, - STATE(5341), 1, - sym__range, + STATE(8361), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(376), 3, + STATE(375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -48965,7 +48900,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48974,7 +48909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1429] = 32, + [1300] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -48983,71 +48918,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(7308), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6737), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(377), 3, + STATE(376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49062,7 +48997,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49071,82 +49006,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1558] = 33, + [1429] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(732), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(734), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(711), 1, - sym_unary_operator, - STATE(713), 1, + STATE(441), 1, sym_sign, - STATE(724), 1, + STATE(442), 1, + sym_unary_operator, + STATE(754), 1, sym__direct_name, - STATE(841), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(900), 1, + STATE(1309), 1, sym_based_literal, - STATE(1100), 1, + STATE(1856), 1, sym__expression, - STATE(1651), 1, - sym__literal, - STATE(1657), 1, + STATE(2316), 1, + sym_simple_expression, + STATE(2463), 1, sym__primary, - STATE(1668), 1, + STATE(2467), 1, sym_bit_string_literal, - STATE(1774), 1, - sym_simple_expression, - STATE(4975), 1, - sym_simple_range, - STATE(6050), 1, + STATE(2468), 1, + sym__literal, + STATE(5978), 1, sym__range, + STATE(6020), 1, + sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(378), 3, + STATE(377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2581), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49160,7 +49095,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49169,86 +49104,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1689] = 33, + [1560] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(976), 1, + ACTIONS(874), 1, sym_condition_conversion, - ACTIONS(978), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(511), 1, + STATE(434), 1, + sym_label_declaration, + STATE(455), 1, sym_sign, - STATE(530), 1, + STATE(493), 1, sym_unary_operator, - STATE(783), 1, + STATE(860), 1, sym__direct_name, - STATE(1512), 1, + STATE(1540), 1, + sym__expression, + STATE(2089), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(2423), 1, sym_based_literal, - STATE(2369), 1, - sym__expression, - STATE(2470), 1, - sym_simple_expression, - STATE(2594), 1, + STATE(2716), 1, + sym_bit_string_literal, + STATE(2729), 1, sym__primary, - STATE(2598), 1, + STATE(2749), 1, sym__literal, - STATE(2604), 1, - sym_bit_string_literal, - STATE(8315), 1, - sym__range, - STATE(8344), 1, - sym_simple_range, + STATE(7462), 1, + sym__label, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(379), 3, + STATE(378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(878), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 4, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -49258,7 +49192,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49267,7 +49201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1820] = 32, + [1689] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -49276,71 +49210,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(8251), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7613), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(380), 3, + STATE(379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49355,7 +49289,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49364,85 +49298,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1949] = 32, + [1818] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(874), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(610), 1, sym_sign, - STATE(749), 1, + STATE(611), 1, + sym_unary_operator, + STATE(793), 1, sym__direct_name, - STATE(1102), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1696), 1, sym_based_literal, - STATE(2199), 1, + STATE(2329), 1, sym__expression, - STATE(2387), 1, + STATE(2510), 1, + sym_simple_expression, + STATE(2583), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2585), 1, sym__primary, - STATE(2395), 1, + STATE(2615), 1, sym__literal, - STATE(8175), 1, - sym_selected_expressions, + STATE(7470), 1, + sym_simple_range, + STATE(7884), 1, + sym__range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(381), 3, + STATE(380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2725), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -49452,7 +49387,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49461,86 +49396,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2078] = 33, + [1949] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, - anon_sym_LPAREN, - ACTIONS(998), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1000), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(676), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(678), 1, + STATE(714), 1, sym_unary_operator, - STATE(788), 1, + STATE(745), 1, sym__direct_name, - STATE(1604), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1694), 1, + STATE(1199), 1, sym_based_literal, - STATE(2388), 1, + STATE(2223), 1, sym__expression, - STATE(2511), 1, - sym_simple_expression, - STATE(2540), 1, + STATE(2349), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2351), 1, sym__primary, - STATE(8285), 1, - sym__range, - STATE(8342), 1, - sym_simple_range, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7288), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(382), 3, + STATE(381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1516), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 4, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -49550,7 +49484,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49559,86 +49493,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2209] = 33, + [2078] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, - anon_sym_LPAREN, - ACTIONS(1020), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1022), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(599), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(602), 1, + STATE(714), 1, sym_unary_operator, - STATE(753), 1, + STATE(745), 1, sym__direct_name, - STATE(1146), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1348), 1, + STATE(1199), 1, sym_based_literal, - STATE(1775), 1, + STATE(2223), 1, sym__expression, - STATE(2371), 1, - sym_simple_expression, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2439), 1, + STATE(2349), 1, sym__literal, - STATE(5728), 1, - sym_simple_range, - STATE(5814), 1, - sym__range, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6811), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(383), 3, + STATE(382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 4, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -49648,7 +49581,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49657,7 +49590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2340] = 32, + [2207] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -49666,71 +49599,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(7077), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7527), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(384), 3, + STATE(383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49745,7 +49678,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49754,86 +49687,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2469] = 33, + [2336] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(850), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(780), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - STATE(413), 1, - sym_unary_operator, - STATE(507), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(774), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1363), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1428), 1, + STATE(1199), 1, sym_based_literal, - STATE(2159), 1, + STATE(2223), 1, sym__expression, - STATE(2467), 1, - sym_simple_expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(2349), 1, sym__literal, - STATE(2534), 1, + STATE(2351), 1, sym__primary, - STATE(6057), 1, - sym_simple_range, - STATE(6129), 1, - sym__range, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7482), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(385), 3, + STATE(384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 4, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -49843,7 +49775,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49852,7 +49784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2600] = 32, + [2465] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -49861,71 +49793,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, + STATE(400), 1, aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2223), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(7321), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6829), 1, sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(386), 3, + STATE(385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49940,7 +49872,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49949,85 +49881,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2729] = 32, + [2594] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, + STATE(637), 1, sym_unary_operator, - STATE(675), 1, + STATE(638), 1, sym_sign, - STATE(749), 1, + STATE(788), 1, sym__direct_name, - STATE(1102), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1899), 1, sym_based_literal, - STATE(2199), 1, + STATE(2306), 1, sym__expression, - STATE(2387), 1, + STATE(2493), 1, + sym_simple_expression, + STATE(2564), 1, + sym__literal, + STATE(2592), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2593), 1, sym__primary, - STATE(2395), 1, - sym__literal, - STATE(7120), 1, - sym_selected_expressions, + STATE(7278), 1, + sym__range, + STATE(8115), 1, + sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(387), 3, + STATE(386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2728), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -50037,7 +49970,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50046,80 +49979,80 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2858] = 32, + [2725] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(466), 1, + STATE(400), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(468), 1, + STATE(714), 1, sym_unary_operator, - STATE(708), 1, - sym_label_declaration, - STATE(845), 1, + STATE(745), 1, sym__direct_name, - STATE(1623), 1, - sym__expression, - STATE(2210), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1199), 1, sym_based_literal, - STATE(2744), 1, + STATE(2223), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(2764), 1, + STATE(2351), 1, sym__primary, - STATE(2768), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(7287), 1, - sym__label, + STATE(8113), 1, + sym_selected_expressions, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(388), 3, + STATE(387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(898), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50134,7 +50067,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50143,82 +50076,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2987] = 33, + [2854] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(1042), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1004), 1, + sym_condition_conversion, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(432), 1, sym_sign, - STATE(780), 1, + STATE(433), 1, + sym_unary_operator, + STATE(738), 1, sym__direct_name, - STATE(1581), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1773), 1, + STATE(1209), 1, sym_based_literal, - STATE(2402), 1, + STATE(1444), 1, sym__expression, - STATE(2524), 1, + STATE(2226), 1, sym_simple_expression, - STATE(2577), 1, + STATE(2303), 1, sym__literal, - STATE(2588), 1, + STATE(2356), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2433), 1, sym__primary, - STATE(8038), 1, + STATE(5416), 1, sym__range, - STATE(8341), 1, + STATE(5464), 1, sym_simple_range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(389), 3, + STATE(388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1485), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 4, + STATE(2473), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50232,7 +50165,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50241,85 +50174,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3118] = 32, + [2985] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1026), 1, + sym_condition_conversion, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, + STATE(670), 1, sym_unary_operator, - STATE(675), 1, + STATE(688), 1, sym_sign, - STATE(749), 1, + STATE(762), 1, sym__direct_name, - STATE(1102), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1247), 1, sym_based_literal, - STATE(2199), 1, + STATE(1819), 1, sym__expression, - STATE(2387), 1, + STATE(2426), 1, + sym_simple_expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2445), 1, sym__primary, - STATE(2395), 1, + STATE(2447), 1, sym__literal, - STATE(7367), 1, - sym_selected_expressions, + STATE(5790), 1, + sym_simple_range, + STATE(6016), 1, + sym__range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(390), 3, + STATE(389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2613), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -50329,7 +50263,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50338,7 +50272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3247] = 32, + [3116] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -50347,71 +50281,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(412), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + ACTIONS(784), 1, + sym_UNAFFECTED, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(2199), 1, + STATE(2259), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(7071), 1, - sym_selected_expressions, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6541), 1, + sym__expression_or_unaffected, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(391), 3, + STATE(390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50426,7 +50360,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50435,83 +50369,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3376] = 31, + [3245] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1042), 1, + sym_condition_conversion, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(626), 1, sym_sign, - STATE(749), 1, + STATE(634), 1, + sym_unary_operator, + STATE(747), 1, sym__direct_name, - STATE(1102), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1140), 1, sym_based_literal, - STATE(1142), 1, + STATE(1638), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2205), 1, + sym_simple_expression, + STATE(2419), 1, sym__literal, - STATE(6183), 1, - sym_conditional_expression, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, + sym_bit_string_literal, + STATE(5370), 1, + sym_simple_range, + STATE(5453), 1, + sym__range, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(392), 3, + STATE(391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2517), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -50521,7 +50458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50530,78 +50467,78 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3502] = 31, + [3376] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(608), 1, + STATE(712), 1, sym_sign, - STATE(619), 1, + STATE(714), 1, sym_unary_operator, - STATE(775), 1, + STATE(745), 1, sym__direct_name, - STATE(1309), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1420), 1, + STATE(1169), 1, sym__expression, - STATE(1518), 1, + STATE(1199), 1, sym_based_literal, - STATE(2488), 1, + STATE(2349), 1, + sym__literal, + STATE(2351), 1, sym__primary, - STATE(2493), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, - STATE(5711), 1, - sym_waveform_element, + STATE(7715), 1, + sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(393), 3, + STATE(392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50616,7 +50553,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50625,84 +50562,83 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3628] = 31, + [3502] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, ACTIONS(1062), 1, anon_sym_LPAREN, - ACTIONS(1064), 1, - anon_sym_QMARK, - ACTIONS(1066), 1, + ACTIONS(1065), 1, + sym_condition_conversion, + ACTIONS(1071), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1080), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1089), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1095), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1098), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + STATE(712), 1, sym_sign, - STATE(882), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(2008), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(2342), 1, + STATE(1199), 1, sym_based_literal, - STATE(2354), 1, + STATE(1961), 1, sym__expression, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(2349), 1, sym__literal, - ACTIONS(233), 2, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + ACTIONS(1068), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1086), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1092), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(394), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2287), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(393), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_selected_expressions_repeat1, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, sym_simple_expression, - ACTIONS(239), 8, + ACTIONS(1077), 8, sym__ABS, sym__AND, sym__NAND, @@ -50711,7 +50647,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1083), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50720,7 +50656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3754] = 31, + [3626] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -50729,69 +50665,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(7144), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7015), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(395), 3, + STATE(394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50806,7 +50742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50815,180 +50751,78 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3880] = 38, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1084), 1, - anon_sym_LPAREN, - ACTIONS(1086), 1, - sym_BEGIN, - ACTIONS(1088), 1, - sym_GENERIC, - ACTIONS(1090), 1, - sym_IS, - ACTIONS(1092), 1, - sym_PORT, - STATE(726), 1, - sym_guard_condition, - STATE(739), 1, - sym_generic_clause, - STATE(766), 1, - sym_port_clause, - STATE(823), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(6316), 1, - sym_block_head, - STATE(6597), 1, - sym_concurrent_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(396), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [4020] = 31, + [3752] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1169), 1, + sym__expression, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(2389), 1, - sym__expression, - STATE(8215), 1, - sym_file_logical_name, + STATE(8356), 1, + sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(397), 3, + STATE(395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51003,7 +50837,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51012,83 +50846,84 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4146] = 30, + [3878] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1114), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1123), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1132), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1141), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1147), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1150), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(669), 1, + STATE(464), 1, sym_unary_operator, - STATE(675), 1, + STATE(465), 1, sym_sign, - STATE(749), 1, + STATE(732), 1, sym__direct_name, - STATE(1102), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1056), 1, sym_based_literal, - STATE(2272), 1, - sym__expression, - STATE(2387), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2081), 1, sym__primary, - STATE(2395), 1, + STATE(2083), 1, sym__literal, - ACTIONS(1120), 2, + STATE(2412), 1, + sym__expression, + STATE(8213), 1, + sym_file_logical_name, + ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1138), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1144), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1086), 3, + STATE(396), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1126), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(398), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_selected_expressions_repeat1, - STATE(2324), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, sym_simple_expression, - ACTIONS(1129), 8, + ACTIONS(239), 8, sym__ABS, sym__AND, sym__NAND, @@ -51097,7 +50932,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1135), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51106,7 +50941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4270] = 38, + [4004] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51149,43 +50984,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1084), 1, + ACTIONS(1121), 1, anon_sym_LPAREN, - ACTIONS(1086), 1, + ACTIONS(1123), 1, sym_BEGIN, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1090), 1, + ACTIONS(1127), 1, sym_IS, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - STATE(721), 1, + STATE(727), 1, sym_guard_condition, - STATE(739), 1, + STATE(743), 1, sym_generic_clause, - STATE(766), 1, + STATE(760), 1, sym_port_clause, - STATE(823), 1, + STATE(813), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(6568), 1, + STATE(6236), 1, sym_concurrent_block, - STATE(6571), 1, + STATE(6237), 1, sym_block_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(399), 3, + STATE(397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -51208,7 +51043,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [4410] = 31, + [4144] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51217,69 +51052,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(8019), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(8129), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(400), 3, + STATE(398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51294,7 +51129,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51303,7 +51138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4536] = 31, + [4270] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51312,266 +51147,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, - sym_NEW, - ACTIONS(768), 1, - sym_based_base, - ACTIONS(772), 1, - sym_bit_string_length, - ACTIONS(774), 1, - sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, - sym_sign, - STATE(749), 1, - sym__direct_name, - STATE(1102), 1, - sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, - sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, - sym__literal, - STATE(6866), 1, - sym_conditional_expression, - ACTIONS(233), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(766), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1083), 2, - sym__identifier, - sym__external_name, - ACTIONS(770), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(401), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1086), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2394), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(756), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2324), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(239), 8, - sym__ABS, - sym__AND, - sym__NAND, - sym__NOR, - sym__NOT, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(762), 8, - sym_NULL, - sym_string_literal, - sym_string_literal_std_logic, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - [4662] = 38, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1084), 1, - anon_sym_LPAREN, - ACTIONS(1086), 1, - sym_BEGIN, - ACTIONS(1088), 1, - sym_GENERIC, - ACTIONS(1090), 1, - sym_IS, - ACTIONS(1092), 1, - sym_PORT, - STATE(723), 1, - sym_guard_condition, - STATE(739), 1, - sym_generic_clause, - STATE(766), 1, - sym_port_clause, - STATE(823), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(6235), 1, - sym_block_head, - STATE(6455), 1, - sym_concurrent_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(402), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [4802] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, - anon_sym_LPAREN, - ACTIONS(1096), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1169), 1, + sym__expression, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(2389), 1, - sym__expression, - STATE(8037), 1, - sym_file_logical_name, + STATE(8332), 1, + sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(403), 3, + STATE(399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51586,7 +51224,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51595,7 +51233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4928] = 31, + [4396] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51604,69 +51242,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(393), 1, + aux_sym_selected_expressions_repeat1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1199), 1, sym_based_literal, - STATE(1142), 1, + STATE(2145), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2349), 1, sym__literal, - STATE(6394), 1, - sym_conditional_expression, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(404), 3, + STATE(400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51681,7 +51319,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51690,78 +51328,78 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5054] = 31, + [4522] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(918), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1133), 1, + anon_sym_QMARK, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(669), 1, + STATE(645), 1, sym_unary_operator, - STATE(675), 1, + STATE(648), 1, sym_sign, - STATE(749), 1, + STATE(856), 1, sym__direct_name, - STATE(1102), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(2309), 1, sym__expression, - STATE(2387), 1, + STATE(2342), 1, + sym_based_literal, + STATE(2707), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2712), 1, sym__primary, - STATE(2395), 1, + STATE(2714), 1, sym__literal, - STATE(6789), 1, - sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(405), 3, + STATE(401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51776,7 +51414,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51785,7 +51423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5180] = 31, + [4648] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51794,69 +51432,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(6721), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(7625), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(406), 3, + STATE(402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51871,7 +51509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51880,7 +51518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5306] = 31, + [4774] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51889,69 +51527,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(7389), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6503), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(407), 3, + STATE(403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51966,7 +51604,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51975,7 +51613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5432] = 38, + [4900] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52018,43 +51656,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1084), 1, + ACTIONS(1121), 1, anon_sym_LPAREN, - ACTIONS(1086), 1, + ACTIONS(1123), 1, sym_BEGIN, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1090), 1, + ACTIONS(1127), 1, sym_IS, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - STATE(727), 1, + STATE(723), 1, sym_guard_condition, - STATE(739), 1, + STATE(743), 1, sym_generic_clause, - STATE(766), 1, + STATE(760), 1, sym_port_clause, - STATE(823), 1, + STATE(813), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(6273), 1, + STATE(6241), 1, sym_block_head, - STATE(6524), 1, + STATE(6396), 1, sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(408), 3, + STATE(404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -52077,78 +51715,78 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [5572] = 31, + [5040] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(669), 1, + STATE(464), 1, sym_unary_operator, - STATE(675), 1, + STATE(465), 1, sym_sign, - STATE(749), 1, + STATE(732), 1, sym__direct_name, - STATE(1102), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1056), 1, sym_based_literal, - STATE(1142), 1, - sym__expression, - STATE(2387), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2081), 1, sym__primary, - STATE(2395), 1, + STATE(2083), 1, sym__literal, - STATE(6363), 1, - sym_conditional_expression, + STATE(2412), 1, + sym__expression, + STATE(8347), 1, + sym_file_logical_name, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(409), 3, + STATE(405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52163,7 +51801,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52172,7 +51810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5698] = 31, + [5166] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52181,69 +51819,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(6669), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6469), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(410), 3, + STATE(406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52258,7 +51896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52267,7 +51905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5824] = 31, + [5292] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52276,69 +51914,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1142), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(6985), 1, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6912), 1, sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(411), 3, + STATE(407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52353,7 +51991,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52362,7 +52000,109 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5950] = 31, + [5418] = 38, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1121), 1, + anon_sym_LPAREN, + ACTIONS(1123), 1, + sym_BEGIN, + ACTIONS(1125), 1, + sym_GENERIC, + ACTIONS(1127), 1, + sym_IS, + ACTIONS(1129), 1, + sym_PORT, + STATE(722), 1, + sym_guard_condition, + STATE(743), 1, + sym_generic_clause, + STATE(760), 1, + sym_port_clause, + STATE(813), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(6050), 1, + sym_block_head, + STATE(6582), 1, + sym_concurrent_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(408), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [5558] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52371,69 +52111,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(754), 1, - anon_sym_LT_LT, ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(398), 1, - aux_sym_selected_expressions_repeat1, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(712), 1, sym_sign, - STATE(749), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1102), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(2224), 1, + STATE(1169), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(8163), 1, + sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(412), 3, + STATE(409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52448,7 +52188,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52457,75 +52197,180 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6076] = 29, + [5684] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1121), 1, + anon_sym_LPAREN, + ACTIONS(1123), 1, + sym_BEGIN, + ACTIONS(1125), 1, + sym_GENERIC, + ACTIONS(1127), 1, + sym_IS, + ACTIONS(1129), 1, + sym_PORT, + STATE(724), 1, + sym_guard_condition, + STATE(743), 1, + sym_generic_clause, + STATE(760), 1, + sym_port_clause, + STATE(813), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(6158), 1, + sym_block_head, + STATE(6489), 1, + sym_concurrent_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(410), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [5824] = 31, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(231), 1, + sym_condition_conversion, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(780), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(507), 1, + STATE(712), 1, sym_sign, - STATE(774), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(1363), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1478), 1, + STATE(1169), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, sym__literal, - STATE(2534), 1, + STATE(2351), 1, sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + STATE(6483), 1, + sym_conditional_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1401), 3, + STATE(411), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(413), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2522), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52540,7 +52385,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52549,76 +52394,78 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6197] = 30, + [5950] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, - sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(476), 1, - sym_sign, - STATE(483), 1, + STATE(679), 1, sym_unary_operator, - STATE(769), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(1334), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1438), 1, - sym_based_literal, - STATE(1666), 1, + STATE(1506), 1, sym__expression, - STATE(2509), 1, - sym__literal, - STATE(2528), 1, - sym__primary, - STATE(2531), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, + STATE(2527), 1, + sym__primary, + STATE(2532), 1, + sym__literal, + STATE(5890), 1, + sym_waveform_element, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(414), 3, + STATE(412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52633,7 +52480,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52642,76 +52489,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6320] = 30, + [6076] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(978), 1, sym_bit_string_base, - ACTIONS(1175), 1, + ACTIONS(1153), 1, sym_condition_conversion, - STATE(456), 1, + STATE(610), 1, sym_sign, - STATE(457), 1, + STATE(611), 1, sym_unary_operator, - STATE(745), 1, + STATE(793), 1, sym__direct_name, - STATE(1024), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(1171), 1, + STATE(1696), 1, sym_based_literal, - STATE(1215), 1, + STATE(1764), 1, sym__expression, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2583), 1, sym_bit_string_literal, + STATE(2585), 1, + sym__primary, + STATE(2615), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(415), 3, + STATE(413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52726,7 +52573,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52735,75 +52582,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6443] = 29, + [6199] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, - anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(1042), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(1155), 1, + anon_sym_LPAREN, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(1173), 1, sym_bit_string_base, - STATE(417), 1, + STATE(485), 1, sym_unary_operator, - STATE(817), 1, + STATE(525), 1, + sym_sign, + STATE(775), 1, sym__direct_name, - STATE(1690), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(1539), 1, sym_based_literal, - STATE(1946), 1, + STATE(1609), 1, sym__expression, - STATE(2668), 1, + STATE(2502), 1, sym__literal, - STATE(2670), 1, + STATE(2509), 1, sym__primary, - STATE(2678), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1844), 3, + STATE(414), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(416), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2684), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52818,7 +52666,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52827,75 +52675,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6564] = 29, + [6322] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(1177), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(1195), 1, sym_bit_string_base, - STATE(416), 1, + STATE(622), 1, + sym_unary_operator, + STATE(623), 1, sym_sign, - STATE(817), 1, + STATE(843), 1, sym__direct_name, - STATE(1690), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(2305), 1, sym_based_literal, - STATE(1944), 1, + STATE(2394), 1, sym__expression, - STATE(2668), 1, + STATE(2708), 1, sym__literal, - STATE(2670), 1, + STATE(2738), 1, sym__primary, - STATE(2678), 1, + STATE(2766), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1844), 3, + STATE(415), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(417), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2684), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52910,7 +52759,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52919,75 +52768,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6685] = 29, + [6445] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(419), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(825), 1, + STATE(433), 1, + sym_unary_operator, + STATE(738), 1, sym__direct_name, - STATE(1706), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(2123), 1, + STATE(1164), 1, sym__expression, - STATE(2167), 1, + STATE(1209), 1, sym_based_literal, - STATE(2628), 1, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2631), 1, + STATE(2433), 1, sym__primary, - STATE(2633), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1876), 3, + STATE(416), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(418), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2630), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53002,7 +52852,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53011,75 +52861,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6806] = 29, + [6568] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(418), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, + sym_sign, + STATE(442), 1, sym_unary_operator, - STATE(825), 1, + STATE(754), 1, sym__direct_name, - STATE(1706), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(2121), 1, - sym__expression, - STATE(2167), 1, + STATE(1309), 1, sym_based_literal, - STATE(2628), 1, - sym_bit_string_literal, - STATE(2631), 1, + STATE(1341), 1, + sym__expression, + STATE(2463), 1, sym__primary, - STATE(2633), 1, + STATE(2467), 1, + sym_bit_string_literal, + STATE(2468), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1876), 3, + STATE(417), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(419), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2630), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53094,7 +52945,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53103,76 +52954,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6927] = 30, + [6691] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(629), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(638), 1, + STATE(442), 1, sym_unary_operator, - STATE(734), 1, + STATE(754), 1, sym__direct_name, - STATE(971), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1309), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, + STATE(1340), 1, + sym__expression, + STATE(2463), 1, sym__primary, - STATE(2053), 1, + STATE(2467), 1, sym_bit_string_literal, - STATE(2364), 1, - sym__expression, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(420), 3, + STATE(418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53187,7 +53038,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53196,75 +53047,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7050] = 29, + [6814] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, - sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(427), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(871), 1, + STATE(433), 1, + sym_unary_operator, + STATE(738), 1, sym__direct_name, - STATE(2185), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(2391), 1, - sym_based_literal, - STATE(2414), 1, + STATE(1200), 1, sym__expression, - STATE(2691), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(2433), 1, sym__primary, - STATE(2729), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2041), 3, + STATE(419), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(421), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2769), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53279,7 +53131,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53288,76 +53140,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7171] = 30, + [6937] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(1221), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, - sym_sign, - STATE(457), 1, + STATE(709), 1, sym_unary_operator, - STATE(745), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(1024), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(1171), 1, + STATE(1750), 1, sym_based_literal, - STATE(1218), 1, + STATE(1824), 1, sym__expression, - STATE(2327), 1, + STATE(2562), 1, sym__literal, - STATE(2336), 1, + STATE(2567), 1, sym__primary, - STATE(2337), 1, + STATE(2570), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(422), 3, + STATE(420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53372,7 +53224,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53381,76 +53233,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7294] = 30, + [7060] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(940), 1, + sym_condition_conversion, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(1241), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, + STATE(640), 1, sym_sign, - STATE(457), 1, + STATE(642), 1, sym_unary_operator, - STATE(745), 1, + STATE(780), 1, sym__direct_name, - STATE(1024), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1171), 1, - sym_based_literal, - STATE(1220), 1, + STATE(1703), 1, sym__expression, - STATE(2327), 1, + STATE(1811), 1, + sym_based_literal, + STATE(2541), 1, sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2578), 1, sym_bit_string_literal, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(423), 3, + STATE(421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53465,7 +53317,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53474,76 +53326,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7417] = 30, + [7183] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, - anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(421), 1, + STATE(464), 1, sym_unary_operator, - STATE(427), 1, + STATE(465), 1, sym_sign, - STATE(871), 1, + STATE(732), 1, sym__direct_name, - STATE(2185), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2363), 1, - sym__expression, - STATE(2391), 1, + STATE(1056), 1, sym_based_literal, - STATE(2691), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(2081), 1, sym__primary, - STATE(2729), 1, + STATE(2083), 1, sym__literal, + STATE(2395), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(424), 3, + STATE(422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53558,7 +53410,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53567,75 +53419,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7540] = 29, + [7306] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(438), 1, + STATE(709), 1, + sym_unary_operator, + STATE(710), 1, sym_sign, - STATE(870), 1, + STATE(785), 1, sym__direct_name, - STATE(1922), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(2301), 1, - sym__expression, - STATE(2304), 1, + STATE(1750), 1, sym_based_literal, - STATE(2694), 1, + STATE(1823), 1, + sym__expression, + STATE(2562), 1, sym__literal, - STATE(2696), 1, + STATE(2567), 1, sym__primary, - STATE(2698), 1, + STATE(2570), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2125), 3, + STATE(423), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(425), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2697), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53650,7 +53503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53659,76 +53512,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7661] = 30, + [7429] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1245), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(466), 1, + STATE(426), 1, sym_sign, - STATE(468), 1, - sym_unary_operator, - STATE(845), 1, + STATE(832), 1, sym__direct_name, - STATE(1640), 1, - sym__expression, - STATE(2210), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(2253), 1, + sym__expression, + STATE(2284), 1, sym_based_literal, - STATE(2744), 1, + STATE(2653), 1, sym__literal, - STATE(2764), 1, + STATE(2655), 1, sym__primary, - STATE(2768), 1, + STATE(2660), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(426), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2018), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(424), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53743,7 +53595,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53752,75 +53604,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7784] = 29, + [7550] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(1203), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(421), 1, + STATE(709), 1, sym_unary_operator, - STATE(871), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(2185), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(2391), 1, + STATE(1750), 1, sym_based_literal, - STATE(2416), 1, + STATE(1822), 1, sym__expression, - STATE(2691), 1, - sym_bit_string_literal, - STATE(2726), 1, - sym__primary, - STATE(2729), 1, + STATE(2562), 1, sym__literal, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2041), 3, + STATE(425), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(427), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2769), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53835,7 +53688,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53844,76 +53697,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7905] = 30, + [7673] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, ACTIONS(1243), 1, anon_sym_LPAREN, ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1259), 1, - sym_bit_string_length, ACTIONS(1261), 1, + sym_bit_string_length, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(425), 1, + STATE(424), 1, sym_unary_operator, - STATE(438), 1, - sym_sign, - STATE(870), 1, + STATE(832), 1, sym__direct_name, - STATE(1922), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(2294), 1, + STATE(2248), 1, sym__expression, - STATE(2304), 1, + STATE(2284), 1, sym_based_literal, - STATE(2694), 1, + STATE(2653), 1, sym__literal, - STATE(2696), 1, + STATE(2655), 1, sym__primary, - STATE(2698), 1, + STATE(2660), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(428), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2125), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(426), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53928,7 +53780,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53937,76 +53789,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8028] = 30, + [7794] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(640), 1, sym_sign, - STATE(749), 1, + STATE(642), 1, + sym_unary_operator, + STATE(780), 1, sym__direct_name, - STATE(1102), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1200), 1, + STATE(1701), 1, sym__expression, - STATE(2387), 1, + STATE(1811), 1, + sym_based_literal, + STATE(2541), 1, + sym__literal, + STATE(2578), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2608), 1, sym__primary, - STATE(2395), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(429), 3, + STATE(427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54021,7 +53873,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54030,75 +53882,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8151] = 29, + [7917] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, + anon_sym_LT_LT, + ACTIONS(419), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(435), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(431), 1, + STATE(679), 1, + sym_unary_operator, + STATE(690), 1, sym_sign, - STATE(735), 1, + STATE(777), 1, sym__direct_name, - STATE(937), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1038), 1, + STATE(1500), 1, sym__expression, - STATE(1945), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2527), 1, sym__primary, - STATE(1953), 1, + STATE(2532), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(961), 3, + STATE(428), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(430), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2182), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54113,7 +53966,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54122,75 +53975,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8272] = 29, + [8040] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, + anon_sym_LT_LT, + ACTIONS(419), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(435), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, + STATE(679), 1, sym_unary_operator, - STATE(735), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(937), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1040), 1, + STATE(1474), 1, sym__expression, - STATE(1945), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2527), 1, sym__primary, - STATE(1953), 1, + STATE(2532), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(961), 3, + STATE(429), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(431), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2182), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54205,7 +54059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54214,76 +54068,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8393] = 30, + [8163] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(409), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(421), 1, + STATE(679), 1, sym_unary_operator, - STATE(427), 1, + STATE(690), 1, sym_sign, - STATE(871), 1, + STATE(777), 1, sym__direct_name, - STATE(2185), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(2391), 1, - sym_based_literal, - STATE(2428), 1, + STATE(1473), 1, sym__expression, - STATE(2691), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(2527), 1, sym__primary, - STATE(2729), 1, + STATE(2532), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(432), 3, + STATE(430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54298,7 +54152,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54307,76 +54161,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8516] = 30, + [8286] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, - anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1265), 1, + anon_sym_LPAREN, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(421), 1, - sym_unary_operator, - STATE(427), 1, + STATE(680), 1, sym_sign, - STATE(871), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(2185), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(2391), 1, - sym_based_literal, - STATE(2427), 1, + STATE(1427), 1, sym__expression, - STATE(2691), 1, - sym_bit_string_literal, - STATE(2726), 1, - sym__primary, - STATE(2729), 1, + STATE(1451), 1, + sym_based_literal, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(433), 3, + STATE(431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54391,7 +54245,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54400,76 +54254,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8639] = 30, + [8409] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, - sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(421), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(433), 1, sym_unary_operator, - STATE(427), 1, - sym_sign, - STATE(871), 1, + STATE(738), 1, sym__direct_name, - STATE(2185), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(2391), 1, - sym_based_literal, - STATE(2425), 1, + STATE(1123), 1, sym__expression, - STATE(2691), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(2433), 1, sym__primary, - STATE(2729), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(434), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2041), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(432), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54484,7 +54337,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54493,75 +54346,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8762] = 29, + [8530] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(436), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(814), 1, + STATE(738), 1, sym__direct_name, - STATE(1861), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1932), 1, - sym_based_literal, - STATE(1984), 1, + STATE(1121), 1, sym__expression, - STATE(2644), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2647), 1, + STATE(2433), 1, sym__primary, - STATE(2649), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1703), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(435), 4, + STATE(433), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2619), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54576,7 +54429,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54585,75 +54438,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8883] = 29, + [8651] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(435), 1, + STATE(455), 1, + sym_sign, + STATE(493), 1, sym_unary_operator, - STATE(814), 1, + STATE(860), 1, sym__direct_name, - STATE(1861), 1, + STATE(1625), 1, + sym__expression, + STATE(2089), 1, sym__abstract_literal, - STATE(1932), 1, + STATE(2423), 1, sym_based_literal, - STATE(1985), 1, - sym__expression, - STATE(2644), 1, + STATE(2716), 1, sym_bit_string_literal, - STATE(2647), 1, + STATE(2729), 1, sym__primary, - STATE(2649), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1703), 3, + STATE(434), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(436), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2619), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54668,7 +54522,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54677,76 +54531,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9004] = 30, + [8774] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(629), 1, - sym_sign, - STATE(638), 1, + STATE(679), 1, sym_unary_operator, - STATE(734), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(971), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1471), 1, + sym__expression, + STATE(1591), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2513), 1, sym_bit_string_literal, - STATE(2291), 1, - sym__expression, + STATE(2527), 1, + sym__primary, + STATE(2532), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(437), 3, + STATE(435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54761,7 +54615,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54770,80 +54624,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9127] = 29, + [8897] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(425), 1, + STATE(558), 1, + sym_sign, + STATE(559), 1, sym_unary_operator, - STATE(870), 1, + STATE(797), 1, sym__direct_name, - STATE(1922), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(2300), 1, - sym__expression, - STATE(2304), 1, + STATE(2247), 1, sym_based_literal, - STATE(2694), 1, + STATE(2438), 1, + sym__expression, + STATE(2641), 1, sym__literal, - STATE(2696), 1, + STATE(2652), 1, sym__primary, - STATE(2698), 1, + STATE(2662), 1, + sym_simple_expression, + STATE(2664), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2125), 3, + STATE(436), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(438), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2697), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -54853,7 +54709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54862,76 +54718,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9248] = 30, + [9022] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(629), 1, - sym_sign, - STATE(638), 1, + STATE(709), 1, sym_unary_operator, - STATE(734), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(971), 1, + STATE(1311), 1, + sym__expression, + STATE(1559), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1750), 1, sym_based_literal, - STATE(2048), 1, + STATE(2562), 1, sym__literal, - STATE(2050), 1, + STATE(2567), 1, sym__primary, - STATE(2053), 1, + STATE(2570), 1, sym_bit_string_literal, - STATE(2360), 1, - sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(439), 3, + STATE(437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54946,7 +54802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54955,76 +54811,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9371] = 30, + [9145] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(848), 1, + sym_condition_conversion, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(1309), 1, + anon_sym_LT_LT, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, - sym_unary_operator, - STATE(431), 1, + STATE(443), 1, sym_sign, - STATE(735), 1, + STATE(819), 1, sym__direct_name, - STATE(937), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1018), 1, + STATE(2088), 1, sym_based_literal, - STATE(1048), 1, + STATE(2106), 1, sym__expression, - STATE(1945), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2671), 1, sym__primary, - STATE(1953), 1, + STATE(2677), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(440), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(961), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(438), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55039,7 +54894,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55048,76 +54903,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9494] = 30, + [9266] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(669), 1, + STATE(464), 1, sym_unary_operator, - STATE(675), 1, + STATE(465), 1, sym_sign, - STATE(749), 1, + STATE(732), 1, sym__direct_name, - STATE(1102), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1056), 1, sym_based_literal, - STATE(1164), 1, - sym__expression, - STATE(2387), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2081), 1, sym__primary, - STATE(2395), 1, + STATE(2083), 1, sym__literal, + STATE(2318), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(441), 3, + STATE(439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55132,7 +54987,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55141,76 +54996,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9617] = 30, + [9389] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(455), 1, sym_sign, - STATE(749), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1102), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1163), 1, + STATE(2406), 1, sym__expression, - STATE(2387), 1, + STATE(2423), 1, + sym_based_literal, + STATE(2716), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2729), 1, sym__primary, - STATE(2395), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(442), 3, + STATE(440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55225,7 +55080,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55234,76 +55089,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9740] = 30, + [9512] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, - sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(710), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(442), 1, sym_unary_operator, - STATE(719), 1, - sym_sign, - STATE(864), 1, + STATE(754), 1, sym__direct_name, - STATE(2239), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(2323), 1, - sym__expression, - STATE(2397), 1, + STATE(1309), 1, sym_based_literal, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(1334), 1, + sym__expression, + STATE(2463), 1, sym__primary, - STATE(2762), 1, + STATE(2467), 1, + sym_bit_string_literal, + STATE(2468), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(443), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1943), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(441), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55318,7 +55172,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55327,76 +55181,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9863] = 30, + [9633] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(425), 1, - sym_unary_operator, - STATE(438), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(870), 1, + STATE(754), 1, sym__direct_name, - STATE(1922), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(2298), 1, - sym__expression, - STATE(2304), 1, + STATE(1309), 1, sym_based_literal, - STATE(2694), 1, - sym__literal, - STATE(2696), 1, + STATE(1332), 1, + sym__expression, + STATE(2463), 1, sym__primary, - STATE(2698), 1, + STATE(2467), 1, sym_bit_string_literal, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(444), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2125), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(442), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55411,7 +55264,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55420,82 +55273,80 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9986] = 31, + [9754] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(848), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1325), 1, sym_bit_string_base, - STATE(629), 1, - sym_sign, - STATE(638), 1, + STATE(438), 1, sym_unary_operator, - STATE(734), 1, + STATE(819), 1, sym__direct_name, - STATE(971), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(2088), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, - sym_bit_string_literal, - STATE(2075), 1, - sym_simple_expression, - STATE(2450), 1, + STATE(2107), 1, sym__expression, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2671), 1, + sym__primary, + STATE(2677), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(445), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(443), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -55505,7 +55356,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55514,76 +55365,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10111] = 30, + [9875] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(425), 1, - sym_unary_operator, - STATE(438), 1, + STATE(455), 1, sym_sign, - STATE(870), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1922), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(2293), 1, + STATE(2382), 1, sym__expression, - STATE(2304), 1, + STATE(2423), 1, sym_based_literal, - STATE(2694), 1, - sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(446), 3, + STATE(444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55598,7 +55449,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55607,76 +55458,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10234] = 30, + [9998] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(874), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(416), 1, + STATE(455), 1, sym_sign, - STATE(417), 1, + STATE(493), 1, sym_unary_operator, - STATE(817), 1, + STATE(860), 1, sym__direct_name, - STATE(1690), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1926), 1, - sym_based_literal, - STATE(2056), 1, + STATE(2381), 1, sym__expression, - STATE(2668), 1, - sym__literal, - STATE(2670), 1, - sym__primary, - STATE(2678), 1, + STATE(2423), 1, + sym_based_literal, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(447), 3, + STATE(445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55691,7 +55542,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55700,76 +55551,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10357] = 30, + [10121] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(455), 1, sym_sign, - STATE(749), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1102), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1141), 1, - sym_based_literal, - STATE(1161), 1, + STATE(2379), 1, sym__expression, - STATE(2387), 1, + STATE(2423), 1, + sym_based_literal, + STATE(2716), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2729), 1, sym__primary, - STATE(2395), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(448), 3, + STATE(446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55784,7 +55635,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55793,76 +55644,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10480] = 30, + [10244] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, + anon_sym_LT_LT, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(1263), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, + STATE(424), 1, sym_unary_operator, - STATE(431), 1, + STATE(426), 1, sym_sign, - STATE(735), 1, + STATE(832), 1, sym__direct_name, - STATE(937), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1053), 1, + STATE(2214), 1, sym__expression, - STATE(1945), 1, - sym_bit_string_literal, - STATE(1951), 1, - sym__primary, - STATE(1953), 1, + STATE(2284), 1, + sym_based_literal, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(449), 3, + STATE(447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(961), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55877,7 +55728,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55886,76 +55737,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10603] = 30, + [10367] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(1004), 1, + sym_condition_conversion, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(1267), 1, + anon_sym_LT_LT, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(1283), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, - sym_unary_operator, - STATE(431), 1, + STATE(680), 1, sym_sign, - STATE(735), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(937), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1054), 1, + STATE(1426), 1, sym__expression, - STATE(1945), 1, - sym_bit_string_literal, - STATE(1951), 1, - sym__primary, - STATE(1953), 1, + STATE(1451), 1, + sym_based_literal, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(450), 3, + STATE(448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(961), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55970,7 +55821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55979,76 +55830,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10726] = 30, + [10490] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(435), 1, + STATE(424), 1, sym_unary_operator, - STATE(436), 1, + STATE(426), 1, sym_sign, - STATE(814), 1, + STATE(832), 1, sym__direct_name, - STATE(1861), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1932), 1, - sym_based_literal, - STATE(2037), 1, + STATE(2263), 1, sym__expression, - STATE(2644), 1, - sym_bit_string_literal, - STATE(2647), 1, - sym__primary, - STATE(2649), 1, + STATE(2284), 1, + sym_based_literal, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(451), 3, + STATE(449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56063,7 +55914,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56072,76 +55923,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10849] = 30, + [10613] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(435), 1, + STATE(424), 1, sym_unary_operator, - STATE(436), 1, + STATE(426), 1, sym_sign, - STATE(814), 1, + STATE(832), 1, sym__direct_name, - STATE(1861), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1932), 1, - sym_based_literal, - STATE(2038), 1, + STATE(2209), 1, sym__expression, - STATE(2644), 1, - sym_bit_string_literal, - STATE(2647), 1, - sym__primary, - STATE(2649), 1, + STATE(2284), 1, + sym_based_literal, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(452), 3, + STATE(450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56156,7 +56007,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56165,81 +56016,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10972] = 30, + [10736] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(425), 1, - sym_unary_operator, - STATE(438), 1, + STATE(455), 1, sym_sign, - STATE(870), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1922), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2423), 1, sym_based_literal, - STATE(2358), 1, + STATE(2437), 1, sym__expression, - STATE(2694), 1, - sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2742), 1, + sym_simple_expression, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(453), 3, + STATE(451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -56249,7 +56101,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56258,76 +56110,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11095] = 30, + [10861] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(874), 1, sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(626), 1, - sym_unary_operator, - STATE(627), 1, + STATE(455), 1, sym_sign, - STATE(865), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1950), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(2326), 1, - sym_based_literal, - STATE(2357), 1, + STATE(2217), 1, sym__expression, - STATE(2756), 1, + STATE(2423), 1, + sym_based_literal, + STATE(2716), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2729), 1, sym__primary, - STATE(2761), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(454), 3, + STATE(452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56342,7 +56194,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56351,76 +56203,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11218] = 30, + [10984] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(435), 1, - sym_unary_operator, - STATE(436), 1, + STATE(513), 1, sym_sign, - STATE(814), 1, + STATE(520), 1, + sym_unary_operator, + STATE(796), 1, sym__direct_name, - STATE(1861), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1932), 1, - sym_based_literal, - STATE(1971), 1, + STATE(1925), 1, sym__expression, - STATE(2644), 1, - sym_bit_string_literal, - STATE(2647), 1, + STATE(1933), 1, + sym_based_literal, + STATE(2681), 1, sym__primary, - STATE(2649), 1, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(455), 3, + STATE(453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56435,7 +56287,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56444,75 +56296,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11341] = 29, + [11107] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(1347), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(457), 1, + STATE(513), 1, + sym_sign, + STATE(520), 1, sym_unary_operator, - STATE(745), 1, + STATE(796), 1, sym__direct_name, - STATE(1024), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1171), 1, + STATE(1933), 1, sym_based_literal, - STATE(1232), 1, + STATE(1938), 1, sym__expression, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, + STATE(2681), 1, sym__primary, - STATE(2337), 1, + STATE(2686), 1, sym_bit_string_literal, + STATE(2689), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1044), 3, + STATE(454), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(456), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2299), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56527,7 +56380,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56536,75 +56389,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11462] = 29, + [11230] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, - sym_sign, - STATE(745), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1024), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1127), 1, + STATE(2396), 1, sym__expression, - STATE(1171), 1, + STATE(2423), 1, sym_based_literal, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1044), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(457), 4, - sym_unary_operator, + STATE(455), 4, + sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2299), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56619,7 +56472,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56628,76 +56481,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11583] = 30, + [11351] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(1329), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + STATE(513), 1, sym_sign, - STATE(825), 1, + STATE(520), 1, + sym_unary_operator, + STATE(796), 1, sym__direct_name, - STATE(1706), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(2109), 1, - sym__expression, - STATE(2167), 1, + STATE(1933), 1, sym_based_literal, - STATE(2628), 1, - sym_bit_string_literal, - STATE(2631), 1, + STATE(1968), 1, + sym__expression, + STATE(2681), 1, sym__primary, - STATE(2633), 1, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(458), 3, + STATE(456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56712,7 +56565,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56721,76 +56574,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11706] = 30, + [11474] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(466), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(468), 1, + STATE(634), 1, sym_unary_operator, - STATE(845), 1, + STATE(747), 1, sym__direct_name, - STATE(2210), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(2405), 1, - sym__expression, - STATE(2431), 1, + STATE(1140), 1, sym_based_literal, - STATE(2744), 1, + STATE(1183), 1, + sym__expression, + STATE(2419), 1, sym__literal, - STATE(2764), 1, + STATE(2422), 1, sym__primary, - STATE(2768), 1, + STATE(2424), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(459), 3, + STATE(457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56805,7 +56658,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56814,76 +56667,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11829] = 30, + [11597] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(466), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(468), 1, + STATE(634), 1, sym_unary_operator, - STATE(845), 1, + STATE(747), 1, sym__direct_name, - STATE(2210), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(2406), 1, - sym__expression, - STATE(2431), 1, + STATE(1140), 1, sym_based_literal, - STATE(2744), 1, + STATE(1223), 1, + sym__expression, + STATE(2419), 1, sym__literal, - STATE(2764), 1, + STATE(2422), 1, sym__primary, - STATE(2768), 1, + STATE(2424), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(460), 3, + STATE(458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56898,7 +56751,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56907,76 +56760,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11952] = 30, + [11720] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(629), 1, + STATE(513), 1, sym_sign, - STATE(638), 1, + STATE(520), 1, sym_unary_operator, - STATE(734), 1, + STATE(796), 1, sym__direct_name, - STATE(971), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1933), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, + STATE(1994), 1, + sym__expression, + STATE(2681), 1, sym__primary, - STATE(2053), 1, + STATE(2686), 1, sym_bit_string_literal, - STATE(2365), 1, - sym__expression, + STATE(2689), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(461), 3, + STATE(459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56991,7 +56844,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57000,76 +56853,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12075] = 30, + [11843] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, - anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + STATE(558), 1, sym_sign, - STATE(825), 1, + STATE(559), 1, + sym_unary_operator, + STATE(797), 1, sym__direct_name, - STATE(1706), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(2099), 1, + STATE(2098), 1, sym__expression, - STATE(2167), 1, + STATE(2247), 1, sym_based_literal, - STATE(2628), 1, - sym_bit_string_literal, - STATE(2631), 1, - sym__primary, - STATE(2633), 1, + STATE(2641), 1, sym__literal, + STATE(2652), 1, + sym__primary, + STATE(2664), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(462), 3, + STATE(460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57084,7 +56937,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57093,76 +56946,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12198] = 30, + [11966] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(691), 1, sym_unary_operator, - STATE(845), 1, + STATE(692), 1, + sym_sign, + STATE(831), 1, sym__direct_name, - STATE(2210), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2410), 1, + STATE(1881), 1, sym__expression, - STATE(2431), 1, + STATE(1911), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, + STATE(2538), 1, sym__primary, - STATE(2768), 1, + STATE(2539), 1, + sym__literal, + STATE(2591), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(463), 3, + STATE(461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57177,7 +57030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57186,81 +57039,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12321] = 30, + [12089] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, - anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1131), 1, + anon_sym_LPAREN, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(418), 1, + STATE(645), 1, sym_unary_operator, - STATE(419), 1, + STATE(648), 1, sym_sign, - STATE(825), 1, + STATE(856), 1, sym__direct_name, - STATE(1706), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(2098), 1, - sym__expression, - STATE(2167), 1, + STATE(2342), 1, sym_based_literal, - STATE(2628), 1, + STATE(2435), 1, + sym__expression, + STATE(2707), 1, sym_bit_string_literal, - STATE(2631), 1, + STATE(2712), 1, sym__primary, - STATE(2633), 1, + STATE(2714), 1, sym__literal, + STATE(2755), 1, + sym_simple_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(464), 3, + STATE(462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -57270,7 +57124,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57279,76 +57133,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12444] = 30, + [12214] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, - anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(416), 1, + STATE(558), 1, sym_sign, - STATE(417), 1, + STATE(559), 1, sym_unary_operator, - STATE(817), 1, + STATE(797), 1, sym__direct_name, - STATE(1690), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(1926), 1, - sym_based_literal, - STATE(1958), 1, + STATE(2093), 1, sym__expression, - STATE(2668), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, - STATE(2670), 1, + STATE(2652), 1, sym__primary, - STATE(2678), 1, + STATE(2664), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(465), 3, + STATE(463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57363,7 +57217,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57372,75 +57226,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12567] = 29, + [12337] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(468), 1, - sym_unary_operator, - STATE(845), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(2210), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2417), 1, - sym__expression, - STATE(2431), 1, + STATE(1056), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1067), 1, + sym__expression, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2018), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(466), 4, - sym_sign, + STATE(464), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2766), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57455,7 +57309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57464,76 +57318,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12688] = 30, + [12458] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(464), 1, sym_unary_operator, - STATE(845), 1, + STATE(732), 1, sym__direct_name, - STATE(1921), 1, - sym__expression, - STATE(2210), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1056), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1066), 1, + sym__expression, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(467), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2018), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(465), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57548,7 +57401,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57557,75 +57410,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12811] = 29, + [12579] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(466), 1, + STATE(464), 1, + sym_unary_operator, + STATE(465), 1, sym_sign, - STATE(845), 1, + STATE(732), 1, sym__direct_name, - STATE(2210), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2418), 1, - sym__expression, - STATE(2431), 1, + STATE(1056), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1113), 1, + sym__expression, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2018), 3, + STATE(466), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(468), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2766), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57640,7 +57494,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57649,75 +57503,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12932] = 29, + [12702] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(470), 1, + STATE(464), 1, + sym_unary_operator, + STATE(465), 1, sym_sign, - STATE(813), 1, + STATE(732), 1, sym__direct_name, - STATE(1904), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2227), 1, - sym_based_literal, - STATE(2234), 1, + STATE(1012), 1, sym__expression, - STATE(2616), 1, + STATE(1056), 1, + sym_based_literal, + STATE(2071), 1, sym_bit_string_literal, - STATE(2620), 1, + STATE(2081), 1, sym__primary, - STATE(2659), 1, + STATE(2083), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1824), 3, + STATE(467), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(469), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2688), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57732,7 +57587,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57741,75 +57596,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13053] = 29, + [12825] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(469), 1, + STATE(464), 1, sym_unary_operator, - STATE(813), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1904), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2227), 1, - sym_based_literal, - STATE(2237), 1, + STATE(1003), 1, sym__expression, - STATE(2616), 1, + STATE(1056), 1, + sym_based_literal, + STATE(2071), 1, sym_bit_string_literal, - STATE(2620), 1, + STATE(2081), 1, sym__primary, - STATE(2659), 1, + STATE(2083), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1824), 3, + STATE(468), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(470), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2688), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57824,7 +57680,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57833,76 +57689,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13174] = 30, + [12948] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(469), 1, + STATE(691), 1, sym_unary_operator, - STATE(470), 1, + STATE(692), 1, sym_sign, - STATE(813), 1, + STATE(831), 1, sym__direct_name, - STATE(1904), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2227), 1, - sym_based_literal, - STATE(2242), 1, + STATE(1880), 1, sym__expression, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2538), 1, sym__primary, - STATE(2659), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(471), 3, + STATE(469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57917,7 +57773,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57926,76 +57782,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13297] = 30, + [13071] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(469), 1, + STATE(691), 1, sym_unary_operator, - STATE(470), 1, + STATE(692), 1, sym_sign, - STATE(813), 1, + STATE(831), 1, sym__direct_name, - STATE(1904), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2227), 1, - sym_based_literal, - STATE(2247), 1, + STATE(1872), 1, sym__expression, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2538), 1, sym__primary, - STATE(2659), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(472), 3, + STATE(470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58010,7 +57866,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58019,76 +57875,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13420] = 30, + [13194] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(476), 1, - sym_sign, - STATE(483), 1, + STATE(464), 1, sym_unary_operator, - STATE(769), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1334), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1421), 1, + STATE(1010), 1, sym__expression, - STATE(1438), 1, + STATE(1056), 1, sym_based_literal, - STATE(2509), 1, - sym__literal, - STATE(2528), 1, - sym__primary, - STATE(2531), 1, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(473), 3, + STATE(471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58103,7 +57959,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58112,76 +57968,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13543] = 30, + [13317] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, - sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(476), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(483), 1, + STATE(634), 1, sym_unary_operator, - STATE(769), 1, + STATE(747), 1, sym__direct_name, - STATE(1334), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1422), 1, - sym__expression, - STATE(1438), 1, + STATE(1140), 1, sym_based_literal, - STATE(2509), 1, + STATE(1182), 1, + sym__expression, + STATE(2419), 1, sym__literal, - STATE(2528), 1, + STATE(2422), 1, sym__primary, - STATE(2531), 1, + STATE(2424), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(474), 3, + STATE(472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58196,7 +58052,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58205,76 +58061,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13666] = 30, + [13440] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(469), 1, - sym_unary_operator, - STATE(470), 1, + STATE(558), 1, sym_sign, - STATE(813), 1, + STATE(559), 1, + sym_unary_operator, + STATE(797), 1, sym__direct_name, - STATE(1904), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(2227), 1, - sym_based_literal, - STATE(2249), 1, + STATE(2060), 1, sym__expression, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, - sym__primary, - STATE(2659), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, + STATE(2652), 1, + sym__primary, + STATE(2664), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(475), 3, + STATE(473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58289,7 +58145,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58298,75 +58154,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13789] = 29, + [13563] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(483), 1, + STATE(640), 1, + sym_sign, + STATE(642), 1, sym_unary_operator, - STATE(769), 1, + STATE(780), 1, sym__direct_name, - STATE(1334), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1424), 1, + STATE(1693), 1, sym__expression, - STATE(1438), 1, + STATE(1811), 1, sym_based_literal, - STATE(2509), 1, + STATE(2541), 1, sym__literal, - STATE(2528), 1, - sym__primary, - STATE(2531), 1, + STATE(2578), 1, sym_bit_string_literal, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1328), 3, + STATE(474), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(476), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2476), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58381,7 +58238,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58390,7 +58247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13910] = 30, + [13686] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -58399,72 +58256,73 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(629), 1, + STATE(640), 1, sym_sign, - STATE(638), 1, + STATE(642), 1, sym_unary_operator, - STATE(734), 1, + STATE(780), 1, sym__direct_name, - STATE(971), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1811), 1, sym_based_literal, - STATE(2048), 1, + STATE(2466), 1, + sym__expression, + STATE(2541), 1, sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2555), 1, + sym_simple_expression, + STATE(2578), 1, sym_bit_string_literal, - STATE(2348), 1, - sym__expression, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(477), 3, + STATE(475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -58474,7 +58332,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58483,76 +58341,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14033] = 30, + [13811] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, - anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(982), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1383), 1, sym_bit_string_base, - STATE(667), 1, + STATE(516), 1, sym_sign, - STATE(668), 1, + STATE(518), 1, sym_unary_operator, - STATE(784), 1, + STATE(839), 1, sym__direct_name, - STATE(1605), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1817), 1, + STATE(2331), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, + STATE(2723), 1, + sym__primary, + STATE(2730), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(478), 3, + STATE(476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58567,7 +58425,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58576,76 +58434,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14156] = 30, + [13934] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1375), 1, - sym_condition_conversion, - STATE(593), 1, + STATE(516), 1, sym_sign, - STATE(598), 1, + STATE(518), 1, sym_unary_operator, - STATE(743), 1, + STATE(839), 1, sym__direct_name, - STATE(1104), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1128), 1, - sym_based_literal, - STATE(1178), 1, + STATE(2332), 1, sym__expression, - STATE(2310), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, + sym__literal, + STATE(2723), 1, sym__primary, - STATE(2351), 1, + STATE(2730), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(479), 3, + STATE(477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58660,7 +58518,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58669,76 +58527,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14279] = 30, + [14057] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1375), 1, - sym_condition_conversion, - STATE(593), 1, - sym_sign, - STATE(598), 1, + STATE(645), 1, sym_unary_operator, - STATE(743), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1104), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(2342), 1, sym_based_literal, - STATE(1179), 1, + STATE(2357), 1, sym__expression, - STATE(2310), 1, - sym__primary, - STATE(2351), 1, + STATE(2707), 1, sym_bit_string_literal, - STATE(2356), 1, + STATE(2712), 1, + sym__primary, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(480), 3, + STATE(478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58753,7 +58611,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58762,76 +58620,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14402] = 30, + [14180] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1375), 1, - sym_condition_conversion, - STATE(593), 1, - sym_sign, - STATE(598), 1, + STATE(645), 1, sym_unary_operator, - STATE(743), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1104), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(2342), 1, sym_based_literal, - STATE(1185), 1, + STATE(2370), 1, sym__expression, - STATE(2310), 1, - sym__primary, - STATE(2351), 1, + STATE(2707), 1, sym_bit_string_literal, - STATE(2356), 1, + STATE(2712), 1, + sym__primary, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(481), 3, + STATE(479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58846,7 +58704,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58855,76 +58713,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14525] = 30, + [14303] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(1022), 1, sym_bit_string_base, - ACTIONS(1375), 1, + ACTIONS(1197), 1, sym_condition_conversion, - STATE(593), 1, + STATE(432), 1, sym_sign, - STATE(598), 1, + STATE(433), 1, sym_unary_operator, - STATE(743), 1, + STATE(738), 1, sym__direct_name, - STATE(1104), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1128), 1, - sym_based_literal, - STATE(1206), 1, + STATE(1163), 1, sym__expression, - STATE(2310), 1, - sym__primary, - STATE(2351), 1, - sym_bit_string_literal, - STATE(2356), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, sym__literal, + STATE(2356), 1, + sym_bit_string_literal, + STATE(2433), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(482), 3, + STATE(480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58939,7 +58797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58948,75 +58806,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14648] = 29, + [14426] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, - sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(476), 1, + STATE(513), 1, sym_sign, - STATE(769), 1, + STATE(520), 1, + sym_unary_operator, + STATE(796), 1, sym__direct_name, - STATE(1334), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1426), 1, - sym__expression, - STATE(1438), 1, + STATE(1933), 1, sym_based_literal, - STATE(2509), 1, - sym__literal, - STATE(2528), 1, + STATE(2014), 1, + sym__expression, + STATE(2681), 1, sym__primary, - STATE(2531), 1, + STATE(2686), 1, sym_bit_string_literal, + STATE(2689), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1328), 3, + STATE(481), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(483), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2476), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59031,7 +58890,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59040,76 +58899,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14769] = 30, + [14549] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, + ACTIONS(982), 1, sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1383), 1, sym_bit_string_base, - STATE(476), 1, + STATE(516), 1, sym_sign, - STATE(483), 1, + STATE(518), 1, sym_unary_operator, - STATE(769), 1, + STATE(839), 1, sym__direct_name, - STATE(1334), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1438), 1, - sym_based_literal, - STATE(1451), 1, + STATE(2354), 1, sym__expression, - STATE(2509), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, - STATE(2528), 1, + STATE(2723), 1, sym__primary, - STATE(2531), 1, + STATE(2730), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(484), 3, + STATE(482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59124,7 +58983,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59133,76 +58992,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14892] = 30, + [14672] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, - sym_sign, - STATE(530), 1, + STATE(645), 1, sym_unary_operator, - STATE(783), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1512), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(2342), 1, sym_based_literal, - STATE(1823), 1, + STATE(2371), 1, sym__expression, - STATE(2594), 1, + STATE(2707), 1, + sym_bit_string_literal, + STATE(2712), 1, sym__primary, - STATE(2598), 1, + STATE(2714), 1, sym__literal, - STATE(2604), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(485), 3, + STATE(483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59217,7 +59076,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59226,76 +59085,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15015] = 30, + [14795] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, + ACTIONS(918), 1, sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(476), 1, - sym_sign, - STATE(483), 1, + STATE(645), 1, sym_unary_operator, - STATE(769), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1334), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1438), 1, + STATE(2342), 1, sym_based_literal, - STATE(1452), 1, + STATE(2384), 1, sym__expression, - STATE(2509), 1, - sym__literal, - STATE(2528), 1, - sym__primary, - STATE(2531), 1, + STATE(2707), 1, sym_bit_string_literal, + STATE(2712), 1, + sym__primary, + STATE(2714), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(486), 3, + STATE(484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59310,7 +59169,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59319,14 +59178,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15138] = 30, + [14918] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, + ACTIONS(1042), 1, sym_condition_conversion, ACTIONS(1155), 1, anon_sym_LPAREN, @@ -59340,23 +59199,21 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(1173), 1, sym_bit_string_base, - STATE(476), 1, + STATE(525), 1, sym_sign, - STATE(483), 1, - sym_unary_operator, - STATE(769), 1, + STATE(775), 1, sym__direct_name, - STATE(1334), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1438), 1, - sym_based_literal, STATE(1453), 1, sym__expression, - STATE(2509), 1, + STATE(1539), 1, + sym_based_literal, + STATE(2502), 1, sym__literal, - STATE(2528), 1, + STATE(2509), 1, sym__primary, - STATE(2531), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, @@ -59364,22 +59221,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1325), 2, sym__identifier, sym__external_name, ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(487), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1328), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -59388,7 +59241,12 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(485), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59412,81 +59270,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15261] = 30, + [15039] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, + STATE(516), 1, sym_sign, - STATE(530), 1, + STATE(518), 1, sym_unary_operator, - STATE(783), 1, + STATE(839), 1, sym__direct_name, - STATE(1512), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(2380), 1, sym_based_literal, - STATE(1822), 1, + STATE(2464), 1, sym__expression, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2718), 1, sym__literal, - STATE(2604), 1, + STATE(2723), 1, + sym__primary, + STATE(2730), 1, sym_bit_string_literal, + STATE(2760), 1, + sym_simple_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(488), 3, + STATE(486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -59496,7 +59355,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59505,76 +59364,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15384] = 30, + [15164] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(872), 1, - sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(476), 1, + STATE(513), 1, sym_sign, - STATE(483), 1, + STATE(520), 1, sym_unary_operator, - STATE(769), 1, + STATE(796), 1, sym__direct_name, - STATE(1334), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1438), 1, + STATE(1933), 1, sym_based_literal, - STATE(1474), 1, + STATE(1995), 1, sym__expression, - STATE(2509), 1, - sym__literal, - STATE(2528), 1, + STATE(2681), 1, sym__primary, - STATE(2531), 1, + STATE(2686), 1, sym_bit_string_literal, + STATE(2689), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(489), 3, + STATE(487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2476), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59589,7 +59448,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59598,76 +59457,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15507] = 30, + [15287] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1221), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, - sym_sign, - STATE(530), 1, + STATE(709), 1, sym_unary_operator, - STATE(783), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(1512), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(1750), 1, sym_based_literal, - STATE(1813), 1, + STATE(1825), 1, sym__expression, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2562), 1, sym__literal, - STATE(2604), 1, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(490), 3, + STATE(488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59682,7 +59541,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59691,75 +59550,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15630] = 29, + [15410] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(496), 1, + STATE(678), 1, sym_sign, - STATE(882), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(2008), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(2339), 1, - sym__expression, - STATE(2342), 1, + STATE(2411), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(2427), 1, + sym__expression, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2287), 3, + STATE(489), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(491), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2701), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59774,7 +59634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59783,76 +59643,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15751] = 30, + [15533] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, + anon_sym_LT_LT, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1405), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(678), 1, sym_sign, - STATE(765), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1134), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1316), 1, + STATE(2403), 1, sym__expression, - STATE(1335), 1, + STATE(2411), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2465), 1, - sym__primary, - STATE(2466), 1, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(492), 3, + STATE(490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59867,7 +59727,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59876,76 +59736,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15874] = 30, + [15656] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, + anon_sym_LT_LT, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1405), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(678), 1, sym_sign, - STATE(765), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1134), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1312), 1, + STATE(2402), 1, sym__expression, - STATE(1335), 1, + STATE(2411), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2465), 1, - sym__primary, - STATE(2466), 1, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(493), 3, + STATE(491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59960,7 +59820,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59969,76 +59829,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15997] = 30, + [15779] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, + anon_sym_LT_LT, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1405), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(678), 1, sym_sign, - STATE(765), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1134), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1311), 1, + STATE(2401), 1, sym__expression, - STATE(1335), 1, + STATE(2411), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2465), 1, - sym__primary, - STATE(2466), 1, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(494), 3, + STATE(492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60053,7 +59913,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60062,76 +59922,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16120] = 30, + [15902] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, + anon_sym_LT_LT, + ACTIONS(880), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(455), 1, sym_sign, - STATE(765), 1, + STATE(860), 1, sym__direct_name, - STATE(1134), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1298), 1, + STATE(2405), 1, sym__expression, - STATE(1335), 1, + STATE(2423), 1, sym_based_literal, - STATE(2436), 1, + STATE(2716), 1, sym_bit_string_literal, - STATE(2465), 1, + STATE(2729), 1, sym__primary, - STATE(2466), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(495), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(876), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(493), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60146,7 +60005,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60155,75 +60014,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16243] = 29, + [16023] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(491), 1, + STATE(513), 1, + sym_sign, + STATE(520), 1, sym_unary_operator, - STATE(882), 1, + STATE(796), 1, sym__direct_name, - STATE(2008), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(2338), 1, - sym__expression, - STATE(2342), 1, + STATE(1933), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, + STATE(1936), 1, + sym__expression, + STATE(2681), 1, sym__primary, - STATE(2705), 1, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2287), 3, + STATE(494), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(496), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2701), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60238,7 +60098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60247,76 +60107,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16364] = 30, + [16146] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, - sym_sign, - STATE(457), 1, + STATE(464), 1, sym_unary_operator, - STATE(745), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1024), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1137), 1, + STATE(1015), 1, sym__expression, - STATE(1171), 1, + STATE(1056), 1, sym_based_literal, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(497), 3, + STATE(495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60331,7 +60191,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60340,76 +60200,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16487] = 30, + [16269] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, + STATE(455), 1, sym_sign, - STATE(457), 1, + STATE(493), 1, sym_unary_operator, - STATE(745), 1, + STATE(860), 1, sym__direct_name, - STATE(1024), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1140), 1, + STATE(2212), 1, sym__expression, - STATE(1171), 1, + STATE(2423), 1, sym_based_literal, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(498), 3, + STATE(496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60424,7 +60284,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60433,81 +60293,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16610] = 30, + [16392] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1155), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(1173), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, - sym_sign, - STATE(457), 1, + STATE(485), 1, sym_unary_operator, - STATE(745), 1, + STATE(525), 1, + sym_sign, + STATE(775), 1, sym__direct_name, - STATE(1024), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1151), 1, - sym__expression, - STATE(1171), 1, + STATE(1539), 1, sym_based_literal, - STATE(2327), 1, + STATE(2459), 1, + sym__expression, + STATE(2502), 1, sym__literal, - STATE(2336), 1, + STATE(2504), 1, + sym_simple_expression, + STATE(2509), 1, sym__primary, - STATE(2337), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(499), 3, + STATE(497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -60517,7 +60378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60526,76 +60387,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16733] = 30, + [16517] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(914), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(918), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(922), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(928), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(932), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(934), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1175), 1, - sym_condition_conversion, - STATE(456), 1, + STATE(455), 1, sym_sign, - STATE(457), 1, + STATE(493), 1, sym_unary_operator, - STATE(745), 1, + STATE(860), 1, sym__direct_name, - STATE(1024), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1170), 1, + STATE(2147), 1, sym__expression, - STATE(1171), 1, + STATE(2423), 1, sym_based_literal, - STATE(2327), 1, - sym__literal, - STATE(2336), 1, - sym__primary, - STATE(2337), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(926), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1043), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(500), 3, + STATE(498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1044), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2328), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(920), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2299), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60610,7 +60471,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(924), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60619,75 +60480,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16856] = 29, + [16640] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(982), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1383), 1, sym_bit_string_base, - STATE(504), 1, + STATE(516), 1, sym_sign, - STATE(821), 1, + STATE(518), 1, + sym_unary_operator, + STATE(839), 1, sym__direct_name, - STATE(1783), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(2044), 1, - sym_based_literal, - STATE(2102), 1, + STATE(2372), 1, sym__expression, - STATE(2645), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, - STATE(2651), 1, + STATE(2723), 1, sym__primary, - STATE(2657), 1, + STATE(2730), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1795), 3, + STATE(499), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(501), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2672), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60702,7 +60564,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60711,76 +60573,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16977] = 30, + [16763] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, + STATE(516), 1, sym_sign, - STATE(530), 1, + STATE(518), 1, sym_unary_operator, - STATE(783), 1, + STATE(839), 1, sym__direct_name, - STATE(1512), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1759), 1, + STATE(2353), 1, sym__expression, - STATE(1780), 1, + STATE(2380), 1, sym_based_literal, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2718), 1, sym__literal, - STATE(2604), 1, + STATE(2723), 1, + sym__primary, + STATE(2730), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(502), 3, + STATE(500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60795,7 +60657,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60804,76 +60666,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17100] = 30, + [16886] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, + STATE(516), 1, sym_sign, - STATE(530), 1, + STATE(518), 1, sym_unary_operator, - STATE(783), 1, + STATE(839), 1, sym__direct_name, - STATE(1512), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1757), 1, + STATE(2348), 1, sym__expression, - STATE(1780), 1, + STATE(2380), 1, sym_based_literal, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2718), 1, sym__literal, - STATE(2604), 1, + STATE(2723), 1, + sym__primary, + STATE(2730), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(503), 3, + STATE(501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60888,7 +60750,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60897,75 +60759,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17223] = 29, + [17009] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(982), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1383), 1, sym_bit_string_base, - STATE(501), 1, + STATE(516), 1, + sym_sign, + STATE(518), 1, sym_unary_operator, - STATE(821), 1, + STATE(839), 1, sym__direct_name, - STATE(1783), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(2044), 1, - sym_based_literal, - STATE(2108), 1, + STATE(2337), 1, sym__expression, - STATE(2645), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, - STATE(2651), 1, + STATE(2723), 1, sym__primary, - STATE(2657), 1, + STATE(2730), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1795), 3, + STATE(502), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(504), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2672), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60980,7 +60843,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60989,76 +60852,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17344] = 30, + [17132] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, - sym_sign, - STATE(530), 1, + STATE(464), 1, sym_unary_operator, - STATE(783), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1512), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1748), 1, + STATE(1005), 1, sym__expression, - STATE(1780), 1, + STATE(1056), 1, sym_based_literal, - STATE(2594), 1, + STATE(2071), 1, + sym_bit_string_literal, + STATE(2081), 1, sym__primary, - STATE(2598), 1, + STATE(2083), 1, sym__literal, - STATE(2604), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(505), 3, + STATE(503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61073,7 +60936,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61082,81 +60945,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17467] = 30, + [17255] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, - anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(1363), 1, sym_bit_string_base, - ACTIONS(1377), 1, - sym_condition_conversion, - STATE(511), 1, - sym_sign, - STATE(530), 1, + STATE(691), 1, sym_unary_operator, - STATE(783), 1, + STATE(692), 1, + sym_sign, + STATE(831), 1, sym__direct_name, - STATE(1512), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(1725), 1, - sym__expression, - STATE(1780), 1, + STATE(1911), 1, sym_based_literal, - STATE(2594), 1, + STATE(2451), 1, + sym__expression, + STATE(2538), 1, sym__primary, - STATE(2598), 1, + STATE(2539), 1, sym__literal, - STATE(2604), 1, + STATE(2572), 1, + sym_simple_expression, + STATE(2591), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(506), 3, + STATE(504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1610), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2611), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -61166,7 +61030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61175,75 +61039,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17590] = 29, + [17380] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(413), 1, + STATE(464), 1, sym_unary_operator, - STATE(774), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1363), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1481), 1, + STATE(999), 1, sym__expression, - STATE(2519), 1, + STATE(1056), 1, + sym_based_literal, + STATE(2071), 1, sym_bit_string_literal, - STATE(2526), 1, - sym__literal, - STATE(2534), 1, + STATE(2081), 1, sym__primary, + STATE(2083), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1401), 3, + STATE(505), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(507), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2522), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61258,7 +61123,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61267,76 +61132,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17711] = 30, + [17503] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(730), 1, + anon_sym_LPAREN, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(750), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, + ACTIONS(1407), 1, sym_condition_conversion, - STATE(413), 1, - sym_unary_operator, - STATE(507), 1, + STATE(508), 1, sym_sign, - STATE(774), 1, + STATE(725), 1, sym__direct_name, - STATE(1363), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1428), 1, + STATE(922), 1, sym_based_literal, - STATE(1501), 1, + STATE(926), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(1477), 1, sym__literal, - STATE(2534), 1, + STATE(1479), 1, sym__primary, + STATE(1483), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(508), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1401), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(506), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61351,7 +61215,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61360,76 +61224,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17834] = 30, + [17624] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1375), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(593), 1, + STATE(526), 1, sym_sign, - STATE(598), 1, + STATE(527), 1, sym_unary_operator, - STATE(743), 1, + STATE(795), 1, sym__direct_name, - STATE(1104), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(1787), 1, sym_based_literal, - STATE(1158), 1, + STATE(1821), 1, sym__expression, - STATE(2310), 1, + STATE(2550), 1, + sym__literal, + STATE(2552), 1, sym__primary, - STATE(2351), 1, + STATE(2559), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(509), 3, + STATE(507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61444,7 +61308,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61453,76 +61317,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17957] = 30, + [17747] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(750), 1, sym_bit_string_base, - ACTIONS(1375), 1, + ACTIONS(1407), 1, sym_condition_conversion, - STATE(593), 1, - sym_sign, - STATE(598), 1, + STATE(506), 1, sym_unary_operator, - STATE(743), 1, + STATE(725), 1, sym__direct_name, - STATE(1104), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1128), 1, - sym_based_literal, - STATE(1157), 1, + STATE(889), 1, sym__expression, - STATE(2310), 1, + STATE(922), 1, + sym_based_literal, + STATE(1477), 1, + sym__literal, + STATE(1479), 1, sym__primary, - STATE(2351), 1, + STATE(1483), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(510), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1029), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(508), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61537,7 +61400,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61546,75 +61409,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18080] = 29, + [17868] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1377), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(530), 1, + STATE(526), 1, + sym_sign, + STATE(527), 1, sym_unary_operator, - STATE(783), 1, + STATE(795), 1, sym__direct_name, - STATE(1512), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(1787), 1, sym_based_literal, - STATE(1809), 1, + STATE(1820), 1, sym__expression, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2550), 1, sym__literal, - STATE(2604), 1, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1610), 3, + STATE(509), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(511), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2611), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61629,7 +61493,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61638,76 +61502,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18201] = 30, + [17991] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(1263), 1, sym_bit_string_base, - ACTIONS(1401), 1, - sym_condition_conversion, - STATE(599), 1, - sym_sign, - STATE(602), 1, + STATE(424), 1, sym_unary_operator, - STATE(753), 1, + STATE(426), 1, + sym_sign, + STATE(832), 1, sym__direct_name, - STATE(1146), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1256), 1, + STATE(2257), 1, sym__expression, - STATE(1348), 1, + STATE(2284), 1, sym_based_literal, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2439), 1, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(512), 3, + STATE(510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61722,7 +61586,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61731,76 +61595,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18324] = 30, + [18114] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(1263), 1, sym_bit_string_base, - ACTIONS(1401), 1, - sym_condition_conversion, - STATE(599), 1, - sym_sign, - STATE(602), 1, + STATE(424), 1, sym_unary_operator, - STATE(753), 1, + STATE(426), 1, + sym_sign, + STATE(832), 1, sym__direct_name, - STATE(1146), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(2213), 1, sym__expression, - STATE(1348), 1, + STATE(2284), 1, sym_based_literal, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2439), 1, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(513), 3, + STATE(511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61815,7 +61679,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61824,76 +61688,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18447] = 30, + [18237] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1401), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(599), 1, + STATE(526), 1, sym_sign, - STATE(602), 1, + STATE(527), 1, sym_unary_operator, - STATE(753), 1, + STATE(795), 1, sym__direct_name, - STATE(1146), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1261), 1, - sym__expression, - STATE(1348), 1, + STATE(1787), 1, sym_based_literal, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2439), 1, + STATE(1815), 1, + sym__expression, + STATE(2550), 1, sym__literal, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(514), 3, + STATE(512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61908,7 +61772,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61917,76 +61781,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18570] = 30, + [18360] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(1347), 1, sym_bit_string_base, - ACTIONS(1401), 1, - sym_condition_conversion, - STATE(599), 1, - sym_sign, - STATE(602), 1, + STATE(520), 1, sym_unary_operator, - STATE(753), 1, + STATE(796), 1, sym__direct_name, - STATE(1146), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1325), 1, + STATE(1920), 1, sym__expression, - STATE(1348), 1, + STATE(1933), 1, sym_based_literal, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, + STATE(2681), 1, sym__primary, - STATE(2439), 1, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(515), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1181), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(513), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62001,7 +61864,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62010,76 +61873,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18693] = 30, + [18481] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1245), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(424), 1, sym_unary_operator, - STATE(784), 1, + STATE(426), 1, + sym_sign, + STATE(832), 1, sym__direct_name, - STATE(1605), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1800), 1, + STATE(2211), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(2284), 1, + sym_based_literal, + STATE(2653), 1, sym__literal, + STATE(2655), 1, + sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(516), 3, + STATE(514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62094,7 +61957,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62103,76 +61966,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18816] = 30, + [18604] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1263), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, - sym_sign, - STATE(678), 1, + STATE(424), 1, sym_unary_operator, - STATE(788), 1, + STATE(426), 1, + sym_sign, + STATE(832), 1, sym__direct_name, - STATE(1604), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1742), 1, + STATE(2210), 1, sym__expression, - STATE(2540), 1, + STATE(2284), 1, + sym_based_literal, + STATE(2653), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2655), 1, sym__primary, + STATE(2660), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(517), 3, + STATE(515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1516), 3, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62187,7 +62050,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62196,76 +62059,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18939] = 30, + [18727] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, - sym_sign, - STATE(678), 1, + STATE(518), 1, sym_unary_operator, - STATE(788), 1, + STATE(839), 1, sym__direct_name, - STATE(1604), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1743), 1, + STATE(2365), 1, sym__expression, - STATE(2540), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2723), 1, sym__primary, + STATE(2730), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(518), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1516), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(516), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62280,7 +62142,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62289,81 +62151,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19062] = 30, + [18848] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1283), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, + STATE(680), 1, sym_sign, - STATE(678), 1, + STATE(697), 1, sym_unary_operator, - STATE(788), 1, + STATE(767), 1, sym__direct_name, - STATE(1604), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1694), 1, + STATE(1451), 1, sym_based_literal, - STATE(1744), 1, + STATE(2457), 1, sym__expression, - STATE(2540), 1, + STATE(2494), 1, + sym_simple_expression, + STATE(2518), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2520), 1, sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(519), 3, + STATE(517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1516), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -62373,7 +62236,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62382,76 +62245,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19185] = 30, + [18973] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(982), 1, + sym_condition_conversion, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1383), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, + STATE(516), 1, sym_sign, - STATE(678), 1, - sym_unary_operator, - STATE(788), 1, + STATE(839), 1, sym__direct_name, - STATE(1604), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1764), 1, + STATE(2366), 1, sym__expression, - STATE(2540), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2723), 1, sym__primary, + STATE(2730), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(520), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1516), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(518), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62466,7 +62328,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62475,76 +62337,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19308] = 30, + [19094] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, - anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1265), 1, + anon_sym_LPAREN, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(667), 1, + STATE(680), 1, sym_sign, - STATE(668), 1, + STATE(697), 1, sym_unary_operator, - STATE(784), 1, + STATE(767), 1, sym__direct_name, - STATE(1605), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1801), 1, + STATE(1424), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(1451), 1, + sym_based_literal, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(521), 3, + STATE(519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62559,7 +62421,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62568,76 +62430,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19431] = 30, + [19217] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1329), 1, + sym_condition_conversion, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1347), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(513), 1, sym_sign, - STATE(780), 1, + STATE(796), 1, sym__direct_name, - STATE(1581), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(1773), 1, - sym_based_literal, - STATE(1810), 1, + STATE(1921), 1, sym__expression, - STATE(2577), 1, - sym__literal, - STATE(2588), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(1933), 1, + sym_based_literal, + STATE(2681), 1, sym__primary, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(522), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1485), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(520), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62652,7 +62513,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62661,76 +62522,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19554] = 30, + [19338] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(1195), 1, sym_bit_string_base, - ACTIONS(1375), 1, - sym_condition_conversion, - STATE(593), 1, - sym_sign, - STATE(598), 1, + STATE(622), 1, sym_unary_operator, - STATE(743), 1, + STATE(623), 1, + sym_sign, + STATE(843), 1, sym__direct_name, - STATE(1104), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(2305), 1, sym_based_literal, - STATE(1155), 1, + STATE(2392), 1, sym__expression, - STATE(2310), 1, + STATE(2708), 1, + sym__literal, + STATE(2738), 1, sym__primary, - STATE(2351), 1, + STATE(2766), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(523), 3, + STATE(521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1029), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2386), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62745,7 +62606,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62754,76 +62615,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19677] = 30, + [19461] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1195), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(622), 1, sym_unary_operator, - STATE(687), 1, + STATE(623), 1, sym_sign, - STATE(780), 1, + STATE(843), 1, sym__direct_name, - STATE(1581), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1773), 1, + STATE(2305), 1, sym_based_literal, - STATE(1811), 1, + STATE(2308), 1, sym__expression, - STATE(2577), 1, + STATE(2708), 1, sym__literal, - STATE(2588), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(2738), 1, sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(524), 3, + STATE(522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1485), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62838,7 +62699,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62847,76 +62708,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19800] = 30, + [19584] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1195), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(622), 1, sym_unary_operator, - STATE(687), 1, + STATE(623), 1, sym_sign, - STATE(780), 1, + STATE(843), 1, sym__direct_name, - STATE(1581), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1773), 1, + STATE(2305), 1, sym_based_literal, - STATE(1812), 1, + STATE(2320), 1, sym__expression, - STATE(2577), 1, + STATE(2708), 1, sym__literal, - STATE(2588), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(2738), 1, sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(525), 3, + STATE(523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1485), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62931,7 +62792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62940,76 +62801,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19923] = 30, + [19707] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1195), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(622), 1, sym_unary_operator, - STATE(687), 1, + STATE(623), 1, sym_sign, - STATE(780), 1, + STATE(843), 1, sym__direct_name, - STATE(1581), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1773), 1, + STATE(2305), 1, sym_based_literal, - STATE(1852), 1, + STATE(2429), 1, sym__expression, - STATE(2577), 1, + STATE(2708), 1, sym__literal, - STATE(2588), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(2738), 1, sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(526), 3, + STATE(524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1485), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63024,7 +62885,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63033,76 +62894,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20046] = 30, + [19830] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, - anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1042), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1155), 1, + anon_sym_LPAREN, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1173), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(485), 1, sym_unary_operator, - STATE(784), 1, + STATE(775), 1, sym__direct_name, - STATE(1605), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1802), 1, + STATE(1435), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(1539), 1, + sym_based_literal, + STATE(2502), 1, sym__literal, + STATE(2509), 1, + sym__primary, + STATE(2512), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(527), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1616), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(525), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63117,7 +62977,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63126,76 +62986,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20169] = 30, + [19951] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(920), 1, + anon_sym_LT_LT, + ACTIONS(924), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(936), 1, sym_bit_string_base, - STATE(630), 1, - sym_sign, - STATE(633), 1, + ACTIONS(1409), 1, + sym_condition_conversion, + STATE(527), 1, sym_unary_operator, - STATE(802), 1, + STATE(795), 1, sym__direct_name, - STATE(1520), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1787), 1, sym_based_literal, - STATE(1900), 1, + STATE(1801), 1, sym__expression, - STATE(2541), 1, - sym_bit_string_literal, - STATE(2554), 1, - sym__primary, - STATE(2560), 1, + STATE(2550), 1, sym__literal, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(528), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(526), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63210,7 +63069,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63219,168 +63078,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20292] = 30, + [20072] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, - anon_sym_LPAREN, - ACTIONS(1409), 1, - sym_NEW, - ACTIONS(1415), 1, - sym_based_base, - ACTIONS(1417), 1, - sym_bit_string_length, - ACTIONS(1419), 1, - sym_bit_string_base, - STATE(630), 1, - sym_sign, - STATE(633), 1, - sym_unary_operator, - STATE(802), 1, - sym__direct_name, - STATE(1520), 1, - sym__abstract_literal, - STATE(1784), 1, - sym_based_literal, - STATE(1901), 1, - sym__expression, - STATE(2541), 1, - sym_bit_string_literal, - STATE(2554), 1, - sym__primary, - STATE(2560), 1, - sym__literal, - ACTIONS(233), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1413), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(945), 2, - sym__identifier, - sym__external_name, - ACTIONS(1108), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(529), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2555), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(1098), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2570), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(239), 8, - sym__ABS, - sym__AND, - sym__NAND, - sym__NOR, - sym__NOT, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(1411), 8, - sym_NULL, - sym_string_literal, - sym_string_literal_std_logic, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - [20415] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(974), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(978), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(982), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(988), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(992), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(994), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1377), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(511), 1, + STATE(526), 1, sym_sign, - STATE(783), 1, + STATE(795), 1, sym__direct_name, - STATE(1512), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1780), 1, + STATE(1787), 1, sym_based_literal, - STATE(1808), 1, + STATE(1800), 1, sym__expression, - STATE(2594), 1, - sym__primary, - STATE(2598), 1, + STATE(2550), 1, sym__literal, - STATE(2604), 1, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(986), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1603), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1610), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2597), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(980), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(530), 4, + STATE(527), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2611), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63395,7 +63161,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(984), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63404,76 +63170,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20536] = 30, + [20193] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, + ACTIONS(1411), 1, + anon_sym_LPAREN, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(1096), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(1407), 1, - anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(630), 1, - sym_sign, - STATE(633), 1, + STATE(646), 1, sym_unary_operator, - STATE(802), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(1520), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(2100), 1, sym_based_literal, - STATE(1902), 1, + STATE(2120), 1, sym__expression, - STATE(2541), 1, + STATE(2663), 1, sym_bit_string_literal, - STATE(2554), 1, + STATE(2667), 1, sym__primary, - STATE(2560), 1, + STATE(2674), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(531), 3, + STATE(528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63488,7 +63254,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63497,76 +63263,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20659] = 30, + [20316] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1413), 1, + sym_condition_conversion, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(629), 1, - sym_sign, - STATE(638), 1, + STATE(646), 1, sym_unary_operator, - STATE(734), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(971), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1061), 1, - sym__expression, - STATE(1094), 1, + STATE(2100), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2118), 1, + sym__expression, + STATE(2663), 1, sym_bit_string_literal, + STATE(2667), 1, + sym__primary, + STATE(2674), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(532), 3, + STATE(529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63581,7 +63347,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63590,76 +63356,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20782] = 30, + [20439] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, + ACTIONS(1411), 1, + anon_sym_LPAREN, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(1096), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(1407), 1, - anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(630), 1, - sym_sign, - STATE(633), 1, + STATE(646), 1, sym_unary_operator, - STATE(802), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(1520), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(2100), 1, sym_based_literal, - STATE(1888), 1, + STATE(2117), 1, sym__expression, - STATE(2541), 1, + STATE(2663), 1, sym_bit_string_literal, - STATE(2554), 1, + STATE(2667), 1, sym__primary, - STATE(2560), 1, + STATE(2674), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(533), 3, + STATE(530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63674,7 +63440,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63683,76 +63449,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20905] = 30, + [20562] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(646), 1, sym_unary_operator, - STATE(784), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(1605), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1699), 1, + STATE(2100), 1, sym_based_literal, - STATE(1806), 1, + STATE(2116), 1, sym__expression, - STATE(2543), 1, + STATE(2663), 1, sym_bit_string_literal, - STATE(2548), 1, + STATE(2667), 1, sym__primary, - STATE(2551), 1, + STATE(2674), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(534), 3, + STATE(531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63767,7 +63533,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63776,76 +63542,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21028] = 30, + [20685] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(750), 1, sym_bit_string_base, - ACTIONS(1421), 1, + ACTIONS(1407), 1, sym_condition_conversion, - STATE(621), 1, + STATE(506), 1, sym_unary_operator, - STATE(628), 1, + STATE(508), 1, sym_sign, - STATE(777), 1, + STATE(725), 1, sym__direct_name, - STATE(1289), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1498), 1, + STATE(897), 1, sym__expression, - STATE(1524), 1, + STATE(922), 1, sym_based_literal, - STATE(2495), 1, - sym_bit_string_literal, - STATE(2504), 1, - sym__primary, - STATE(2512), 1, + STATE(1477), 1, sym__literal, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(535), 3, + STATE(532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63860,7 +63626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63869,76 +63635,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21151] = 30, + [20808] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(848), 1, + sym_condition_conversion, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, + STATE(438), 1, sym_unary_operator, - STATE(628), 1, + STATE(443), 1, sym_sign, - STATE(777), 1, + STATE(819), 1, sym__direct_name, - STATE(1289), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1499), 1, + STATE(2079), 1, sym__expression, - STATE(1524), 1, + STATE(2088), 1, sym_based_literal, - STATE(2495), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2671), 1, sym__primary, - STATE(2512), 1, + STATE(2677), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(536), 3, + STATE(533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63953,7 +63719,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63962,76 +63728,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21274] = 30, + [20931] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(848), 1, + sym_condition_conversion, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, + STATE(438), 1, sym_unary_operator, - STATE(628), 1, + STATE(443), 1, sym_sign, - STATE(777), 1, + STATE(819), 1, sym__direct_name, - STATE(1289), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1504), 1, + STATE(2010), 1, sym__expression, - STATE(1524), 1, + STATE(2088), 1, sym_based_literal, - STATE(2495), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2671), 1, sym__primary, - STATE(2512), 1, + STATE(2677), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(537), 3, + STATE(534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64046,7 +63812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64055,76 +63821,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21397] = 30, + [21054] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(848), 1, + sym_condition_conversion, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, + STATE(438), 1, sym_unary_operator, - STATE(628), 1, + STATE(443), 1, sym_sign, - STATE(777), 1, + STATE(819), 1, sym__direct_name, - STATE(1289), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1510), 1, + STATE(2007), 1, sym__expression, - STATE(1524), 1, + STATE(2088), 1, sym_based_literal, - STATE(2495), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2671), 1, sym__primary, - STATE(2512), 1, + STATE(2677), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(538), 3, + STATE(535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64139,7 +63905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64148,76 +63914,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21520] = 30, + [21177] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, - anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(848), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1307), 1, + anon_sym_LPAREN, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1325), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(438), 1, sym_unary_operator, - STATE(784), 1, + STATE(443), 1, + sym_sign, + STATE(819), 1, sym__direct_name, - STATE(1605), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1807), 1, + STATE(2006), 1, sym__expression, - STATE(2543), 1, + STATE(2088), 1, + sym_based_literal, + STATE(2670), 1, sym_bit_string_literal, - STATE(2548), 1, + STATE(2671), 1, sym__primary, - STATE(2551), 1, + STATE(2677), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(539), 3, + STATE(536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64232,7 +63998,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64241,76 +64007,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21643] = 30, + [21300] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(730), 1, + anon_sym_LPAREN, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(750), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, + ACTIONS(1407), 1, sym_condition_conversion, - STATE(413), 1, + STATE(506), 1, sym_unary_operator, - STATE(507), 1, + STATE(508), 1, sym_sign, - STATE(774), 1, + STATE(725), 1, sym__direct_name, - STATE(1363), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1557), 1, + STATE(907), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(922), 1, + sym_based_literal, + STATE(1477), 1, sym__literal, - STATE(2534), 1, + STATE(1479), 1, sym__primary, + STATE(1483), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(540), 3, + STATE(537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64325,7 +64091,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64334,76 +64100,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21766] = 30, + [21423] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(730), 1, + anon_sym_LPAREN, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(750), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, + ACTIONS(1407), 1, sym_condition_conversion, - STATE(413), 1, + STATE(506), 1, sym_unary_operator, - STATE(507), 1, + STATE(508), 1, sym_sign, - STATE(774), 1, + STATE(725), 1, sym__direct_name, - STATE(1363), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1559), 1, + STATE(908), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(922), 1, + sym_based_literal, + STATE(1477), 1, sym__literal, - STATE(2534), 1, + STATE(1479), 1, sym__primary, + STATE(1483), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(541), 3, + STATE(538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64418,7 +64184,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64427,76 +64193,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21889] = 30, + [21546] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(896), 1, + sym_condition_conversion, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(1305), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(413), 1, - sym_unary_operator, - STATE(507), 1, + STATE(558), 1, sym_sign, - STATE(774), 1, + STATE(559), 1, + sym_unary_operator, + STATE(797), 1, sym__direct_name, - STATE(1363), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1572), 1, + STATE(1942), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, - STATE(2534), 1, + STATE(2652), 1, sym__primary, + STATE(2664), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(542), 3, + STATE(539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64511,7 +64277,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64520,76 +64286,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22012] = 30, + [21669] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(896), 1, + sym_condition_conversion, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(1305), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(413), 1, - sym_unary_operator, - STATE(507), 1, + STATE(558), 1, sym_sign, - STATE(774), 1, + STATE(559), 1, + sym_unary_operator, + STATE(797), 1, sym__direct_name, - STATE(1363), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1576), 1, + STATE(1939), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, - STATE(2534), 1, + STATE(2652), 1, sym__primary, + STATE(2664), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(543), 3, + STATE(540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64604,7 +64370,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64613,76 +64379,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22135] = 30, + [21792] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(896), 1, + sym_condition_conversion, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(1305), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(413), 1, - sym_unary_operator, - STATE(507), 1, + STATE(558), 1, sym_sign, - STATE(774), 1, + STATE(559), 1, + sym_unary_operator, + STATE(797), 1, sym__direct_name, - STATE(1363), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(1428), 1, - sym_based_literal, - STATE(1505), 1, + STATE(1940), 1, sym__expression, - STATE(2519), 1, - sym_bit_string_literal, - STATE(2526), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, - STATE(2534), 1, + STATE(2652), 1, sym__primary, + STATE(2664), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(544), 3, + STATE(541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64697,7 +64463,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64706,76 +64472,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22258] = 30, + [21915] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(680), 1, + STATE(558), 1, sym_sign, - STATE(683), 1, + STATE(559), 1, sym_unary_operator, - STATE(762), 1, + STATE(797), 1, sym__direct_name, - STATE(1255), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(1564), 1, - sym_based_literal, - STATE(1579), 1, + STATE(2018), 1, sym__expression, - STATE(2484), 1, - sym__primary, - STATE(2505), 1, + STATE(2247), 1, + sym_based_literal, + STATE(2641), 1, sym__literal, - STATE(2532), 1, + STATE(2652), 1, + sym__primary, + STATE(2664), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(545), 3, + STATE(542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64790,7 +64556,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64799,76 +64565,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22381] = 30, + [22038] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(680), 1, + STATE(455), 1, sym_sign, - STATE(683), 1, + STATE(493), 1, sym_unary_operator, - STATE(762), 1, + STATE(860), 1, sym__direct_name, - STATE(1255), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1564), 1, - sym_based_literal, - STATE(1582), 1, + STATE(2181), 1, sym__expression, - STATE(2484), 1, + STATE(2423), 1, + sym_based_literal, + STATE(2716), 1, + sym_bit_string_literal, + STATE(2729), 1, sym__primary, - STATE(2505), 1, + STATE(2749), 1, sym__literal, - STATE(2532), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(546), 3, + STATE(543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64883,7 +64649,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64892,76 +64658,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22504] = 30, + [22161] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(680), 1, - sym_sign, - STATE(683), 1, + ACTIONS(1407), 1, + sym_condition_conversion, + STATE(506), 1, sym_unary_operator, - STATE(762), 1, + STATE(508), 1, + sym_sign, + STATE(725), 1, sym__direct_name, - STATE(1255), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1564), 1, - sym_based_literal, - STATE(1583), 1, + STATE(906), 1, sym__expression, - STATE(2484), 1, - sym__primary, - STATE(2505), 1, + STATE(922), 1, + sym_based_literal, + STATE(1477), 1, sym__literal, - STATE(2532), 1, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(547), 3, + STATE(544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64976,7 +64742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64985,76 +64751,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22627] = 30, + [22284] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(680), 1, - sym_sign, - STATE(683), 1, + ACTIONS(1407), 1, + sym_condition_conversion, + STATE(506), 1, sym_unary_operator, - STATE(762), 1, + STATE(508), 1, + sym_sign, + STATE(725), 1, sym__direct_name, - STATE(1255), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1564), 1, - sym_based_literal, - STATE(1602), 1, + STATE(912), 1, sym__expression, - STATE(2484), 1, - sym__primary, - STATE(2505), 1, + STATE(922), 1, + sym_based_literal, + STATE(1477), 1, sym__literal, - STATE(2532), 1, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(548), 3, + STATE(545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65069,7 +64835,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65078,76 +64844,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22750] = 30, + [22407] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, - anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(848), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1307), 1, + anon_sym_LPAREN, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1325), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(438), 1, sym_unary_operator, - STATE(845), 1, + STATE(443), 1, + sym_sign, + STATE(819), 1, sym__direct_name, - STATE(1942), 1, - sym__expression, - STATE(2210), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(2056), 1, + sym__expression, + STATE(2088), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(2670), 1, sym_bit_string_literal, + STATE(2671), 1, + sym__primary, + STATE(2677), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(549), 3, + STATE(546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65162,7 +64928,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65171,76 +64937,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22873] = 30, + [22530] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + ACTIONS(1407), 1, + sym_condition_conversion, + STATE(506), 1, sym_unary_operator, - STATE(791), 1, + STATE(508), 1, + sym_sign, + STATE(725), 1, sym__direct_name, - STATE(1597), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1688), 1, + STATE(915), 1, sym__expression, - STATE(1718), 1, + STATE(922), 1, sym_based_literal, - STATE(2536), 1, - sym__primary, - STATE(2539), 1, + STATE(1477), 1, sym__literal, - STATE(2602), 1, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(550), 3, + STATE(547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65255,7 +65021,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65264,76 +65030,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22996] = 30, + [22653] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(730), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(738), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(744), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(748), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(750), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + ACTIONS(1407), 1, + sym_condition_conversion, + STATE(506), 1, sym_unary_operator, - STATE(791), 1, + STATE(508), 1, + sym_sign, + STATE(725), 1, sym__direct_name, - STATE(1597), 1, + STATE(879), 1, sym__abstract_literal, - STATE(1689), 1, + STATE(918), 1, sym__expression, - STATE(1718), 1, + STATE(922), 1, sym_based_literal, - STATE(2536), 1, - sym__primary, - STATE(2539), 1, + STATE(1477), 1, sym__literal, - STATE(2602), 1, + STATE(1479), 1, + sym__primary, + STATE(1483), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(742), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(551), 3, + STATE(548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(1478), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(1523), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65348,7 +65114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(740), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65357,76 +65123,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23119] = 30, + [22776] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, + ACTIONS(848), 1, sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(1325), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + STATE(438), 1, sym_unary_operator, - STATE(791), 1, + STATE(443), 1, + sym_sign, + STATE(819), 1, sym__direct_name, - STATE(1597), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1693), 1, - sym__expression, - STATE(1718), 1, + STATE(2088), 1, sym_based_literal, - STATE(2536), 1, + STATE(2194), 1, + sym__expression, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2671), 1, sym__primary, - STATE(2539), 1, + STATE(2677), 1, sym__literal, - STATE(2602), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(552), 3, + STATE(549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65441,7 +65207,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65450,76 +65216,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23242] = 30, + [22899] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(701), 1, + STATE(640), 1, sym_sign, - STATE(705), 1, + STATE(642), 1, sym_unary_operator, - STATE(791), 1, + STATE(780), 1, sym__direct_name, - STATE(1597), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1718), 1, - sym_based_literal, - STATE(1732), 1, + STATE(1715), 1, sym__expression, - STATE(2536), 1, - sym__primary, - STATE(2539), 1, + STATE(1811), 1, + sym_based_literal, + STATE(2541), 1, sym__literal, - STATE(2602), 1, + STATE(2578), 1, sym_bit_string_literal, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(553), 3, + STATE(550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65534,7 +65300,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65543,76 +65309,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23365] = 30, + [23022] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(848), 1, + sym_condition_conversion, + ACTIONS(1307), 1, + anon_sym_LPAREN, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(854), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(860), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(864), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(866), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(1040), 1, - anon_sym_LPAREN, - ACTIONS(1153), 1, - sym_condition_conversion, - STATE(413), 1, + STATE(438), 1, sym_unary_operator, - STATE(507), 1, + STATE(443), 1, sym_sign, - STATE(774), 1, + STATE(819), 1, sym__direct_name, - STATE(1363), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1428), 1, + STATE(2088), 1, sym_based_literal, - STATE(1506), 1, + STATE(2196), 1, sym__expression, - STATE(2519), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(2526), 1, - sym__literal, - STATE(2534), 1, + STATE(2671), 1, sym__primary, + STATE(2677), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(858), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1402), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(554), 3, + STATE(551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1401), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2529), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(852), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2522), 5, + STATE(2665), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65627,7 +65393,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(856), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65636,76 +65402,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23488] = 30, + [23145] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(1042), 1, + sym_condition_conversion, + ACTIONS(1155), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1173), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, + STATE(485), 1, sym_unary_operator, - STATE(713), 1, + STATE(525), 1, sym_sign, - STATE(724), 1, + STATE(775), 1, sym__direct_name, - STATE(841), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(900), 1, - sym_based_literal, - STATE(914), 1, + STATE(1452), 1, sym__expression, - STATE(1651), 1, + STATE(1539), 1, + sym_based_literal, + STATE(2502), 1, sym__literal, - STATE(1657), 1, + STATE(2509), 1, sym__primary, - STATE(1668), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(555), 3, + STATE(552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65720,7 +65486,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65729,76 +65495,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23611] = 30, + [23268] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(1042), 1, + sym_condition_conversion, + ACTIONS(1155), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1173), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, + STATE(485), 1, sym_unary_operator, - STATE(713), 1, + STATE(525), 1, sym_sign, - STATE(724), 1, + STATE(775), 1, sym__direct_name, - STATE(841), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(900), 1, - sym_based_literal, - STATE(911), 1, + STATE(1493), 1, sym__expression, - STATE(1651), 1, + STATE(1539), 1, + sym_based_literal, + STATE(2502), 1, sym__literal, - STATE(1657), 1, + STATE(2509), 1, sym__primary, - STATE(1668), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(556), 3, + STATE(553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65813,7 +65579,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65822,76 +65588,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23734] = 30, + [23391] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(940), 1, + sym_condition_conversion, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1241), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, - sym_unary_operator, - STATE(713), 1, + STATE(640), 1, sym_sign, - STATE(724), 1, + STATE(642), 1, + sym_unary_operator, + STATE(780), 1, sym__direct_name, - STATE(841), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(900), 1, - sym_based_literal, - STATE(905), 1, + STATE(1753), 1, sym__expression, - STATE(1651), 1, + STATE(1811), 1, + sym_based_literal, + STATE(2541), 1, sym__literal, - STATE(1657), 1, - sym__primary, - STATE(1668), 1, + STATE(2578), 1, sym_bit_string_literal, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(557), 3, + STATE(554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65906,7 +65672,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65915,76 +65681,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23857] = 30, + [23514] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(1042), 1, + sym_condition_conversion, + ACTIONS(1155), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1173), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, + STATE(485), 1, sym_unary_operator, - STATE(713), 1, + STATE(525), 1, sym_sign, - STATE(724), 1, + STATE(775), 1, sym__direct_name, - STATE(841), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(900), 1, - sym_based_literal, - STATE(902), 1, + STATE(1494), 1, sym__expression, - STATE(1651), 1, + STATE(1539), 1, + sym_based_literal, + STATE(2502), 1, sym__literal, - STATE(1657), 1, + STATE(2509), 1, sym__primary, - STATE(1668), 1, + STATE(2512), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(558), 3, + STATE(555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65999,7 +65765,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66008,76 +65774,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23980] = 30, + [23637] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(629), 1, + STATE(640), 1, sym_sign, - STATE(638), 1, + STATE(642), 1, sym_unary_operator, - STATE(734), 1, + STATE(780), 1, sym__direct_name, - STATE(971), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1015), 1, + STATE(1755), 1, sym__expression, - STATE(1094), 1, + STATE(1811), 1, sym_based_literal, - STATE(2048), 1, + STATE(2541), 1, sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2578), 1, sym_bit_string_literal, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(559), 3, + STATE(556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66092,7 +65858,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66101,76 +65867,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24103] = 30, + [23760] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1223), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(629), 1, + STATE(640), 1, sym_sign, - STATE(638), 1, + STATE(642), 1, sym_unary_operator, - STATE(734), 1, + STATE(780), 1, sym__direct_name, - STATE(971), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1756), 1, + sym__expression, + STATE(1811), 1, sym_based_literal, - STATE(2048), 1, + STATE(2541), 1, sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2578), 1, sym_bit_string_literal, - STATE(2347), 1, - sym__expression, + STATE(2608), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(560), 3, + STATE(557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66185,7 +65951,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66194,76 +65960,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24226] = 30, + [23883] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(501), 1, + STATE(559), 1, sym_unary_operator, - STATE(504), 1, - sym_sign, - STATE(821), 1, + STATE(797), 1, sym__direct_name, - STATE(1783), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(2247), 1, sym_based_literal, - STATE(2277), 1, + STATE(2281), 1, sym__expression, - STATE(2645), 1, + STATE(2641), 1, sym__literal, - STATE(2651), 1, + STATE(2652), 1, sym__primary, - STATE(2657), 1, + STATE(2664), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(561), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1795), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(558), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66278,7 +66043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66287,76 +66052,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24349] = 30, + [24004] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(896), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1289), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1293), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1299), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1303), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1305), 1, sym_bit_string_base, - STATE(501), 1, - sym_unary_operator, - STATE(504), 1, + STATE(558), 1, sym_sign, - STATE(821), 1, + STATE(797), 1, sym__direct_name, - STATE(1783), 1, + STATE(1707), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(2247), 1, sym_based_literal, - STATE(2276), 1, + STATE(2272), 1, sym__expression, - STATE(2645), 1, + STATE(2641), 1, sym__literal, - STATE(2651), 1, + STATE(2652), 1, sym__primary, - STATE(2657), 1, + STATE(2664), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1297), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(1676), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1301), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(562), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1795), 3, + STATE(1900), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2645), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1291), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(559), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2659), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66371,7 +66135,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1295), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66380,76 +66144,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24472] = 30, + [24125] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(501), 1, + STATE(464), 1, sym_unary_operator, - STATE(504), 1, + STATE(465), 1, sym_sign, - STATE(821), 1, + STATE(732), 1, sym__direct_name, - STATE(1783), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(1056), 1, sym_based_literal, - STATE(2275), 1, - sym__expression, - STATE(2645), 1, - sym__literal, - STATE(2651), 1, - sym__primary, - STATE(2657), 1, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, + STATE(2355), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(563), 3, + STATE(560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66464,7 +66228,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66473,76 +66237,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24595] = 30, + [24248] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, - sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(501), 1, - sym_unary_operator, - STATE(504), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(821), 1, + STATE(442), 1, + sym_unary_operator, + STATE(754), 1, sym__direct_name, - STATE(1783), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(1309), 1, sym_based_literal, - STATE(2266), 1, + STATE(1342), 1, sym__expression, - STATE(2645), 1, - sym__literal, - STATE(2651), 1, + STATE(2463), 1, sym__primary, - STATE(2657), 1, + STATE(2467), 1, sym_bit_string_literal, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(564), 3, + STATE(561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66557,7 +66321,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66566,76 +66330,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24718] = 30, + [24371] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(1042), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(1155), 1, + anon_sym_LPAREN, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1173), 1, sym_bit_string_base, - STATE(608), 1, - sym_sign, - STATE(619), 1, + STATE(485), 1, sym_unary_operator, + STATE(525), 1, + sym_sign, STATE(775), 1, sym__direct_name, - STATE(1309), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1439), 1, - sym__expression, - STATE(1518), 1, + STATE(1539), 1, sym_based_literal, - STATE(2488), 1, + STATE(1602), 1, + sym__expression, + STATE(2502), 1, + sym__literal, + STATE(2509), 1, sym__primary, - STATE(2493), 1, + STATE(2512), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(565), 3, + STATE(562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66650,7 +66414,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66659,76 +66423,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24841] = 30, + [24494] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(1042), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(1155), 1, + anon_sym_LPAREN, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1173), 1, sym_bit_string_base, - STATE(608), 1, - sym_sign, - STATE(619), 1, + STATE(485), 1, sym_unary_operator, + STATE(525), 1, + sym_sign, STATE(775), 1, sym__direct_name, - STATE(1309), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1447), 1, - sym__expression, - STATE(1518), 1, + STATE(1539), 1, sym_based_literal, - STATE(2488), 1, + STATE(1599), 1, + sym__expression, + STATE(2502), 1, + sym__literal, + STATE(2509), 1, sym__primary, - STATE(2493), 1, + STATE(2512), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(566), 3, + STATE(563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66743,7 +66507,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66752,76 +66516,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24964] = 30, + [24617] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, + ACTIONS(1042), 1, sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1155), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1161), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1167), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1171), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1173), 1, sym_bit_string_base, - STATE(435), 1, + STATE(485), 1, sym_unary_operator, - STATE(436), 1, + STATE(525), 1, sym_sign, - STATE(814), 1, + STATE(775), 1, sym__direct_name, - STATE(1861), 1, + STATE(1375), 1, sym__abstract_literal, - STATE(1932), 1, + STATE(1539), 1, sym_based_literal, - STATE(2246), 1, + STATE(1598), 1, sym__expression, - STATE(2644), 1, - sym_bit_string_literal, - STATE(2647), 1, - sym__primary, - STATE(2649), 1, + STATE(2502), 1, sym__literal, + STATE(2509), 1, + sym__primary, + STATE(2512), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1165), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(567), 3, + STATE(564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2507), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66836,7 +66600,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1163), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66845,76 +66609,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25087] = 30, + [24740] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, - anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(866), 1, sym_bit_string_base, - ACTIONS(1401), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, sym_condition_conversion, - STATE(599), 1, - sym_sign, - STATE(602), 1, + STATE(661), 1, sym_unary_operator, - STATE(753), 1, + STATE(676), 1, + sym_sign, + STATE(778), 1, sym__direct_name, - STATE(1146), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1348), 1, + STATE(1480), 1, sym_based_literal, - STATE(1369), 1, + STATE(1507), 1, sym__expression, - STATE(2435), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2479), 1, sym__primary, - STATE(2439), 1, + STATE(2482), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(568), 3, + STATE(565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66929,7 +66693,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66938,76 +66702,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25210] = 30, + [24863] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, - anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(435), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(436), 1, + STATE(676), 1, sym_sign, - STATE(814), 1, + STATE(778), 1, sym__direct_name, - STATE(1861), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1932), 1, + STATE(1480), 1, sym_based_literal, - STATE(2245), 1, + STATE(1498), 1, sym__expression, - STATE(2644), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(2647), 1, + STATE(2479), 1, sym__primary, - STATE(2649), 1, + STATE(2482), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(569), 3, + STATE(566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67022,7 +66786,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67031,76 +66795,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25333] = 30, + [24986] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, - anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(435), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(436), 1, + STATE(676), 1, sym_sign, - STATE(814), 1, + STATE(778), 1, sym__direct_name, - STATE(1861), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1932), 1, + STATE(1480), 1, sym_based_literal, - STATE(2243), 1, + STATE(1497), 1, sym__expression, - STATE(2644), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(2647), 1, + STATE(2479), 1, sym__primary, - STATE(2649), 1, + STATE(2482), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(570), 3, + STATE(567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67115,7 +66879,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67124,76 +66888,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25456] = 30, + [25109] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(848), 1, - sym_condition_conversion, - ACTIONS(1267), 1, - anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(435), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(436), 1, + STATE(676), 1, sym_sign, - STATE(814), 1, + STATE(778), 1, sym__direct_name, - STATE(1861), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1932), 1, + STATE(1480), 1, sym_based_literal, - STATE(2232), 1, + STATE(1496), 1, sym__expression, - STATE(2644), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(2647), 1, + STATE(2479), 1, sym__primary, - STATE(2649), 1, + STATE(2482), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(571), 3, + STATE(568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1703), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2619), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67208,7 +66972,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67217,76 +66981,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25579] = 30, + [25232] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(418), 1, + STATE(718), 1, sym_unary_operator, - STATE(419), 1, + STATE(720), 1, sym_sign, - STATE(825), 1, + STATE(852), 1, sym__direct_name, - STATE(1706), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(2034), 1, - sym__expression, - STATE(2167), 1, + STATE(2297), 1, sym_based_literal, - STATE(2628), 1, - sym_bit_string_literal, - STATE(2631), 1, - sym__primary, - STATE(2633), 1, + STATE(2336), 1, + sym__expression, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(572), 3, + STATE(569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67301,7 +67065,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67310,76 +67074,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25702] = 30, + [25355] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1333), 1, - sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(469), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(470), 1, + STATE(701), 1, sym_sign, - STATE(813), 1, + STATE(763), 1, sym__direct_name, - STATE(1904), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2222), 1, + STATE(1461), 1, sym__expression, - STATE(2227), 1, + STATE(1581), 1, sym_based_literal, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, + STATE(2476), 1, sym__primary, - STATE(2659), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(573), 3, + STATE(570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67394,7 +67158,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67403,76 +67167,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25825] = 30, + [25478] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(491), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(496), 1, + STATE(701), 1, sym_sign, - STATE(882), 1, + STATE(763), 1, sym__direct_name, - STATE(2008), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2335), 1, + STATE(1459), 1, sym__expression, - STATE(2342), 1, + STATE(1581), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, + STATE(2476), 1, sym__primary, - STATE(2705), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(574), 3, + STATE(571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67487,7 +67251,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67496,76 +67260,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25948] = 30, + [25601] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(491), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(496), 1, + STATE(701), 1, sym_sign, - STATE(882), 1, + STATE(763), 1, sym__direct_name, - STATE(2008), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2331), 1, + STATE(1458), 1, sym__expression, - STATE(2342), 1, + STATE(1581), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, + STATE(2476), 1, sym__primary, - STATE(2705), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(575), 3, + STATE(572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67580,7 +67344,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67589,76 +67353,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26071] = 30, + [25724] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1333), 1, - sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(469), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(470), 1, + STATE(701), 1, sym_sign, - STATE(813), 1, + STATE(763), 1, sym__direct_name, - STATE(1904), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2221), 1, + STATE(1457), 1, sym__expression, - STATE(2227), 1, + STATE(1581), 1, sym_based_literal, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, + STATE(2476), 1, sym__primary, - STATE(2659), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(576), 3, + STATE(573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67673,7 +67437,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67682,76 +67446,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26194] = 30, + [25847] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(469), 1, + STATE(691), 1, sym_unary_operator, - STATE(470), 1, + STATE(692), 1, sym_sign, - STATE(813), 1, + STATE(831), 1, sym__direct_name, - STATE(1904), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2220), 1, + STATE(1869), 1, sym__expression, - STATE(2227), 1, + STATE(1911), 1, sym_based_literal, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, + STATE(2538), 1, sym__primary, - STATE(2659), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(577), 3, + STATE(574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67766,7 +67530,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67775,169 +67539,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26317] = 30, + [25970] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, - anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(257), 1, sym_bit_string_base, - ACTIONS(1401), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, sym_condition_conversion, - STATE(599), 1, - sym_sign, - STATE(602), 1, + STATE(579), 1, sym_unary_operator, - STATE(753), 1, + STATE(734), 1, sym__direct_name, - STATE(1146), 1, + STATE(930), 1, sym__abstract_literal, - STATE(1348), 1, + STATE(1060), 1, sym_based_literal, - STATE(1365), 1, + STATE(1098), 1, sym__expression, - STATE(2435), 1, + STATE(1951), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(1957), 1, sym__primary, - STATE(2439), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(578), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1181), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(239), 8, - sym__ABS, - sym__AND, - sym__NAND, - sym__NOR, - sym__NOT, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(1028), 8, - sym_NULL, - sym_string_literal, - sym_string_literal_std_logic, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - [26440] = 30, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1331), 1, - anon_sym_LPAREN, - ACTIONS(1333), 1, - sym_condition_conversion, - ACTIONS(1335), 1, - anon_sym_LT_LT, - ACTIONS(1339), 1, - sym_NEW, - ACTIONS(1345), 1, - sym_based_base, - ACTIONS(1349), 1, - sym_bit_string_length, - ACTIONS(1351), 1, - sym_bit_string_base, - STATE(469), 1, - sym_unary_operator, - STATE(470), 1, + STATE(575), 4, sym_sign, - STATE(813), 1, - sym__direct_name, - STATE(1904), 1, - sym__abstract_literal, - STATE(2188), 1, - sym__expression, - STATE(2227), 1, - sym_based_literal, - STATE(2616), 1, - sym_bit_string_literal, - STATE(2620), 1, - sym__primary, - STATE(2659), 1, - sym__literal, - ACTIONS(233), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1343), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1821), 2, - sym__identifier, - sym__external_name, - ACTIONS(1347), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2677), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(1337), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2688), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67952,7 +67622,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67961,76 +67631,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26563] = 30, + [26091] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1062), 1, - anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(491), 1, + STATE(691), 1, sym_unary_operator, - STATE(496), 1, + STATE(692), 1, sym_sign, - STATE(882), 1, + STATE(831), 1, sym__direct_name, - STATE(2008), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2330), 1, + STATE(1841), 1, sym__expression, - STATE(2342), 1, + STATE(1911), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, + STATE(2538), 1, sym__primary, - STATE(2705), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(580), 3, + STATE(576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68045,7 +67715,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68054,76 +67724,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26686] = 30, + [26214] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1023), 1, + STATE(1161), 1, sym__expression, - STATE(1094), 1, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(581), 3, + STATE(577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68138,7 +67808,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68147,76 +67817,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26809] = 30, + [26337] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, - anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(421), 1, + STATE(691), 1, sym_unary_operator, - STATE(427), 1, + STATE(692), 1, sym_sign, - STATE(871), 1, + STATE(831), 1, sym__direct_name, - STATE(2185), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2382), 1, + STATE(1840), 1, sym__expression, - STATE(2391), 1, + STATE(1911), 1, sym_based_literal, - STATE(2691), 1, - sym_bit_string_literal, - STATE(2726), 1, + STATE(2538), 1, sym__primary, - STATE(2729), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(582), 3, + STATE(578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68231,7 +67901,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68240,76 +67910,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26932] = 30, + [26460] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, - sym_condition_conversion, - ACTIONS(1225), 1, - anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(421), 1, - sym_unary_operator, - STATE(427), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(871), 1, + STATE(734), 1, sym__direct_name, - STATE(2185), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2381), 1, - sym__expression, - STATE(2391), 1, + STATE(1060), 1, sym_based_literal, - STATE(2691), 1, + STATE(1093), 1, + sym__expression, + STATE(1951), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(1957), 1, sym__primary, - STATE(2729), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(583), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2041), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(579), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68324,7 +67993,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68333,76 +68002,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27055] = 30, + [26581] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(1026), 1, sym_condition_conversion, - ACTIONS(1381), 1, - anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1363), 1, sym_bit_string_base, - STATE(501), 1, + STATE(691), 1, sym_unary_operator, - STATE(504), 1, + STATE(692), 1, sym_sign, - STATE(821), 1, + STATE(831), 1, sym__direct_name, - STATE(1783), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(2044), 1, - sym_based_literal, - STATE(2141), 1, + STATE(1839), 1, sym__expression, - STATE(2645), 1, - sym__literal, - STATE(2651), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2538), 1, sym__primary, - STATE(2657), 1, + STATE(2539), 1, + sym__literal, + STATE(2591), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(584), 3, + STATE(580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68417,7 +68086,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68426,76 +68095,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27178] = 30, + [26704] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(882), 1, + STATE(611), 1, + sym_unary_operator, + STATE(793), 1, sym__direct_name, - STATE(2008), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(2342), 1, + STATE(1696), 1, sym_based_literal, - STATE(2375), 1, + STATE(1812), 1, sym__expression, - STATE(2699), 1, + STATE(2583), 1, sym_bit_string_literal, - STATE(2703), 1, + STATE(2585), 1, sym__primary, - STATE(2705), 1, + STATE(2615), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(585), 3, + STATE(581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68510,7 +68179,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68519,76 +68188,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27301] = 30, + [26827] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, - sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(501), 1, - sym_unary_operator, - STATE(504), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(821), 1, + STATE(611), 1, + sym_unary_operator, + STATE(793), 1, sym__direct_name, - STATE(1783), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(1696), 1, sym_based_literal, - STATE(2142), 1, + STATE(1765), 1, sym__expression, - STATE(2645), 1, - sym__literal, - STATE(2651), 1, - sym__primary, - STATE(2657), 1, + STATE(2583), 1, sym_bit_string_literal, + STATE(2585), 1, + sym__primary, + STATE(2615), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(586), 3, + STATE(582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68603,7 +68272,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68612,76 +68281,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27424] = 30, + [26950] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, + ACTIONS(1203), 1, sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(421), 1, + STATE(709), 1, sym_unary_operator, - STATE(427), 1, + STATE(710), 1, sym_sign, - STATE(871), 1, + STATE(785), 1, sym__direct_name, - STATE(2185), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(2380), 1, - sym__expression, - STATE(2391), 1, + STATE(1750), 1, sym_based_literal, - STATE(2691), 1, - sym_bit_string_literal, - STATE(2726), 1, - sym__primary, - STATE(2729), 1, + STATE(1828), 1, + sym__expression, + STATE(2562), 1, sym__literal, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(587), 3, + STATE(583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68696,7 +68365,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68705,76 +68374,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27547] = 30, + [27073] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1221), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1223), 1, - sym_condition_conversion, - ACTIONS(1225), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(1229), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1235), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1239), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1241), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(421), 1, - sym_unary_operator, - STATE(427), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(871), 1, + STATE(611), 1, + sym_unary_operator, + STATE(793), 1, sym__direct_name, - STATE(2185), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(2367), 1, - sym__expression, - STATE(2391), 1, + STATE(1696), 1, sym_based_literal, - STATE(2691), 1, + STATE(1762), 1, + sym__expression, + STATE(2583), 1, sym_bit_string_literal, - STATE(2726), 1, + STATE(2585), 1, sym__primary, - STATE(2729), 1, + STATE(2615), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1233), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(2040), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(588), 3, + STATE(584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2041), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2727), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1227), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2769), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68789,7 +68458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1231), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68798,76 +68467,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27670] = 30, + [27196] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(397), 1, - sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(936), 1, sym_bit_string_base, - STATE(608), 1, + ACTIONS(1409), 1, + sym_condition_conversion, + STATE(526), 1, sym_sign, - STATE(619), 1, + STATE(527), 1, sym_unary_operator, - STATE(775), 1, + STATE(795), 1, sym__direct_name, - STATE(1309), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1461), 1, + STATE(1690), 1, sym__expression, - STATE(1518), 1, + STATE(1787), 1, sym_based_literal, - STATE(2488), 1, + STATE(2550), 1, + sym__literal, + STATE(2552), 1, sym__primary, - STATE(2493), 1, + STATE(2559), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(589), 3, + STATE(585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68882,7 +68551,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68891,76 +68560,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27793] = 30, + [27319] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(954), 1, + ACTIONS(918), 1, sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1387), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1393), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(501), 1, + STATE(645), 1, sym_unary_operator, - STATE(504), 1, + STATE(648), 1, sym_sign, - STATE(821), 1, + STATE(856), 1, sym__direct_name, - STATE(1783), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(2044), 1, + STATE(2342), 1, sym_based_literal, - STATE(2143), 1, + STATE(2374), 1, sym__expression, - STATE(2645), 1, - sym__literal, - STATE(2651), 1, - sym__primary, - STATE(2657), 1, + STATE(2707), 1, sym_bit_string_literal, + STATE(2712), 1, + sym__primary, + STATE(2714), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(590), 3, + STATE(586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2672), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68975,7 +68644,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68984,76 +68653,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27916] = 30, + [27442] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1401), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(599), 1, + STATE(526), 1, sym_sign, - STATE(602), 1, + STATE(527), 1, sym_unary_operator, - STATE(753), 1, + STATE(795), 1, sym__direct_name, - STATE(1146), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1348), 1, + STATE(1787), 1, sym_based_literal, - STATE(1364), 1, + STATE(1864), 1, sym__expression, - STATE(2435), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2439), 1, + STATE(2550), 1, sym__literal, + STATE(2552), 1, + sym__primary, + STATE(2559), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(591), 3, + STATE(587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1181), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2437), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69068,7 +68737,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69077,82 +68746,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28039] = 31, + [27565] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1155), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(1157), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(1161), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(1167), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(1171), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(1173), 1, + ACTIONS(936), 1, sym_bit_string_base, - STATE(476), 1, + ACTIONS(1409), 1, + sym_condition_conversion, + STATE(526), 1, sym_sign, - STATE(483), 1, + STATE(527), 1, sym_unary_operator, - STATE(769), 1, + STATE(795), 1, sym__direct_name, - STATE(1334), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1438), 1, + STATE(1787), 1, sym_based_literal, - STATE(2463), 1, + STATE(1862), 1, sym__expression, - STATE(2509), 1, + STATE(2550), 1, sym__literal, - STATE(2523), 1, - sym_simple_expression, - STATE(2528), 1, + STATE(2552), 1, sym__primary, - STATE(2531), 1, + STATE(2559), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1165), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1330), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(592), 3, + STATE(588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1328), 3, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2513), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1159), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -69162,7 +68830,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1163), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69171,75 +68839,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28164] = 29, + [27688] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(916), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(924), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(930), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(934), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(936), 1, sym_bit_string_base, - ACTIONS(1375), 1, + ACTIONS(1409), 1, sym_condition_conversion, - STATE(598), 1, + STATE(526), 1, + sym_sign, + STATE(527), 1, sym_unary_operator, - STATE(743), 1, + STATE(795), 1, sym__direct_name, - STATE(1104), 1, + STATE(1608), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(1787), 1, sym_based_literal, - STATE(1152), 1, + STATE(1854), 1, sym__expression, - STATE(2310), 1, + STATE(2550), 1, + sym__literal, + STATE(2552), 1, sym__primary, - STATE(2351), 1, + STATE(2559), 1, sym_bit_string_literal, - STATE(2356), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(928), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1029), 3, + STATE(589), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2551), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(593), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2386), 5, + STATE(2577), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69254,7 +68923,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(926), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69263,76 +68932,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28285] = 30, + [27811] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, - sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(416), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(417), 1, + STATE(442), 1, sym_unary_operator, - STATE(817), 1, + STATE(754), 1, sym__direct_name, - STATE(1690), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(1926), 1, - sym_based_literal, - STATE(2004), 1, + STATE(1303), 1, sym__expression, - STATE(2668), 1, - sym__literal, - STATE(2670), 1, + STATE(1309), 1, + sym_based_literal, + STATE(2463), 1, sym__primary, - STATE(2678), 1, + STATE(2467), 1, sym_bit_string_literal, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(594), 3, + STATE(590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69347,7 +69016,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69356,76 +69025,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28408] = 30, + [27934] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, - sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(416), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(417), 1, + STATE(442), 1, sym_unary_operator, - STATE(817), 1, + STATE(754), 1, sym__direct_name, - STATE(1690), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(1309), 1, sym_based_literal, - STATE(1977), 1, + STATE(1370), 1, sym__expression, - STATE(2668), 1, - sym__literal, - STATE(2670), 1, + STATE(2463), 1, sym__primary, - STATE(2678), 1, + STATE(2467), 1, sym_bit_string_literal, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(595), 3, + STATE(591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69440,7 +69109,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69449,76 +69118,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28531] = 30, + [28057] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, - sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(416), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(417), 1, + STATE(442), 1, sym_unary_operator, - STATE(817), 1, + STATE(754), 1, sym__direct_name, - STATE(1690), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(1309), 1, sym_based_literal, - STATE(1962), 1, + STATE(1376), 1, sym__expression, - STATE(2668), 1, - sym__literal, - STATE(2670), 1, + STATE(2463), 1, sym__primary, - STATE(2678), 1, + STATE(2467), 1, sym_bit_string_literal, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(596), 3, + STATE(592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69533,7 +69202,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69542,76 +69211,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28654] = 30, + [28180] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, - sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(416), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(417), 1, + STATE(611), 1, sym_unary_operator, - STATE(817), 1, + STATE(793), 1, sym__direct_name, - STATE(1690), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(1696), 1, sym_based_literal, - STATE(1941), 1, + STATE(1759), 1, sym__expression, - STATE(2668), 1, - sym__literal, - STATE(2670), 1, - sym__primary, - STATE(2678), 1, + STATE(2583), 1, sym_bit_string_literal, + STATE(2585), 1, + sym__primary, + STATE(2615), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(597), 3, + STATE(593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69626,7 +69295,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69635,75 +69304,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28777] = 29, + [28303] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(870), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(874), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(878), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(884), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(888), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(890), 1, + ACTIONS(978), 1, sym_bit_string_base, - ACTIONS(1375), 1, + ACTIONS(1153), 1, sym_condition_conversion, - STATE(593), 1, + STATE(610), 1, sym_sign, - STATE(743), 1, + STATE(611), 1, + sym_unary_operator, + STATE(793), 1, sym__direct_name, - STATE(1104), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(1128), 1, + STATE(1696), 1, sym_based_literal, - STATE(1149), 1, + STATE(1758), 1, sym__expression, - STATE(2310), 1, - sym__primary, - STATE(2351), 1, + STATE(2583), 1, sym_bit_string_literal, - STATE(2356), 1, + STATE(2585), 1, + sym__primary, + STATE(2615), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(882), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(1035), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1029), 3, + STATE(594), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2355), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(876), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(598), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2386), 5, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69718,7 +69388,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(880), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69727,75 +69397,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28898] = 29, + [28426] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(1401), 1, - sym_condition_conversion, - STATE(602), 1, + STATE(464), 1, sym_unary_operator, - STATE(753), 1, + STATE(465), 1, + sym_sign, + STATE(732), 1, sym__direct_name, - STATE(1146), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1348), 1, + STATE(1056), 1, sym_based_literal, - STATE(1362), 1, - sym__expression, - STATE(2435), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2081), 1, sym__primary, - STATE(2439), 1, + STATE(2083), 1, sym__literal, + STATE(2299), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1181), 3, + STATE(595), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(599), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2437), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69810,7 +69481,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69819,82 +69490,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29019] = 31, + [28549] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(962), 1, + anon_sym_LT_LT, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(630), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(633), 1, + STATE(611), 1, sym_unary_operator, - STATE(802), 1, + STATE(793), 1, sym__direct_name, - STATE(1520), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1696), 1, sym_based_literal, - STATE(2462), 1, + STATE(1752), 1, sym__expression, - STATE(2541), 1, + STATE(2583), 1, sym_bit_string_literal, - STATE(2554), 1, + STATE(2585), 1, sym__primary, - STATE(2558), 1, - sym_simple_expression, - STATE(2560), 1, + STATE(2615), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(600), 3, + STATE(596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -69904,7 +69574,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69913,76 +69583,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29144] = 30, + [28672] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(946), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(952), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(956), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(958), 1, sym_bit_string_base, - STATE(629), 1, + ACTIONS(1199), 1, + sym_condition_conversion, + STATE(441), 1, sym_sign, - STATE(638), 1, + STATE(442), 1, sym_unary_operator, - STATE(734), 1, + STATE(754), 1, sym__direct_name, - STATE(971), 1, + STATE(1201), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(1309), 1, sym_based_literal, - STATE(2048), 1, - sym__literal, - STATE(2050), 1, + STATE(1377), 1, + sym__expression, + STATE(2463), 1, sym__primary, - STATE(2053), 1, + STATE(2467), 1, sym_bit_string_literal, - STATE(2376), 1, - sym__expression, + STATE(2468), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(950), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(601), 3, + STATE(597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2458), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2441), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69997,7 +69667,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(948), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70006,75 +69676,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29267] = 29, + [28795] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1018), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1022), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1026), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1032), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1036), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1038), 1, + ACTIONS(1000), 1, sym_bit_string_base, - ACTIONS(1401), 1, + ACTIONS(1461), 1, sym_condition_conversion, - STATE(599), 1, + STATE(637), 1, + sym_unary_operator, + STATE(638), 1, sym_sign, - STATE(753), 1, + STATE(788), 1, sym__direct_name, - STATE(1146), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1348), 1, - sym_based_literal, - STATE(1358), 1, + STATE(1779), 1, sym__expression, - STATE(2435), 1, + STATE(1899), 1, + sym_based_literal, + STATE(2564), 1, + sym__literal, + STATE(2592), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2593), 1, sym__primary, - STATE(2439), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1030), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1180), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1181), 3, + STATE(598), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2432), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1024), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(602), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2437), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70089,7 +69760,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1028), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70098,76 +69769,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29388] = 30, + [28918] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1331), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1333), 1, - sym_condition_conversion, - ACTIONS(1335), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1339), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1345), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1349), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1351), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(469), 1, + ACTIONS(1461), 1, + sym_condition_conversion, + STATE(637), 1, sym_unary_operator, - STATE(470), 1, + STATE(638), 1, sym_sign, - STATE(813), 1, + STATE(788), 1, sym__direct_name, - STATE(1904), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(2140), 1, + STATE(1697), 1, sym__expression, - STATE(2227), 1, + STATE(1899), 1, sym_based_literal, - STATE(2616), 1, + STATE(2564), 1, + sym__literal, + STATE(2592), 1, sym_bit_string_literal, - STATE(2620), 1, + STATE(2593), 1, sym__primary, - STATE(2659), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1343), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1821), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(603), 3, + STATE(599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1824), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2677), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1337), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70182,7 +69853,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1341), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70191,76 +69862,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29511] = 30, + [29041] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(425), 1, + ACTIONS(1461), 1, + sym_condition_conversion, + STATE(637), 1, sym_unary_operator, - STATE(438), 1, + STATE(638), 1, sym_sign, - STATE(870), 1, + STATE(788), 1, sym__direct_name, - STATE(1922), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(2295), 1, + STATE(1698), 1, sym__expression, - STATE(2304), 1, + STATE(1899), 1, sym_based_literal, - STATE(2694), 1, + STATE(2564), 1, sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2592), 1, sym_bit_string_literal, + STATE(2593), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(604), 3, + STATE(600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70275,7 +69946,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70284,76 +69955,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29634] = 30, + [29164] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(425), 1, + ACTIONS(1461), 1, + sym_condition_conversion, + STATE(637), 1, sym_unary_operator, - STATE(438), 1, + STATE(638), 1, sym_sign, - STATE(870), 1, + STATE(788), 1, sym__direct_name, - STATE(1922), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(2296), 1, + STATE(1699), 1, sym__expression, - STATE(2304), 1, + STATE(1899), 1, sym_based_literal, - STATE(2694), 1, + STATE(2564), 1, sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2592), 1, sym_bit_string_literal, + STATE(2593), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(605), 3, + STATE(601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70368,7 +70039,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70377,76 +70048,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29757] = 30, + [29287] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(425), 1, + STATE(464), 1, sym_unary_operator, - STATE(438), 1, + STATE(465), 1, sym_sign, - STATE(870), 1, + STATE(732), 1, sym__direct_name, - STATE(1922), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2297), 1, - sym__expression, - STATE(2304), 1, + STATE(1056), 1, sym_based_literal, - STATE(2694), 1, - sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2071), 1, sym_bit_string_literal, + STATE(2081), 1, + sym__primary, + STATE(2083), 1, + sym__literal, + STATE(2391), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(606), 3, + STATE(602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70461,7 +70132,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70470,76 +70141,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29880] = 30, + [29410] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(976), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(892), 1, sym_bit_string_base, - STATE(425), 1, - sym_unary_operator, - STATE(438), 1, + STATE(455), 1, sym_sign, - STATE(870), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1922), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(2302), 1, + STATE(2377), 1, sym__expression, - STATE(2304), 1, + STATE(2423), 1, sym_based_literal, - STATE(2694), 1, - sym__literal, - STATE(2696), 1, - sym__primary, - STATE(2698), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(607), 3, + STATE(603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2697), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70554,7 +70225,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70563,75 +70234,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30003] = 29, + [29533] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(619), 1, + STATE(646), 1, sym_unary_operator, - STATE(775), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(1309), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1482), 1, - sym__expression, - STATE(1518), 1, + STATE(2100), 1, sym_based_literal, - STATE(2488), 1, - sym__primary, - STATE(2493), 1, + STATE(2105), 1, + sym__expression, + STATE(2663), 1, sym_bit_string_literal, - STATE(2503), 1, + STATE(2667), 1, + sym__primary, + STATE(2674), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1344), 3, + STATE(604), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(608), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2492), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70646,7 +70318,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70655,76 +70327,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30124] = 30, + [29656] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1044), 1, + anon_sym_LT_LT, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(630), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(633), 1, + STATE(634), 1, sym_unary_operator, - STATE(802), 1, + STATE(747), 1, sym__direct_name, - STATE(1520), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1140), 1, sym_based_literal, - STATE(1820), 1, + STATE(1194), 1, sym__expression, - STATE(2541), 1, - sym_bit_string_literal, - STATE(2554), 1, - sym__primary, - STATE(2560), 1, + STATE(2419), 1, sym__literal, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(609), 3, + STATE(605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70739,7 +70411,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70748,82 +70420,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30247] = 31, + [29779] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(680), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(683), 1, + STATE(634), 1, sym_unary_operator, - STATE(762), 1, + STATE(747), 1, sym__direct_name, - STATE(1255), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1564), 1, + STATE(1140), 1, sym_based_literal, - STATE(2433), 1, + STATE(1157), 1, sym__expression, - STATE(2477), 1, - sym_simple_expression, - STATE(2484), 1, - sym__primary, - STATE(2505), 1, + STATE(2419), 1, sym__literal, - STATE(2532), 1, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(610), 3, + STATE(606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -70833,7 +70504,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70842,76 +70513,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30372] = 30, + [29902] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1044), 1, + anon_sym_LT_LT, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(630), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(633), 1, + STATE(634), 1, sym_unary_operator, - STATE(802), 1, + STATE(747), 1, sym__direct_name, - STATE(1520), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1140), 1, sym_based_literal, - STATE(1819), 1, + STATE(1165), 1, sym__expression, - STATE(2541), 1, - sym_bit_string_literal, - STATE(2554), 1, - sym__primary, - STATE(2560), 1, + STATE(2419), 1, sym__literal, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(611), 3, + STATE(607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70926,7 +70597,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70935,76 +70606,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30495] = 30, + [30025] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1060), 1, sym_bit_string_base, + ACTIONS(1349), 1, + sym_condition_conversion, STATE(626), 1, - sym_unary_operator, - STATE(627), 1, sym_sign, - STATE(865), 1, + STATE(634), 1, + sym_unary_operator, + STATE(747), 1, sym__direct_name, - STATE(1950), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(2313), 1, - sym__expression, - STATE(2326), 1, + STATE(1140), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2759), 1, - sym__primary, - STATE(2761), 1, + STATE(1171), 1, + sym__expression, + STATE(2419), 1, sym__literal, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(612), 3, + STATE(608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71019,7 +70690,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71028,76 +70699,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30618] = 30, + [30148] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(626), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(627), 1, + STATE(688), 1, sym_sign, - STATE(865), 1, + STATE(762), 1, sym__direct_name, - STATE(1950), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(2314), 1, - sym__expression, - STATE(2326), 1, + STATE(1247), 1, sym_based_literal, - STATE(2756), 1, + STATE(1285), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2445), 1, sym__primary, - STATE(2761), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(613), 3, + STATE(609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71112,7 +70783,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71121,76 +70792,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30741] = 30, + [30271] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(611), 1, sym_unary_operator, - STATE(845), 1, + STATE(793), 1, sym__direct_name, - STATE(2030), 1, - sym__expression, - STATE(2210), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1696), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1726), 1, + sym__expression, + STATE(2583), 1, sym_bit_string_literal, + STATE(2585), 1, + sym__primary, + STATE(2615), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(614), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2018), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(610), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71205,7 +70875,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71214,76 +70884,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30864] = 30, + [30392] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(960), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(966), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(972), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(976), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(978), 1, sym_bit_string_base, - STATE(626), 1, - sym_unary_operator, - STATE(627), 1, + ACTIONS(1153), 1, + sym_condition_conversion, + STATE(610), 1, sym_sign, - STATE(865), 1, + STATE(793), 1, sym__direct_name, - STATE(1950), 1, + STATE(1671), 1, sym__abstract_literal, - STATE(2326), 1, + STATE(1696), 1, sym_based_literal, - STATE(2377), 1, + STATE(1725), 1, sym__expression, - STATE(2756), 1, + STATE(2583), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2585), 1, sym__primary, - STATE(2761), 1, + STATE(2615), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(970), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(615), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2217), 3, + STATE(1660), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2580), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(611), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2556), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71298,7 +70967,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(968), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71307,76 +70976,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30987] = 30, + [30513] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(626), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(627), 1, + STATE(688), 1, sym_sign, - STATE(865), 1, + STATE(762), 1, sym__direct_name, - STATE(1950), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(2315), 1, - sym__expression, - STATE(2326), 1, + STATE(1247), 1, sym_based_literal, - STATE(2756), 1, + STATE(1318), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2445), 1, sym__primary, - STATE(2761), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(616), 3, + STATE(612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71391,7 +71060,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71400,76 +71069,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31110] = 30, + [30636] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(626), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(627), 1, + STATE(688), 1, sym_sign, - STATE(865), 1, + STATE(762), 1, sym__direct_name, - STATE(1950), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(2320), 1, - sym__expression, - STATE(2326), 1, + STATE(1247), 1, sym_based_literal, - STATE(2756), 1, + STATE(1319), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2445), 1, sym__primary, - STATE(2761), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(617), 3, + STATE(613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71484,7 +71153,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71493,76 +71162,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31233] = 30, + [30759] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(1024), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(630), 1, - sym_sign, - STATE(633), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(802), 1, + STATE(688), 1, + sym_sign, + STATE(762), 1, sym__direct_name, - STATE(1520), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1247), 1, sym_based_literal, - STATE(1815), 1, + STATE(1321), 1, sym__expression, - STATE(2541), 1, + STATE(2443), 1, sym_bit_string_literal, - STATE(2554), 1, + STATE(2445), 1, sym__primary, - STATE(2560), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(618), 3, + STATE(614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2570), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71577,7 +71246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71586,75 +71255,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31356] = 29, + [30882] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(1265), 1, + anon_sym_LPAREN, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(608), 1, + STATE(680), 1, sym_sign, - STATE(775), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(1309), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1484), 1, - sym__expression, - STATE(1518), 1, + STATE(1451), 1, sym_based_literal, - STATE(2488), 1, + STATE(1522), 1, + sym__expression, + STATE(2518), 1, + sym__literal, + STATE(2520), 1, sym__primary, - STATE(2493), 1, + STATE(2523), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1344), 3, + STATE(615), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(619), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2492), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71669,7 +71339,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71678,82 +71348,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31477] = 31, + [31005] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1243), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1245), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1249), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1255), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1259), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1261), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(425), 1, - sym_unary_operator, - STATE(438), 1, + STATE(678), 1, sym_sign, - STATE(870), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1922), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2461), 1, + STATE(2388), 1, sym__expression, - STATE(2694), 1, + STATE(2411), 1, + sym_based_literal, + STATE(2734), 1, sym__literal, - STATE(2696), 1, + STATE(2743), 1, sym__primary, - STATE(2698), 1, + STATE(2759), 1, sym_bit_string_literal, - STATE(2715), 1, - sym_simple_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1253), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(2127), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(620), 3, + STATE(616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2125), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2695), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1247), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -71763,7 +71432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1251), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71772,80 +71441,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31602] = 29, + [31128] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1307), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1313), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1319), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1323), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1325), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(628), 1, + STATE(438), 1, + sym_unary_operator, + STATE(443), 1, sym_sign, - STATE(777), 1, + STATE(819), 1, sym__direct_name, - STATE(1289), 1, + STATE(1814), 1, sym__abstract_literal, - STATE(1524), 1, + STATE(2088), 1, sym_based_literal, - STATE(1544), 1, + STATE(2442), 1, sym__expression, - STATE(2495), 1, + STATE(2670), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2671), 1, sym__primary, - STATE(2512), 1, + STATE(2677), 1, sym__literal, + STATE(2683), 1, + sym_simple_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1317), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1366), 3, + STATE(617), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2675), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(621), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2490), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -71855,7 +71526,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1315), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71864,76 +71535,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31723] = 30, + [31253] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + STATE(680), 1, sym_sign, - STATE(882), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(2008), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(2332), 1, - sym__expression, - STATE(2342), 1, + STATE(1451), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(1490), 1, + sym__expression, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(622), 3, + STATE(618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71948,7 +71619,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71957,76 +71628,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31846] = 30, + [31376] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + STATE(680), 1, sym_sign, - STATE(882), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(2008), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(2333), 1, - sym__expression, - STATE(2342), 1, + STATE(1451), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(1485), 1, + sym__expression, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(623), 3, + STATE(619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72041,7 +71712,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72050,81 +71721,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31969] = 30, + [31499] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(491), 1, + STATE(464), 1, sym_unary_operator, - STATE(496), 1, + STATE(465), 1, sym_sign, - STATE(882), 1, + STATE(732), 1, sym__direct_name, - STATE(2008), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2334), 1, - sym__expression, - STATE(2342), 1, + STATE(1056), 1, sym_based_literal, - STATE(2699), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2703), 1, + STATE(2081), 1, sym__primary, - STATE(2705), 1, + STATE(2083), 1, sym__literal, + STATE(2269), 1, + sym_simple_expression, + STATE(2440), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(624), 3, + STATE(620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2077), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -72134,7 +71806,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72143,76 +71815,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32092] = 30, + [31624] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + STATE(680), 1, sym_sign, - STATE(882), 1, + STATE(697), 1, + sym_unary_operator, + STATE(767), 1, sym__direct_name, - STATE(2008), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(2340), 1, - sym__expression, - STATE(2342), 1, + STATE(1451), 1, sym_based_literal, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(1482), 1, + sym__expression, + STATE(2518), 1, sym__literal, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(625), 3, + STATE(621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72227,7 +71899,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72236,75 +71908,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32215] = 29, + [31747] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(1177), 1, sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1195), 1, sym_bit_string_base, - STATE(627), 1, + STATE(623), 1, sym_sign, - STATE(865), 1, + STATE(843), 1, sym__direct_name, - STATE(1950), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(2319), 1, + STATE(2298), 1, sym__expression, - STATE(2326), 1, + STATE(2305), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2759), 1, - sym__primary, - STATE(2761), 1, + STATE(2708), 1, sym__literal, + STATE(2738), 1, + sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2217), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(626), 4, + STATE(622), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2757), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72319,7 +71991,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72328,75 +72000,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32336] = 29, + [31868] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(1177), 1, sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1195), 1, sym_bit_string_base, - STATE(626), 1, + STATE(622), 1, sym_unary_operator, - STATE(865), 1, + STATE(843), 1, sym__direct_name, - STATE(1950), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(2318), 1, + STATE(2295), 1, sym__expression, - STATE(2326), 1, + STATE(2305), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2759), 1, - sym__primary, - STATE(2761), 1, + STATE(2708), 1, sym__literal, + STATE(2738), 1, + sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2217), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(627), 4, + STATE(623), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2757), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72411,7 +72083,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72420,75 +72092,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32457] = 29, + [31989] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1022), 1, sym_bit_string_base, - ACTIONS(1421), 1, + ACTIONS(1197), 1, sym_condition_conversion, - STATE(621), 1, + STATE(432), 1, + sym_sign, + STATE(433), 1, sym_unary_operator, - STATE(777), 1, + STATE(738), 1, sym__direct_name, - STATE(1289), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1524), 1, - sym_based_literal, - STATE(1545), 1, + STATE(1184), 1, sym__expression, - STATE(2495), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2433), 1, sym__primary, - STATE(2512), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1366), 3, + STATE(624), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(628), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2490), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72503,7 +72176,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72512,75 +72185,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32578] = 29, + [32112] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1243), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1245), 1, + sym_condition_conversion, + ACTIONS(1247), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1251), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1257), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1261), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1263), 1, sym_bit_string_base, - STATE(638), 1, + STATE(424), 1, sym_unary_operator, - STATE(734), 1, + STATE(426), 1, + sym_sign, + STATE(832), 1, sym__direct_name, - STATE(971), 1, + STATE(1680), 1, sym__abstract_literal, - STATE(1000), 1, - sym__expression, - STATE(1094), 1, + STATE(2284), 1, sym_based_literal, - STATE(2048), 1, + STATE(2287), 1, + sym__expression, + STATE(2653), 1, sym__literal, - STATE(2050), 1, + STATE(2655), 1, sym__primary, - STATE(2053), 1, + STATE(2660), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1255), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(625), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1867), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2654), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(629), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2052), 5, + STATE(2658), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72595,7 +72269,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1253), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72604,75 +72278,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32699] = 29, + [32235] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1044), 1, + anon_sym_LT_LT, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(633), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(634), 1, sym_unary_operator, - STATE(802), 1, + STATE(747), 1, sym__direct_name, - STATE(1520), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1673), 1, - sym__expression, - STATE(1784), 1, + STATE(1140), 1, sym_based_literal, - STATE(2541), 1, - sym_bit_string_literal, - STATE(2554), 1, - sym__primary, - STATE(2560), 1, + STATE(1180), 1, + sym__expression, + STATE(2419), 1, sym__literal, + STATE(2422), 1, + sym__primary, + STATE(2424), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(630), 4, + STATE(626), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2570), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72687,7 +72361,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72696,82 +72370,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32820] = 31, + [32356] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(701), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(705), 1, + STATE(433), 1, sym_unary_operator, - STATE(791), 1, + STATE(738), 1, sym__direct_name, - STATE(1597), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1718), 1, - sym_based_literal, - STATE(2460), 1, + STATE(1198), 1, sym__expression, - STATE(2536), 1, - sym__primary, - STATE(2539), 1, + STATE(1209), 1, + sym_based_literal, + STATE(2303), 1, sym__literal, - STATE(2599), 1, - sym_simple_expression, - STATE(2602), 1, + STATE(2356), 1, sym_bit_string_literal, + STATE(2433), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(631), 3, + STATE(627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -72781,7 +72454,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72790,76 +72463,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32945] = 30, + [32479] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(998), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, - anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(491), 1, - sym_unary_operator, - STATE(496), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(882), 1, + STATE(579), 1, + sym_unary_operator, + STATE(734), 1, sym__direct_name, - STATE(2008), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2342), 1, + STATE(1060), 1, sym_based_literal, - STATE(2390), 1, + STATE(1119), 1, sym__expression, - STATE(2699), 1, + STATE(1951), 1, sym_bit_string_literal, - STATE(2703), 1, + STATE(1957), 1, sym__primary, - STATE(2705), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(632), 3, + STATE(628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2701), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72874,7 +72547,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72883,75 +72556,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33068] = 29, + [32602] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(938), 1, - sym_condition_conversion, - ACTIONS(1096), 1, - anon_sym_LT_LT, - ACTIONS(1407), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, + ACTIONS(1006), 1, + anon_sym_LT_LT, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1415), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1417), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1419), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(630), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(802), 1, + STATE(433), 1, + sym_unary_operator, + STATE(738), 1, sym__direct_name, - STATE(1520), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1784), 1, + STATE(1209), 1, sym_based_literal, - STATE(1789), 1, + STATE(1224), 1, sym__expression, - STATE(2541), 1, + STATE(2303), 1, + sym__literal, + STATE(2356), 1, sym_bit_string_literal, - STATE(2554), 1, + STATE(2433), 1, sym__primary, - STATE(2560), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1413), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(629), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2555), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(633), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2570), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72966,7 +72640,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1411), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72975,76 +72649,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33189] = 30, + [32725] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1002), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1010), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1016), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1020), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1022), 1, sym_bit_string_base, - STATE(629), 1, + ACTIONS(1197), 1, + sym_condition_conversion, + STATE(432), 1, sym_sign, - STATE(638), 1, + STATE(433), 1, sym_unary_operator, - STATE(734), 1, + STATE(738), 1, sym__direct_name, - STATE(971), 1, + STATE(1017), 1, sym__abstract_literal, - STATE(1001), 1, - sym__expression, - STATE(1094), 1, + STATE(1209), 1, sym_based_literal, - STATE(2048), 1, + STATE(1225), 1, + sym__expression, + STATE(2303), 1, sym__literal, - STATE(2050), 1, - sym__primary, - STATE(2053), 1, + STATE(2356), 1, sym_bit_string_literal, + STATE(2433), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1014), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1058), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(634), 3, + STATE(630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1061), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2300), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2368), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73059,7 +72733,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1012), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73068,76 +72742,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33312] = 30, + [32848] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1017), 1, - sym__expression, - STATE(1094), 1, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(1218), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(635), 3, + STATE(631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73152,7 +72826,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73161,76 +72835,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33435] = 30, + [32971] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1019), 1, - sym__expression, - STATE(1094), 1, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(1227), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(636), 3, + STATE(632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73245,7 +72919,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73254,76 +72928,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33558] = 30, + [33094] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(629), 1, + STATE(712), 1, sym_sign, - STATE(638), 1, + STATE(714), 1, sym_unary_operator, - STATE(734), 1, + STATE(745), 1, sym__direct_name, - STATE(971), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1080), 1, - sym__expression, - STATE(1094), 1, + STATE(1199), 1, sym_based_literal, - STATE(2048), 1, + STATE(1226), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(2050), 1, + STATE(2351), 1, sym__primary, - STATE(2053), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(637), 3, + STATE(633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73338,7 +73012,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73347,75 +73021,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33681] = 29, + [33217] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1040), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1044), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1048), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1054), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1058), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1060), 1, sym_bit_string_base, - STATE(629), 1, + ACTIONS(1349), 1, + sym_condition_conversion, + STATE(626), 1, sym_sign, - STATE(734), 1, + STATE(747), 1, sym__direct_name, - STATE(971), 1, + STATE(1049), 1, sym__abstract_literal, - STATE(1062), 1, - sym__expression, - STATE(1094), 1, + STATE(1140), 1, sym_based_literal, - STATE(2048), 1, + STATE(1177), 1, + sym__expression, + STATE(2419), 1, sym__literal, - STATE(2050), 1, + STATE(2422), 1, sym__primary, - STATE(2053), 1, + STATE(2424), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1052), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(1052), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1056), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(1054), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2420), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1046), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(638), 4, + STATE(634), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2052), 5, + STATE(2376), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73430,7 +73104,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1050), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73439,76 +73113,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33802] = 30, + [33338] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1195), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, + STATE(622), 1, sym_unary_operator, - STATE(628), 1, + STATE(623), 1, sym_sign, - STATE(777), 1, + STATE(843), 1, sym__direct_name, - STATE(1289), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(1524), 1, + STATE(2305), 1, sym_based_literal, - STATE(1553), 1, + STATE(2387), 1, sym__expression, - STATE(2495), 1, - sym_bit_string_literal, - STATE(2504), 1, - sym__primary, - STATE(2512), 1, + STATE(2708), 1, sym__literal, + STATE(2738), 1, + sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(639), 3, + STATE(635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1366), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73523,7 +73197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73532,82 +73206,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33925] = 31, + [33461] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1062), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1066), 1, + ACTIONS(1177), 1, + sym_condition_conversion, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1070), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1076), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1080), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1082), 1, + ACTIONS(1195), 1, sym_bit_string_base, - STATE(491), 1, + STATE(622), 1, sym_unary_operator, - STATE(496), 1, + STATE(623), 1, sym_sign, - STATE(882), 1, + STATE(843), 1, sym__direct_name, - STATE(2008), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(2342), 1, + STATE(2305), 1, sym_based_literal, - STATE(2455), 1, + STATE(2390), 1, sym__expression, - STATE(2699), 1, - sym_bit_string_literal, - STATE(2703), 1, - sym__primary, - STATE(2705), 1, + STATE(2708), 1, sym__literal, - STATE(2724), 1, - sym_simple_expression, + STATE(2738), 1, + sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1074), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1915), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(640), 3, + STATE(636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2287), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2704), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1068), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -73617,7 +73290,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1072), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73626,76 +73299,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34050] = 30, + [33584] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1000), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1461), 1, sym_condition_conversion, - STATE(676), 1, + STATE(638), 1, sym_sign, - STATE(678), 1, - sym_unary_operator, STATE(788), 1, sym__direct_name, - STATE(1604), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1746), 1, + STATE(1895), 1, sym__expression, - STATE(2540), 1, + STATE(1899), 1, + sym_based_literal, + STATE(2564), 1, sym__literal, - STATE(2607), 1, + STATE(2592), 1, sym_bit_string_literal, - STATE(2613), 1, + STATE(2593), 1, sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(641), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1516), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(637), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73710,7 +73382,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73719,76 +73391,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34173] = 30, + [33705] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1000), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1461), 1, sym_condition_conversion, - STATE(676), 1, - sym_sign, - STATE(678), 1, + STATE(637), 1, sym_unary_operator, STATE(788), 1, sym__direct_name, - STATE(1604), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1745), 1, + STATE(1893), 1, sym__expression, - STATE(2540), 1, + STATE(1899), 1, + sym_based_literal, + STATE(2564), 1, sym__literal, - STATE(2607), 1, + STATE(2592), 1, sym_bit_string_literal, - STATE(2613), 1, + STATE(2593), 1, sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(642), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1516), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(638), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73803,7 +73474,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73812,76 +73483,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34296] = 30, + [33826] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(1175), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(1177), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1179), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1183), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1189), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1193), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1195), 1, sym_bit_string_base, - STATE(418), 1, + STATE(622), 1, sym_unary_operator, - STATE(419), 1, + STATE(623), 1, sym_sign, - STATE(825), 1, + STATE(843), 1, sym__direct_name, - STATE(1706), 1, + STATE(2121), 1, sym__abstract_literal, - STATE(2100), 1, - sym__expression, - STATE(2167), 1, + STATE(2305), 1, sym_based_literal, - STATE(2628), 1, - sym_bit_string_literal, - STATE(2631), 1, - sym__primary, - STATE(2633), 1, + STATE(2393), 1, + sym__expression, + STATE(2708), 1, sym__literal, + STATE(2738), 1, + sym__primary, + STATE(2766), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1187), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(2228), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1191), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(643), 3, + STATE(639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(2246), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2715), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1181), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2753), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73896,7 +73567,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1185), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73905,76 +73576,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34419] = 30, + [33949] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, - anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1223), 1, + anon_sym_LPAREN, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(418), 1, + STATE(642), 1, sym_unary_operator, - STATE(419), 1, - sym_sign, - STATE(825), 1, + STATE(780), 1, sym__direct_name, - STATE(1706), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(2101), 1, + STATE(1687), 1, sym__expression, - STATE(2167), 1, + STATE(1811), 1, sym_based_literal, - STATE(2628), 1, + STATE(2541), 1, + sym__literal, + STATE(2578), 1, sym_bit_string_literal, - STATE(2631), 1, + STATE(2608), 1, sym__primary, - STATE(2633), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(644), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1876), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(640), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73989,7 +73659,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73998,76 +73668,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34542] = 30, + [34070] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1201), 1, - sym_condition_conversion, - ACTIONS(1203), 1, - anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(825), 1, + STATE(579), 1, + sym_unary_operator, + STATE(734), 1, sym__direct_name, - STATE(1706), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2106), 1, + STATE(1007), 1, sym__expression, - STATE(2167), 1, + STATE(1060), 1, sym_based_literal, - STATE(2628), 1, + STATE(1951), 1, sym_bit_string_literal, - STATE(2631), 1, + STATE(1957), 1, sym__primary, - STATE(2633), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(645), 3, + STATE(641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1876), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74082,7 +73752,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74091,76 +73761,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34665] = 30, + [34193] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1199), 1, - anon_sym_LPAREN, - ACTIONS(1201), 1, + ACTIONS(940), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1223), 1, + anon_sym_LPAREN, + ACTIONS(1225), 1, anon_sym_LT_LT, - ACTIONS(1207), 1, + ACTIONS(1229), 1, sym_NEW, - ACTIONS(1213), 1, + ACTIONS(1235), 1, sym_based_base, - ACTIONS(1217), 1, + ACTIONS(1239), 1, sym_bit_string_length, - ACTIONS(1219), 1, + ACTIONS(1241), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + STATE(640), 1, sym_sign, - STATE(825), 1, + STATE(780), 1, sym__direct_name, - STATE(1706), 1, + STATE(1418), 1, sym__abstract_literal, - STATE(2145), 1, + STATE(1685), 1, sym__expression, - STATE(2167), 1, + STATE(1811), 1, sym_based_literal, - STATE(2628), 1, + STATE(2541), 1, + sym__literal, + STATE(2578), 1, sym_bit_string_literal, - STATE(2631), 1, + STATE(2608), 1, sym__primary, - STATE(2633), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1211), 2, + ACTIONS(1233), 2, sym_decimal_integer, sym_decimal_float, - STATE(1840), 2, + STATE(1582), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(1237), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(646), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1876), 3, + STATE(1580), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2632), 3, + STATE(2607), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1205), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2630), 5, + STATE(642), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2581), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74175,7 +73844,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1209), 8, + ACTIONS(1231), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74184,76 +73853,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34788] = 30, + [34314] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(231), 1, + sym_condition_conversion, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(780), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, + STATE(712), 1, sym_sign, - STATE(678), 1, + STATE(714), 1, sym_unary_operator, - STATE(788), 1, + STATE(745), 1, sym__direct_name, - STATE(1604), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1694), 1, + STATE(1199), 1, sym_based_literal, - STATE(1736), 1, + STATE(1208), 1, sym__expression, - STATE(2540), 1, + STATE(2349), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2351), 1, sym__primary, + STATE(2352), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(647), 3, + STATE(643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1516), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2610), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74268,7 +73937,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74277,76 +73946,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34911] = 30, + [34437] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, - anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(466), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(468), 1, + STATE(579), 1, sym_unary_operator, - STATE(845), 1, + STATE(734), 1, sym__direct_name, - STATE(1916), 1, - sym__expression, - STATE(2210), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1009), 1, + sym__expression, + STATE(1060), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1951), 1, sym_bit_string_literal, + STATE(1957), 1, + sym__primary, + STATE(1959), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(648), 3, + STATE(644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74361,7 +74030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74370,76 +74039,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35034] = 30, + [34560] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, - sym_unary_operator, - STATE(628), 1, + STATE(648), 1, sym_sign, - STATE(777), 1, + STATE(856), 1, sym__direct_name, - STATE(1289), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1524), 1, + STATE(2342), 1, sym_based_literal, - STATE(1560), 1, + STATE(2362), 1, sym__expression, - STATE(2495), 1, + STATE(2707), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2712), 1, sym__primary, - STATE(2512), 1, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(649), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1366), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(645), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74454,7 +74122,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74463,76 +74131,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35157] = 30, + [34681] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(952), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(956), 1, + ACTIONS(1413), 1, + sym_condition_conversion, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(960), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(966), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(970), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(972), 1, + ACTIONS(1431), 1, sym_bit_string_base, - ACTIONS(1421), 1, - sym_condition_conversion, - STATE(621), 1, - sym_unary_operator, - STATE(628), 1, + STATE(650), 1, sym_sign, - STATE(777), 1, + STATE(806), 1, sym__direct_name, - STATE(1289), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1524), 1, - sym_based_literal, - STATE(1563), 1, + STATE(2045), 1, sym__expression, - STATE(2495), 1, + STATE(2100), 1, + sym_based_literal, + STATE(2663), 1, sym_bit_string_literal, - STATE(2504), 1, + STATE(2667), 1, sym__primary, - STATE(2512), 1, + STATE(2674), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(964), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(1367), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(650), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1366), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2510), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(958), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2490), 5, + STATE(646), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74547,7 +74214,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(962), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74556,82 +74223,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35280] = 31, + [34802] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(892), 1, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(896), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(466), 1, + STATE(712), 1, sym_sign, - STATE(468), 1, + STATE(714), 1, sym_unary_operator, - STATE(845), 1, + STATE(745), 1, sym__direct_name, - STATE(2210), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1199), 1, sym_based_literal, - STATE(2454), 1, + STATE(1210), 1, sym__expression, - STATE(2744), 1, + STATE(2349), 1, sym__literal, - STATE(2755), 1, - sym_simple_expression, - STATE(2764), 1, + STATE(2351), 1, sym__primary, - STATE(2768), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(651), 3, + STATE(647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -74641,7 +74307,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74650,76 +74316,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35405] = 30, + [34925] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, + ACTIONS(918), 1, sym_condition_conversion, - ACTIONS(1313), 1, + ACTIONS(1131), 1, + anon_sym_LPAREN, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(626), 1, + STATE(645), 1, sym_unary_operator, - STATE(627), 1, - sym_sign, - STATE(865), 1, + STATE(856), 1, sym__direct_name, - STATE(1950), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(2311), 1, - sym__expression, - STATE(2326), 1, + STATE(2342), 1, sym_based_literal, - STATE(2756), 1, + STATE(2363), 1, + sym__expression, + STATE(2707), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(2712), 1, sym__primary, - STATE(2761), 1, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(652), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2217), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(648), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74734,7 +74399,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74743,76 +74408,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35528] = 30, + [35046] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(680), 1, - sym_sign, - STATE(683), 1, + STATE(679), 1, sym_unary_operator, - STATE(762), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(1255), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1536), 1, + STATE(1456), 1, sym__expression, - STATE(1564), 1, + STATE(1591), 1, sym_based_literal, - STATE(2484), 1, + STATE(2513), 1, + sym_bit_string_literal, + STATE(2527), 1, sym__primary, - STATE(2505), 1, - sym__literal, STATE(2532), 1, - sym_bit_string_literal, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(653), 3, + STATE(649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74827,7 +74492,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74836,76 +74501,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35651] = 30, + [35169] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(646), 1, sym_unary_operator, - STATE(845), 1, + STATE(806), 1, sym__direct_name, - STATE(2210), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(2407), 1, + STATE(2044), 1, sym__expression, - STATE(2431), 1, + STATE(2100), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(2663), 1, sym_bit_string_literal, + STATE(2667), 1, + sym__primary, + STATE(2674), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(654), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2018), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(650), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74920,7 +74584,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74929,76 +74593,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35774] = 30, + [35290] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(894), 1, - sym_condition_conversion, - ACTIONS(896), 1, - anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(466), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(468), 1, + STATE(579), 1, sym_unary_operator, - STATE(845), 1, + STATE(734), 1, sym__direct_name, - STATE(2210), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2408), 1, + STATE(1004), 1, sym__expression, - STATE(2431), 1, + STATE(1060), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(1951), 1, sym_bit_string_literal, + STATE(1957), 1, + sym__primary, + STATE(1959), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(655), 3, + STATE(651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75013,7 +74677,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75022,76 +74686,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35897] = 30, + [35413] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(680), 1, - sym_sign, - STATE(683), 1, + STATE(709), 1, sym_unary_operator, - STATE(762), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(1255), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(1537), 1, - sym__expression, - STATE(1564), 1, + STATE(1750), 1, sym_based_literal, - STATE(2484), 1, - sym__primary, - STATE(2505), 1, + STATE(1829), 1, + sym__expression, + STATE(2562), 1, sym__literal, - STATE(2532), 1, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(656), 3, + STATE(652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75106,7 +74770,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75115,76 +74779,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36020] = 30, + [35536] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(646), 1, sym_unary_operator, - STATE(845), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(2210), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(2409), 1, + STATE(2012), 1, sym__expression, - STATE(2431), 1, + STATE(2100), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(2663), 1, sym_bit_string_literal, + STATE(2667), 1, + sym__primary, + STATE(2674), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(657), 3, + STATE(653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75199,7 +74863,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75208,76 +74872,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36143] = 30, + [35659] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1413), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(646), 1, sym_unary_operator, - STATE(845), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(2210), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(2419), 1, + STATE(1992), 1, sym__expression, - STATE(2431), 1, + STATE(2100), 1, sym_based_literal, - STATE(2744), 1, - sym__literal, - STATE(2764), 1, - sym__primary, - STATE(2768), 1, + STATE(2663), 1, sym_bit_string_literal, + STATE(2667), 1, + sym__primary, + STATE(2674), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(658), 3, + STATE(654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75292,7 +74956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75301,76 +74965,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36266] = 30, + [35782] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(1411), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(1413), 1, + sym_condition_conversion, + ACTIONS(1415), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(1419), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(1425), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(1429), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(1431), 1, sym_bit_string_base, - STATE(680), 1, - sym_sign, - STATE(683), 1, + STATE(646), 1, sym_unary_operator, - STATE(762), 1, + STATE(650), 1, + sym_sign, + STATE(806), 1, sym__direct_name, - STATE(1255), 1, + STATE(1816), 1, sym__abstract_literal, - STATE(1541), 1, + STATE(1991), 1, sym__expression, - STATE(1564), 1, + STATE(2100), 1, sym_based_literal, - STATE(2484), 1, + STATE(2663), 1, + sym_bit_string_literal, + STATE(2667), 1, sym__primary, - STATE(2505), 1, + STATE(2674), 1, sym__literal, - STATE(2532), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(1423), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(659), 3, + STATE(655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1307), 3, + STATE(1883), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2669), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2500), 5, + STATE(2656), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75385,7 +75049,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(1421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75394,76 +75058,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36389] = 30, + [35905] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, - anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(626), 1, - sym_unary_operator, - STATE(627), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(865), 1, + STATE(579), 1, + sym_unary_operator, + STATE(734), 1, sym__direct_name, - STATE(1950), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2316), 1, + STATE(1001), 1, sym__expression, - STATE(2326), 1, + STATE(1060), 1, sym_based_literal, - STATE(2756), 1, + STATE(1951), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(1957), 1, sym__primary, - STATE(2761), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(660), 3, + STATE(656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75478,7 +75142,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75487,76 +75151,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36512] = 30, + [36028] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(229), 1, anon_sym_LPAREN, - ACTIONS(1311), 1, - sym_condition_conversion, - ACTIONS(1313), 1, - anon_sym_LT_LT, - ACTIONS(1317), 1, + ACTIONS(241), 1, sym_NEW, - ACTIONS(1323), 1, + ACTIONS(251), 1, sym_based_base, - ACTIONS(1327), 1, + ACTIONS(255), 1, sym_bit_string_length, - ACTIONS(1329), 1, + ACTIONS(257), 1, sym_bit_string_base, - STATE(626), 1, - sym_unary_operator, - STATE(627), 1, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, - STATE(865), 1, + STATE(579), 1, + sym_unary_operator, + STATE(734), 1, sym__direct_name, - STATE(1950), 1, + STATE(930), 1, sym__abstract_literal, - STATE(2312), 1, + STATE(1020), 1, sym__expression, - STATE(2326), 1, + STATE(1060), 1, sym_based_literal, - STATE(2756), 1, + STATE(1951), 1, sym_bit_string_literal, - STATE(2759), 1, + STATE(1957), 1, sym__primary, - STATE(2761), 1, + STATE(1959), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1321), 2, + ACTIONS(249), 2, sym_decimal_integer, sym_decimal_float, - STATE(2218), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(1325), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(661), 3, + STATE(657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2217), 3, + STATE(932), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2760), 3, + STATE(1958), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1315), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2757), 5, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75571,7 +75235,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1319), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75580,76 +75244,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36635] = 30, + [36151] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(231), 1, + sym_condition_conversion, + ACTIONS(758), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(780), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, - sym_unary_operator, - STATE(713), 1, + STATE(712), 1, sym_sign, - STATE(724), 1, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, sym__direct_name, - STATE(841), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(894), 1, - sym__expression, - STATE(900), 1, + STATE(1199), 1, sym_based_literal, - STATE(1651), 1, + STATE(1205), 1, + sym__expression, + STATE(2349), 1, sym__literal, - STATE(1657), 1, + STATE(2351), 1, sym__primary, - STATE(1668), 1, + STATE(2352), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(662), 3, + STATE(658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75664,7 +75328,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75673,76 +75337,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36758] = 30, + [36274] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, + STATE(645), 1, sym_unary_operator, - STATE(713), 1, + STATE(648), 1, sym_sign, - STATE(724), 1, + STATE(856), 1, sym__direct_name, - STATE(841), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(889), 1, - sym__expression, - STATE(900), 1, + STATE(2342), 1, sym_based_literal, - STATE(1651), 1, - sym__literal, - STATE(1657), 1, - sym__primary, - STATE(1668), 1, + STATE(2367), 1, + sym__expression, + STATE(2707), 1, sym_bit_string_literal, + STATE(2712), 1, + sym__primary, + STATE(2714), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(663), 3, + STATE(659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75757,7 +75421,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75766,82 +75430,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36881] = 31, + [36397] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1381), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1383), 1, - anon_sym_LT_LT, ACTIONS(1387), 1, - sym_NEW, + sym_condition_conversion, + ACTIONS(1389), 1, + anon_sym_LT_LT, ACTIONS(1393), 1, + sym_NEW, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1397), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1399), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(501), 1, - sym_unary_operator, - STATE(504), 1, + STATE(678), 1, sym_sign, - STATE(821), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1783), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(2044), 1, - sym_based_literal, - STATE(2451), 1, + STATE(2399), 1, sym__expression, - STATE(2645), 1, + STATE(2411), 1, + sym_based_literal, + STATE(2734), 1, sym__literal, - STATE(2651), 1, + STATE(2743), 1, sym__primary, - STATE(2657), 1, + STATE(2759), 1, sym_bit_string_literal, - STATE(2689), 1, - sym_simple_expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1391), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(1679), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(664), 3, + STATE(660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1795), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2646), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1385), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -75851,7 +75514,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1389), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75860,76 +75523,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37006] = 30, + [36520] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(850), 1, + anon_sym_LT_LT, + ACTIONS(854), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(866), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, sym_condition_conversion, - STATE(430), 1, - sym_unary_operator, - STATE(431), 1, + STATE(676), 1, sym_sign, - STATE(735), 1, + STATE(778), 1, sym__direct_name, - STATE(937), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1018), 1, + STATE(1480), 1, sym_based_literal, - STATE(1112), 1, + STATE(1512), 1, sym__expression, - STATE(1945), 1, + STATE(2475), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2479), 1, sym__primary, - STATE(1953), 1, + STATE(2482), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(665), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(961), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(661), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75944,7 +75606,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75953,76 +75615,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37129] = 30, + [36641] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1437), 1, + sym_condition_conversion, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(669), 1, + STATE(718), 1, sym_unary_operator, - STATE(675), 1, + STATE(720), 1, sym_sign, - STATE(749), 1, + STATE(852), 1, sym__direct_name, - STATE(1102), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(2297), 1, sym_based_literal, - STATE(1462), 1, + STATE(2324), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(666), 3, + STATE(662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76037,7 +75699,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76046,75 +75708,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37252] = 29, + [36764] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(668), 1, + STATE(718), 1, sym_unary_operator, - STATE(784), 1, + STATE(720), 1, + sym_sign, + STATE(852), 1, sym__direct_name, - STATE(1605), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1699), 1, + STATE(2297), 1, sym_based_literal, - STATE(1874), 1, + STATE(2325), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1616), 3, + STATE(663), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(667), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2544), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76129,7 +75792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76138,75 +75801,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37373] = 29, + [36887] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1387), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(667), 1, + STATE(678), 1, sym_sign, - STATE(784), 1, + STATE(681), 1, + sym_unary_operator, + STATE(864), 1, sym__direct_name, - STATE(1605), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1699), 1, - sym_based_literal, - STATE(1790), 1, + STATE(2400), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(2411), 1, + sym_based_literal, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1616), 3, + STATE(664), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(668), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2544), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76221,7 +75885,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76230,75 +75894,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37494] = 29, + [37010] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(675), 1, + ACTIONS(1461), 1, + sym_condition_conversion, + STATE(637), 1, + sym_unary_operator, + STATE(638), 1, sym_sign, - STATE(749), 1, + STATE(788), 1, sym__direct_name, - STATE(1102), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1121), 1, + STATE(1892), 1, sym__expression, - STATE(1141), 1, + STATE(1899), 1, sym_based_literal, - STATE(2387), 1, + STATE(2564), 1, + sym__literal, + STATE(2592), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2593), 1, sym__primary, - STATE(2395), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1086), 3, + STATE(665), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(669), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2324), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76313,7 +75978,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76322,75 +75987,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37615] = 29, + [37133] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1437), 1, + sym_condition_conversion, + ACTIONS(1439), 1, + anon_sym_LT_LT, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1455), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(689), 1, + STATE(718), 1, + sym_unary_operator, + STATE(720), 1, sym_sign, - STATE(765), 1, + STATE(852), 1, sym__direct_name, - STATE(1134), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1322), 1, - sym__expression, - STATE(1335), 1, + STATE(2297), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2465), 1, - sym__primary, - STATE(2466), 1, + STATE(2326), 1, + sym__expression, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, + STATE(666), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(670), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2442), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76405,7 +76071,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76414,76 +76080,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37736] = 30, + [37256] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(608), 1, + STATE(712), 1, sym_sign, - STATE(619), 1, + STATE(714), 1, sym_unary_operator, - STATE(775), 1, + STATE(745), 1, sym__direct_name, - STATE(1309), 1, + STATE(1026), 1, sym__abstract_literal, - STATE(1416), 1, - sym__expression, - STATE(1518), 1, + STATE(1199), 1, sym_based_literal, - STATE(2488), 1, + STATE(1431), 1, + sym__expression, + STATE(2349), 1, + sym__literal, + STATE(2351), 1, sym__primary, - STATE(2493), 1, + STATE(2352), 1, sym_bit_string_literal, - STATE(2503), 1, - sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(671), 3, + STATE(667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76498,7 +76164,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76507,76 +76173,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37859] = 30, + [37379] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(397), 1, - sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1000), 1, sym_bit_string_base, - STATE(608), 1, - sym_sign, - STATE(619), 1, + ACTIONS(1461), 1, + sym_condition_conversion, + STATE(637), 1, sym_unary_operator, - STATE(775), 1, + STATE(638), 1, + sym_sign, + STATE(788), 1, sym__direct_name, - STATE(1309), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(1457), 1, + STATE(1891), 1, sym__expression, - STATE(1518), 1, + STATE(1899), 1, sym_based_literal, - STATE(2488), 1, - sym__primary, - STATE(2493), 1, - sym_bit_string_literal, - STATE(2503), 1, + STATE(2564), 1, sym__literal, + STATE(2592), 1, + sym_bit_string_literal, + STATE(2593), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(672), 3, + STATE(668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76591,7 +76257,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76600,76 +76266,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37982] = 30, + [37502] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(397), 1, + ACTIONS(409), 1, sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(608), 1, - sym_sign, - STATE(619), 1, + STATE(679), 1, sym_unary_operator, - STATE(775), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(1309), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1460), 1, + STATE(1466), 1, sym__expression, - STATE(1518), 1, + STATE(1591), 1, sym_based_literal, - STATE(2488), 1, - sym__primary, - STATE(2493), 1, + STATE(2513), 1, sym_bit_string_literal, - STATE(2503), 1, + STATE(2527), 1, + sym__primary, + STATE(2532), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(673), 3, + STATE(669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1344), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76684,7 +76350,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76693,76 +76359,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38105] = 30, + [37625] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(395), 1, - anon_sym_LPAREN, - ACTIONS(397), 1, - sym_condition_conversion, - ACTIONS(399), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(407), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(417), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(421), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(423), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(608), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(688), 1, sym_sign, - STATE(619), 1, - sym_unary_operator, - STATE(775), 1, + STATE(762), 1, sym__direct_name, - STATE(1309), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1489), 1, - sym__expression, - STATE(1518), 1, + STATE(1247), 1, sym_based_literal, - STATE(2488), 1, - sym__primary, - STATE(2493), 1, + STATE(1304), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2503), 1, + STATE(2445), 1, + sym__primary, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(415), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(1343), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(419), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(674), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1344), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2487), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(401), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2492), 5, + STATE(670), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76777,7 +76442,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(409), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76786,75 +76451,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38228] = 29, + [37746] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1437), 1, + sym_condition_conversion, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(669), 1, + STATE(718), 1, sym_unary_operator, - STATE(749), 1, + STATE(720), 1, + sym_sign, + STATE(852), 1, sym__direct_name, - STATE(1102), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1122), 1, - sym__expression, - STATE(1141), 1, + STATE(2297), 1, sym_based_literal, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2328), 1, + sym__expression, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1086), 3, + STATE(671), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(675), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2324), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76869,7 +76535,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76878,75 +76544,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38349] = 29, + [37869] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(435), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(678), 1, + STATE(679), 1, sym_unary_operator, - STATE(788), 1, + STATE(690), 1, + sym_sign, + STATE(777), 1, sym__direct_name, - STATE(1604), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1694), 1, - sym_based_literal, - STATE(1727), 1, + STATE(1545), 1, sym__expression, - STATE(2540), 1, - sym__literal, - STATE(2607), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, - STATE(2613), 1, + STATE(2527), 1, sym__primary, + STATE(2532), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1516), 3, + STATE(672), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(676), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2610), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76961,7 +76628,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76970,76 +76637,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38470] = 30, + [37992] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(416), 1, - sym_sign, - STATE(417), 1, + STATE(718), 1, sym_unary_operator, - STATE(817), 1, + STATE(720), 1, + sym_sign, + STATE(852), 1, sym__direct_name, - STATE(1690), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(2297), 1, sym_based_literal, - STATE(2007), 1, + STATE(2335), 1, sym__expression, - STATE(2668), 1, + STATE(2739), 1, sym__literal, - STATE(2670), 1, + STATE(2741), 1, sym__primary, - STATE(2678), 1, + STATE(2744), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(677), 3, + STATE(673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1844), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77054,7 +76721,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77063,75 +76730,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38593] = 29, + [38115] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(996), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, + ACTIONS(1437), 1, + sym_condition_conversion, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1004), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1010), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1014), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1016), 1, + ACTIONS(1455), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(676), 1, + STATE(718), 1, + sym_unary_operator, + STATE(720), 1, sym_sign, - STATE(788), 1, + STATE(852), 1, sym__direct_name, - STATE(1604), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1694), 1, + STATE(2297), 1, sym_based_literal, - STATE(1726), 1, + STATE(2340), 1, sym__expression, - STATE(2540), 1, + STATE(2739), 1, sym__literal, - STATE(2607), 1, - sym_bit_string_literal, - STATE(2613), 1, + STATE(2741), 1, sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1008), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1513), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1516), 3, + STATE(674), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2537), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1002), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(678), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2610), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77146,7 +76814,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1006), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77155,76 +76823,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38714] = 30, + [38238] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(980), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(984), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(988), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(994), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(998), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(1000), 1, sym_bit_string_base, - ACTIONS(1463), 1, + ACTIONS(1461), 1, sym_condition_conversion, - STATE(711), 1, + STATE(637), 1, sym_unary_operator, - STATE(713), 1, + STATE(638), 1, sym_sign, - STATE(724), 1, + STATE(788), 1, sym__direct_name, - STATE(841), 1, + STATE(1465), 1, sym__abstract_literal, - STATE(900), 1, - sym_based_literal, - STATE(916), 1, + STATE(1887), 1, sym__expression, - STATE(1651), 1, + STATE(1899), 1, + sym_based_literal, + STATE(2564), 1, sym__literal, - STATE(1657), 1, - sym__primary, - STATE(1668), 1, + STATE(2592), 1, sym_bit_string_literal, + STATE(2593), 1, + sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(992), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(1531), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(996), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(679), 3, + STATE(675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(1536), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2543), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(986), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1525), 5, + STATE(2614), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77239,7 +76907,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(990), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77248,75 +76916,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38837] = 29, + [38361] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, - anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(683), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(762), 1, + STATE(778), 1, sym__direct_name, - STATE(1255), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1547), 1, - sym__expression, - STATE(1564), 1, + STATE(1480), 1, sym_based_literal, - STATE(2484), 1, + STATE(1513), 1, + sym__expression, + STATE(2475), 1, + sym_bit_string_literal, + STATE(2479), 1, sym__primary, - STATE(2505), 1, + STATE(2482), 1, sym__literal, - STATE(2532), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1307), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(680), 4, + STATE(676), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2500), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77331,7 +76999,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77340,76 +77008,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38958] = 30, + [38482] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(629), 1, + STATE(678), 1, sym_sign, - STATE(638), 1, + STATE(681), 1, sym_unary_operator, - STATE(734), 1, + STATE(864), 1, sym__direct_name, - STATE(971), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(2404), 1, + sym__expression, + STATE(2411), 1, sym_based_literal, - STATE(2048), 1, + STATE(2734), 1, sym__literal, - STATE(2050), 1, + STATE(2743), 1, sym__primary, - STATE(2053), 1, + STATE(2759), 1, sym_bit_string_literal, - STATE(2384), 1, - sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(681), 3, + STATE(677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77424,7 +77092,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77433,76 +77101,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39081] = 30, + [38605] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(1387), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(681), 1, sym_unary_operator, - STATE(784), 1, + STATE(864), 1, sym__direct_name, - STATE(1605), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1699), 1, + STATE(2411), 1, sym_based_literal, - STATE(1766), 1, + STATE(2431), 1, sym__expression, - STATE(2543), 1, - sym_bit_string_literal, - STATE(2548), 1, - sym__primary, - STATE(2551), 1, + STATE(2734), 1, sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(682), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1616), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(678), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77517,7 +77184,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77526,75 +77193,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39204] = 29, + [38726] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(916), 1, - sym_condition_conversion, - ACTIONS(1423), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, anon_sym_LT_LT, - ACTIONS(1429), 1, + ACTIONS(419), 1, sym_NEW, - ACTIONS(1435), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(1439), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(1441), 1, + ACTIONS(435), 1, sym_bit_string_base, - STATE(680), 1, + STATE(690), 1, sym_sign, - STATE(762), 1, + STATE(777), 1, sym__direct_name, - STATE(1255), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1548), 1, + STATE(1492), 1, sym__expression, - STATE(1564), 1, + STATE(1591), 1, sym_based_literal, - STATE(2484), 1, + STATE(2513), 1, + sym_bit_string_literal, + STATE(2527), 1, sym__primary, - STATE(2505), 1, - sym__literal, STATE(2532), 1, - sym_bit_string_literal, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1433), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(1310), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1307), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2514), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1427), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(683), 4, + STATE(679), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2500), 5, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77609,7 +77276,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1431), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77618,82 +77285,80 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39325] = 31, + [38847] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1267), 1, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1273), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1279), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1283), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1285), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(435), 1, + STATE(697), 1, sym_unary_operator, - STATE(436), 1, - sym_sign, - STATE(814), 1, + STATE(767), 1, sym__direct_name, - STATE(1861), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1932), 1, - sym_based_literal, - STATE(2448), 1, + STATE(1428), 1, sym__expression, - STATE(2644), 1, - sym_bit_string_literal, - STATE(2647), 1, - sym__primary, - STATE(2649), 1, + STATE(1451), 1, + sym_based_literal, + STATE(2518), 1, sym__literal, - STATE(2655), 1, - sym_simple_expression, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1277), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1701), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(684), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1703), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2648), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1271), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 4, + STATE(680), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(239), 8, sym__ABS, sym__AND, @@ -77703,7 +77368,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1275), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77712,76 +77377,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39450] = 30, + [38968] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(732), 1, - sym_condition_conversion, - ACTIONS(1094), 1, + ACTIONS(1385), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, anon_sym_LT_LT, - ACTIONS(1100), 1, + ACTIONS(1393), 1, sym_NEW, - ACTIONS(1106), 1, + ACTIONS(1399), 1, sym_based_base, - ACTIONS(1110), 1, + ACTIONS(1403), 1, sym_bit_string_length, - ACTIONS(1112), 1, + ACTIONS(1405), 1, sym_bit_string_base, - STATE(629), 1, + STATE(678), 1, sym_sign, - STATE(638), 1, - sym_unary_operator, - STATE(734), 1, + STATE(864), 1, sym__direct_name, - STATE(971), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(1094), 1, + STATE(2411), 1, sym_based_literal, - STATE(2048), 1, + STATE(2430), 1, + sym__expression, + STATE(2734), 1, sym__literal, - STATE(2050), 1, + STATE(2743), 1, sym__primary, - STATE(2053), 1, + STATE(2759), 1, sym_bit_string_literal, - STATE(2378), 1, - sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1104), 2, + ACTIONS(1397), 2, sym_decimal_integer, sym_decimal_float, - STATE(945), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(685), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2049), 3, + STATE(2736), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1098), 4, + ACTIONS(1391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2052), 5, + STATE(681), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2754), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77796,7 +77460,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1102), 8, + ACTIONS(1395), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77805,75 +77469,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39573] = 29, + [39089] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(687), 1, + STATE(464), 1, + sym_unary_operator, + STATE(465), 1, sym_sign, - STATE(780), 1, + STATE(732), 1, sym__direct_name, - STATE(1581), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1716), 1, - sym__expression, - STATE(1773), 1, + STATE(1056), 1, sym_based_literal, - STATE(2577), 1, - sym__literal, - STATE(2588), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2081), 1, sym__primary, + STATE(2083), 1, + sym__literal, + STATE(2312), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1485), 3, + STATE(682), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(686), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2557), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77888,7 +77553,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77897,75 +77562,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39694] = 29, + [39212] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(645), 1, sym_unary_operator, - STATE(780), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1581), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1714), 1, - sym__expression, - STATE(1773), 1, + STATE(2342), 1, sym_based_literal, - STATE(2577), 1, - sym__literal, - STATE(2588), 1, + STATE(2421), 1, + sym__expression, + STATE(2707), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2712), 1, sym__primary, + STATE(2714), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1485), 3, + STATE(683), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(687), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2557), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77980,7 +77646,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77989,76 +77655,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39815] = 30, + [39335] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(791), 1, + STATE(676), 1, + sym_sign, + STATE(778), 1, sym__direct_name, - STATE(1597), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1718), 1, - sym_based_literal, - STATE(1763), 1, + STATE(1425), 1, sym__expression, - STATE(2536), 1, + STATE(1480), 1, + sym_based_literal, + STATE(2475), 1, + sym_bit_string_literal, + STATE(2479), 1, sym__primary, - STATE(2539), 1, + STATE(2482), 1, sym__literal, - STATE(2602), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(688), 3, + STATE(684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78073,7 +77739,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78082,75 +77748,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39938] = 29, + [39458] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(918), 1, + sym_condition_conversion, + ACTIONS(1131), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1135), 1, + anon_sym_LT_LT, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1151), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, + STATE(645), 1, sym_unary_operator, - STATE(765), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1134), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1319), 1, + STATE(2293), 1, sym__expression, - STATE(1335), 1, + STATE(2342), 1, sym_based_literal, - STATE(2436), 1, + STATE(2707), 1, sym_bit_string_literal, - STATE(2465), 1, + STATE(2712), 1, sym__primary, - STATE(2466), 1, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, + STATE(685), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(689), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2442), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78165,7 +77832,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78174,76 +77841,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40059] = 30, + [39581] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1353), 1, - anon_sym_LPAREN, - ACTIONS(1355), 1, + ACTIONS(918), 1, sym_condition_conversion, - ACTIONS(1357), 1, + ACTIONS(1131), 1, + anon_sym_LPAREN, + ACTIONS(1135), 1, anon_sym_LT_LT, - ACTIONS(1361), 1, + ACTIONS(1139), 1, sym_NEW, - ACTIONS(1367), 1, + ACTIONS(1145), 1, sym_based_base, - ACTIONS(1371), 1, + ACTIONS(1149), 1, sym_bit_string_length, - ACTIONS(1373), 1, + ACTIONS(1151), 1, sym_bit_string_base, - STATE(667), 1, - sym_sign, - STATE(668), 1, + STATE(645), 1, sym_unary_operator, - STATE(784), 1, + STATE(648), 1, + sym_sign, + STATE(856), 1, sym__direct_name, - STATE(1235), 1, - sym__expression, - STATE(1605), 1, + STATE(2268), 1, sym__abstract_literal, - STATE(1699), 1, + STATE(2342), 1, sym_based_literal, - STATE(2543), 1, + STATE(2385), 1, + sym__expression, + STATE(2707), 1, sym_bit_string_literal, - STATE(2548), 1, + STATE(2712), 1, sym__primary, - STATE(2551), 1, + STATE(2714), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1365), 2, + ACTIONS(1143), 2, sym_decimal_integer, sym_decimal_float, - STATE(1608), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(690), 3, + STATE(686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1616), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2549), 3, + STATE(2713), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1359), 4, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2709), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78258,7 +77925,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1363), 8, + ACTIONS(1141), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78267,76 +77934,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40182] = 30, + [39704] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(791), 1, + STATE(676), 1, + sym_sign, + STATE(778), 1, sym__direct_name, - STATE(1597), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1718), 1, - sym_based_literal, - STATE(1762), 1, + STATE(1417), 1, sym__expression, - STATE(2536), 1, + STATE(1480), 1, + sym_based_literal, + STATE(2475), 1, + sym_bit_string_literal, + STATE(2479), 1, sym__primary, - STATE(2539), 1, + STATE(2482), 1, sym__literal, - STATE(2602), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(691), 3, + STATE(687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78351,7 +78018,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78360,76 +78027,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40305] = 30, + [39827] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(669), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(675), 1, - sym_sign, - STATE(749), 1, + STATE(762), 1, sym__direct_name, - STATE(1102), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1247), 1, sym_based_literal, - STATE(1156), 1, + STATE(1306), 1, sym__expression, - STATE(2387), 1, + STATE(2443), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2445), 1, sym__primary, - STATE(2395), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(692), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1086), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(688), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78444,7 +78110,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78453,76 +78119,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40428] = 30, + [39948] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, - anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(854), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(860), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(864), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(866), 1, sym_bit_string_base, - STATE(701), 1, - sym_sign, - STATE(705), 1, + ACTIONS(870), 1, + anon_sym_LPAREN, + ACTIONS(1433), 1, + sym_condition_conversion, + STATE(661), 1, sym_unary_operator, - STATE(791), 1, + STATE(676), 1, + sym_sign, + STATE(778), 1, sym__direct_name, - STATE(1597), 1, + STATE(1351), 1, sym__abstract_literal, - STATE(1718), 1, + STATE(1480), 1, sym_based_literal, - STATE(1741), 1, + STATE(1562), 1, sym__expression, - STATE(2536), 1, + STATE(2475), 1, + sym_bit_string_literal, + STATE(2479), 1, sym__primary, - STATE(2539), 1, + STATE(2482), 1, sym__literal, - STATE(2602), 1, - sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(858), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(693), 3, + STATE(689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1533), 3, + STATE(1415), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2480), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2568), 5, + STATE(2515), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78537,7 +78203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(856), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78546,76 +78212,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40551] = 30, + [40071] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(407), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(409), 1, + sym_condition_conversion, + ACTIONS(411), 1, + anon_sym_LT_LT, + ACTIONS(419), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(429), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(433), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(435), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, + STATE(679), 1, sym_unary_operator, - STATE(431), 1, - sym_sign, - STATE(735), 1, + STATE(777), 1, sym__direct_name, - STATE(937), 1, + STATE(1312), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1057), 1, + STATE(1491), 1, sym__expression, - STATE(1945), 1, + STATE(1591), 1, + sym_based_literal, + STATE(2513), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2527), 1, sym__primary, - STATE(1953), 1, + STATE(2532), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(427), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(694), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(961), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2472), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(690), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2526), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78630,7 +78295,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(421), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78639,76 +78304,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40674] = 30, + [40192] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1026), 1, + sym_condition_conversion, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1351), 1, + anon_sym_LPAREN, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1363), 1, sym_bit_string_base, - ACTIONS(1405), 1, - sym_condition_conversion, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(692), 1, sym_sign, - STATE(780), 1, + STATE(831), 1, sym__direct_name, - STATE(1581), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(1696), 1, + STATE(1858), 1, sym__expression, - STATE(1773), 1, + STATE(1911), 1, sym_based_literal, - STATE(2577), 1, + STATE(2538), 1, + sym__primary, + STATE(2539), 1, sym__literal, - STATE(2588), 1, + STATE(2591), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(695), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1485), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(691), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78723,7 +78387,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78732,76 +78396,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40797] = 30, + [40313] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(1026), 1, + sym_condition_conversion, + ACTIONS(1103), 1, + anon_sym_LT_LT, + ACTIONS(1351), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(1353), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(1359), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(1361), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(1363), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, + STATE(691), 1, sym_unary_operator, - STATE(431), 1, - sym_sign, - STATE(735), 1, + STATE(831), 1, sym__direct_name, - STATE(937), 1, + STATE(1664), 1, sym__abstract_literal, - STATE(1018), 1, - sym_based_literal, - STATE(1050), 1, + STATE(1859), 1, sym__expression, - STATE(1945), 1, - sym_bit_string_literal, - STATE(1951), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2538), 1, sym__primary, - STATE(1953), 1, + STATE(2539), 1, sym__literal, + STATE(2591), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(1357), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(696), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(961), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2549), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(692), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2613), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78816,7 +78479,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(1355), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78825,76 +78488,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40920] = 30, + [40434] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(229), 1, + ACTIONS(732), 1, + sym_condition_conversion, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(241), 1, + ACTIONS(1103), 1, + anon_sym_LT_LT, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(251), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(255), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(257), 1, + ACTIONS(1119), 1, sym_bit_string_base, - ACTIONS(427), 1, - anon_sym_LT_LT, - ACTIONS(1265), 1, - sym_condition_conversion, - STATE(430), 1, + STATE(464), 1, sym_unary_operator, - STATE(431), 1, + STATE(465), 1, sym_sign, - STATE(735), 1, + STATE(732), 1, sym__direct_name, - STATE(937), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1018), 1, + STATE(1056), 1, sym_based_literal, - STATE(1031), 1, - sym__expression, - STATE(1945), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(1951), 1, + STATE(2081), 1, sym__primary, - STATE(1953), 1, + STATE(2083), 1, sym__literal, + STATE(2301), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(249), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(697), 3, + STATE(693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(961), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1952), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(429), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2182), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78909,7 +78572,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(243), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78918,76 +78581,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41043] = 30, + [40557] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1101), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(669), 1, + STATE(464), 1, sym_unary_operator, - STATE(675), 1, + STATE(465), 1, sym_sign, - STATE(749), 1, + STATE(732), 1, sym__direct_name, - STATE(1102), 1, + STATE(952), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1056), 1, sym_based_literal, - STATE(1192), 1, - sym__expression, - STATE(2387), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2081), 1, sym__primary, - STATE(2395), 1, + STATE(2083), 1, sym__literal, + STATE(2310), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(698), 3, + STATE(694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79002,7 +78665,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79011,76 +78674,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41166] = 30, + [40680] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1038), 1, sym_bit_string_base, - STATE(669), 1, + ACTIONS(1463), 1, + sym_condition_conversion, + STATE(670), 1, sym_unary_operator, - STATE(675), 1, + STATE(688), 1, sym_sign, - STATE(749), 1, + STATE(762), 1, sym__direct_name, - STATE(1102), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1247), 1, sym_based_literal, - STATE(1194), 1, + STATE(1382), 1, sym__expression, - STATE(2387), 1, + STATE(2443), 1, sym_bit_string_literal, - STATE(2393), 1, + STATE(2445), 1, sym__primary, - STATE(2395), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(699), 3, + STATE(695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1086), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79095,7 +78758,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79104,76 +78767,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41289] = 30, + [40803] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(1038), 1, sym_bit_string_base, - ACTIONS(1405), 1, + ACTIONS(1463), 1, sym_condition_conversion, - STATE(686), 1, + STATE(670), 1, sym_unary_operator, - STATE(687), 1, + STATE(688), 1, sym_sign, - STATE(780), 1, + STATE(762), 1, sym__direct_name, - STATE(1581), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1687), 1, - sym__expression, - STATE(1773), 1, + STATE(1247), 1, sym_based_literal, - STATE(2577), 1, - sym__literal, - STATE(2588), 1, + STATE(1379), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2445), 1, sym__primary, + STATE(2447), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(700), 3, + STATE(696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1485), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79188,7 +78851,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79197,75 +78860,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41412] = 29, + [40926] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, + ACTIONS(1004), 1, sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(1265), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(1271), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(1277), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(1281), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(1283), 1, sym_bit_string_base, - STATE(705), 1, - sym_unary_operator, - STATE(791), 1, + STATE(680), 1, + sym_sign, + STATE(767), 1, sym__direct_name, - STATE(1597), 1, + STATE(1388), 1, sym__abstract_literal, - STATE(1718), 1, - sym_based_literal, - STATE(1731), 1, + STATE(1429), 1, sym__expression, - STATE(2536), 1, - sym__primary, - STATE(2539), 1, + STATE(1451), 1, + sym_based_literal, + STATE(2518), 1, sym__literal, - STATE(2602), 1, + STATE(2520), 1, + sym__primary, + STATE(2523), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(1275), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1533), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2519), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(701), 4, - sym_sign, + STATE(697), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2568), 5, + STATE(2473), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79280,7 +78943,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(1273), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79289,7 +78952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41533] = 30, + [41047] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -79298,58 +78961,58 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(734), 1, anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(1024), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(1028), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(1034), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(1036), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(1038), 1, sym_bit_string_base, - ACTIONS(1379), 1, + ACTIONS(1463), 1, sym_condition_conversion, STATE(670), 1, sym_unary_operator, - STATE(689), 1, + STATE(688), 1, sym_sign, - STATE(765), 1, + STATE(762), 1, sym__direct_name, - STATE(1134), 1, + STATE(1178), 1, sym__abstract_literal, - STATE(1263), 1, - sym__expression, - STATE(1335), 1, + STATE(1247), 1, sym_based_literal, - STATE(2436), 1, + STATE(1369), 1, + sym__expression, + STATE(2443), 1, sym_bit_string_literal, - STATE(2465), 1, + STATE(2445), 1, sym__primary, - STATE(2466), 1, + STATE(2447), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(1032), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(842), 2, sym__identifier, sym__external_name, ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(702), 3, + STATE(698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2446), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -79358,7 +79021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(2455), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79373,7 +79036,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(1030), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79382,169 +79045,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41656] = 30, + [41170] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, - anon_sym_LT_LT, - ACTIONS(936), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(940), 1, - sym_NEW, - ACTIONS(946), 1, - sym_based_base, - ACTIONS(948), 1, - sym_bit_string_length, - ACTIONS(950), 1, - sym_bit_string_base, - ACTIONS(1379), 1, + ACTIONS(874), 1, sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, - sym_sign, - STATE(765), 1, - sym__direct_name, - STATE(1134), 1, - sym__abstract_literal, - STATE(1254), 1, - sym__expression, - STATE(1335), 1, - sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2465), 1, - sym__primary, - STATE(2466), 1, - sym__literal, - ACTIONS(233), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(944), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(850), 2, - sym__identifier, - sym__external_name, - ACTIONS(746), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(703), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(876), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2464), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(802), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2442), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(239), 8, - sym__ABS, - sym__AND, - sym__NAND, - sym__NOR, - sym__NOT, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(942), 8, - sym_NULL, - sym_string_literal, - sym_string_literal_std_logic, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - [41779] = 30, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(734), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(936), 1, - anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(946), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(948), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(950), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1379), 1, - sym_condition_conversion, - STATE(670), 1, - sym_unary_operator, - STATE(689), 1, + STATE(455), 1, sym_sign, - STATE(765), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(1134), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(1253), 1, + STATE(2375), 1, sym__expression, - STATE(1335), 1, + STATE(2423), 1, sym_based_literal, - STATE(2436), 1, + STATE(2716), 1, sym_bit_string_literal, - STATE(2465), 1, + STATE(2729), 1, sym__primary, - STATE(2466), 1, + STATE(2749), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(944), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(704), 3, + STATE(699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(876), 3, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2464), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2442), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79559,7 +79129,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(942), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79568,75 +79138,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41902] = 29, + [41293] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1020), 1, - sym_condition_conversion, - ACTIONS(1443), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1445), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1449), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1455), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1459), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1461), 1, + ACTIONS(914), 1, sym_bit_string_base, + ACTIONS(1457), 1, + sym_condition_conversion, STATE(701), 1, sym_sign, - STATE(791), 1, + STATE(763), 1, sym__direct_name, - STATE(1597), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(1718), 1, + STATE(1581), 1, sym_based_literal, - STATE(1730), 1, + STATE(1644), 1, sym__expression, - STATE(2536), 1, + STATE(2476), 1, sym__primary, - STATE(2539), 1, + STATE(2478), 1, sym__literal, - STATE(2602), 1, + STATE(2495), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1453), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1419), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1533), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2593), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1447), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(705), 4, + STATE(700), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2568), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79651,7 +79221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1451), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79660,76 +79230,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42023] = 30, + [41414] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1042), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1048), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1054), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1058), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1060), 1, + ACTIONS(914), 1, sym_bit_string_base, - ACTIONS(1405), 1, + ACTIONS(1457), 1, sym_condition_conversion, - STATE(686), 1, + STATE(700), 1, sym_unary_operator, - STATE(687), 1, - sym_sign, - STATE(780), 1, + STATE(763), 1, sym__direct_name, - STATE(1581), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(1686), 1, - sym__expression, - STATE(1773), 1, + STATE(1581), 1, sym_based_literal, - STATE(2577), 1, + STATE(1649), 1, + sym__expression, + STATE(2476), 1, + sym__primary, + STATE(2478), 1, sym__literal, - STATE(2588), 1, + STATE(2495), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__primary, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1052), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1477), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1056), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(706), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1485), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2567), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1046), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2557), 5, + STATE(701), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79744,7 +79313,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1050), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79753,76 +79322,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42146] = 30, + [41535] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, - sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(710), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(719), 1, + STATE(701), 1, sym_sign, - STATE(864), 1, + STATE(763), 1, sym__direct_name, - STATE(2239), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(1581), 1, sym_based_literal, - STATE(2423), 1, + STATE(1657), 1, sym__expression, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(2476), 1, sym__primary, - STATE(2762), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(707), 3, + STATE(702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79837,7 +79406,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79846,76 +79415,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42269] = 30, + [41658] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(892), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(894), 1, + ACTIONS(1203), 1, sym_condition_conversion, - ACTIONS(896), 1, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(900), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(906), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(910), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(912), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(466), 1, - sym_sign, - STATE(468), 1, + STATE(709), 1, sym_unary_operator, - STATE(845), 1, + STATE(710), 1, + sym_sign, + STATE(785), 1, sym__direct_name, - STATE(1450), 1, - sym__expression, - STATE(2210), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(2431), 1, + STATE(1750), 1, sym_based_literal, - STATE(2744), 1, + STATE(1838), 1, + sym__expression, + STATE(2562), 1, sym__literal, - STATE(2764), 1, + STATE(2567), 1, sym__primary, - STATE(2768), 1, + STATE(2570), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(904), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(2020), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(908), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(708), 3, + STATE(703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2018), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2753), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1263), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2766), 5, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79930,7 +79499,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(902), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79939,76 +79508,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42392] = 30, + [41781] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(894), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, - sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(902), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(908), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(912), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(914), 1, sym_bit_string_base, - STATE(710), 1, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, sym_unary_operator, - STATE(719), 1, + STATE(701), 1, sym_sign, - STATE(864), 1, + STATE(763), 1, sym__direct_name, - STATE(2239), 1, + STATE(1299), 1, sym__abstract_literal, - STATE(2396), 1, - sym__expression, - STATE(2397), 1, + STATE(1581), 1, sym_based_literal, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(1656), 1, + sym__expression, + STATE(2476), 1, sym__primary, - STATE(2762), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(709), 3, + STATE(704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80023,7 +79592,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80032,75 +79601,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42515] = 29, + [41904] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, - anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(732), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1101), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1107), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1113), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1117), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1119), 1, sym_bit_string_base, - STATE(719), 1, + STATE(464), 1, + sym_unary_operator, + STATE(465), 1, sym_sign, - STATE(864), 1, + STATE(732), 1, sym__direct_name, - STATE(2239), 1, + STATE(952), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(1056), 1, sym_based_literal, - STATE(2424), 1, - sym__expression, - STATE(2725), 1, + STATE(2071), 1, sym_bit_string_literal, - STATE(2740), 1, + STATE(2081), 1, sym__primary, - STATE(2762), 1, + STATE(2083), 1, sym__literal, + STATE(2369), 1, + sym__expression, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(1111), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1943), 3, + STATE(705), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2082), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(710), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2692), 5, + STATE(2077), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80115,7 +79685,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(1109), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80124,75 +79694,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42636] = 29, + [42027] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(713), 1, + STATE(455), 1, sym_sign, - STATE(724), 1, + STATE(493), 1, + sym_unary_operator, + STATE(860), 1, sym__direct_name, - STATE(841), 1, - sym__abstract_literal, - STATE(899), 1, + STATE(1455), 1, sym__expression, - STATE(900), 1, + STATE(2089), 1, + sym__abstract_literal, + STATE(2423), 1, sym_based_literal, - STATE(1651), 1, - sym__literal, - STATE(1657), 1, - sym__primary, - STATE(1668), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, + STATE(706), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(711), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1525), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80207,7 +79778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80216,76 +79787,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42757] = 30, + [42150] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, - anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(982), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1367), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1371), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1377), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1381), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1383), 1, sym_bit_string_base, - STATE(710), 1, - sym_unary_operator, - STATE(719), 1, + STATE(516), 1, sym_sign, - STATE(864), 1, + STATE(518), 1, + sym_unary_operator, + STATE(839), 1, sym__direct_name, - STATE(2239), 1, + STATE(2173), 1, sym__abstract_literal, - STATE(2397), 1, - sym_based_literal, - STATE(2399), 1, + STATE(2304), 1, sym__expression, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2762), 1, + STATE(2380), 1, + sym_based_literal, + STATE(2718), 1, sym__literal, + STATE(2723), 1, + sym__primary, + STATE(2730), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(1375), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(712), 3, + STATE(707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2720), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2728), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80300,7 +79871,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(1373), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80309,75 +79880,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42880] = 29, + [42273] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(730), 1, + ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(734), 1, + ACTIONS(874), 1, + sym_condition_conversion, + ACTIONS(876), 1, anon_sym_LT_LT, - ACTIONS(738), 1, + ACTIONS(880), 1, sym_NEW, - ACTIONS(744), 1, + ACTIONS(886), 1, sym_based_base, - ACTIONS(748), 1, + ACTIONS(890), 1, sym_bit_string_length, - ACTIONS(750), 1, + ACTIONS(892), 1, sym_bit_string_base, - ACTIONS(1463), 1, - sym_condition_conversion, - STATE(711), 1, + STATE(455), 1, + sym_sign, + STATE(493), 1, sym_unary_operator, - STATE(724), 1, + STATE(860), 1, sym__direct_name, - STATE(841), 1, + STATE(2089), 1, sym__abstract_literal, - STATE(898), 1, + STATE(2383), 1, sym__expression, - STATE(900), 1, + STATE(2423), 1, sym_based_literal, - STATE(1651), 1, - sym__literal, - STATE(1657), 1, - sym__primary, - STATE(1668), 1, + STATE(2716), 1, sym_bit_string_literal, + STATE(2729), 1, + sym__primary, + STATE(2749), 1, + sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(742), 2, + ACTIONS(884), 2, sym_decimal_integer, sym_decimal_float, - STATE(850), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, + STATE(708), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2278), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1653), 3, + STATE(2747), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(802), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(713), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1525), 5, + STATE(2725), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80392,7 +79964,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(740), 8, + ACTIONS(882), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80401,76 +79973,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43001] = 30, + [42396] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(231), 1, - sym_condition_conversion, - ACTIONS(752), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(754), 1, + ACTIONS(1203), 1, + sym_condition_conversion, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(760), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(768), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(772), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(774), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(669), 1, - sym_unary_operator, - STATE(675), 1, + STATE(710), 1, sym_sign, - STATE(749), 1, + STATE(785), 1, sym__direct_name, - STATE(1102), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(1141), 1, + STATE(1750), 1, sym_based_literal, - STATE(1903), 1, + STATE(1846), 1, sym__expression, - STATE(2387), 1, - sym_bit_string_literal, - STATE(2393), 1, - sym__primary, - STATE(2395), 1, + STATE(2562), 1, sym__literal, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(766), 2, + ACTIONS(1213), 2, sym_decimal_integer, sym_decimal_float, - STATE(1083), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(714), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1086), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2394), 3, + STATE(2566), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(756), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2324), 5, + STATE(709), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2568), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80485,7 +80056,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(762), 8, + ACTIONS(1211), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80494,76 +80065,168 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43124] = 30, + [42517] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(1201), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(1203), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1205), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1209), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1215), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1219), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1221), 1, sym_bit_string_base, - STATE(710), 1, + STATE(709), 1, sym_unary_operator, - STATE(719), 1, - sym_sign, - STATE(864), 1, + STATE(785), 1, sym__direct_name, - STATE(2239), 1, + STATE(1559), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(1750), 1, sym_based_literal, - STATE(2400), 1, + STATE(1848), 1, sym__expression, - STATE(2725), 1, + STATE(2562), 1, + sym__literal, + STATE(2567), 1, + sym__primary, + STATE(2570), 1, sym_bit_string_literal, - STATE(2740), 1, + ACTIONS(233), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1213), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1612), 2, + sym__identifier, + sym__external_name, + ACTIONS(1217), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1620), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2566), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1207), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(710), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2568), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(239), 8, + sym__ABS, + sym__AND, + sym__NAND, + sym__NOR, + sym__NOT, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(1211), 8, + sym_NULL, + sym_string_literal, + sym_string_literal_std_logic, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + [42638] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(894), 1, + anon_sym_LPAREN, + ACTIONS(898), 1, + anon_sym_LT_LT, + ACTIONS(902), 1, + sym_NEW, + ACTIONS(908), 1, + sym_based_base, + ACTIONS(912), 1, + sym_bit_string_length, + ACTIONS(914), 1, + sym_bit_string_base, + ACTIONS(1457), 1, + sym_condition_conversion, + STATE(700), 1, + sym_unary_operator, + STATE(701), 1, + sym_sign, + STATE(763), 1, + sym__direct_name, + STATE(1299), 1, + sym__abstract_literal, + STATE(1581), 1, + sym_based_literal, + STATE(1655), 1, + sym__expression, + STATE(2476), 1, sym__primary, - STATE(2762), 1, + STATE(2478), 1, sym__literal, + STATE(2495), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(906), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(715), 3, + STATE(711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1314), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2500), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2481), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80578,7 +80241,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(904), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80587,76 +80250,353 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43247] = 30, + [42761] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, - anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(231), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(766), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(710), 1, + STATE(714), 1, sym_unary_operator, - STATE(719), 1, + STATE(745), 1, + sym__direct_name, + STATE(1026), 1, + sym__abstract_literal, + STATE(1145), 1, + sym__expression, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, + sym__literal, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, + ACTIONS(233), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(772), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1038), 2, + sym__identifier, + sym__external_name, + ACTIONS(776), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1065), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2350), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(762), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(712), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2347), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(239), 8, + sym__ABS, + sym__AND, + sym__NAND, + sym__NOR, + sym__NOT, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(768), 8, + sym_NULL, + sym_string_literal, + sym_string_literal_std_logic, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + [42882] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1385), 1, + anon_sym_LPAREN, + ACTIONS(1387), 1, + sym_condition_conversion, + ACTIONS(1389), 1, + anon_sym_LT_LT, + ACTIONS(1393), 1, + sym_NEW, + ACTIONS(1399), 1, + sym_based_base, + ACTIONS(1403), 1, + sym_bit_string_length, + ACTIONS(1405), 1, + sym_bit_string_base, + STATE(678), 1, sym_sign, + STATE(681), 1, + sym_unary_operator, STATE(864), 1, sym__direct_name, - STATE(2239), 1, + STATE(1946), 1, sym__abstract_literal, - STATE(2397), 1, - sym_based_literal, - STATE(2401), 1, + STATE(2307), 1, sym__expression, - STATE(2725), 1, + STATE(2411), 1, + sym_based_literal, + STATE(2734), 1, + sym__literal, + STATE(2743), 1, + sym__primary, + STATE(2759), 1, sym_bit_string_literal, - STATE(2740), 1, + ACTIONS(233), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1397), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(2160), 2, + sym__identifier, + sym__external_name, + ACTIONS(1401), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(713), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2157), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2736), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1391), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2754), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(239), 8, + sym__ABS, + sym__AND, + sym__NAND, + sym__NOR, + sym__NOT, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(1395), 8, + sym_NULL, + sym_string_literal, + sym_string_literal_std_logic, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + [43005] = 29, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(231), 1, + sym_condition_conversion, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, + sym_NEW, + ACTIONS(774), 1, + sym_based_base, + ACTIONS(778), 1, + sym_bit_string_length, + ACTIONS(780), 1, + sym_bit_string_base, + STATE(712), 1, + sym_sign, + STATE(745), 1, + sym__direct_name, + STATE(1026), 1, + sym__abstract_literal, + STATE(1142), 1, + sym__expression, + STATE(1199), 1, + sym_based_literal, + STATE(2349), 1, + sym__literal, + STATE(2351), 1, sym__primary, - STATE(2762), 1, + STATE(2352), 1, + sym_bit_string_literal, + ACTIONS(233), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(772), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1038), 2, + sym__identifier, + sym__external_name, + ACTIONS(776), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1065), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2350), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(762), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(714), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2347), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(239), 8, + sym__ABS, + sym__AND, + sym__NAND, + sym__NOR, + sym__NOT, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(768), 8, + sym_NULL, + sym_string_literal, + sym_string_literal_std_logic, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + [43126] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(231), 1, + sym_condition_conversion, + ACTIONS(758), 1, + anon_sym_LPAREN, + ACTIONS(760), 1, + anon_sym_LT_LT, + ACTIONS(766), 1, + sym_NEW, + ACTIONS(774), 1, + sym_based_base, + ACTIONS(778), 1, + sym_bit_string_length, + ACTIONS(780), 1, + sym_bit_string_base, + STATE(712), 1, + sym_sign, + STATE(714), 1, + sym_unary_operator, + STATE(745), 1, + sym__direct_name, + STATE(1026), 1, + sym__abstract_literal, + STATE(1199), 1, + sym_based_literal, + STATE(1805), 1, + sym__expression, + STATE(2349), 1, sym__literal, + STATE(2351), 1, + sym__primary, + STATE(2352), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(716), 3, + STATE(715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1065), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2350), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2347), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80671,7 +80611,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(768), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80680,76 +80620,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43370] = 30, + [43249] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(1329), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1331), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1335), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1341), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1345), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1347), 1, sym_bit_string_base, - STATE(710), 1, - sym_unary_operator, - STATE(719), 1, + STATE(513), 1, sym_sign, - STATE(864), 1, + STATE(520), 1, + sym_unary_operator, + STATE(796), 1, sym__direct_name, - STATE(2239), 1, + STATE(1910), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(1933), 1, sym_based_literal, - STATE(2403), 1, + STATE(2080), 1, sym__expression, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(2681), 1, sym__primary, - STATE(2762), 1, + STATE(2686), 1, + sym_bit_string_literal, + STATE(2689), 1, sym__literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(1339), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(717), 3, + STATE(716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2617), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2688), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80764,7 +80704,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(1337), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80773,76 +80713,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43493] = 30, + [43372] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(710), 1, + STATE(718), 1, sym_unary_operator, - STATE(719), 1, + STATE(720), 1, sym_sign, - STATE(864), 1, + STATE(852), 1, sym__direct_name, - STATE(2239), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(2297), 1, sym_based_literal, - STATE(2404), 1, + STATE(2361), 1, sym__expression, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2762), 1, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(718), 3, + STATE(717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1943), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2692), 5, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80857,7 +80797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80866,75 +80806,168 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43616] = 29, + [43495] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1287), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1289), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1291), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1295), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1301), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1305), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1307), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(710), 1, - sym_unary_operator, - STATE(864), 1, + STATE(720), 1, + sym_sign, + STATE(852), 1, sym__direct_name, - STATE(2239), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(2397), 1, + STATE(2297), 1, sym_based_literal, - STATE(2426), 1, + STATE(2360), 1, sym__expression, - STATE(2725), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2762), 1, + STATE(2739), 1, sym__literal, + STATE(2741), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1299), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1939), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1943), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1293), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(719), 4, + STATE(718), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2694), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(239), 8, + sym__ABS, + sym__AND, + sym__NAND, + sym__NOR, + sym__NOT, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(1445), 8, + sym_NULL, + sym_string_literal, + sym_string_literal_std_logic, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + [43616] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(241), 1, + sym_NEW, + ACTIONS(251), 1, + sym_based_base, + ACTIONS(255), 1, + sym_bit_string_length, + ACTIONS(257), 1, + sym_bit_string_base, + ACTIONS(395), 1, + anon_sym_LT_LT, + ACTIONS(1459), 1, + sym_condition_conversion, + STATE(575), 1, sym_sign, + STATE(579), 1, + sym_unary_operator, + STATE(734), 1, + sym__direct_name, + STATE(930), 1, + sym__abstract_literal, + STATE(1060), 1, + sym_based_literal, + STATE(1071), 1, + sym__expression, + STATE(1951), 1, + sym_bit_string_literal, + STATE(1957), 1, + sym__primary, + STATE(1959), 1, + sym__literal, + ACTIONS(233), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(249), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(987), 2, + sym__identifier, + sym__external_name, + ACTIONS(403), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2692), 5, + STATE(932), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(1958), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(397), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2190), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80949,7 +80982,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1297), 8, + ACTIONS(243), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80958,76 +80991,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43737] = 30, + [43739] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1177), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1179), 1, + ACTIONS(1437), 1, sym_condition_conversion, - ACTIONS(1181), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - ACTIONS(1185), 1, + ACTIONS(1443), 1, sym_NEW, - ACTIONS(1191), 1, + ACTIONS(1449), 1, sym_based_base, - ACTIONS(1195), 1, + ACTIONS(1453), 1, sym_bit_string_length, - ACTIONS(1197), 1, + ACTIONS(1455), 1, sym_bit_string_base, - STATE(416), 1, - sym_sign, - STATE(417), 1, + STATE(718), 1, sym_unary_operator, - STATE(817), 1, + STATE(852), 1, sym__direct_name, - STATE(1690), 1, + STATE(2207), 1, sym__abstract_literal, - STATE(1926), 1, + STATE(2297), 1, sym_based_literal, - STATE(2009), 1, + STATE(2359), 1, sym__expression, - STATE(2668), 1, + STATE(2739), 1, sym__literal, - STATE(2670), 1, + STATE(2741), 1, sym__primary, - STATE(2678), 1, + STATE(2744), 1, sym_bit_string_literal, ACTIONS(233), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1189), 2, + ACTIONS(1447), 2, sym_decimal_integer, sym_decimal_float, - STATE(1831), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(720), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1844), 3, + STATE(1949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2669), 3, + STATE(2740), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1183), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2684), 5, + STATE(720), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2694), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -81042,7 +81074,7 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym__XNOR, sym__XOR, - ACTIONS(1187), 8, + ACTIONS(1445), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -81051,7 +81083,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43860] = 36, + [43860] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1467), 1, + anon_sym_DOT, + ACTIONS(1469), 1, + anon_sym_LPAREN, + ACTIONS(1473), 1, + anon_sym_SQUOTE, + ACTIONS(1475), 1, + anon_sym_LBRACK, + ACTIONS(1477), 1, + sym_GENERIC, + ACTIONS(1479), 1, + sym_PARAMETER, + STATE(726), 1, + aux_sym_name_repeat1, + STATE(835), 1, + sym_generic_map_aspect, + STATE(871), 1, + sym__name_selector, + STATE(721), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(887), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1465), 34, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [43954] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81094,39 +81204,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1086), 1, + ACTIONS(1123), 1, sym_BEGIN, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1090), 1, + ACTIONS(1127), 1, sym_IS, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - STATE(739), 1, + STATE(743), 1, sym_generic_clause, - STATE(766), 1, + STATE(760), 1, sym_port_clause, - STATE(823), 1, + STATE(813), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(6358), 1, + STATE(6097), 1, sym_block_head, - STATE(6359), 1, + STATE(6547), 1, sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(721), 3, + STATE(722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81149,84 +81259,105 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [43994] = 15, + [44088] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1467), 1, - anon_sym_DOT, - ACTIONS(1470), 1, - anon_sym_LPAREN, - ACTIONS(1475), 1, - anon_sym_SQUOTE, - ACTIONS(1478), 1, - anon_sym_LBRACK, - ACTIONS(1481), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1123), 1, + sym_BEGIN, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1484), 1, - sym_PARAMETER, - STATE(796), 1, - sym_generic_map_aspect, - STATE(872), 1, - sym__name_selector, - STATE(722), 4, + ACTIONS(1127), 1, + sym_IS, + ACTIONS(1129), 1, + sym_PORT, + STATE(743), 1, + sym_generic_clause, + STATE(760), 1, + sym_port_clause, + STATE(813), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(6260), 1, + sym_block_head, + STATE(6377), 1, + sym_concurrent_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(886), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1465), 34, - sym__AND, - sym_DOWNTO, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [44086] = 36, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [44222] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81269,39 +81400,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1086), 1, + ACTIONS(1123), 1, sym_BEGIN, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1090), 1, + ACTIONS(1127), 1, sym_IS, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - STATE(739), 1, + STATE(743), 1, sym_generic_clause, - STATE(766), 1, + STATE(760), 1, sym_port_clause, - STATE(823), 1, + STATE(813), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(6228), 1, + STATE(6189), 1, sym_block_head, - STATE(6448), 1, + STATE(6456), 1, sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(723), 3, + STATE(724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81324,42 +81455,42 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [44220] = 16, + [44356] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1489), 1, + ACTIONS(1467), 1, anon_sym_DOT, - ACTIONS(1491), 1, + ACTIONS(1469), 1, anon_sym_LPAREN, - ACTIONS(1495), 1, + ACTIONS(1473), 1, anon_sym_SQUOTE, - ACTIONS(1497), 1, + ACTIONS(1475), 1, anon_sym_LBRACK, - ACTIONS(1499), 1, + ACTIONS(1477), 1, sym_GENERIC, - ACTIONS(1501), 1, + ACTIONS(1479), 1, sym_PARAMETER, - STATE(725), 1, + STATE(721), 1, aux_sym_name_repeat1, - STATE(796), 1, + STATE(835), 1, sym_generic_map_aspect, - STATE(872), 1, + STATE(871), 1, sym__name_selector, - STATE(724), 3, + STATE(725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(886), 5, + STATE(887), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 7, + ACTIONS(1483), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81367,7 +81498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 34, + ACTIONS(1481), 34, sym__AND, sym_DOWNTO, sym__MOD, @@ -81402,42 +81533,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [44314] = 16, + [44450] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1489), 1, + ACTIONS(1487), 1, anon_sym_DOT, - ACTIONS(1491), 1, + ACTIONS(1490), 1, anon_sym_LPAREN, ACTIONS(1495), 1, anon_sym_SQUOTE, - ACTIONS(1497), 1, + ACTIONS(1498), 1, anon_sym_LBRACK, - ACTIONS(1499), 1, - sym_GENERIC, ACTIONS(1501), 1, + sym_GENERIC, + ACTIONS(1504), 1, sym_PARAMETER, - STATE(722), 1, - aux_sym_name_repeat1, - STATE(796), 1, + STATE(835), 1, sym_generic_map_aspect, - STATE(872), 1, + STATE(871), 1, sym__name_selector, - STATE(725), 3, + STATE(726), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(886), 5, + aux_sym_name_repeat1, + STATE(887), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 7, + ACTIONS(1493), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81445,7 +81575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 34, + ACTIONS(1485), 34, sym__AND, sym_DOWNTO, sym__MOD, @@ -81480,104 +81610,6 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [44408] = 36, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1086), 1, - sym_BEGIN, - ACTIONS(1088), 1, - sym_GENERIC, - ACTIONS(1090), 1, - sym_IS, - ACTIONS(1092), 1, - sym_PORT, - STATE(739), 1, - sym_generic_clause, - STATE(766), 1, - sym_port_clause, - STATE(823), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(6300), 1, - sym_block_head, - STATE(6573), 1, - sym_concurrent_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(726), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, [44542] = 36, ACTIONS(3), 1, sym__grave_accent, @@ -81621,39 +81653,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1086), 1, + ACTIONS(1123), 1, sym_BEGIN, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1090), 1, + ACTIONS(1127), 1, sym_IS, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - STATE(739), 1, + STATE(743), 1, sym_generic_clause, - STATE(766), 1, + STATE(760), 1, sym_port_clause, - STATE(823), 1, + STATE(813), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(6259), 1, - sym_block_head, - STATE(6502), 1, + STATE(6521), 1, sym_concurrent_block, + STATE(6522), 1, + sym_block_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, STATE(727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81697,21 +81729,21 @@ static const uint16_t ts_small_parse_table[] = { sym_PARAMETER, STATE(730), 1, aux_sym_name_repeat1, - STATE(855), 1, + STATE(878), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(890), 1, sym__name_selector, STATE(728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(925), 5, + STATE(892), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 7, + ACTIONS(1471), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81719,7 +81751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 33, + ACTIONS(1465), 33, sym__AND, sym_DOWNTO, sym__MOD, @@ -81774,21 +81806,21 @@ static const uint16_t ts_small_parse_table[] = { sym_PARAMETER, STATE(728), 1, aux_sym_name_repeat1, - STATE(855), 1, + STATE(878), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(890), 1, sym__name_selector, STATE(729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(925), 5, + STATE(892), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 7, + ACTIONS(1483), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81796,7 +81828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 33, + ACTIONS(1481), 33, sym__AND, sym_DOWNTO, sym__MOD, @@ -81849,22 +81881,22 @@ static const uint16_t ts_small_parse_table[] = { sym_GENERIC, ACTIONS(1534), 1, sym_PARAMETER, - STATE(855), 1, + STATE(878), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(890), 1, sym__name_selector, STATE(730), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(925), 5, + STATE(892), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 7, + ACTIONS(1493), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81872,7 +81904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 33, + ACTIONS(1485), 33, sym__AND, sym_DOWNTO, sym__MOD, @@ -81925,23 +81957,23 @@ static const uint16_t ts_small_parse_table[] = { sym_GENERIC, ACTIONS(1547), 1, sym_PARAMETER, - STATE(736), 1, + STATE(733), 1, aux_sym_name_repeat1, - STATE(904), 1, + STATE(898), 1, sym_generic_map_aspect, - STATE(989), 1, + STATE(991), 1, sym__name_selector, STATE(731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(980), 5, + STATE(989), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 7, + ACTIONS(1471), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81949,7 +81981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 32, + ACTIONS(1465), 32, sym__AND, sym__MOD, sym__NAND, @@ -81982,41 +82014,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [45045] = 15, + [45045] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1549), 1, + ACTIONS(1537), 1, anon_sym_DOT, - ACTIONS(1552), 1, + ACTIONS(1539), 1, anon_sym_LPAREN, - ACTIONS(1555), 1, + ACTIONS(1541), 1, anon_sym_SQUOTE, - ACTIONS(1558), 1, + ACTIONS(1543), 1, anon_sym_LBRACK, - ACTIONS(1561), 1, + ACTIONS(1545), 1, sym_GENERIC, - ACTIONS(1564), 1, + ACTIONS(1547), 1, sym_PARAMETER, - STATE(927), 1, + STATE(731), 1, + aux_sym_name_repeat1, + STATE(898), 1, sym_generic_map_aspect, - STATE(943), 1, + STATE(991), 1, sym__name_selector, - STATE(732), 4, + STATE(732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(965), 5, + STATE(989), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 7, + ACTIONS(1483), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82024,9 +82057,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 32, + ACTIONS(1481), 32, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -82038,14 +82070,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -82056,43 +82088,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, - [45135] = 16, + [45137] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1567), 1, + ACTIONS(1549), 1, anon_sym_DOT, - ACTIONS(1569), 1, + ACTIONS(1552), 1, anon_sym_LPAREN, - ACTIONS(1571), 1, + ACTIONS(1555), 1, anon_sym_SQUOTE, - ACTIONS(1573), 1, + ACTIONS(1558), 1, anon_sym_LBRACK, - ACTIONS(1575), 1, + ACTIONS(1561), 1, sym_GENERIC, - ACTIONS(1577), 1, + ACTIONS(1564), 1, sym_PARAMETER, - STATE(732), 1, - aux_sym_name_repeat1, - STATE(927), 1, + STATE(898), 1, sym_generic_map_aspect, - STATE(943), 1, + STATE(991), 1, sym__name_selector, - STATE(733), 3, + STATE(733), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(965), 5, + aux_sym_name_repeat1, + STATE(989), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 7, + ACTIONS(1493), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82100,9 +82132,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 32, + ACTIONS(1485), 32, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -82114,14 +82145,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -82132,6 +82163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, [45227] = 16, ACTIONS(3), 1, @@ -82140,35 +82172,35 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1537), 1, + ACTIONS(1567), 1, anon_sym_DOT, - ACTIONS(1539), 1, + ACTIONS(1569), 1, anon_sym_LPAREN, - ACTIONS(1541), 1, + ACTIONS(1571), 1, anon_sym_SQUOTE, - ACTIONS(1543), 1, + ACTIONS(1573), 1, anon_sym_LBRACK, - ACTIONS(1545), 1, + ACTIONS(1575), 1, sym_GENERIC, - ACTIONS(1547), 1, + ACTIONS(1577), 1, sym_PARAMETER, - STATE(731), 1, + STATE(735), 1, aux_sym_name_repeat1, - STATE(904), 1, + STATE(891), 1, sym_generic_map_aspect, - STATE(989), 1, + STATE(947), 1, sym__name_selector, STATE(734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(980), 5, + STATE(996), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 7, + ACTIONS(1483), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82176,8 +82208,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1481), 32, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -82189,14 +82222,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -82207,7 +82240,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_PIPE, [45319] = 16, ACTIONS(3), 1, @@ -82228,23 +82260,23 @@ static const uint16_t ts_small_parse_table[] = { sym_GENERIC, ACTIONS(1577), 1, sym_PARAMETER, - STATE(733), 1, + STATE(736), 1, aux_sym_name_repeat1, - STATE(927), 1, + STATE(891), 1, sym_generic_map_aspect, - STATE(943), 1, + STATE(947), 1, sym__name_selector, STATE(735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(965), 5, + STATE(996), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 7, + ACTIONS(1471), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82252,7 +82284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1465), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -82304,22 +82336,22 @@ static const uint16_t ts_small_parse_table[] = { sym_GENERIC, ACTIONS(1594), 1, sym_PARAMETER, - STATE(904), 1, + STATE(891), 1, sym_generic_map_aspect, - STATE(989), 1, + STATE(947), 1, sym__name_selector, STATE(736), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(980), 5, + STATE(996), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 7, + ACTIONS(1493), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82327,8 +82359,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 32, + ACTIONS(1485), 32, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -82340,14 +82373,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -82358,157 +82391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_PIPE, - [45501] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1597), 1, - anon_sym_DOT, - ACTIONS(1600), 1, - anon_sym_LPAREN, - ACTIONS(1603), 1, - anon_sym_SQUOTE, - ACTIONS(1606), 1, - anon_sym_LBRACK, - ACTIONS(1609), 1, - sym_GENERIC, - ACTIONS(1612), 1, - sym_PARAMETER, - STATE(954), 1, - sym_generic_map_aspect, - STATE(1016), 1, - sym__name_selector, - STATE(737), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(1005), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1465), 32, - sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [45590] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1615), 1, - anon_sym_DOT, - ACTIONS(1618), 1, - anon_sym_LPAREN, - ACTIONS(1621), 1, - anon_sym_SQUOTE, - ACTIONS(1624), 1, - anon_sym_LBRACK, - ACTIONS(1627), 1, - sym_GENERIC, - ACTIONS(1630), 1, - sym_PARAMETER, - STATE(979), 1, - sym_generic_map_aspect, - STATE(1091), 1, - sym__name_selector, - STATE(738), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(1097), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1465), 31, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [45679] = 33, + [45501] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -82551,125 +82435,33 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - ACTIONS(1633), 1, + ACTIONS(1597), 1, sym_BEGIN, - ACTIONS(1635), 1, - sym_GENERIC, - STATE(760), 1, - sym_port_clause, - STATE(810), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(7558), 1, - sym_generic_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(739), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [45804] = 33, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1092), 1, - sym_PORT, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(1637), 1, - sym_BEGIN, - STATE(764), 1, + STATE(761), 1, sym_port_clause, - STATE(831), 1, + STATE(824), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(7868), 1, + STATE(7823), 1, sym_generic_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(740), 3, + STATE(737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -82692,124 +82484,49 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [45929] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(17), 1, - sym_ARCHITECTURE, - ACTIONS(25), 1, - sym_CONFIGURATION, - ACTIONS(29), 1, - sym_CONTEXT, - ACTIONS(33), 1, - sym_ENTITY, - ACTIONS(45), 1, - sym_LIBRARY, - ACTIONS(47), 1, - sym_PACKAGE, - ACTIONS(63), 1, - sym_USE, - STATE(1088), 1, - aux_sym_design_unit_repeat1, - STATE(1924), 1, - sym__context_item, - STATE(1976), 1, - sym__library_unit, - STATE(741), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1925), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - STATE(1929), 7, - sym_entity_declaration, - sym_configuration_declaration, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_context_declaration, - sym_architecture_definition, - sym_package_definition, - ACTIONS(393), 32, - sym_identifier, - sym_ALIAS, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [46022] = 15, + [45626] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1639), 1, + ACTIONS(1601), 1, anon_sym_DOT, - ACTIONS(1642), 1, + ACTIONS(1603), 1, anon_sym_LPAREN, - ACTIONS(1645), 1, + ACTIONS(1605), 1, anon_sym_SQUOTE, - ACTIONS(1648), 1, + ACTIONS(1607), 1, anon_sym_LBRACK, - ACTIONS(1651), 1, + ACTIONS(1609), 1, sym_GENERIC, - ACTIONS(1654), 1, + ACTIONS(1611), 1, sym_PARAMETER, - STATE(944), 1, + STATE(739), 1, + aux_sym_name_repeat1, + STATE(942), 1, sym_generic_map_aspect, - STATE(999), 1, + STATE(1062), 1, sym__name_selector, - STATE(742), 4, + STATE(738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1049), 5, + STATE(1070), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 32, + ACTIONS(1481), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -82817,7 +82534,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -82829,6 +82545,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -82842,49 +82559,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46111] = 16, + [45717] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1657), 1, + ACTIONS(1601), 1, anon_sym_DOT, - ACTIONS(1659), 1, + ACTIONS(1603), 1, anon_sym_LPAREN, - ACTIONS(1661), 1, + ACTIONS(1605), 1, anon_sym_SQUOTE, - ACTIONS(1663), 1, + ACTIONS(1607), 1, anon_sym_LBRACK, - ACTIONS(1665), 1, + ACTIONS(1609), 1, sym_GENERIC, - ACTIONS(1667), 1, + ACTIONS(1611), 1, sym_PARAMETER, - STATE(744), 1, + STATE(748), 1, aux_sym_name_repeat1, - STATE(954), 1, + STATE(942), 1, sym_generic_map_aspect, - STATE(1016), 1, + STATE(1062), 1, sym__name_selector, - STATE(743), 3, + STATE(739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1005), 5, + STATE(1070), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1465), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -82917,52 +82634,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46202] = 16, + [45808] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1657), 1, + ACTIONS(1613), 1, anon_sym_DOT, - ACTIONS(1659), 1, + ACTIONS(1615), 1, anon_sym_LPAREN, - ACTIONS(1661), 1, + ACTIONS(1617), 1, anon_sym_SQUOTE, - ACTIONS(1663), 1, + ACTIONS(1619), 1, anon_sym_LBRACK, - ACTIONS(1665), 1, + ACTIONS(1621), 1, sym_GENERIC, - ACTIONS(1667), 1, + ACTIONS(1623), 1, sym_PARAMETER, - STATE(737), 1, + STATE(746), 1, aux_sym_name_repeat1, - STATE(954), 1, + STATE(981), 1, sym_generic_map_aspect, - STATE(1016), 1, + STATE(1039), 1, sym__name_selector, - STATE(744), 3, + STATE(740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1005), 5, + STATE(1036), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 32, + ACTIONS(1465), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -82974,14 +82690,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -82992,36 +82708,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46293] = 16, + anon_sym_PIPE, + [45899] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1669), 1, + ACTIONS(1625), 1, anon_sym_DOT, - ACTIONS(1671), 1, + ACTIONS(1628), 1, anon_sym_LPAREN, - ACTIONS(1673), 1, + ACTIONS(1631), 1, anon_sym_SQUOTE, - ACTIONS(1675), 1, + ACTIONS(1634), 1, anon_sym_LBRACK, - ACTIONS(1677), 1, + ACTIONS(1637), 1, sym_GENERIC, - ACTIONS(1679), 1, + ACTIONS(1640), 1, sym_PARAMETER, - STATE(746), 1, - aux_sym_name_repeat1, - STATE(944), 1, + STATE(946), 1, sym_generic_map_aspect, - STATE(999), 1, + STATE(1064), 1, sym__name_selector, - STATE(745), 3, + STATE(741), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1049), 5, + aux_sym_name_repeat1, + STATE(1069), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -83034,7 +82750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1485), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -83067,49 +82783,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46384] = 16, + [45988] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1669), 1, + ACTIONS(1643), 1, anon_sym_DOT, - ACTIONS(1671), 1, + ACTIONS(1645), 1, anon_sym_LPAREN, - ACTIONS(1673), 1, + ACTIONS(1647), 1, anon_sym_SQUOTE, - ACTIONS(1675), 1, + ACTIONS(1649), 1, anon_sym_LBRACK, - ACTIONS(1677), 1, + ACTIONS(1651), 1, sym_GENERIC, - ACTIONS(1679), 1, + ACTIONS(1653), 1, sym_PARAMETER, - STATE(742), 1, + STATE(741), 1, aux_sym_name_repeat1, - STATE(944), 1, + STATE(946), 1, sym_generic_map_aspect, - STATE(999), 1, + STATE(1064), 1, sym__name_selector, - STATE(746), 3, + STATE(742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1049), 5, + STATE(1069), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 32, + ACTIONS(1465), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -83142,82 +82858,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46475] = 16, + [46079] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1681), 1, - anon_sym_DOT, - ACTIONS(1683), 1, - anon_sym_LPAREN, - ACTIONS(1685), 1, - anon_sym_SQUOTE, - ACTIONS(1687), 1, - anon_sym_LBRACK, - ACTIONS(1689), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1129), 1, + sym_PORT, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(1691), 1, - sym_PARAMETER, - STATE(738), 1, - aux_sym_name_repeat1, - STATE(979), 1, + ACTIONS(1655), 1, + sym_BEGIN, + STATE(759), 1, + sym_port_clause, + STATE(818), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(6794), 1, sym_generic_map_aspect, - STATE(1091), 1, - sym__name_selector, - STATE(747), 3, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1097), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1505), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1503), 31, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [46566] = 33, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [46204] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -83260,33 +82993,33 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1088), 1, + ACTIONS(1125), 1, sym_GENERIC, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - ACTIONS(1633), 1, + ACTIONS(1655), 1, sym_BEGIN, - STATE(740), 1, + STATE(737), 1, sym_generic_clause, - STATE(760), 1, + STATE(759), 1, sym_port_clause, - STATE(810), 1, + STATE(818), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(748), 3, + STATE(744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -83309,42 +83042,42 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [46691] = 16, + [46329] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1681), 1, + ACTIONS(1613), 1, anon_sym_DOT, - ACTIONS(1683), 1, + ACTIONS(1615), 1, anon_sym_LPAREN, - ACTIONS(1685), 1, + ACTIONS(1617), 1, anon_sym_SQUOTE, - ACTIONS(1687), 1, + ACTIONS(1619), 1, anon_sym_LBRACK, - ACTIONS(1689), 1, + ACTIONS(1621), 1, sym_GENERIC, - ACTIONS(1691), 1, + ACTIONS(1623), 1, sym_PARAMETER, - STATE(747), 1, + STATE(740), 1, aux_sym_name_repeat1, - STATE(979), 1, + STATE(981), 1, sym_generic_map_aspect, - STATE(1091), 1, + STATE(1039), 1, sym__name_selector, - STATE(749), 3, + STATE(745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1097), 5, + STATE(1036), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 7, + ACTIONS(1483), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -83352,7 +83085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 31, + ACTIONS(1481), 31, sym__AND, sym__MOD, sym__NAND, @@ -83384,55 +83117,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [46782] = 15, + [46420] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1693), 1, + ACTIONS(1657), 1, anon_sym_DOT, - ACTIONS(1696), 1, + ACTIONS(1660), 1, anon_sym_LPAREN, - ACTIONS(1699), 1, + ACTIONS(1663), 1, anon_sym_SQUOTE, - ACTIONS(1702), 1, + ACTIONS(1666), 1, anon_sym_LBRACK, - ACTIONS(1705), 1, + ACTIONS(1669), 1, sym_GENERIC, - ACTIONS(1708), 1, + ACTIONS(1672), 1, sym_PARAMETER, - STATE(1028), 1, + STATE(981), 1, sym_generic_map_aspect, - STATE(1186), 1, + STATE(1039), 1, sym__name_selector, - STATE(750), 4, + STATE(746), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1189), 5, + STATE(1036), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1493), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 31, + ACTIONS(1485), 31, sym__AND, - sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -83441,12 +83172,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -83457,56 +83190,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46870] = 16, + anon_sym_PIPE, + [46509] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1711), 1, + ACTIONS(1643), 1, anon_sym_DOT, - ACTIONS(1713), 1, + ACTIONS(1645), 1, anon_sym_LPAREN, - ACTIONS(1715), 1, + ACTIONS(1647), 1, anon_sym_SQUOTE, - ACTIONS(1717), 1, + ACTIONS(1649), 1, anon_sym_LBRACK, - ACTIONS(1719), 1, + ACTIONS(1651), 1, sym_GENERIC, - ACTIONS(1721), 1, + ACTIONS(1653), 1, sym_PARAMETER, - STATE(754), 1, + STATE(742), 1, aux_sym_name_repeat1, - STATE(1026), 1, + STATE(946), 1, sym_generic_map_aspect, - STATE(1188), 1, + STATE(1064), 1, sym__name_selector, - STATE(751), 3, + STATE(747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1191), 5, + STATE(1069), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 31, + ACTIONS(1481), 32, sym__AND, + sym_BUS, sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_RANGE, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -83517,9 +83252,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -83531,56 +83266,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46960] = 16, + [46600] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1723), 1, + ACTIONS(1675), 1, anon_sym_DOT, - ACTIONS(1725), 1, + ACTIONS(1678), 1, anon_sym_LPAREN, - ACTIONS(1727), 1, + ACTIONS(1681), 1, anon_sym_SQUOTE, - ACTIONS(1729), 1, + ACTIONS(1684), 1, anon_sym_LBRACK, - ACTIONS(1731), 1, + ACTIONS(1687), 1, sym_GENERIC, - ACTIONS(1733), 1, + ACTIONS(1690), 1, sym_PARAMETER, - STATE(750), 1, - aux_sym_name_repeat1, - STATE(1028), 1, + STATE(942), 1, sym_generic_map_aspect, - STATE(1186), 1, + STATE(1062), 1, sym__name_selector, - STATE(752), 3, + STATE(748), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1189), 5, + aux_sym_name_repeat1, + STATE(1070), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 31, + ACTIONS(1485), 32, sym__AND, + sym_BUS, sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -83593,7 +83326,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -83605,36 +83340,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47050] = 16, + [46689] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1723), 1, + ACTIONS(17), 1, + sym_ARCHITECTURE, + ACTIONS(25), 1, + sym_CONFIGURATION, + ACTIONS(29), 1, + sym_CONTEXT, + ACTIONS(33), 1, + sym_ENTITY, + ACTIONS(45), 1, + sym_LIBRARY, + ACTIONS(47), 1, + sym_PACKAGE, + ACTIONS(63), 1, + sym_USE, + STATE(1045), 1, + aux_sym_design_unit_repeat1, + STATE(2092), 1, + sym__library_unit, + STATE(2243), 1, + sym__context_item, + STATE(749), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2242), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + STATE(2235), 7, + sym_entity_declaration, + sym_configuration_declaration, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_context_declaration, + sym_architecture_definition, + sym_package_definition, + ACTIONS(582), 32, + sym_identifier, + sym_ALIAS, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [46782] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1693), 1, anon_sym_DOT, - ACTIONS(1725), 1, + ACTIONS(1696), 1, anon_sym_LPAREN, - ACTIONS(1727), 1, + ACTIONS(1699), 1, anon_sym_SQUOTE, - ACTIONS(1729), 1, + ACTIONS(1702), 1, anon_sym_LBRACK, - ACTIONS(1731), 1, + ACTIONS(1705), 1, sym_GENERIC, - ACTIONS(1733), 1, + ACTIONS(1708), 1, sym_PARAMETER, - STATE(752), 1, - aux_sym_name_repeat1, - STATE(1028), 1, + STATE(1055), 1, sym_generic_map_aspect, - STATE(1186), 1, + STATE(1170), 1, sym__name_selector, - STATE(753), 3, + STATE(750), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1189), 5, + aux_sym_name_repeat1, + STATE(1166), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -83647,7 +83457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 31, + ACTIONS(1485), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -83679,7 +83489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47140] = 16, + [46870] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -83688,40 +83498,39 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(1711), 1, anon_sym_DOT, - ACTIONS(1713), 1, + ACTIONS(1714), 1, anon_sym_LPAREN, - ACTIONS(1715), 1, - anon_sym_SQUOTE, ACTIONS(1717), 1, + anon_sym_SQUOTE, + ACTIONS(1720), 1, anon_sym_LBRACK, - ACTIONS(1719), 1, + ACTIONS(1723), 1, sym_GENERIC, - ACTIONS(1721), 1, + ACTIONS(1726), 1, sym_PARAMETER, - STATE(755), 1, - aux_sym_name_repeat1, - STATE(1026), 1, + STATE(1082), 1, sym_generic_map_aspect, - STATE(1188), 1, + STATE(1135), 1, sym__name_selector, - STATE(754), 3, + STATE(751), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1191), 5, + aux_sym_name_repeat1, + STATE(1138), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 31, + ACTIONS(1485), 31, sym__AND, sym_DOWNTO, sym__MOD, @@ -83753,41 +83562,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47230] = 15, + [46958] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1735), 1, + ACTIONS(1729), 1, anon_sym_DOT, - ACTIONS(1738), 1, + ACTIONS(1731), 1, anon_sym_LPAREN, - ACTIONS(1741), 1, + ACTIONS(1733), 1, anon_sym_SQUOTE, - ACTIONS(1744), 1, + ACTIONS(1735), 1, anon_sym_LBRACK, - ACTIONS(1747), 1, + ACTIONS(1737), 1, sym_GENERIC, - ACTIONS(1750), 1, + ACTIONS(1739), 1, sym_PARAMETER, - STATE(1026), 1, + STATE(750), 1, + aux_sym_name_repeat1, + STATE(1055), 1, sym_generic_map_aspect, - STATE(1188), 1, + STATE(1170), 1, sym__name_selector, - STATE(755), 4, + STATE(752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1191), 5, + STATE(1166), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -83797,11 +83607,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1465), 31, sym__AND, sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -83812,8 +83623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -83826,141 +83636,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47318] = 31, + [47048] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1753), 1, - sym_BEGIN, - ACTIONS(1755), 1, - sym_PORT, - STATE(832), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(8197), 1, - sym_port_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(756), 3, + ACTIONS(1741), 1, + anon_sym_DOT, + ACTIONS(1743), 1, + anon_sym_LPAREN, + ACTIONS(1745), 1, + anon_sym_SQUOTE, + ACTIONS(1747), 1, + anon_sym_LBRACK, + ACTIONS(1749), 1, + sym_GENERIC, + ACTIONS(1751), 1, + sym_PARAMETER, + STATE(751), 1, + aux_sym_name_repeat1, + STATE(1082), 1, + sym_generic_map_aspect, + STATE(1135), 1, + sym__name_selector, + STATE(753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [47437] = 15, + STATE(1138), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1465), 31, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_RANGE, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [47138] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1757), 1, + ACTIONS(1729), 1, anon_sym_DOT, - ACTIONS(1760), 1, + ACTIONS(1731), 1, anon_sym_LPAREN, - ACTIONS(1763), 1, + ACTIONS(1733), 1, anon_sym_SQUOTE, - ACTIONS(1766), 1, + ACTIONS(1735), 1, anon_sym_LBRACK, - ACTIONS(1769), 1, + ACTIONS(1737), 1, sym_GENERIC, - ACTIONS(1772), 1, + ACTIONS(1739), 1, sym_PARAMETER, - STATE(1148), 1, + STATE(752), 1, + aux_sym_name_repeat1, + STATE(1055), 1, sym_generic_map_aspect, - STATE(1349), 1, + STATE(1170), 1, sym__name_selector, - STATE(757), 4, + STATE(754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1356), 5, + STATE(1166), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 30, - sym_AFTER, + ACTIONS(1481), 31, sym__AND, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -83969,11 +83768,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -83986,54 +83784,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47524] = 15, + [47228] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1489), 1, + ACTIONS(1741), 1, anon_sym_DOT, - ACTIONS(1491), 1, + ACTIONS(1743), 1, anon_sym_LPAREN, - ACTIONS(1495), 1, + ACTIONS(1745), 1, anon_sym_SQUOTE, - ACTIONS(1497), 1, + ACTIONS(1747), 1, anon_sym_LBRACK, - ACTIONS(1501), 1, + ACTIONS(1749), 1, + sym_GENERIC, + ACTIONS(1751), 1, sym_PARAMETER, - STATE(722), 1, + STATE(753), 1, aux_sym_name_repeat1, - STATE(796), 1, + STATE(1082), 1, sym_generic_map_aspect, - STATE(872), 1, + STATE(1135), 1, sym__name_selector, - STATE(758), 3, + STATE(755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(886), 5, + STATE(1138), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 31, + ACTIONS(1481), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -84044,9 +83844,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84058,55 +83858,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47611] = 16, + [47318] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1775), 1, + ACTIONS(1753), 1, anon_sym_DOT, - ACTIONS(1777), 1, + ACTIONS(1756), 1, anon_sym_LPAREN, - ACTIONS(1779), 1, + ACTIONS(1759), 1, anon_sym_SQUOTE, - ACTIONS(1781), 1, + ACTIONS(1762), 1, anon_sym_LBRACK, - ACTIONS(1783), 1, + ACTIONS(1765), 1, sym_GENERIC, - ACTIONS(1785), 1, + ACTIONS(1768), 1, sym_PARAMETER, - STATE(757), 1, - aux_sym_name_repeat1, - STATE(1148), 1, + STATE(1172), 1, sym_generic_map_aspect, - STATE(1349), 1, + STATE(1329), 1, sym__name_selector, - STATE(759), 3, + STATE(756), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1356), 5, + aux_sym_name_repeat1, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 30, - sym_AFTER, + ACTIONS(1485), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -84114,12 +83914,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84131,7 +83930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47700] = 31, + [47405] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -84174,29 +83973,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1637), 1, + ACTIONS(1771), 1, sym_BEGIN, - ACTIONS(1755), 1, + ACTIONS(1773), 1, sym_PORT, - STATE(831), 1, + STATE(800), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(7857), 1, + STATE(8239), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(760), 3, + STATE(757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -84219,225 +84018,95 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [47819] = 16, + [47524] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1787), 1, - anon_sym_DOT, - ACTIONS(1789), 1, - anon_sym_LPAREN, - ACTIONS(1791), 1, - anon_sym_SQUOTE, - ACTIONS(1793), 1, - anon_sym_LBRACK, - ACTIONS(1795), 1, - sym_GENERIC, - ACTIONS(1797), 1, - sym_PARAMETER, - STATE(778), 1, - aux_sym_name_repeat1, - STATE(1208), 1, - sym_generic_map_aspect, - STATE(1304), 1, - sym__name_selector, - STATE(761), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(1775), 1, + sym_BEGIN, + STATE(812), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(8327), 1, + sym_port_map_aspect, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1300), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1505), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1503), 30, - sym__AND, - sym_BUS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [47908] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1787), 1, - anon_sym_DOT, - ACTIONS(1789), 1, - anon_sym_LPAREN, - ACTIONS(1791), 1, - anon_sym_SQUOTE, - ACTIONS(1793), 1, - anon_sym_LBRACK, - ACTIONS(1795), 1, - sym_GENERIC, - ACTIONS(1797), 1, - sym_PARAMETER, - STATE(761), 1, - aux_sym_name_repeat1, - STATE(1208), 1, - sym_generic_map_aspect, - STATE(1304), 1, - sym__name_selector, - STATE(762), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1300), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 30, - sym__AND, - sym_BUS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [47997] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1799), 1, - anon_sym_DOT, - ACTIONS(1802), 1, - anon_sym_LPAREN, - ACTIONS(1805), 1, - anon_sym_SQUOTE, - ACTIONS(1808), 1, - anon_sym_LBRACK, - ACTIONS(1811), 1, - sym_GENERIC, - ACTIONS(1814), 1, - sym_PARAMETER, - STATE(1176), 1, - sym_generic_map_aspect, - STATE(1399), 1, - sym__name_selector, - STATE(763), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(1398), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1465), 30, - sym__AND, - sym_DOWNTO, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [48084] = 31, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [47643] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -84480,29 +84149,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(1817), 1, + ACTIONS(1597), 1, sym_BEGIN, - STATE(806), 1, + ACTIONS(1773), 1, + sym_PORT, + STATE(824), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(8131), 1, + STATE(7818), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(764), 3, + STATE(759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -84525,79 +84194,95 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [48203] = 15, + [47762] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1489), 1, - anon_sym_DOT, - ACTIONS(1491), 1, - anon_sym_LPAREN, - ACTIONS(1495), 1, - anon_sym_SQUOTE, - ACTIONS(1497), 1, - anon_sym_LBRACK, - ACTIONS(1501), 1, - sym_PARAMETER, - STATE(758), 1, - aux_sym_name_repeat1, - STATE(796), 1, - sym_generic_map_aspect, - STATE(872), 1, - sym__name_selector, - STATE(765), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1655), 1, + sym_BEGIN, + ACTIONS(1773), 1, + sym_PORT, + STATE(818), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + STATE(6801), 1, + sym_port_map_aspect, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(886), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 31, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [48290] = 31, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [47881] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -84640,29 +84325,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1633), 1, - sym_BEGIN, - ACTIONS(1755), 1, + ACTIONS(1773), 1, sym_PORT, - STATE(810), 1, + ACTIONS(1777), 1, + sym_BEGIN, + STATE(805), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - STATE(7551), 1, + STATE(8186), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(766), 3, + STATE(761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -84685,50 +84370,50 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [48409] = 15, + [48000] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1819), 1, + ACTIONS(1467), 1, anon_sym_DOT, - ACTIONS(1822), 1, + ACTIONS(1469), 1, anon_sym_LPAREN, - ACTIONS(1825), 1, + ACTIONS(1473), 1, anon_sym_SQUOTE, - ACTIONS(1828), 1, + ACTIONS(1475), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, - sym_GENERIC, - ACTIONS(1834), 1, + ACTIONS(1479), 1, sym_PARAMETER, - STATE(1150), 1, + STATE(772), 1, + aux_sym_name_repeat1, + STATE(835), 1, sym_generic_map_aspect, - STATE(1360), 1, + STATE(871), 1, sym__name_selector, - STATE(767), 4, + STATE(762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1359), 5, + STATE(887), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 30, + ACTIONS(1481), 31, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -84741,11 +84426,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84757,51 +84442,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48496] = 16, + [48087] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1837), 1, + ACTIONS(1779), 1, anon_sym_DOT, - ACTIONS(1839), 1, + ACTIONS(1781), 1, anon_sym_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1783), 1, anon_sym_SQUOTE, - ACTIONS(1843), 1, + ACTIONS(1785), 1, anon_sym_LBRACK, - ACTIONS(1845), 1, + ACTIONS(1787), 1, sym_GENERIC, - ACTIONS(1847), 1, + ACTIONS(1789), 1, sym_PARAMETER, - STATE(770), 1, + STATE(765), 1, aux_sym_name_repeat1, - STATE(1125), 1, + STATE(1160), 1, sym_generic_map_aspect, - STATE(1323), 1, + STATE(1289), 1, sym__name_selector, - STATE(768), 3, + STATE(763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1320), 5, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 30, + ACTIONS(1481), 30, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -84813,12 +84498,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84830,36 +84515,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48585] = 16, + [48176] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1837), 1, + ACTIONS(1791), 1, anon_sym_DOT, - ACTIONS(1839), 1, + ACTIONS(1794), 1, anon_sym_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1797), 1, anon_sym_SQUOTE, - ACTIONS(1843), 1, + ACTIONS(1800), 1, anon_sym_LBRACK, - ACTIONS(1845), 1, + ACTIONS(1803), 1, sym_GENERIC, - ACTIONS(1847), 1, + ACTIONS(1806), 1, sym_PARAMETER, - STATE(768), 1, - aux_sym_name_repeat1, - STATE(1125), 1, + STATE(1160), 1, sym_generic_map_aspect, - STATE(1323), 1, + STATE(1289), 1, sym__name_selector, - STATE(769), 3, + STATE(764), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1320), 5, + aux_sym_name_repeat1, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -84872,9 +84556,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 30, + ACTIONS(1485), 30, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -84886,12 +84570,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84903,41 +84587,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48674] = 15, + [48263] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1849), 1, + ACTIONS(1779), 1, anon_sym_DOT, - ACTIONS(1852), 1, + ACTIONS(1781), 1, anon_sym_LPAREN, - ACTIONS(1855), 1, + ACTIONS(1783), 1, anon_sym_SQUOTE, - ACTIONS(1858), 1, + ACTIONS(1785), 1, anon_sym_LBRACK, - ACTIONS(1861), 1, + ACTIONS(1787), 1, sym_GENERIC, - ACTIONS(1864), 1, + ACTIONS(1789), 1, sym_PARAMETER, - STATE(1125), 1, + STATE(764), 1, + aux_sym_name_repeat1, + STATE(1160), 1, sym_generic_map_aspect, - STATE(1323), 1, + STATE(1289), 1, sym__name_selector, - STATE(770), 4, + STATE(765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1320), 5, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -84946,7 +84631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1465), 30, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -84958,12 +84643,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -84975,183 +84660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48761] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(1867), 1, - sym_BEGIN, - STATE(818), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - STATE(8236), 1, - sym_port_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(771), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [48880] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1092), 1, - sym_PORT, - ACTIONS(1753), 1, - sym_BEGIN, - STATE(771), 1, - sym_port_clause, - STATE(832), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(772), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [48999] = 31, + [48352] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -85194,29 +84703,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1092), 1, + ACTIONS(1129), 1, sym_PORT, - ACTIONS(1817), 1, + ACTIONS(1771), 1, sym_BEGIN, - STATE(756), 1, + STATE(758), 1, sym_port_clause, - STATE(806), 1, + STATE(800), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(773), 3, + STATE(766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -85239,55 +84748,54 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [49118] = 16, + [48471] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1869), 1, + ACTIONS(1809), 1, anon_sym_DOT, - ACTIONS(1871), 1, + ACTIONS(1811), 1, anon_sym_LPAREN, - ACTIONS(1873), 1, + ACTIONS(1813), 1, anon_sym_SQUOTE, - ACTIONS(1875), 1, + ACTIONS(1815), 1, anon_sym_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1817), 1, sym_GENERIC, - ACTIONS(1879), 1, + ACTIONS(1819), 1, sym_PARAMETER, - STATE(776), 1, + STATE(769), 1, aux_sym_name_repeat1, - STATE(1176), 1, + STATE(1216), 1, sym_generic_map_aspect, - STATE(1399), 1, + STATE(1395), 1, sym__name_selector, - STATE(774), 3, + STATE(767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1398), 5, + STATE(1392), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 30, + ACTIONS(1481), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -85296,11 +84804,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85312,55 +84821,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49207] = 16, + [48560] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1775), 1, + ACTIONS(1821), 1, anon_sym_DOT, - ACTIONS(1777), 1, + ACTIONS(1823), 1, anon_sym_LPAREN, - ACTIONS(1779), 1, + ACTIONS(1825), 1, anon_sym_SQUOTE, - ACTIONS(1781), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1783), 1, + ACTIONS(1829), 1, sym_GENERIC, - ACTIONS(1785), 1, + ACTIONS(1831), 1, sym_PARAMETER, - STATE(759), 1, + STATE(756), 1, aux_sym_name_repeat1, - STATE(1148), 1, + STATE(1172), 1, sym_generic_map_aspect, - STATE(1349), 1, + STATE(1329), 1, sym__name_selector, - STATE(775), 3, + STATE(768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1356), 5, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 30, - sym_AFTER, + ACTIONS(1465), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -85368,12 +84878,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85385,55 +84894,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49296] = 16, + [48649] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1869), 1, + ACTIONS(1809), 1, anon_sym_DOT, - ACTIONS(1871), 1, + ACTIONS(1811), 1, anon_sym_LPAREN, - ACTIONS(1873), 1, + ACTIONS(1813), 1, anon_sym_SQUOTE, - ACTIONS(1875), 1, + ACTIONS(1815), 1, anon_sym_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1817), 1, sym_GENERIC, - ACTIONS(1879), 1, + ACTIONS(1819), 1, sym_PARAMETER, - STATE(763), 1, + STATE(770), 1, aux_sym_name_repeat1, - STATE(1176), 1, + STATE(1216), 1, sym_generic_map_aspect, - STATE(1399), 1, + STATE(1395), 1, sym__name_selector, - STATE(776), 3, + STATE(769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1398), 5, + STATE(1392), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 30, + ACTIONS(1465), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -85442,11 +84950,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85458,36 +84967,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49385] = 16, + [48738] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1881), 1, + ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1883), 1, + ACTIONS(1836), 1, anon_sym_LPAREN, - ACTIONS(1885), 1, + ACTIONS(1839), 1, anon_sym_SQUOTE, - ACTIONS(1887), 1, + ACTIONS(1842), 1, anon_sym_LBRACK, - ACTIONS(1889), 1, + ACTIONS(1845), 1, sym_GENERIC, - ACTIONS(1891), 1, + ACTIONS(1848), 1, sym_PARAMETER, - STATE(779), 1, - aux_sym_name_repeat1, - STATE(1150), 1, + STATE(1216), 1, sym_generic_map_aspect, - STATE(1360), 1, + STATE(1395), 1, sym__name_selector, - STATE(777), 3, + STATE(770), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1359), 5, + aux_sym_name_repeat1, + STATE(1392), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -85500,9 +85008,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 30, + ACTIONS(1485), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -85514,12 +85022,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85531,55 +85039,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49474] = 15, + [48825] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1893), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1129), 1, + sym_PORT, + ACTIONS(1777), 1, + sym_BEGIN, + STATE(757), 1, + sym_port_clause, + STATE(805), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(771), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [48944] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1467), 1, anon_sym_DOT, - ACTIONS(1896), 1, + ACTIONS(1469), 1, anon_sym_LPAREN, - ACTIONS(1899), 1, + ACTIONS(1473), 1, anon_sym_SQUOTE, - ACTIONS(1902), 1, + ACTIONS(1475), 1, anon_sym_LBRACK, - ACTIONS(1905), 1, - sym_GENERIC, - ACTIONS(1908), 1, + ACTIONS(1479), 1, sym_PARAMETER, - STATE(1208), 1, + STATE(726), 1, + aux_sym_name_repeat1, + STATE(835), 1, sym_generic_map_aspect, - STATE(1304), 1, + STATE(871), 1, sym__name_selector, - STATE(778), 4, + STATE(772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1300), 5, + STATE(887), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 30, + ACTIONS(1465), 31, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -85587,6 +85182,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -85603,51 +85199,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49561] = 16, + [49031] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1881), 1, + ACTIONS(1851), 1, anon_sym_DOT, - ACTIONS(1883), 1, + ACTIONS(1854), 1, anon_sym_LPAREN, - ACTIONS(1885), 1, + ACTIONS(1857), 1, anon_sym_SQUOTE, - ACTIONS(1887), 1, + ACTIONS(1860), 1, anon_sym_LBRACK, - ACTIONS(1889), 1, + ACTIONS(1863), 1, sym_GENERIC, - ACTIONS(1891), 1, + ACTIONS(1866), 1, sym_PARAMETER, - STATE(767), 1, - aux_sym_name_repeat1, - STATE(1150), 1, + STATE(1155), 1, sym_generic_map_aspect, - STATE(1360), 1, + STATE(1292), 1, sym__name_selector, - STATE(779), 3, + STATE(773), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1359), 5, + aux_sym_name_repeat1, + STATE(1290), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 30, + ACTIONS(1485), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -85659,11 +85254,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -85676,55 +85271,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49650] = 16, + [49118] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1911), 1, + ACTIONS(1869), 1, anon_sym_DOT, - ACTIONS(1913), 1, + ACTIONS(1871), 1, anon_sym_LPAREN, - ACTIONS(1915), 1, + ACTIONS(1873), 1, anon_sym_SQUOTE, - ACTIONS(1917), 1, + ACTIONS(1875), 1, anon_sym_LBRACK, - ACTIONS(1919), 1, + ACTIONS(1877), 1, sym_GENERIC, - ACTIONS(1921), 1, + ACTIONS(1879), 1, sym_PARAMETER, - STATE(795), 1, + STATE(776), 1, aux_sym_name_repeat1, - STATE(1329), 1, + STATE(1207), 1, sym_generic_map_aspect, - STATE(1486), 1, + STATE(1414), 1, sym__name_selector, - STATE(780), 3, + STATE(774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1487), 5, + STATE(1398), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1465), 30, sym__AND, sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -85736,6 +85331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -85748,58 +85344,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49738] = 15, + [49207] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1923), 1, + ACTIONS(1821), 1, anon_sym_DOT, - ACTIONS(1926), 1, + ACTIONS(1823), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1825), 1, anon_sym_SQUOTE, - ACTIONS(1932), 1, + ACTIONS(1827), 1, anon_sym_LBRACK, - ACTIONS(1935), 1, + ACTIONS(1829), 1, sym_GENERIC, - ACTIONS(1938), 1, + ACTIONS(1831), 1, sym_PARAMETER, - STATE(1266), 1, + STATE(768), 1, + aux_sym_name_repeat1, + STATE(1172), 1, sym_generic_map_aspect, - STATE(1637), 1, + STATE(1329), 1, sym__name_selector, - STATE(781), 4, + STATE(775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1638), 5, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 29, + ACTIONS(1481), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -85808,6 +85405,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85819,123 +85417,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49824] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1955), 1, - sym_GENERIC, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1961), 1, - sym_PORT, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(842), 1, - sym_generic_clause, - STATE(939), 1, - aux_sym_entity_head_repeat1, - STATE(996), 1, - sym_port_clause, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(1945), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(782), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [49942] = 16, + [49296] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1977), 1, + ACTIONS(1881), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1884), 1, anon_sym_LPAREN, - ACTIONS(1981), 1, + ACTIONS(1887), 1, anon_sym_SQUOTE, - ACTIONS(1983), 1, + ACTIONS(1890), 1, anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1893), 1, sym_GENERIC, - ACTIONS(1987), 1, + ACTIONS(1896), 1, sym_PARAMETER, - STATE(790), 1, - aux_sym_name_repeat1, - STATE(1248), 1, + STATE(1207), 1, sym_generic_map_aspect, - STATE(1611), 1, + STATE(1414), 1, sym__name_selector, - STATE(783), 3, + STATE(776), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1615), 5, + aux_sym_name_repeat1, + STATE(1398), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -85948,13 +85458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1485), 30, sym__AND, sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -85966,6 +85476,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -85978,66 +85489,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50030] = 16, + [49383] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1989), 1, + ACTIONS(1899), 1, anon_sym_DOT, - ACTIONS(1991), 1, + ACTIONS(1901), 1, anon_sym_LPAREN, - ACTIONS(1993), 1, + ACTIONS(1903), 1, anon_sym_SQUOTE, - ACTIONS(1995), 1, + ACTIONS(1905), 1, anon_sym_LBRACK, - ACTIONS(1997), 1, + ACTIONS(1907), 1, sym_GENERIC, - ACTIONS(1999), 1, + ACTIONS(1909), 1, sym_PARAMETER, - STATE(794), 1, + STATE(779), 1, aux_sym_name_repeat1, - STATE(1266), 1, + STATE(1155), 1, sym_generic_map_aspect, - STATE(1637), 1, + STATE(1292), 1, sym__name_selector, - STATE(784), 3, + STATE(777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1638), 5, + STATE(1290), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1481), 30, + sym_AFTER, sym__AND, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86050,55 +85562,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50118] = 16, + [49472] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2001), 1, + ACTIONS(1869), 1, anon_sym_DOT, - ACTIONS(2003), 1, + ACTIONS(1871), 1, anon_sym_LPAREN, - ACTIONS(2005), 1, + ACTIONS(1873), 1, anon_sym_SQUOTE, - ACTIONS(2007), 1, + ACTIONS(1875), 1, anon_sym_LBRACK, - ACTIONS(2009), 1, + ACTIONS(1877), 1, sym_GENERIC, - ACTIONS(2011), 1, + ACTIONS(1879), 1, sym_PARAMETER, - STATE(792), 1, + STATE(774), 1, aux_sym_name_repeat1, - STATE(1294), 1, + STATE(1207), 1, sym_generic_map_aspect, - STATE(1521), 1, + STATE(1414), 1, sym__name_selector, - STATE(785), 3, + STATE(778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1522), 5, + STATE(1398), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 29, + ACTIONS(1481), 30, sym__AND, sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -86110,6 +85622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86122,55 +85635,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50206] = 16, + [49561] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2013), 1, + ACTIONS(1899), 1, anon_sym_DOT, - ACTIONS(2015), 1, + ACTIONS(1901), 1, anon_sym_LPAREN, - ACTIONS(2017), 1, + ACTIONS(1903), 1, anon_sym_SQUOTE, - ACTIONS(2019), 1, + ACTIONS(1905), 1, anon_sym_LBRACK, - ACTIONS(2021), 1, + ACTIONS(1907), 1, sym_GENERIC, - ACTIONS(2023), 1, + ACTIONS(1909), 1, sym_PARAMETER, - STATE(787), 1, + STATE(773), 1, aux_sym_name_repeat1, - STATE(1415), 1, + STATE(1155), 1, sym_generic_map_aspect, - STATE(1432), 1, + STATE(1292), 1, sym__name_selector, - STATE(786), 3, + STATE(779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1435), 5, + STATE(1290), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 29, + ACTIONS(1465), 30, + sym_AFTER, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -86179,9 +85691,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86194,48 +85708,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50294] = 15, + [49650] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2025), 1, + ACTIONS(1911), 1, anon_sym_DOT, - ACTIONS(2028), 1, + ACTIONS(1913), 1, anon_sym_LPAREN, - ACTIONS(2031), 1, + ACTIONS(1915), 1, anon_sym_SQUOTE, - ACTIONS(2034), 1, + ACTIONS(1917), 1, anon_sym_LBRACK, - ACTIONS(2037), 1, + ACTIONS(1919), 1, sym_GENERIC, - ACTIONS(2040), 1, + ACTIONS(1921), 1, sym_PARAMETER, - STATE(1415), 1, + STATE(782), 1, + aux_sym_name_repeat1, + STATE(1302), 1, sym_generic_map_aspect, - STATE(1432), 1, + STATE(1578), 1, sym__name_selector, - STATE(787), 4, + STATE(780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1435), 5, + STATE(1577), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 29, + ACTIONS(1481), 29, sym__AND, sym_IS, sym__MOD, @@ -86265,36 +85780,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50380] = 16, + [49738] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2001), 1, + ACTIONS(1923), 1, anon_sym_DOT, - ACTIONS(2003), 1, + ACTIONS(1926), 1, anon_sym_LPAREN, - ACTIONS(2005), 1, + ACTIONS(1929), 1, anon_sym_SQUOTE, - ACTIONS(2007), 1, + ACTIONS(1932), 1, anon_sym_LBRACK, - ACTIONS(2009), 1, + ACTIONS(1935), 1, sym_GENERIC, - ACTIONS(2011), 1, + ACTIONS(1938), 1, sym_PARAMETER, - STATE(785), 1, - aux_sym_name_repeat1, - STATE(1294), 1, + STATE(1331), 1, sym_generic_map_aspect, - STATE(1521), 1, + STATE(1511), 1, sym__name_selector, - STATE(788), 3, + STATE(781), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1522), 5, + aux_sym_name_repeat1, + STATE(1509), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -86307,7 +85821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1485), 29, sym__AND, sym_DOWNTO, sym_IS, @@ -86337,41 +85851,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50468] = 15, + [49824] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2043), 1, + ACTIONS(1911), 1, anon_sym_DOT, - ACTIONS(2046), 1, + ACTIONS(1913), 1, anon_sym_LPAREN, - ACTIONS(2049), 1, + ACTIONS(1915), 1, anon_sym_SQUOTE, - ACTIONS(2052), 1, + ACTIONS(1917), 1, anon_sym_LBRACK, - ACTIONS(2055), 1, + ACTIONS(1919), 1, sym_GENERIC, - ACTIONS(2058), 1, + ACTIONS(1921), 1, sym_PARAMETER, - STATE(1329), 1, + STATE(784), 1, + aux_sym_name_repeat1, + STATE(1302), 1, sym_generic_map_aspect, - STATE(1486), 1, + STATE(1578), 1, sym__name_selector, - STATE(789), 4, + STATE(782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1487), 5, + STATE(1577), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -86380,11 +85895,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1465), 29, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -86393,9 +85908,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86408,66 +85923,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50554] = 16, + [49912] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1977), 1, + ACTIONS(1941), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1944), 1, anon_sym_LPAREN, - ACTIONS(1981), 1, + ACTIONS(1947), 1, anon_sym_SQUOTE, - ACTIONS(1983), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1953), 1, sym_GENERIC, - ACTIONS(1987), 1, + ACTIONS(1956), 1, sym_PARAMETER, - STATE(793), 1, - aux_sym_name_repeat1, - STATE(1248), 1, + STATE(1260), 1, sym_generic_map_aspect, - STATE(1611), 1, + STATE(1641), 1, sym__name_selector, - STATE(790), 3, + STATE(783), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1615), 5, + aux_sym_name_repeat1, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 29, + ACTIONS(1485), 29, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86480,36 +85994,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50642] = 16, + [49998] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2013), 1, + ACTIONS(1959), 1, anon_sym_DOT, - ACTIONS(2015), 1, + ACTIONS(1962), 1, anon_sym_LPAREN, - ACTIONS(2017), 1, + ACTIONS(1965), 1, anon_sym_SQUOTE, - ACTIONS(2019), 1, + ACTIONS(1968), 1, anon_sym_LBRACK, - ACTIONS(2021), 1, + ACTIONS(1971), 1, sym_GENERIC, - ACTIONS(2023), 1, + ACTIONS(1974), 1, sym_PARAMETER, - STATE(786), 1, - aux_sym_name_repeat1, - STATE(1415), 1, + STATE(1302), 1, sym_generic_map_aspect, - STATE(1432), 1, + STATE(1578), 1, sym__name_selector, - STATE(791), 3, + STATE(784), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1435), 5, + aux_sym_name_repeat1, + STATE(1577), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -86522,7 +86035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1485), 29, sym__AND, sym_IS, sym__MOD, @@ -86552,65 +86065,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50730] = 15, + [50084] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2061), 1, + ACTIONS(1977), 1, anon_sym_DOT, - ACTIONS(2064), 1, + ACTIONS(1979), 1, anon_sym_LPAREN, - ACTIONS(2067), 1, + ACTIONS(1981), 1, anon_sym_SQUOTE, - ACTIONS(2070), 1, + ACTIONS(1983), 1, anon_sym_LBRACK, - ACTIONS(2073), 1, + ACTIONS(1985), 1, sym_GENERIC, - ACTIONS(2076), 1, + ACTIONS(1987), 1, sym_PARAMETER, - STATE(1294), 1, + STATE(794), 1, + aux_sym_name_repeat1, + STATE(1260), 1, sym_generic_map_aspect, - STATE(1521), 1, + STATE(1641), 1, sym__name_selector, - STATE(792), 4, + STATE(785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1522), 5, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 29, + ACTIONS(1481), 29, sym__AND, - sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86623,48 +86137,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50816] = 15, + [50172] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2079), 1, + ACTIONS(1989), 1, anon_sym_DOT, - ACTIONS(2082), 1, + ACTIONS(1992), 1, anon_sym_LPAREN, - ACTIONS(2085), 1, + ACTIONS(1995), 1, anon_sym_SQUOTE, - ACTIONS(2088), 1, + ACTIONS(1998), 1, anon_sym_LBRACK, - ACTIONS(2091), 1, + ACTIONS(2001), 1, sym_GENERIC, - ACTIONS(2094), 1, + ACTIONS(2004), 1, sym_PARAMETER, - STATE(1248), 1, + STATE(1323), 1, sym_generic_map_aspect, - STATE(1611), 1, + STATE(1537), 1, sym__name_selector, - STATE(793), 4, + STATE(786), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1615), 5, + STATE(1538), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 29, + ACTIONS(1485), 29, sym__AND, sym_DOWNTO, sym_LOOP, @@ -86694,66 +86208,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50902] = 16, + [50258] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1989), 1, + ACTIONS(2007), 1, anon_sym_DOT, - ACTIONS(1991), 1, + ACTIONS(2009), 1, anon_sym_LPAREN, - ACTIONS(1993), 1, + ACTIONS(2011), 1, anon_sym_SQUOTE, - ACTIONS(1995), 1, + ACTIONS(2013), 1, anon_sym_LBRACK, - ACTIONS(1997), 1, + ACTIONS(2015), 1, sym_GENERIC, - ACTIONS(1999), 1, + ACTIONS(2017), 1, sym_PARAMETER, - STATE(781), 1, + STATE(786), 1, aux_sym_name_repeat1, - STATE(1266), 1, + STATE(1323), 1, sym_generic_map_aspect, - STATE(1637), 1, + STATE(1537), 1, sym__name_selector, - STATE(794), 3, + STATE(787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1638), 5, + STATE(1538), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 29, + ACTIONS(1465), 29, sym__AND, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86766,52 +86280,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50990] = 16, + [50346] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1911), 1, + ACTIONS(2007), 1, anon_sym_DOT, - ACTIONS(1913), 1, + ACTIONS(2009), 1, anon_sym_LPAREN, - ACTIONS(1915), 1, + ACTIONS(2011), 1, anon_sym_SQUOTE, - ACTIONS(1917), 1, + ACTIONS(2013), 1, anon_sym_LBRACK, - ACTIONS(1919), 1, + ACTIONS(2015), 1, sym_GENERIC, - ACTIONS(1921), 1, + ACTIONS(2017), 1, sym_PARAMETER, - STATE(789), 1, + STATE(787), 1, aux_sym_name_repeat1, - STATE(1329), 1, + STATE(1323), 1, sym_generic_map_aspect, - STATE(1486), 1, + STATE(1537), 1, sym__name_selector, - STATE(795), 3, + STATE(788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1487), 5, + STATE(1538), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 29, + ACTIONS(1481), 29, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -86838,35 +86352,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51078] = 9, + [50434] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1491), 1, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2021), 1, anon_sym_LPAREN, - ACTIONS(2101), 1, + ACTIONS(2023), 1, + anon_sym_SQUOTE, + ACTIONS(2025), 1, + anon_sym_LBRACK, + ACTIONS(2027), 1, + sym_GENERIC, + ACTIONS(2029), 1, sym_PARAMETER, - STATE(868), 1, - sym_parenthesis_group, - STATE(796), 3, + STATE(791), 1, + aux_sym_name_repeat1, + STATE(1254), 1, + sym_generic_map_aspect, + STATE(1658), 1, + sym__name_selector, + STATE(789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, - anon_sym_EQ, + STATE(1652), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 38, + ACTIONS(1465), 29, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -86881,13 +86412,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -86898,11 +86424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [51151] = 29, + [50522] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -86911,59 +86433,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(175), 1, + ACTIONS(2031), 1, sym_ALIAS, - ACTIONS(177), 1, + ACTIONS(2033), 1, sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, + ACTIONS(2037), 1, sym_CONSTANT, - ACTIONS(185), 1, + ACTIONS(2039), 1, sym_DISCONNECT, - ACTIONS(189), 1, + ACTIONS(2041), 1, sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, + ACTIONS(2043), 1, sym_FUNCTION, - ACTIONS(195), 1, + ACTIONS(2045), 1, + sym_GENERIC, + ACTIONS(2047), 1, sym_GROUP, - ACTIONS(197), 1, + ACTIONS(2049), 1, sym_PACKAGE, - ACTIONS(203), 1, + ACTIONS(2051), 1, + sym_PORT, + ACTIONS(2053), 1, sym_SIGNAL, - ACTIONS(205), 1, + ACTIONS(2055), 1, sym_SHARED, - ACTIONS(207), 1, + ACTIONS(2057), 1, sym_SUBTYPE, - ACTIONS(209), 1, + ACTIONS(2059), 1, sym_TYPE, - ACTIONS(211), 1, + ACTIONS(2061), 1, sym_USE, - ACTIONS(213), 1, + ACTIONS(2063), 1, sym_VARIABLE, - ACTIONS(215), 1, + ACTIONS(2065), 1, sym_VIEW, - ACTIONS(2103), 1, - sym_BEGIN, - STATE(800), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, + STATE(866), 1, + sym_generic_clause, + STATE(960), 1, + sym_port_clause, + STATE(967), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + ACTIONS(2035), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(797), 3, + STATE(790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3351), 20, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -86979,141 +86506,128 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_declaration, sym_file_declaration, sym_alias_declaration, - sym_component_declaration, sym_attribute_declaration, sym_attribute_specification, sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - sym_configuration_specification, - [51264] = 29, + [50640] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(2105), 1, - sym_BEGIN, - STATE(804), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(798), 3, + ACTIONS(2067), 1, + anon_sym_DOT, + ACTIONS(2070), 1, + anon_sym_LPAREN, + ACTIONS(2073), 1, + anon_sym_SQUOTE, + ACTIONS(2076), 1, + anon_sym_LBRACK, + ACTIONS(2079), 1, + sym_GENERIC, + ACTIONS(2082), 1, + sym_PARAMETER, + STATE(1254), 1, + sym_generic_map_aspect, + STATE(1658), 1, + sym__name_selector, + STATE(791), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [51377] = 15, + aux_sym_name_repeat1, + STATE(1652), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1485), 29, + sym__AND, + sym_DOWNTO, + sym_GENERATE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [50726] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2107), 1, + ACTIONS(2085), 1, anon_sym_DOT, - ACTIONS(2110), 1, + ACTIONS(2087), 1, anon_sym_LPAREN, - ACTIONS(2113), 1, + ACTIONS(2089), 1, anon_sym_SQUOTE, - ACTIONS(2116), 1, + ACTIONS(2091), 1, anon_sym_LBRACK, - ACTIONS(2119), 1, + ACTIONS(2093), 1, sym_GENERIC, - ACTIONS(2122), 1, + ACTIONS(2095), 1, sym_PARAMETER, - STATE(1433), 1, + STATE(781), 1, + aux_sym_name_repeat1, + STATE(1331), 1, sym_generic_map_aspect, - STATE(1674), 1, + STATE(1511), 1, sym__name_selector, - STATE(799), 4, + STATE(792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1875), 5, + STATE(1509), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 28, + ACTIONS(1465), 29, sym__AND, - sym_ELSE, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -87125,9 +86639,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -87140,146 +86654,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51462] = 29, + [50814] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(2105), 1, - sym_BEGIN, - STATE(809), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(800), 3, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2021), 1, + anon_sym_LPAREN, + ACTIONS(2023), 1, + anon_sym_SQUOTE, + ACTIONS(2025), 1, + anon_sym_LBRACK, + ACTIONS(2027), 1, + sym_GENERIC, + ACTIONS(2029), 1, + sym_PARAMETER, + STATE(789), 1, + aux_sym_name_repeat1, + STATE(1254), 1, + sym_generic_map_aspect, + STATE(1658), 1, + sym__name_selector, + STATE(793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [51575] = 16, + STATE(1652), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1483), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1481), 29, + sym__AND, + sym_DOWNTO, + sym_GENERATE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [50902] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2125), 1, + ACTIONS(1977), 1, anon_sym_DOT, - ACTIONS(2127), 1, + ACTIONS(1979), 1, anon_sym_LPAREN, - ACTIONS(2129), 1, + ACTIONS(1981), 1, anon_sym_SQUOTE, - ACTIONS(2131), 1, + ACTIONS(1983), 1, anon_sym_LBRACK, - ACTIONS(2133), 1, + ACTIONS(1985), 1, sym_GENERIC, - ACTIONS(2135), 1, + ACTIONS(1987), 1, sym_PARAMETER, - STATE(834), 1, + STATE(783), 1, aux_sym_name_repeat1, - STATE(1497), 1, + STATE(1260), 1, sym_generic_map_aspect, - STATE(1799), 1, + STATE(1641), 1, sym__name_selector, - STATE(801), 3, + STATE(794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1814), 5, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 28, + ACTIONS(1465), 29, sym__AND, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -87295,49 +86798,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51662] = 15, + [50990] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1537), 1, + ACTIONS(2085), 1, anon_sym_DOT, - ACTIONS(1539), 1, + ACTIONS(2087), 1, anon_sym_LPAREN, - ACTIONS(1541), 1, + ACTIONS(2089), 1, anon_sym_SQUOTE, - ACTIONS(1543), 1, + ACTIONS(2091), 1, anon_sym_LBRACK, - ACTIONS(1547), 1, + ACTIONS(2093), 1, + sym_GENERIC, + ACTIONS(2095), 1, sym_PARAMETER, - STATE(822), 1, + STATE(792), 1, aux_sym_name_repeat1, - STATE(904), 1, + STATE(1331), 1, sym_generic_map_aspect, - STATE(989), 1, + STATE(1511), 1, sym__name_selector, - STATE(802), 3, + STATE(795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(980), 5, + STATE(1509), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 29, + ACTIONS(1481), 29, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [51078] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2097), 1, + anon_sym_DOT, + ACTIONS(2099), 1, + anon_sym_LPAREN, + ACTIONS(2101), 1, + anon_sym_SQUOTE, + ACTIONS(2103), 1, + anon_sym_LBRACK, + ACTIONS(2105), 1, sym_GENERIC, + ACTIONS(2107), 1, + sym_PARAMETER, + STATE(807), 1, + aux_sym_name_repeat1, + STATE(1546), 1, + sym_generic_map_aspect, + STATE(1679), 1, + sym__name_selector, + STATE(796), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1677), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1483), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1481), 28, + sym__AND, sym__MOD, sym__NAND, sym__NOR, @@ -87345,6 +86921,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -87353,7 +86930,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -87365,54 +86941,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51747] = 16, + [51165] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2137), 1, + ACTIONS(2109), 1, anon_sym_DOT, - ACTIONS(2139), 1, + ACTIONS(2111), 1, anon_sym_LPAREN, - ACTIONS(2141), 1, + ACTIONS(2113), 1, anon_sym_SQUOTE, - ACTIONS(2143), 1, + ACTIONS(2115), 1, anon_sym_LBRACK, - ACTIONS(2145), 1, + ACTIONS(2117), 1, sym_GENERIC, - ACTIONS(2147), 1, + ACTIONS(2119), 1, sym_PARAMETER, - STATE(824), 1, + STATE(837), 1, aux_sym_name_repeat1, - STATE(1594), 1, + STATE(1659), 1, sym_generic_map_aspect, - STATE(1713), 1, + STATE(1702), 1, sym__name_selector, - STATE(803), 3, + STATE(797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1717), 5, + STATE(1692), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 28, + ACTIONS(1481), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -87421,9 +86996,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -87436,7 +87012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51834] = 29, + [51252] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87479,25 +87055,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2149), 1, + ACTIONS(2121), 1, sym_BEGIN, - STATE(809), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(804), 3, + STATE(798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87520,7 +87096,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [51947] = 29, + [51365] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87563,25 +87139,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1753), 1, + ACTIONS(2123), 1, sym_BEGIN, - STATE(832), 1, + STATE(826), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(805), 3, + STATE(799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87604,7 +87180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52060] = 29, + [51478] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87647,25 +87223,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1753), 1, + ACTIONS(1775), 1, sym_BEGIN, - STATE(809), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(806), 3, + STATE(800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87688,7 +87264,77 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52173] = 29, + [51591] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2125), 1, + anon_sym_DOT, + ACTIONS(2128), 1, + anon_sym_LPAREN, + ACTIONS(2131), 1, + anon_sym_SQUOTE, + ACTIONS(2134), 1, + anon_sym_LBRACK, + ACTIONS(2137), 1, + sym_GENERIC, + ACTIONS(2140), 1, + sym_PARAMETER, + STATE(1441), 1, + sym_generic_map_aspect, + STATE(1861), 1, + sym__name_selector, + STATE(801), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(1860), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1485), 28, + sym__AND, + sym_ELSE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [51676] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87731,25 +87377,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2151), 1, + ACTIONS(2121), 1, sym_BEGIN, - STATE(829), 1, + STATE(814), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(807), 3, + STATE(802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87772,154 +87418,68 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52286] = 32, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2153), 1, - sym_ALIAS, - ACTIONS(2155), 1, - sym_ATTRIBUTE, - ACTIONS(2157), 1, - sym_COMPONENT, - ACTIONS(2159), 1, - sym_CONSTANT, - ACTIONS(2161), 1, - sym_DISCONNECT, - ACTIONS(2163), 1, - sym_END, - ACTIONS(2165), 1, - sym_FILE, - ACTIONS(2167), 1, - sym_FUNCTION, - ACTIONS(2169), 1, - sym_GENERIC, - ACTIONS(2171), 1, - sym_GROUP, - ACTIONS(2175), 1, - sym_NEW, - ACTIONS(2177), 1, - sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, - sym_SIGNAL, - ACTIONS(2183), 1, - sym_SHARED, - ACTIONS(2185), 1, - sym_SUBTYPE, - ACTIONS(2187), 1, - sym_TYPE, - ACTIONS(2189), 1, - sym_USE, - ACTIONS(2191), 1, - sym_VARIABLE, - ACTIONS(2193), 1, - sym_VIEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, - sym_generic_clause, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(808), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [52405] = 28, + [51789] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(509), 1, - sym_BEGIN, - ACTIONS(544), 1, + ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2195), 1, + ACTIONS(175), 1, sym_ALIAS, - ACTIONS(2198), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(2201), 1, + ACTIONS(181), 1, sym_COMPONENT, - ACTIONS(2204), 1, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(2207), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(2210), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(2213), 1, + ACTIONS(191), 1, sym_FOR, - ACTIONS(2216), 1, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(2219), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(2222), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(2225), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2228), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2231), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2234), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2237), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2240), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2243), 1, + ACTIONS(215), 1, sym_VIEW, - STATE(3158), 1, + ACTIONS(2143), 1, + sym_BEGIN, + STATE(817), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, - ACTIONS(538), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(809), 4, + STATE(803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_design_unit_repeat2, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87942,7 +87502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52516] = 29, + [51902] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87985,25 +87545,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1637), 1, + ACTIONS(1775), 1, sym_BEGIN, - STATE(809), 1, + STATE(812), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(810), 3, + STATE(804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88026,78 +87586,74 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52629] = 32, + [52015] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2153), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, sym_ALIAS, - ACTIONS(2155), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(2157), 1, + ACTIONS(181), 1, sym_COMPONENT, - ACTIONS(2159), 1, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(2161), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(2163), 1, - sym_END, - ACTIONS(2165), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(2167), 1, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(2169), 1, - sym_GENERIC, - ACTIONS(2171), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(2177), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2183), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2185), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2187), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2189), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2191), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2193), 1, + ACTIONS(215), 1, sym_VIEW, - ACTIONS(2246), 1, - sym_NEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, - sym_generic_clause, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, + ACTIONS(1771), 1, + sym_BEGIN, + STATE(817), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, sym__subprogram_specification, - ACTIONS(2173), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(8303), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(811), 3, + STATE(805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3252), 19, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, + sym_package_definition, sym_subprogram_declaration, + sym_subprogram_definition, sym_subprogram_instantiation_declaration, sym_type_declaration, sym_subtype_declaration, @@ -88113,49 +87669,50 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [52748] = 16, + sym_configuration_specification, + [52128] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2248), 1, + ACTIONS(2145), 1, anon_sym_DOT, - ACTIONS(2250), 1, + ACTIONS(2147), 1, anon_sym_LPAREN, - ACTIONS(2252), 1, + ACTIONS(2149), 1, anon_sym_SQUOTE, - ACTIONS(2254), 1, + ACTIONS(2151), 1, anon_sym_LBRACK, - ACTIONS(2256), 1, + ACTIONS(2153), 1, sym_GENERIC, - ACTIONS(2258), 1, + ACTIONS(2155), 1, sym_PARAMETER, - STATE(837), 1, + STATE(827), 1, aux_sym_name_repeat1, - STATE(1479), 1, + STATE(1524), 1, sym_generic_map_aspect, - STATE(1830), 1, + STATE(1888), 1, sym__name_selector, - STATE(812), 3, + STATE(806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1837), 5, + STATE(1890), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 28, + ACTIONS(1481), 28, sym__AND, sym_FOR, sym__MOD, @@ -88184,51 +87741,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [52835] = 16, + [52215] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2248), 1, + ACTIONS(2097), 1, anon_sym_DOT, - ACTIONS(2250), 1, + ACTIONS(2099), 1, anon_sym_LPAREN, - ACTIONS(2252), 1, + ACTIONS(2101), 1, anon_sym_SQUOTE, - ACTIONS(2254), 1, + ACTIONS(2103), 1, anon_sym_LBRACK, - ACTIONS(2256), 1, + ACTIONS(2105), 1, sym_GENERIC, - ACTIONS(2258), 1, + ACTIONS(2107), 1, sym_PARAMETER, - STATE(812), 1, + STATE(829), 1, aux_sym_name_repeat1, - STATE(1479), 1, + STATE(1546), 1, sym_generic_map_aspect, - STATE(1830), 1, + STATE(1679), 1, sym__name_selector, - STATE(813), 3, + STATE(807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1837), 5, + STATE(1677), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 28, + ACTIONS(1465), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -88236,6 +87792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -88255,119 +87812,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [52922] = 16, + [52302] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2137), 1, - anon_sym_DOT, - ACTIONS(2139), 1, - anon_sym_LPAREN, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - ACTIONS(2143), 1, - anon_sym_LBRACK, - ACTIONS(2145), 1, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2167), 1, + sym_END, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2173), 1, sym_GENERIC, - ACTIONS(2147), 1, - sym_PARAMETER, - STATE(803), 1, - aux_sym_name_repeat1, - STATE(1594), 1, - sym_generic_map_aspect, - STATE(1713), 1, - sym__name_selector, - STATE(814), 3, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2179), 1, + sym_NEW, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + STATE(1011), 1, + aux_sym_package_declaration_body_repeat1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, + sym_generic_clause, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1717), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53009] = 15, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [52421] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2260), 1, + ACTIONS(2199), 1, anon_sym_DOT, - ACTIONS(2263), 1, + ACTIONS(2202), 1, anon_sym_LPAREN, - ACTIONS(2266), 1, + ACTIONS(2205), 1, anon_sym_SQUOTE, - ACTIONS(2269), 1, + ACTIONS(2208), 1, anon_sym_LBRACK, - ACTIONS(2272), 1, + ACTIONS(2211), 1, sym_GENERIC, - ACTIONS(2275), 1, + ACTIONS(2214), 1, sym_PARAMETER, - STATE(1656), 1, + STATE(1659), 1, sym_generic_map_aspect, - STATE(1678), 1, + STATE(1702), 1, sym__name_selector, - STATE(815), 4, + STATE(809), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1785), 5, + STATE(1692), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 28, + ACTIONS(1485), 28, sym__AND, sym__MOD, sym__NAND, @@ -88376,11 +87949,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -88396,7 +87969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [53094] = 29, + [52506] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88439,25 +88012,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2278), 1, + ACTIONS(2217), 1, sym_BEGIN, - STATE(809), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(816), 3, + STATE(810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88480,78 +88053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53207] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2284), 1, - anon_sym_SQUOTE, - ACTIONS(2286), 1, - anon_sym_LBRACK, - ACTIONS(2288), 1, - sym_GENERIC, - ACTIONS(2290), 1, - sym_PARAMETER, - STATE(819), 1, - aux_sym_name_repeat1, - STATE(1433), 1, - sym_generic_map_aspect, - STATE(1674), 1, - sym__name_selector, - STATE(817), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1875), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 28, - sym__AND, - sym_ELSE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53294] = 29, + [52619] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88594,25 +88096,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2103), 1, + ACTIONS(2219), 1, sym_BEGIN, - STATE(809), 1, + STATE(798), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(818), 3, + STATE(811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88635,149 +88137,74 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53407] = 16, + [52732] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2280), 1, - anon_sym_DOT, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(2284), 1, - anon_sym_SQUOTE, - ACTIONS(2286), 1, - anon_sym_LBRACK, - ACTIONS(2288), 1, - sym_GENERIC, - ACTIONS(2290), 1, - sym_PARAMETER, - STATE(799), 1, - aux_sym_name_repeat1, - STATE(1433), 1, - sym_generic_map_aspect, - STATE(1674), 1, - sym__name_selector, - STATE(819), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1875), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1505), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1503), 28, - sym__AND, - sym_ELSE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53494] = 32, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2153), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, sym_ALIAS, - ACTIONS(2155), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(2157), 1, + ACTIONS(181), 1, sym_COMPONENT, - ACTIONS(2159), 1, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(2161), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(2163), 1, - sym_END, - ACTIONS(2165), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(2167), 1, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(2169), 1, - sym_GENERIC, - ACTIONS(2171), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(2177), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2183), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2185), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2187), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2189), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2191), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2193), 1, + ACTIONS(215), 1, sym_VIEW, - ACTIONS(2292), 1, - sym_NEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, - sym_generic_clause, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, + ACTIONS(2219), 1, + sym_BEGIN, + STATE(817), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, sym__subprogram_specification, - ACTIONS(2173), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(8303), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(820), 3, + STATE(812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3252), 19, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, + sym_package_definition, sym_subprogram_declaration, + sym_subprogram_definition, sym_subprogram_instantiation_declaration, sym_type_declaration, sym_subtype_declaration, @@ -88793,148 +88220,92 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [53613] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2125), 1, - anon_sym_DOT, - ACTIONS(2127), 1, - anon_sym_LPAREN, - ACTIONS(2129), 1, - anon_sym_SQUOTE, - ACTIONS(2131), 1, - anon_sym_LBRACK, - ACTIONS(2133), 1, - sym_GENERIC, - ACTIONS(2135), 1, - sym_PARAMETER, - STATE(801), 1, - aux_sym_name_repeat1, - STATE(1497), 1, - sym_generic_map_aspect, - STATE(1799), 1, - sym__name_selector, - STATE(821), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1814), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53700] = 15, + sym_configuration_specification, + [52845] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1537), 1, - anon_sym_DOT, - ACTIONS(1539), 1, - anon_sym_LPAREN, - ACTIONS(1541), 1, - anon_sym_SQUOTE, - ACTIONS(1543), 1, - anon_sym_LBRACK, - ACTIONS(1547), 1, - sym_PARAMETER, - STATE(736), 1, - aux_sym_name_repeat1, - STATE(904), 1, - sym_generic_map_aspect, - STATE(989), 1, - sym__name_selector, - STATE(822), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1655), 1, + sym_BEGIN, + STATE(817), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(980), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1505), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1503), 29, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53785] = 29, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [52958] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88977,25 +88348,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1633), 1, + ACTIONS(2221), 1, sym_BEGIN, - STATE(809), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(823), 3, + STATE(814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89018,120 +88389,135 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53898] = 15, + [53071] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2294), 1, - anon_sym_DOT, - ACTIONS(2297), 1, - anon_sym_LPAREN, - ACTIONS(2300), 1, - anon_sym_SQUOTE, - ACTIONS(2303), 1, - anon_sym_LBRACK, - ACTIONS(2306), 1, - sym_GENERIC, - ACTIONS(2309), 1, - sym_PARAMETER, - STATE(1594), 1, - sym_generic_map_aspect, - STATE(1713), 1, - sym__name_selector, - STATE(824), 4, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, + sym_ALIAS, + ACTIONS(177), 1, + sym_ATTRIBUTE, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, + sym_CONSTANT, + ACTIONS(185), 1, + sym_DISCONNECT, + ACTIONS(189), 1, + sym_FILE, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, + sym_FUNCTION, + ACTIONS(195), 1, + sym_GROUP, + ACTIONS(197), 1, + sym_PACKAGE, + ACTIONS(203), 1, + sym_SIGNAL, + ACTIONS(205), 1, + sym_SHARED, + ACTIONS(207), 1, + sym_SUBTYPE, + ACTIONS(209), 1, + sym_TYPE, + ACTIONS(211), 1, + sym_USE, + ACTIONS(213), 1, + sym_VARIABLE, + ACTIONS(215), 1, + sym_VIEW, + ACTIONS(1777), 1, + sym_BEGIN, + STATE(805), 1, + aux_sym_design_unit_repeat2, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1717), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1465), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [53983] = 16, + STATE(3232), 22, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + sym_configuration_specification, + [53184] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2312), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2314), 1, + ACTIONS(2225), 1, anon_sym_LPAREN, - ACTIONS(2316), 1, + ACTIONS(2227), 1, anon_sym_SQUOTE, - ACTIONS(2318), 1, + ACTIONS(2229), 1, anon_sym_LBRACK, - ACTIONS(2320), 1, + ACTIONS(2231), 1, sym_GENERIC, - ACTIONS(2322), 1, + ACTIONS(2233), 1, sym_PARAMETER, - STATE(828), 1, + STATE(801), 1, aux_sym_name_repeat1, - STATE(1656), 1, + STATE(1441), 1, sym_generic_map_aspect, - STATE(1678), 1, + STATE(1861), 1, sym__name_selector, - STATE(825), 3, + STATE(816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1785), 5, + STATE(1860), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 28, + ACTIONS(1465), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -89139,7 +88525,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -89159,78 +88544,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54070] = 32, + [53271] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2153), 1, + ACTIONS(473), 1, + sym_BEGIN, + ACTIONS(508), 1, + sym_PROCEDURE, + ACTIONS(2235), 1, sym_ALIAS, - ACTIONS(2155), 1, + ACTIONS(2238), 1, sym_ATTRIBUTE, - ACTIONS(2157), 1, + ACTIONS(2241), 1, sym_COMPONENT, - ACTIONS(2159), 1, + ACTIONS(2244), 1, sym_CONSTANT, - ACTIONS(2161), 1, + ACTIONS(2247), 1, sym_DISCONNECT, - ACTIONS(2163), 1, - sym_END, - ACTIONS(2165), 1, + ACTIONS(2250), 1, sym_FILE, - ACTIONS(2167), 1, + ACTIONS(2253), 1, + sym_FOR, + ACTIONS(2256), 1, sym_FUNCTION, - ACTIONS(2169), 1, - sym_GENERIC, - ACTIONS(2171), 1, + ACTIONS(2259), 1, sym_GROUP, - ACTIONS(2177), 1, + ACTIONS(2262), 1, sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, + ACTIONS(2265), 1, sym_SIGNAL, - ACTIONS(2183), 1, + ACTIONS(2268), 1, sym_SHARED, - ACTIONS(2185), 1, + ACTIONS(2271), 1, sym_SUBTYPE, - ACTIONS(2187), 1, + ACTIONS(2274), 1, sym_TYPE, - ACTIONS(2189), 1, + ACTIONS(2277), 1, sym_USE, - ACTIONS(2191), 1, + ACTIONS(2280), 1, sym_VARIABLE, - ACTIONS(2193), 1, + ACTIONS(2283), 1, sym_VIEW, - ACTIONS(2324), 1, - sym_NEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, - sym_generic_clause, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, + STATE(3231), 1, + sym__block_declarative_item, + STATE(5971), 1, sym__subprogram_specification, - ACTIONS(2173), 2, + ACTIONS(502), 2, sym_IMPURE, sym_PURE, - STATE(8303), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(826), 3, + STATE(817), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3252), 19, + aux_sym_design_unit_repeat2, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, + sym_package_definition, sym_subprogram_declaration, + sym_subprogram_definition, sym_subprogram_instantiation_declaration, sym_type_declaration, sym_subtype_declaration, @@ -89246,7 +88626,8 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [54189] = 29, + sym_configuration_specification, + [53382] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -89289,25 +88670,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2326), 1, + ACTIONS(1597), 1, sym_BEGIN, - STATE(809), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(827), 3, + STATE(818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89330,65 +88711,65 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [54302] = 16, + [53495] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2312), 1, + ACTIONS(2286), 1, anon_sym_DOT, - ACTIONS(2314), 1, + ACTIONS(2288), 1, anon_sym_LPAREN, - ACTIONS(2316), 1, + ACTIONS(2290), 1, anon_sym_SQUOTE, - ACTIONS(2318), 1, + ACTIONS(2292), 1, anon_sym_LBRACK, - ACTIONS(2320), 1, + ACTIONS(2294), 1, sym_GENERIC, - ACTIONS(2322), 1, + ACTIONS(2296), 1, sym_PARAMETER, - STATE(815), 1, + STATE(825), 1, aux_sym_name_repeat1, - STATE(1656), 1, + STATE(1633), 1, sym_generic_map_aspect, - STATE(1678), 1, + STATE(1741), 1, sym__name_selector, - STATE(828), 3, + STATE(819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1785), 5, + STATE(1740), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 28, + ACTIONS(1481), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -89401,74 +88782,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54389] = 29, + [53582] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, + ACTIONS(2157), 1, sym_ALIAS, - ACTIONS(177), 1, + ACTIONS(2159), 1, sym_ATTRIBUTE, - ACTIONS(181), 1, + ACTIONS(2161), 1, sym_COMPONENT, - ACTIONS(183), 1, + ACTIONS(2163), 1, sym_CONSTANT, - ACTIONS(185), 1, + ACTIONS(2165), 1, sym_DISCONNECT, - ACTIONS(189), 1, + ACTIONS(2167), 1, + sym_END, + ACTIONS(2169), 1, sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, + ACTIONS(2171), 1, sym_FUNCTION, - ACTIONS(195), 1, + ACTIONS(2173), 1, + sym_GENERIC, + ACTIONS(2175), 1, sym_GROUP, - ACTIONS(197), 1, + ACTIONS(2181), 1, sym_PACKAGE, - ACTIONS(203), 1, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, sym_SIGNAL, - ACTIONS(205), 1, + ACTIONS(2187), 1, sym_SHARED, - ACTIONS(207), 1, + ACTIONS(2189), 1, sym_SUBTYPE, - ACTIONS(209), 1, + ACTIONS(2191), 1, sym_TYPE, - ACTIONS(211), 1, + ACTIONS(2193), 1, sym_USE, - ACTIONS(213), 1, + ACTIONS(2195), 1, sym_VARIABLE, - ACTIONS(215), 1, + ACTIONS(2197), 1, sym_VIEW, - ACTIONS(2328), 1, - sym_BEGIN, - STATE(809), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, + ACTIONS(2298), 1, + sym_NEW, + STATE(1011), 1, + aux_sym_package_declaration_body_repeat1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, + sym_generic_clause, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(2177), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(7085), 2, sym_procedure_specification, sym_function_specification, - STATE(829), 3, + STATE(820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3310), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, - sym_package_definition, sym_subprogram_declaration, - sym_subprogram_definition, sym_subprogram_instantiation_declaration, sym_type_declaration, sym_subtype_declaration, @@ -89484,75 +88869,74 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - sym_configuration_specification, - [54502] = 32, + [53701] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2153), 1, + ACTIONS(2157), 1, sym_ALIAS, - ACTIONS(2155), 1, + ACTIONS(2159), 1, sym_ATTRIBUTE, - ACTIONS(2157), 1, + ACTIONS(2161), 1, sym_COMPONENT, - ACTIONS(2159), 1, + ACTIONS(2163), 1, sym_CONSTANT, - ACTIONS(2161), 1, + ACTIONS(2165), 1, sym_DISCONNECT, - ACTIONS(2163), 1, + ACTIONS(2167), 1, sym_END, - ACTIONS(2165), 1, + ACTIONS(2169), 1, sym_FILE, - ACTIONS(2167), 1, + ACTIONS(2171), 1, sym_FUNCTION, - ACTIONS(2169), 1, + ACTIONS(2173), 1, sym_GENERIC, - ACTIONS(2171), 1, + ACTIONS(2175), 1, sym_GROUP, - ACTIONS(2177), 1, + ACTIONS(2181), 1, sym_PACKAGE, - ACTIONS(2179), 1, + ACTIONS(2183), 1, sym_PROCEDURE, - ACTIONS(2181), 1, + ACTIONS(2185), 1, sym_SIGNAL, - ACTIONS(2183), 1, + ACTIONS(2187), 1, sym_SHARED, - ACTIONS(2185), 1, + ACTIONS(2189), 1, sym_SUBTYPE, - ACTIONS(2187), 1, + ACTIONS(2191), 1, sym_TYPE, - ACTIONS(2189), 1, + ACTIONS(2193), 1, sym_USE, - ACTIONS(2191), 1, + ACTIONS(2195), 1, sym_VARIABLE, - ACTIONS(2193), 1, + ACTIONS(2197), 1, sym_VIEW, - ACTIONS(2330), 1, + ACTIONS(2300), 1, sym_NEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, + STATE(1011), 1, aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, sym_generic_clause, - STATE(3253), 1, + STATE(3309), 1, sym__package_declarative_item, - STATE(6924), 1, + STATE(6980), 1, sym__subprogram_specification, - ACTIONS(2173), 2, + ACTIONS(2177), 2, sym_IMPURE, sym_PURE, - STATE(8303), 2, + STATE(7085), 2, sym_procedure_specification, sym_function_specification, - STATE(830), 3, + STATE(821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3252), 19, + STATE(3310), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89572,7 +88956,7 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [54621] = 29, + [53820] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -89615,25 +88999,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1817), 1, + ACTIONS(1771), 1, sym_BEGIN, - STATE(809), 1, + STATE(800), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(831), 3, + STATE(822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89656,91 +89040,77 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [54734] = 29, + [53933] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(175), 1, - sym_ALIAS, - ACTIONS(177), 1, - sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, - sym_CONSTANT, - ACTIONS(185), 1, - sym_DISCONNECT, - ACTIONS(189), 1, - sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, - sym_FUNCTION, - ACTIONS(195), 1, - sym_GROUP, - ACTIONS(197), 1, - sym_PACKAGE, - ACTIONS(203), 1, - sym_SIGNAL, - ACTIONS(205), 1, - sym_SHARED, - ACTIONS(207), 1, - sym_SUBTYPE, - ACTIONS(209), 1, - sym_TYPE, - ACTIONS(211), 1, - sym_USE, - ACTIONS(213), 1, - sym_VARIABLE, - ACTIONS(215), 1, - sym_VIEW, - ACTIONS(1867), 1, - sym_BEGIN, - STATE(809), 1, - aux_sym_design_unit_repeat2, - STATE(3158), 1, - sym__block_declarative_item, - STATE(5644), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(832), 3, + ACTIONS(2302), 1, + anon_sym_DOT, + ACTIONS(2305), 1, + anon_sym_LPAREN, + ACTIONS(2308), 1, + anon_sym_SQUOTE, + ACTIONS(2311), 1, + anon_sym_LBRACK, + ACTIONS(2314), 1, + sym_GENERIC, + ACTIONS(2317), 1, + sym_PARAMETER, + STATE(1633), 1, + sym_generic_map_aspect, + STATE(1741), 1, + sym__name_selector, + STATE(823), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - sym_configuration_specification, - [54847] = 29, + aux_sym_name_repeat1, + STATE(1740), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1485), 28, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [54018] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -89783,25 +89153,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1817), 1, + ACTIONS(1777), 1, sym_BEGIN, - STATE(806), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(833), 3, + STATE(824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89824,41 +89194,42 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [54960] = 15, + [54131] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2332), 1, + ACTIONS(2286), 1, anon_sym_DOT, - ACTIONS(2335), 1, + ACTIONS(2288), 1, anon_sym_LPAREN, - ACTIONS(2338), 1, + ACTIONS(2290), 1, anon_sym_SQUOTE, - ACTIONS(2341), 1, + ACTIONS(2292), 1, anon_sym_LBRACK, - ACTIONS(2344), 1, + ACTIONS(2294), 1, sym_GENERIC, - ACTIONS(2347), 1, + ACTIONS(2296), 1, sym_PARAMETER, - STATE(1497), 1, + STATE(823), 1, + aux_sym_name_repeat1, + STATE(1633), 1, sym_generic_map_aspect, - STATE(1799), 1, + STATE(1741), 1, sym__name_selector, - STATE(834), 4, + STATE(825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1814), 5, + STATE(1740), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -89870,6 +89241,7 @@ static const uint16_t ts_small_parse_table[] = { sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -89878,10 +89250,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -89894,94 +89265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55045] = 32, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2153), 1, - sym_ALIAS, - ACTIONS(2155), 1, - sym_ATTRIBUTE, - ACTIONS(2157), 1, - sym_COMPONENT, - ACTIONS(2159), 1, - sym_CONSTANT, - ACTIONS(2161), 1, - sym_DISCONNECT, - ACTIONS(2163), 1, - sym_END, - ACTIONS(2165), 1, - sym_FILE, - ACTIONS(2167), 1, - sym_FUNCTION, - ACTIONS(2169), 1, - sym_GENERIC, - ACTIONS(2171), 1, - sym_GROUP, - ACTIONS(2177), 1, - sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, - sym_SIGNAL, - ACTIONS(2183), 1, - sym_SHARED, - ACTIONS(2185), 1, - sym_SUBTYPE, - ACTIONS(2187), 1, - sym_TYPE, - ACTIONS(2189), 1, - sym_USE, - ACTIONS(2191), 1, - sym_VARIABLE, - ACTIONS(2193), 1, - sym_VIEW, - ACTIONS(2350), 1, - sym_NEW, - STATE(1069), 1, - sym_package_header, - STATE(1070), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3014), 1, - sym_generic_clause, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(835), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [55164] = 29, + [54218] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -90024,25 +89308,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1867), 1, + ACTIONS(2320), 1, sym_BEGIN, - STATE(818), 1, + STATE(817), 1, aux_sym_design_unit_repeat2, - STATE(3158), 1, + STATE(3231), 1, sym__block_declarative_item, - STATE(5644), 1, + STATE(5971), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(836), 3, + STATE(826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3161), 22, + STATE(3232), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -90065,41 +89349,42 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [55277] = 15, + [54331] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2352), 1, + ACTIONS(2145), 1, anon_sym_DOT, - ACTIONS(2355), 1, + ACTIONS(2147), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2149), 1, anon_sym_SQUOTE, - ACTIONS(2361), 1, + ACTIONS(2151), 1, anon_sym_LBRACK, - ACTIONS(2364), 1, + ACTIONS(2153), 1, sym_GENERIC, - ACTIONS(2367), 1, + ACTIONS(2155), 1, sym_PARAMETER, - STATE(1479), 1, + STATE(834), 1, + aux_sym_name_repeat1, + STATE(1524), 1, sym_generic_map_aspect, - STATE(1830), 1, + STATE(1888), 1, sym__name_selector, - STATE(837), 4, + STATE(827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1837), 5, + STATE(1890), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -90135,34 +89420,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55362] = 6, + [54418] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(838), 3, + ACTIONS(1537), 1, + anon_sym_DOT, + ACTIONS(1539), 1, + anon_sym_LPAREN, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + ACTIONS(1543), 1, + anon_sym_LBRACK, + ACTIONS(1547), 1, + sym_PARAMETER, + STATE(733), 1, + aux_sym_name_repeat1, + STATE(898), 1, + sym_generic_map_aspect, + STATE(991), 1, + sym__name_selector, + STATE(828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 7, - anon_sym_EQ, + STATE(989), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 40, + ACTIONS(1465), 29, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90170,17 +89474,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90191,56 +89490,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [55428] = 6, + [54503] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(839), 3, + ACTIONS(2322), 1, + anon_sym_DOT, + ACTIONS(2325), 1, + anon_sym_LPAREN, + ACTIONS(2328), 1, + anon_sym_SQUOTE, + ACTIONS(2331), 1, + anon_sym_LBRACK, + ACTIONS(2334), 1, + sym_GENERIC, + ACTIONS(2337), 1, + sym_PARAMETER, + STATE(1546), 1, + sym_generic_map_aspect, + STATE(1679), 1, + sym__name_selector, + STATE(829), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(1677), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 40, + ACTIONS(1485), 28, sym__AND, - sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90251,38 +89560,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [55494] = 6, + [54588] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(840), 3, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2167), 1, + sym_END, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2173), 1, + sym_GENERIC, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + ACTIONS(2340), 1, + sym_NEW, + STATE(1011), 1, + aux_sym_package_declaration_body_repeat1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, + sym_generic_clause, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 7, - anon_sym_EQ, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [54707] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1537), 1, + anon_sym_DOT, + ACTIONS(1539), 1, + anon_sym_LPAREN, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + ACTIONS(1543), 1, + anon_sym_LBRACK, + ACTIONS(1547), 1, + sym_PARAMETER, + STATE(828), 1, + aux_sym_name_repeat1, + STATE(898), 1, + sym_generic_map_aspect, + STATE(991), 1, + sym__name_selector, + STATE(831), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(989), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 40, + ACTIONS(1481), 29, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90290,17 +89701,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90311,41 +89717,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [55560] = 9, + [54792] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2388), 1, - sym_library_constant_unit, - STATE(1468), 1, - sym__unit, - STATE(841), 3, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2225), 1, + anon_sym_LPAREN, + ACTIONS(2227), 1, + anon_sym_SQUOTE, + ACTIONS(2229), 1, + anon_sym_LBRACK, + ACTIONS(2231), 1, + sym_GENERIC, + ACTIONS(2233), 1, + sym_PARAMETER, + STATE(816), 1, + aux_sym_name_repeat1, + STATE(1441), 1, + sym_generic_map_aspect, + STATE(1861), 1, + sym__name_selector, + STATE(832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 7, - anon_sym_EQ, + STATE(1860), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 34, + ACTIONS(1481), 28, sym__AND, - sym_DOWNTO, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -90357,15 +89773,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90376,77 +89788,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [55632] = 29, + [54879] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, + ACTIONS(2157), 1, sym_ALIAS, - ACTIONS(1943), 1, + ACTIONS(2159), 1, sym_ATTRIBUTE, - ACTIONS(1947), 1, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, sym_CONSTANT, - ACTIONS(1949), 1, + ACTIONS(2165), 1, sym_DISCONNECT, - ACTIONS(1951), 1, + ACTIONS(2167), 1, + sym_END, + ACTIONS(2169), 1, sym_FILE, - ACTIONS(1953), 1, + ACTIONS(2171), 1, sym_FUNCTION, - ACTIONS(1957), 1, + ACTIONS(2173), 1, + sym_GENERIC, + ACTIONS(2175), 1, sym_GROUP, - ACTIONS(1959), 1, + ACTIONS(2181), 1, sym_PACKAGE, - ACTIONS(1961), 1, - sym_PORT, - ACTIONS(1963), 1, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, sym_SIGNAL, - ACTIONS(1965), 1, + ACTIONS(2187), 1, sym_SHARED, - ACTIONS(1967), 1, + ACTIONS(2189), 1, sym_SUBTYPE, - ACTIONS(1969), 1, + ACTIONS(2191), 1, sym_TYPE, - ACTIONS(1971), 1, + ACTIONS(2193), 1, sym_USE, - ACTIONS(1973), 1, + ACTIONS(2195), 1, sym_VARIABLE, - ACTIONS(1975), 1, + ACTIONS(2197), 1, sym_VIEW, - STATE(947), 1, - aux_sym_entity_head_repeat1, - STATE(951), 1, - sym_port_clause, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, + ACTIONS(2342), 1, + sym_NEW, + STATE(1011), 1, + aux_sym_package_declaration_body_repeat1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, + sym_generic_clause, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(2177), 2, sym_IMPURE, sym_PURE, - ACTIONS(2390), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, + STATE(7085), 2, sym_procedure_specification, sym_function_specification, - STATE(842), 3, + STATE(833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3236), 20, + STATE(3310), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, - sym_package_definition, sym_subprogram_declaration, - sym_subprogram_definition, sym_subprogram_instantiation_declaration, sym_type_declaration, sym_subtype_declaration, @@ -90456,55 +89869,56 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_declaration, sym_file_declaration, sym_alias_declaration, + sym_component_declaration, sym_attribute_declaration, sym_attribute_specification, sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [55744] = 16, + [54998] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2392), 1, + ACTIONS(2344), 1, anon_sym_DOT, - ACTIONS(2394), 1, + ACTIONS(2347), 1, anon_sym_LPAREN, - ACTIONS(2396), 1, + ACTIONS(2350), 1, anon_sym_SQUOTE, - ACTIONS(2398), 1, + ACTIONS(2353), 1, anon_sym_LBRACK, - ACTIONS(2400), 1, + ACTIONS(2356), 1, sym_GENERIC, - ACTIONS(2402), 1, + ACTIONS(2359), 1, sym_PARAMETER, - STATE(874), 1, - aux_sym_name_repeat1, - STATE(1719), 1, + STATE(1524), 1, sym_generic_map_aspect, - STATE(2170), 1, + STATE(1888), 1, sym__name_selector, - STATE(843), 3, + STATE(834), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2169), 5, + aux_sym_name_repeat1, + STATE(1890), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1485), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -90516,9 +89930,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -90531,18 +89945,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55830] = 6, + [55083] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(844), 3, + ACTIONS(1469), 1, + anon_sym_LPAREN, + ACTIONS(2366), 1, + sym_PARAMETER, + STATE(855), 1, + sym_parenthesis_group, + STATE(835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(2364), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90550,7 +89970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 40, + ACTIONS(2362), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -90558,7 +89978,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90572,7 +89991,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -90591,51 +90009,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [55896] = 16, + [55156] = 32, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2167), 1, + sym_END, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2173), 1, + sym_GENERIC, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + ACTIONS(2368), 1, + sym_NEW, + STATE(1011), 1, + aux_sym_package_declaration_body_repeat1, + STATE(1018), 1, + sym_package_header, + STATE(3018), 1, + sym_generic_clause, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(836), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [55275] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2408), 1, + ACTIONS(2109), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2111), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2113), 1, anon_sym_SQUOTE, - ACTIONS(2414), 1, + ACTIONS(2115), 1, anon_sym_LBRACK, - ACTIONS(2416), 1, + ACTIONS(2117), 1, sym_GENERIC, - ACTIONS(2418), 1, + ACTIONS(2119), 1, sym_PARAMETER, - STATE(859), 1, + STATE(809), 1, aux_sym_name_repeat1, - STATE(1771), 1, + STATE(1659), 1, sym_generic_map_aspect, - STATE(2006), 1, + STATE(1702), 1, sym__name_selector, - STATE(845), 3, + STATE(837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2005), 5, + STATE(1692), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(1465), 28, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -90647,8 +90151,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -90661,18 +90167,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55982] = 6, + [55362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(846), 3, + STATE(838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, + ACTIONS(2372), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90680,7 +90186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 40, + ACTIONS(2370), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -90721,34 +90227,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56048] = 6, + [55428] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(847), 3, + ACTIONS(2374), 1, + anon_sym_DOT, + ACTIONS(2376), 1, + anon_sym_LPAREN, + ACTIONS(2378), 1, + anon_sym_SQUOTE, + ACTIONS(2380), 1, + anon_sym_LBRACK, + ACTIONS(2382), 1, + sym_GENERIC, + ACTIONS(2384), 1, + sym_PARAMETER, + STATE(880), 1, + aux_sym_name_repeat1, + STATE(1889), 1, + sym_generic_map_aspect, + STATE(2019), 1, + sym__name_selector, + STATE(839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, - anon_sym_EQ, + STATE(2016), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 40, + ACTIONS(1481), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90756,17 +90283,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90777,38 +90297,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [56114] = 6, + [55514] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(848), 3, + ACTIONS(2386), 1, + anon_sym_DOT, + ACTIONS(2388), 1, + anon_sym_LPAREN, + ACTIONS(2390), 1, + anon_sym_SQUOTE, + ACTIONS(2392), 1, + anon_sym_LBRACK, + ACTIONS(2394), 1, + sym_GENERIC, + ACTIONS(2396), 1, + sym_PARAMETER, + STATE(885), 1, + aux_sym_name_repeat1, + STATE(1700), 1, + sym_generic_map_aspect, + STATE(2255), 1, + sym__name_selector, + STATE(840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_EQ, + STATE(2260), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 40, + ACTIONS(1465), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90816,17 +90353,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90837,58 +90367,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [56180] = 15, + [55600] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2435), 1, - anon_sym_LPAREN, - ACTIONS(2438), 1, - anon_sym_SQUOTE, - ACTIONS(2441), 1, - anon_sym_LBRACK, - ACTIONS(2444), 1, - sym_GENERIC, - ACTIONS(2447), 1, - sym_PARAMETER, - STATE(1740), 1, - sym_generic_map_aspect, - STATE(2282), 1, - sym__name_selector, - STATE(849), 4, + STATE(841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2281), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, + ACTIONS(2400), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 27, + ACTIONS(2398), 40, sym__AND, - sym_IS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -90896,10 +90402,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90910,18 +90423,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56264] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [55666] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(850), 3, + STATE(842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90929,7 +90446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 40, + ACTIONS(2402), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -90970,51 +90487,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56330] = 16, + [55732] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2454), 1, + ACTIONS(2386), 1, anon_sym_DOT, - ACTIONS(2456), 1, + ACTIONS(2388), 1, anon_sym_LPAREN, - ACTIONS(2458), 1, + ACTIONS(2390), 1, anon_sym_SQUOTE, - ACTIONS(2460), 1, + ACTIONS(2392), 1, anon_sym_LBRACK, - ACTIONS(2462), 1, + ACTIONS(2394), 1, sym_GENERIC, - ACTIONS(2464), 1, + ACTIONS(2396), 1, sym_PARAMETER, - STATE(856), 1, + STATE(840), 1, aux_sym_name_repeat1, - STATE(1756), 1, + STATE(1700), 1, sym_generic_map_aspect, - STATE(2113), 1, + STATE(2255), 1, sym__name_selector, - STATE(851), 3, + STATE(843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2112), 5, + STATE(2260), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1481), 27, sym__AND, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -91040,34 +90557,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56416] = 6, + [55818] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(852), 3, + ACTIONS(2406), 1, + anon_sym_DOT, + ACTIONS(2409), 1, + anon_sym_LPAREN, + ACTIONS(2412), 1, + anon_sym_SQUOTE, + ACTIONS(2415), 1, + anon_sym_LBRACK, + ACTIONS(2418), 1, + sym_GENERIC, + ACTIONS(2421), 1, + sym_PARAMETER, + STATE(1688), 1, + sym_generic_map_aspect, + STATE(2274), 1, + sym__name_selector, + STATE(844), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2276), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 40, + ACTIONS(1485), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -91075,17 +90612,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -91096,22 +90626,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [56482] = 6, + [55902] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(853), 3, + STATE(845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 7, + ACTIONS(2426), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91119,7 +90645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 40, + ACTIONS(2424), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91160,18 +90686,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56548] = 6, + [55968] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(854), 3, + STATE(846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 7, + ACTIONS(2430), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91179,7 +90705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 40, + ACTIONS(2428), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91220,40 +90746,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56614] = 9, + [56034] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1509), 1, + ACTIONS(2432), 1, + anon_sym_DOT, + ACTIONS(2435), 1, anon_sym_LPAREN, - ACTIONS(2478), 1, + ACTIONS(2438), 1, + anon_sym_SQUOTE, + ACTIONS(2441), 1, + anon_sym_LBRACK, + ACTIONS(2444), 1, + sym_GENERIC, + ACTIONS(2447), 1, sym_PARAMETER, - STATE(919), 1, - sym_parenthesis_group, - STATE(855), 3, + STATE(1705), 1, + sym_generic_map_aspect, + STATE(2266), 1, + sym__name_selector, + STATE(847), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2264), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 37, + ACTIONS(1485), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -91261,15 +90801,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -91280,44 +90815,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [56686] = 15, + [56118] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2480), 1, + ACTIONS(2450), 1, anon_sym_DOT, - ACTIONS(2483), 1, + ACTIONS(2452), 1, anon_sym_LPAREN, - ACTIONS(2486), 1, + ACTIONS(2454), 1, anon_sym_SQUOTE, - ACTIONS(2489), 1, + ACTIONS(2456), 1, anon_sym_LBRACK, - ACTIONS(2492), 1, + ACTIONS(2458), 1, sym_GENERIC, - ACTIONS(2495), 1, + ACTIONS(2460), 1, sym_PARAMETER, - STATE(1756), 1, + STATE(872), 1, + aux_sym_name_repeat1, + STATE(1901), 1, sym_generic_map_aspect, - STATE(2113), 1, + STATE(1966), 1, sym__name_selector, - STATE(856), 4, + STATE(848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2112), 5, + STATE(1967), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -91326,7 +90859,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1465), 27, sym__AND, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -91334,6 +90866,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -91352,18 +90885,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56770] = 6, + [56204] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(857), 3, + STATE(849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 7, + ACTIONS(2464), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91371,7 +90904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 40, + ACTIONS(2462), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91412,18 +90945,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56836] = 6, + [56270] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(858), 3, + ACTIONS(2466), 1, + anon_sym_DOT, + ACTIONS(2469), 1, + anon_sym_LPAREN, + ACTIONS(2472), 1, + anon_sym_SQUOTE, + ACTIONS(2475), 1, + anon_sym_LBRACK, + ACTIONS(2478), 1, + sym_GENERIC, + ACTIONS(2481), 1, + sym_PARAMETER, + STATE(1796), 1, + sym_generic_map_aspect, + STATE(2149), 1, + sym__name_selector, + STATE(850), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(2148), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1485), 27, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_THEN, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [56354] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, + ACTIONS(2486), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91431,7 +91033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 40, + ACTIONS(2484), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91472,51 +91074,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56902] = 16, + [56420] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2408), 1, + ACTIONS(2450), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2452), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2454), 1, anon_sym_SQUOTE, - ACTIONS(2414), 1, + ACTIONS(2456), 1, anon_sym_LBRACK, - ACTIONS(2416), 1, + ACTIONS(2458), 1, sym_GENERIC, - ACTIONS(2418), 1, + ACTIONS(2460), 1, sym_PARAMETER, - STATE(861), 1, + STATE(848), 1, aux_sym_name_repeat1, - STATE(1771), 1, + STATE(1901), 1, sym_generic_map_aspect, - STATE(2006), 1, + STATE(1966), 1, sym__name_selector, - STATE(859), 3, + STATE(852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2005), 5, + STATE(1967), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1481), 27, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -91524,6 +91125,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -91542,18 +91144,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56988] = 6, + [56506] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(860), 3, + STATE(853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + ACTIONS(2490), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91561,7 +91163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 40, + ACTIONS(2488), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91602,54 +91204,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57054] = 15, + [56572] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2510), 1, - anon_sym_DOT, - ACTIONS(2513), 1, - anon_sym_LPAREN, - ACTIONS(2516), 1, - anon_sym_SQUOTE, - ACTIONS(2519), 1, - anon_sym_LBRACK, - ACTIONS(2522), 1, - sym_GENERIC, - ACTIONS(2525), 1, - sym_PARAMETER, - STATE(1771), 1, - sym_generic_map_aspect, - STATE(2006), 1, - sym__name_selector, - STATE(861), 4, + STATE(854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2005), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, + ACTIONS(2494), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 27, + ACTIONS(2492), 40, sym__AND, - sym_GENERATE, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -91657,10 +91239,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -91671,18 +91260,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57138] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [56638] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(862), 3, + STATE(855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2498), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91690,7 +91283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 40, + ACTIONS(2496), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -91731,49 +91324,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57204] = 16, + [56704] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2532), 1, + ACTIONS(2500), 1, anon_sym_DOT, - ACTIONS(2534), 1, + ACTIONS(2502), 1, anon_sym_LPAREN, - ACTIONS(2536), 1, + ACTIONS(2504), 1, anon_sym_SQUOTE, - ACTIONS(2538), 1, + ACTIONS(2506), 1, anon_sym_LBRACK, - ACTIONS(2540), 1, + ACTIONS(2508), 1, sym_GENERIC, - ACTIONS(2542), 1, + ACTIONS(2510), 1, sym_PARAMETER, - STATE(849), 1, + STATE(865), 1, aux_sym_name_repeat1, - STATE(1740), 1, + STATE(1705), 1, sym_generic_map_aspect, - STATE(2282), 1, + STATE(2266), 1, sym__name_selector, - STATE(863), 3, + STATE(856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2281), 5, + STATE(2264), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1481), 27, sym__AND, sym_IS, sym__MOD, @@ -91801,66 +91394,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57290] = 16, + [56790] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2544), 1, - anon_sym_DOT, - ACTIONS(2546), 1, - anon_sym_LPAREN, - ACTIONS(2548), 1, - anon_sym_SQUOTE, - ACTIONS(2550), 1, - anon_sym_LBRACK, - ACTIONS(2552), 1, - sym_GENERIC, - ACTIONS(2554), 1, - sym_PARAMETER, - STATE(873), 1, - aux_sym_name_repeat1, - STATE(1872), 1, - sym_generic_map_aspect, - STATE(1960), 1, - sym__name_selector, - STATE(864), 3, + STATE(857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1961), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, + ACTIONS(2514), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(2512), 40, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -91871,54 +91450,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57376] = 16, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [56856] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2392), 1, - anon_sym_DOT, - ACTIONS(2394), 1, - anon_sym_LPAREN, - ACTIONS(2396), 1, - anon_sym_SQUOTE, - ACTIONS(2398), 1, - anon_sym_LBRACK, - ACTIONS(2400), 1, - sym_GENERIC, - ACTIONS(2402), 1, - sym_PARAMETER, - STATE(843), 1, - aux_sym_name_repeat1, - STATE(1719), 1, - sym_generic_map_aspect, - STATE(2170), 1, - sym__name_selector, - STATE(865), 3, + STATE(858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2169), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, + ACTIONS(2518), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(2516), 40, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -91926,11 +91489,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -91941,18 +91510,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57462] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [56922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(866), 3, + STATE(859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91960,7 +91533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 40, + ACTIONS(2520), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92001,51 +91574,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57528] = 16, + [56988] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2560), 1, + ACTIONS(2524), 1, anon_sym_DOT, - ACTIONS(2562), 1, + ACTIONS(2526), 1, anon_sym_LPAREN, - ACTIONS(2564), 1, + ACTIONS(2528), 1, anon_sym_SQUOTE, - ACTIONS(2566), 1, + ACTIONS(2530), 1, anon_sym_LBRACK, - ACTIONS(2568), 1, + ACTIONS(2532), 1, sym_GENERIC, - ACTIONS(2570), 1, + ACTIONS(2534), 1, sym_PARAMETER, - STATE(883), 1, + STATE(870), 1, aux_sym_name_repeat1, - STATE(1779), 1, + STATE(1688), 1, sym_generic_map_aspect, - STATE(2055), 1, + STATE(2274), 1, sym__name_selector, - STATE(867), 3, + STATE(860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2057), 5, + STATE(2276), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1481), 27, sym__AND, - sym_INERTIAL, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -92071,18 +91644,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57614] = 6, + [57074] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(868), 3, + STATE(861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2538), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92090,7 +91663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 40, + ACTIONS(2536), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92131,18 +91704,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57680] = 6, + [57140] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(869), 3, + STATE(862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2542), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92150,7 +91723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 40, + ACTIONS(2540), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92191,55 +91764,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57746] = 16, + [57206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2454), 1, - anon_sym_DOT, - ACTIONS(2456), 1, - anon_sym_LPAREN, - ACTIONS(2458), 1, - anon_sym_SQUOTE, - ACTIONS(2460), 1, - anon_sym_LBRACK, - ACTIONS(2462), 1, - sym_GENERIC, - ACTIONS(2464), 1, - sym_PARAMETER, - STATE(851), 1, - aux_sym_name_repeat1, - STATE(1756), 1, - sym_generic_map_aspect, - STATE(2113), 1, - sym__name_selector, - STATE(870), 3, + STATE(863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2112), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1493), 6, + ACTIONS(2546), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(2544), 40, sym__AND, - sym_LOOP, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -92247,10 +91799,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -92261,51 +91820,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57832] = 16, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [57272] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2560), 1, + ACTIONS(2548), 1, anon_sym_DOT, - ACTIONS(2562), 1, + ACTIONS(2550), 1, anon_sym_LPAREN, - ACTIONS(2564), 1, + ACTIONS(2552), 1, anon_sym_SQUOTE, - ACTIONS(2566), 1, + ACTIONS(2554), 1, anon_sym_LBRACK, - ACTIONS(2568), 1, + ACTIONS(2556), 1, sym_GENERIC, - ACTIONS(2570), 1, + ACTIONS(2558), 1, sym_PARAMETER, - STATE(867), 1, + STATE(873), 1, aux_sym_name_repeat1, - STATE(1779), 1, + STATE(1796), 1, sym_generic_map_aspect, - STATE(2055), 1, + STATE(2149), 1, sym__name_selector, - STATE(871), 3, + STATE(864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2057), 5, + STATE(2148), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1493), 6, + ACTIONS(1483), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(1481), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -92317,6 +91879,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -92331,110 +91894,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57918] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(872), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2582), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2580), 40, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [57984] = 16, + [57358] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2544), 1, + ACTIONS(2500), 1, anon_sym_DOT, - ACTIONS(2546), 1, + ACTIONS(2502), 1, anon_sym_LPAREN, - ACTIONS(2548), 1, + ACTIONS(2504), 1, anon_sym_SQUOTE, - ACTIONS(2550), 1, + ACTIONS(2506), 1, anon_sym_LBRACK, - ACTIONS(2552), 1, + ACTIONS(2508), 1, sym_GENERIC, - ACTIONS(2554), 1, + ACTIONS(2510), 1, sym_PARAMETER, - STATE(879), 1, + STATE(847), 1, aux_sym_name_repeat1, - STATE(1872), 1, + STATE(1705), 1, sym_generic_map_aspect, - STATE(1960), 1, + STATE(2266), 1, sym__name_selector, - STATE(873), 3, + STATE(865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1961), 5, + STATE(2264), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1505), 6, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1503), 27, + ACTIONS(1465), 27, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -92442,7 +91946,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -92461,53 +91964,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58070] = 15, + [57444] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2584), 1, - anon_sym_DOT, - ACTIONS(2587), 1, - anon_sym_LPAREN, - ACTIONS(2590), 1, - anon_sym_SQUOTE, - ACTIONS(2593), 1, - anon_sym_LBRACK, - ACTIONS(2596), 1, - sym_GENERIC, - ACTIONS(2599), 1, - sym_PARAMETER, - STATE(1719), 1, - sym_generic_map_aspect, - STATE(2170), 1, - sym__name_selector, - STATE(874), 4, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2051), 1, + sym_PORT, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(984), 1, + sym_port_clause, + STATE(986), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2560), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2169), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [57556] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(867), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2564), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 27, + ACTIONS(2562), 40, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -92515,11 +92082,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -92530,18 +92103,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58154] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [57622] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(875), 3, + STATE(868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92549,7 +92126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 40, + ACTIONS(2566), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92590,18 +92167,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58220] = 6, + [57688] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(876), 3, + STATE(869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 7, + ACTIONS(2572), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92609,7 +92186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 40, + ACTIONS(2570), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92650,34 +92227,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58286] = 6, + [57754] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(877), 3, + ACTIONS(2524), 1, + anon_sym_DOT, + ACTIONS(2526), 1, + anon_sym_LPAREN, + ACTIONS(2528), 1, + anon_sym_SQUOTE, + ACTIONS(2530), 1, + anon_sym_LBRACK, + ACTIONS(2532), 1, + sym_GENERIC, + ACTIONS(2534), 1, + sym_PARAMETER, + STATE(844), 1, + aux_sym_name_repeat1, + STATE(1688), 1, + sym_generic_map_aspect, + STATE(2274), 1, + sym__name_selector, + STATE(870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, - anon_sym_EQ, + STATE(2276), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 40, + ACTIONS(1465), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -92685,17 +92283,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -92706,22 +92297,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [58352] = 6, + [57840] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(878), 3, + STATE(871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2576), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92729,7 +92316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 40, + ACTIONS(2574), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92770,48 +92357,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58418] = 15, + [57906] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2618), 1, + ACTIONS(2578), 1, anon_sym_DOT, - ACTIONS(2621), 1, + ACTIONS(2581), 1, anon_sym_LPAREN, - ACTIONS(2624), 1, + ACTIONS(2584), 1, anon_sym_SQUOTE, - ACTIONS(2627), 1, + ACTIONS(2587), 1, anon_sym_LBRACK, - ACTIONS(2630), 1, + ACTIONS(2590), 1, sym_GENERIC, - ACTIONS(2633), 1, + ACTIONS(2593), 1, sym_PARAMETER, - STATE(1872), 1, + STATE(1901), 1, sym_generic_map_aspect, - STATE(1960), 1, + STATE(1966), 1, sym__name_selector, - STATE(879), 4, + STATE(872), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1961), 5, + STATE(1967), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1473), 6, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 27, + ACTIONS(1485), 27, sym__AND, sym__MOD, sym__NAND, @@ -92839,34 +92426,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58502] = 6, + [57990] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(880), 3, + ACTIONS(2548), 1, + anon_sym_DOT, + ACTIONS(2550), 1, + anon_sym_LPAREN, + ACTIONS(2552), 1, + anon_sym_SQUOTE, + ACTIONS(2554), 1, + anon_sym_LBRACK, + ACTIONS(2556), 1, + sym_GENERIC, + ACTIONS(2558), 1, + sym_PARAMETER, + STATE(850), 1, + aux_sym_name_repeat1, + STATE(1796), 1, + sym_generic_map_aspect, + STATE(2149), 1, + sym__name_selector, + STATE(873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, - anon_sym_EQ, + STATE(2148), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 40, + ACTIONS(1465), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -92874,17 +92481,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -92895,22 +92496,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [58568] = 6, + [58076] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(881), 3, + STATE(874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2598), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92918,7 +92515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 40, + ACTIONS(2596), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -92959,36 +92556,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58634] = 16, + [58142] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2532), 1, + ACTIONS(2600), 1, anon_sym_DOT, - ACTIONS(2534), 1, + ACTIONS(2603), 1, anon_sym_LPAREN, - ACTIONS(2536), 1, + ACTIONS(2606), 1, anon_sym_SQUOTE, - ACTIONS(2538), 1, + ACTIONS(2609), 1, anon_sym_LBRACK, - ACTIONS(2540), 1, + ACTIONS(2612), 1, sym_GENERIC, - ACTIONS(2542), 1, + ACTIONS(2615), 1, sym_PARAMETER, - STATE(863), 1, - aux_sym_name_repeat1, - STATE(1740), 1, + STATE(1889), 1, sym_generic_map_aspect, - STATE(2282), 1, + STATE(2019), 1, sym__name_selector, - STATE(882), 3, + STATE(875), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2281), 5, + aux_sym_name_repeat1, + STATE(2016), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -93001,9 +92597,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 27, + ACTIONS(1485), 27, sym__AND, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -93029,54 +92625,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58720] = 15, + [58226] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2644), 1, - anon_sym_DOT, - ACTIONS(2647), 1, - anon_sym_LPAREN, - ACTIONS(2650), 1, - anon_sym_SQUOTE, - ACTIONS(2653), 1, - anon_sym_LBRACK, - ACTIONS(2656), 1, - sym_GENERIC, - ACTIONS(2659), 1, - sym_PARAMETER, - STATE(1779), 1, - sym_generic_map_aspect, - STATE(2055), 1, - sym__name_selector, - STATE(883), 4, + STATE(876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2057), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1473), 6, + ACTIONS(2620), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1465), 27, + ACTIONS(2618), 40, sym__AND, - sym_INERTIAL, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -93084,10 +92660,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93098,18 +92681,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58804] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [58292] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(884), 3, + STATE(877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93117,7 +92704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 40, + ACTIONS(2622), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93158,18 +92745,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58870] = 6, + [58358] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(885), 3, + ACTIONS(1509), 1, + anon_sym_LPAREN, + ACTIONS(2626), 1, + sym_PARAMETER, + STATE(921), 1, + sym_parenthesis_group, + STATE(878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 7, + ACTIONS(2364), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93177,7 +92770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 40, + ACTIONS(2362), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93185,7 +92778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93194,12 +92787,74 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [58430] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2634), 1, + sym_library_constant_unit, + STATE(1576), 1, + sym__unit, + STATE(879), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2632), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 34, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -93215,21 +92870,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_GT_GT, + anon_sym_PIPE, + [58502] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2374), 1, + anon_sym_DOT, + ACTIONS(2376), 1, + anon_sym_LPAREN, + ACTIONS(2378), 1, anon_sym_SQUOTE, + ACTIONS(2380), 1, anon_sym_LBRACK, - anon_sym_PIPE, - [58936] = 6, + ACTIONS(2382), 1, + sym_GENERIC, + ACTIONS(2384), 1, + sym_PARAMETER, + STATE(875), 1, + aux_sym_name_repeat1, + STATE(1889), 1, + sym_generic_map_aspect, + STATE(2019), 1, + sym__name_selector, + STATE(880), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2016), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1465), 27, + sym__AND, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [58588] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(886), 3, + STATE(881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 7, + ACTIONS(2638), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93237,7 +92960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 40, + ACTIONS(2636), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93278,18 +93001,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59002] = 6, + [58654] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(887), 3, + STATE(882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2642), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93297,7 +93020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 40, + ACTIONS(2640), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93338,18 +93061,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59068] = 6, + [58720] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(888), 3, + STATE(883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, + ACTIONS(2646), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93357,7 +93080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 39, + ACTIONS(2644), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93366,7 +93089,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93375,15 +93097,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93394,50 +93117,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59133] = 14, + [58786] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(889), 3, + STATE(884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 5, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 31, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2648), 40, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -93449,6 +93161,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -93462,37 +93176,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, + sym_exponentiate, anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [59214] = 6, + [58852] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(890), 3, + ACTIONS(2652), 1, + anon_sym_DOT, + ACTIONS(2655), 1, + anon_sym_LPAREN, + ACTIONS(2658), 1, + anon_sym_SQUOTE, + ACTIONS(2661), 1, + anon_sym_LBRACK, + ACTIONS(2664), 1, + sym_GENERIC, + ACTIONS(2667), 1, + sym_PARAMETER, + STATE(1700), 1, + sym_generic_map_aspect, + STATE(2255), 1, + sym__name_selector, + STATE(885), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2260), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 39, + ACTIONS(1485), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93500,16 +93236,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93520,21 +93250,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [59279] = 6, + [58936] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(891), 3, + STATE(886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2672), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93542,7 +93269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 39, + ACTIONS(2670), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93551,7 +93278,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93560,15 +93286,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93579,21 +93306,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59344] = 6, + [59002] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(892), 3, + STATE(887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 7, + ACTIONS(2676), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93601,7 +93329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 39, + ACTIONS(2674), 40, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93610,7 +93338,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93619,15 +93346,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93638,21 +93366,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59409] = 6, + [59068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(893), 3, + STATE(888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93660,7 +93389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 39, + ACTIONS(2566), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93700,7 +93429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59474] = 12, + [59133] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -93709,36 +93438,38 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2684), 1, sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, + STATE(537), 1, sym_adding_operator, - STATE(894), 3, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2680), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2678), 31, sym__AND, sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -93765,18 +93496,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_PIPE, - [59551] = 6, + [59214] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(895), 3, + STATE(890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2576), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93784,7 +93515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 39, + ACTIONS(2574), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93824,18 +93555,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59616] = 6, + [59279] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(896), 3, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(2688), 1, + sym_PARAMETER, + STATE(949), 1, + sym_parenthesis_group, + STATE(891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 7, + ACTIONS(2364), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93843,7 +93580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 39, + ACTIONS(2362), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93851,8 +93588,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -93866,7 +93601,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -93883,18 +93617,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59681] = 6, + [59350] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(897), 3, + STATE(892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2676), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93902,7 +93636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 39, + ACTIONS(2674), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -93942,95 +93676,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59746] = 14, + [59415] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(898), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2690), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2688), 31, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_PIPE, - [59827] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - STATE(899), 3, + STATE(893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 7, + ACTIONS(2490), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94038,13 +93695,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 34, + ACTIONS(2488), 39, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -94053,14 +93713,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -94071,20 +93732,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [59902] = 6, + [59480] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(900), 3, + STATE(894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 7, + ACTIONS(2494), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94092,14 +93754,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 39, - sym_identifier, + ACTIONS(2492), 39, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -94108,18 +93772,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -94130,20 +93791,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [59967] = 6, + [59545] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(901), 3, + STATE(895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, + ACTIONS(2518), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94151,7 +93813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 39, + ACTIONS(2516), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94191,60 +93853,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60032] = 18, + [59610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(902), 3, + STATE(896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, + ACTIONS(2538), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2536), 39, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym_RANGE, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -94252,28 +93905,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2696), 9, - sym_DOWNTO, - sym_TO, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [60121] = 6, + [59675] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(903), 3, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + STATE(897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, + ACTIONS(2692), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94281,16 +93941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 39, + ACTIONS(2690), 34, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -94299,15 +93956,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -94318,10 +93974,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [60186] = 9, + [59750] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -94330,15 +93985,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(1539), 1, anon_sym_LPAREN, - ACTIONS(2708), 1, + ACTIONS(2694), 1, sym_PARAMETER, - STATE(946), 1, + STATE(992), 1, sym_parenthesis_group, - STATE(904), 3, + STATE(898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2364), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94346,7 +94001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 36, + ACTIONS(2362), 36, sym__AND, sym_GENERIC, sym__MOD, @@ -94383,88 +94038,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60257] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(905), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 7, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 15, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - [60344] = 6, + [59821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(906), 3, + STATE(899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 7, + ACTIONS(2646), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94472,7 +94057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 39, + ACTIONS(2644), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94512,18 +94097,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60409] = 6, + [59886] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(907), 3, + STATE(900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, + ACTIONS(2542), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94531,7 +94116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 39, + ACTIONS(2540), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94571,18 +94156,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60474] = 6, + [59951] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(908), 3, + STATE(901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94590,7 +94175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 39, + ACTIONS(2648), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94630,18 +94215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60539] = 6, + [60016] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(909), 3, + STATE(902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 7, + ACTIONS(2698), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94649,16 +94234,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 39, + ACTIONS(2696), 39, + sym_identifier, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -94667,15 +94250,18 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -94686,21 +94272,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [60604] = 6, + [60081] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(910), 3, + STATE(903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 7, + ACTIONS(2642), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94708,7 +94293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 39, + ACTIONS(2640), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94748,87 +94333,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60669] = 16, + [60146] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(911), 3, + STATE(904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 5, + ACTIONS(2620), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2618), 39, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_RANGE, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 22, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [60754] = 6, + [60211] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(912), 3, + STATE(905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94836,7 +94411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 39, + ACTIONS(2622), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -94876,51 +94451,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60819] = 6, + [60276] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(913), 3, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2704), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 39, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -94928,14 +94512,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + ACTIONS(2700), 9, + sym_DOWNTO, + sym_TO, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, anon_sym_PIPE, - [60884] = 15, + [60365] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -94944,37 +94531,33 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2684), 1, sym_exponentiate, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, + STATE(537), 1, sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(914), 3, + STATE(907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 5, + ACTIONS(2692), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 28, + ACTIONS(2690), 31, sym__AND, sym_DOWNTO, sym__NAND, @@ -95001,20 +94584,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, anon_sym_GT_GT, anon_sym_PIPE, - [60967] = 6, + [60446] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(915), 3, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + STATE(908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, + ACTIONS(2692), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95022,16 +94620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 39, + ACTIONS(2690), 33, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -95040,15 +94635,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -95058,32 +94652,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [61032] = 11, + [60523] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(555), 1, - sym_shift_operator, - STATE(556), 1, - sym_relational_operator, - STATE(557), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - STATE(916), 3, + STATE(909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2464), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95091,13 +94673,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 34, + ACTIONS(2462), 39, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -95106,14 +94691,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -95124,20 +94710,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [61107] = 6, + [60588] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(917), 3, + STATE(910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95145,7 +94732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 39, + ACTIONS(2562), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95185,18 +94772,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61172] = 6, + [60653] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(918), 3, + STATE(911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + ACTIONS(2598), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95204,7 +94791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 39, + ACTIONS(2596), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95244,18 +94831,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61237] = 6, + [60718] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(919), 3, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2704), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 7, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 15, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_PIPE, + [60805] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(913), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2572), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95263,7 +94920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 39, + ACTIONS(2570), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95303,18 +94960,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61302] = 6, + [60870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(920), 3, + STATE(914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95322,7 +94979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 39, + ACTIONS(2402), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95362,18 +95019,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61367] = 6, + [60935] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(921), 3, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2716), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 22, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_GT_GT, + anon_sym_PIPE, + [61020] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(916), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2400), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95381,7 +95107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 39, + ACTIONS(2398), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95421,18 +95147,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61432] = 6, + [61085] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(922), 3, + STATE(917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2426), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95440,7 +95166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 39, + ACTIONS(2424), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95480,18 +95206,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61497] = 6, + [61150] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(923), 3, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(918), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2720), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2718), 28, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_GT_GT, + anon_sym_PIPE, + [61233] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 7, + ACTIONS(2372), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95499,7 +95293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 39, + ACTIONS(2370), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95539,18 +95333,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61562] = 6, + [61298] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(924), 3, + STATE(920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 7, + ACTIONS(2546), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95558,7 +95352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 39, + ACTIONS(2544), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95598,18 +95392,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61627] = 6, + [61363] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(925), 3, + STATE(921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 7, + ACTIONS(2498), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95617,7 +95411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 39, + ACTIONS(2496), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95657,18 +95451,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61692] = 6, + [61428] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(926), 3, + STATE(922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 7, + ACTIONS(2724), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95676,16 +95470,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 39, + ACTIONS(2722), 39, + sym_identifier, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -95694,15 +95486,18 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -95713,27 +95508,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [61757] = 9, + [61493] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1569), 1, - anon_sym_LPAREN, - ACTIONS(2720), 1, - sym_PARAMETER, - STATE(998), 1, - sym_parenthesis_group, - STATE(927), 3, + STATE(923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95741,7 +95529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 36, + ACTIONS(2512), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95749,6 +95537,8 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -95762,6 +95552,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -95778,18 +95569,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61828] = 6, + [61558] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(928), 3, + STATE(924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 7, + ACTIONS(2486), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95797,14 +95588,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 39, - sym_identifier, + ACTIONS(2484), 39, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -95813,18 +95606,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -95835,20 +95625,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [61893] = 6, + [61623] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(929), 3, + STATE(925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2430), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95856,7 +95647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 39, + ACTIONS(2428), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95896,18 +95687,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61958] = 6, + [61688] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(930), 3, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + STATE(545), 1, + sym_logical_operator, + STATE(547), 1, + sym_relational_operator, + STATE(548), 1, + sym_shift_operator, + STATE(926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2680), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95915,14 +95716,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2678), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -95930,12 +95730,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -95951,21 +95750,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, anon_sym_PIPE, - [62022] = 6, + [61763] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(931), 3, + STATE(927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 7, + ACTIONS(2672), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95973,7 +95770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 38, + ACTIONS(2670), 39, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -95982,6 +95779,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -96012,14 +95810,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62086] = 6, + [61828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(932), 3, + STATE(928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -96031,14 +95829,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2636), 39, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -96046,16 +95846,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96066,22 +95866,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62150] = 6, + [61893] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(933), 3, + STATE(929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96089,14 +95888,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 38, + ACTIONS(2520), 39, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -96104,16 +95905,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96124,22 +95925,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62214] = 6, + [61958] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(934), 3, + ACTIONS(2728), 1, + sym_library_constant_unit, + STATE(1988), 1, + sym__unit, + STATE(930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(2726), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96147,14 +95956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 38, + ACTIONS(2628), 32, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -96162,16 +95970,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96182,22 +95988,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, anon_sym_PIPE, - [62278] = 6, + [62028] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(935), 3, + STATE(931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96205,9 +96008,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 38, + ACTIONS(2520), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96221,16 +96023,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96241,21 +96043,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62342] = 6, + [62092] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(936), 3, + STATE(932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 7, + ACTIONS(2464), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96263,8 +96066,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 38, + ACTIONS(2462), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96278,16 +96082,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96298,31 +96102,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62406] = 9, + [62156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2728), 1, - sym_library_constant_unit, - STATE(1982), 1, - sym__unit, - STATE(937), 3, + STATE(933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2726), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96330,13 +96124,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2562), 38, sym__AND, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -96349,6 +96145,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -96362,19 +96160,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [62476] = 6, + [62220] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(938), 3, + STATE(934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96382,9 +96182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 38, + ACTIONS(2402), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96398,16 +96197,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96418,100 +96217,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62540] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(952), 1, - aux_sym_entity_head_repeat1, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2390), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(939), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [62646] = 6, + [62284] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(940), 3, + STATE(935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 7, + ACTIONS(2638), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96519,7 +96240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 38, + ACTIONS(2636), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -96558,18 +96279,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62710] = 6, + [62348] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(941), 3, + STATE(936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 7, + ACTIONS(2572), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96577,7 +96298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 38, + ACTIONS(2570), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -96616,18 +96337,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62774] = 6, + [62412] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(942), 3, + STATE(937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2494), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96635,9 +96356,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2492), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96651,16 +96371,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96671,21 +96391,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62838] = 6, + [62476] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(943), 3, + STATE(938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 7, + ACTIONS(2430), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96693,7 +96414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 38, + ACTIONS(2428), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -96732,40 +96453,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62902] = 9, + [62540] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1671), 1, - anon_sym_LPAREN, - ACTIONS(2730), 1, - sym_PARAMETER, - STATE(1066), 1, - sym_parenthesis_group, - STATE(944), 3, + STATE(939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2624), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 36, + ACTIONS(2622), 38, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -96774,13 +96489,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96793,18 +96510,19 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [62972] = 6, + anon_sym_PIPE, + [62604] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(945), 3, + STATE(940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, + ACTIONS(2372), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96812,8 +96530,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 38, + ACTIONS(2370), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96827,16 +96546,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96847,22 +96566,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63036] = 6, + [62668] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(946), 3, + STATE(941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96870,8 +96588,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 38, + ACTIONS(2520), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -96885,16 +96604,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -96905,117 +96624,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63100] = 27, + [62732] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(952), 1, - aux_sym_entity_head_repeat1, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2732), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(947), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [63206] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(948), 3, + ACTIONS(1603), 1, + anon_sym_LPAREN, + ACTIONS(2730), 1, + sym_PARAMETER, + STATE(1108), 1, + sym_parenthesis_group, + STATE(942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, - anon_sym_EQ, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 38, + ACTIONS(2362), 36, sym__AND, + sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -97024,15 +96668,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97045,19 +96688,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [63270] = 6, + [62802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(949), 3, + STATE(943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 7, + ACTIONS(2400), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97065,7 +96707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 38, + ACTIONS(2398), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -97104,18 +96746,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63334] = 6, + [62866] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(950), 3, + STATE(944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2490), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97123,9 +96765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 38, + ACTIONS(2488), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97139,16 +96780,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97159,178 +96800,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63398] = 27, + [62930] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(962), 1, - aux_sym_entity_head_repeat1, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2732), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(951), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [63504] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2734), 1, - sym_ALIAS, - ACTIONS(2737), 1, - sym_ATTRIBUTE, - ACTIONS(2742), 1, - sym_CONSTANT, - ACTIONS(2745), 1, - sym_DISCONNECT, - ACTIONS(2748), 1, - sym_FILE, - ACTIONS(2751), 1, - sym_FUNCTION, - ACTIONS(2754), 1, - sym_GROUP, - ACTIONS(2760), 1, - sym_PACKAGE, - ACTIONS(2763), 1, - sym_PROCEDURE, - ACTIONS(2766), 1, - sym_SIGNAL, - ACTIONS(2769), 1, - sym_SHARED, - ACTIONS(2772), 1, - sym_SUBTYPE, - ACTIONS(2775), 1, - sym_TYPE, - ACTIONS(2778), 1, - sym_USE, - ACTIONS(2781), 1, - sym_VARIABLE, - ACTIONS(2784), 1, - sym_VIEW, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(2740), 2, - sym_BEGIN, - sym_END, - ACTIONS(2757), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(952), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_entity_head_repeat1, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [63608] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(953), 3, + STATE(945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2572), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97338,9 +96823,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2570), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97354,16 +96838,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97374,34 +96858,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63672] = 9, + [62994] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1659), 1, + ACTIONS(1645), 1, anon_sym_LPAREN, - ACTIONS(2787), 1, + ACTIONS(2732), 1, sym_PARAMETER, - STATE(1095), 1, + STATE(1085), 1, sym_parenthesis_group, - STATE(954), 3, + STATE(946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 36, + ACTIONS(2362), 36, sym__AND, sym_BUS, sym_DOWNTO, @@ -97410,6 +96895,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -97422,7 +96908,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_DOT, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -97438,18 +96923,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [63742] = 6, + [63064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(955), 3, + STATE(947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 7, + ACTIONS(2576), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97457,7 +96942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 38, + ACTIONS(2574), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -97496,18 +96981,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63806] = 6, + [63128] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(956), 3, + STATE(948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, + ACTIONS(2646), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97515,8 +97000,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 38, + ACTIONS(2644), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97530,16 +97016,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97550,22 +97036,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63870] = 6, + [63192] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(957), 3, + STATE(949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, + ACTIONS(2498), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97573,8 +97058,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 38, + ACTIONS(2496), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97588,16 +97074,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97608,22 +97094,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63934] = 6, + [63256] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(958), 3, + STATE(950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97631,7 +97116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 38, + ACTIONS(2566), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -97670,18 +97155,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63998] = 6, + [63320] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(959), 3, + STATE(951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 7, + ACTIONS(2538), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97689,8 +97174,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 38, + ACTIONS(2536), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97704,16 +97190,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97724,22 +97210,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64062] = 6, + [63384] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(960), 3, + ACTIONS(2736), 1, + sym_library_constant_unit, + STATE(2171), 1, + sym__unit, + STATE(952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, + ACTIONS(2734), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97747,15 +97241,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 38, + ACTIONS(2628), 32, sym__AND, - sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -97763,16 +97254,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97783,21 +97272,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [64126] = 6, + [63454] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(961), 3, + STATE(953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 7, + ACTIONS(2464), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97805,9 +97293,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 38, + ACTIONS(2462), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97821,16 +97308,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97841,100 +97328,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64190] = 27, + [63518] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(952), 1, - aux_sym_entity_head_repeat1, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2789), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(962), 3, + STATE(954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [64296] = 6, + ACTIONS(2542), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2540), 38, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [63582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(963), 3, + STATE(955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2598), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97942,9 +97409,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2596), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -97958,16 +97424,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -97978,21 +97444,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64360] = 6, + [63646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(964), 3, + STATE(956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 7, + ACTIONS(2400), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98000,7 +97467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 38, + ACTIONS(2398), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98039,18 +97506,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64424] = 6, + [63710] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(965), 3, + STATE(957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 7, + ACTIONS(2426), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98058,9 +97525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 38, + ACTIONS(2424), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98074,16 +97540,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98094,21 +97560,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64488] = 6, + [63774] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(966), 3, + STATE(958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, + ACTIONS(2518), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98116,9 +97583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 38, + ACTIONS(2516), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98132,16 +97598,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98152,21 +97618,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64552] = 6, + [63838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(967), 3, + STATE(959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 7, + ACTIONS(2538), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98174,9 +97641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 38, + ACTIONS(2536), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98190,16 +97656,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98210,21 +97676,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64616] = 6, + [63902] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(968), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(986), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2560), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(960), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [64008] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 7, + ACTIONS(2546), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98232,9 +97778,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 38, + ACTIONS(2544), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98248,16 +97793,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98268,21 +97813,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64680] = 6, + [64072] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(969), 3, + STATE(962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2486), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98290,7 +97836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2484), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98329,18 +97875,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64744] = 6, + [64136] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(970), 3, + STATE(963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, + ACTIONS(2642), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98348,7 +97894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 38, + ACTIONS(2640), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -98387,27 +97933,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64808] = 9, + [64200] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2793), 1, - sym_library_constant_unit, - STATE(2036), 1, - sym__unit, - STATE(971), 3, + STATE(964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2791), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98415,12 +97952,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2512), 38, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -98432,6 +97971,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -98447,19 +97988,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [64878] = 6, + [64264] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(972), 3, + STATE(965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2486), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98467,7 +98010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2484), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -98506,18 +98049,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64942] = 6, + [64328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(973), 3, + STATE(966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98525,8 +98068,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 38, + ACTIONS(2648), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98540,16 +98084,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98560,22 +98104,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65006] = 6, + [64392] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(974), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(977), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2560), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [64498] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(968), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98583,7 +98205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 38, + ACTIONS(2648), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98622,18 +98244,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65070] = 6, + [64562] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(975), 3, + STATE(969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 7, + ACTIONS(2620), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98641,7 +98263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 38, + ACTIONS(2618), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98680,18 +98302,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65134] = 6, + [64626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(976), 3, + STATE(970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98699,8 +98321,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 38, + ACTIONS(2512), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -98714,16 +98337,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -98734,22 +98357,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65198] = 6, + [64690] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(977), 3, + STATE(971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98757,7 +98379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2566), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98796,18 +98418,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65262] = 6, + [64754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(978), 3, + STATE(972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 7, + ACTIONS(2642), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98815,7 +98437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 38, + ACTIONS(2640), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -98854,24 +98476,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65326] = 9, + [64818] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1683), 1, - anon_sym_LPAREN, - ACTIONS(2795), 1, - sym_PARAMETER, - STATE(1025), 1, - sym_parenthesis_group, - STATE(979), 3, + STATE(973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2542), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98879,13 +98495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 35, + ACTIONS(2540), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -98893,12 +98511,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -98915,14 +98534,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65396] = 6, + [64882] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(980), 3, + STATE(974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -98973,18 +98592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65460] = 6, + [64946] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(981), 3, + STATE(975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, + ACTIONS(2426), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98992,8 +98611,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 38, + ACTIONS(2424), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99007,16 +98627,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99027,22 +98647,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65524] = 6, + [65010] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(982), 3, + STATE(976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99050,7 +98669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 38, + ACTIONS(2562), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -99089,76 +98708,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65588] = 6, + [65074] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(983), 3, + ACTIONS(2738), 1, + sym_ALIAS, + ACTIONS(2741), 1, + sym_ATTRIBUTE, + ACTIONS(2746), 1, + sym_CONSTANT, + ACTIONS(2749), 1, + sym_DISCONNECT, + ACTIONS(2752), 1, + sym_FILE, + ACTIONS(2755), 1, + sym_FUNCTION, + ACTIONS(2758), 1, + sym_GROUP, + ACTIONS(2764), 1, + sym_PACKAGE, + ACTIONS(2767), 1, + sym_PROCEDURE, + ACTIONS(2770), 1, + sym_SIGNAL, + ACTIONS(2773), 1, + sym_SHARED, + ACTIONS(2776), 1, + sym_SUBTYPE, + ACTIONS(2779), 1, + sym_TYPE, + ACTIONS(2782), 1, + sym_USE, + ACTIONS(2785), 1, + sym_VARIABLE, + ACTIONS(2788), 1, + sym_VIEW, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(2744), 2, + sym_BEGIN, + sym_END, + ACTIONS(2761), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(977), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 38, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [65652] = 6, + aux_sym_entity_head_repeat1, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [65178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(984), 3, + STATE(978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + ACTIONS(2620), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99166,8 +98805,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 38, + ACTIONS(2618), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99181,16 +98821,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99201,22 +98841,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65716] = 6, + [65242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(985), 3, + STATE(979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2490), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99224,7 +98863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 38, + ACTIONS(2488), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -99263,18 +98902,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65780] = 6, + [65306] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(986), 3, + STATE(980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2430), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99282,9 +98921,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2428), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99298,16 +98936,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99318,21 +98956,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65844] = 6, + [65370] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(987), 3, + ACTIONS(1615), 1, + anon_sym_LPAREN, + ACTIONS(2791), 1, + sym_PARAMETER, + STATE(1047), 1, + sym_parenthesis_group, + STATE(981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 7, + ACTIONS(2364), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99340,15 +98985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 38, + ACTIONS(2362), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -99356,13 +98999,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -99379,18 +99021,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65908] = 6, + [65440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(988), 3, + STATE(982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 7, + ACTIONS(2598), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99398,8 +99040,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 38, + ACTIONS(2596), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99413,16 +99056,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99433,22 +99076,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65972] = 6, + [65504] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(989), 3, + STATE(983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 7, + ACTIONS(2546), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99456,8 +99098,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 38, + ACTIONS(2544), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99471,16 +99114,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99491,22 +99134,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66036] = 6, + [65568] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(990), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(988), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2793), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 7, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [65674] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(985), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2494), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99514,7 +99235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 38, + ACTIONS(2492), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -99553,18 +99274,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66100] = 6, + [65738] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(991), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(977), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2793), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [65844] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(987), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99572,7 +99372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 38, + ACTIONS(2402), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -99611,14 +99411,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66164] = 6, + [65908] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(992), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2031), 1, + sym_ALIAS, + ACTIONS(2033), 1, + sym_ATTRIBUTE, + ACTIONS(2037), 1, + sym_CONSTANT, + ACTIONS(2039), 1, + sym_DISCONNECT, + ACTIONS(2041), 1, + sym_FILE, + ACTIONS(2043), 1, + sym_FUNCTION, + ACTIONS(2047), 1, + sym_GROUP, + ACTIONS(2049), 1, + sym_PACKAGE, + ACTIONS(2053), 1, + sym_SIGNAL, + ACTIONS(2055), 1, + sym_SHARED, + ACTIONS(2057), 1, + sym_SUBTYPE, + ACTIONS(2059), 1, + sym_TYPE, + ACTIONS(2061), 1, + sym_USE, + ACTIONS(2063), 1, + sym_VARIABLE, + ACTIONS(2065), 1, + sym_VIEW, + STATE(977), 1, + aux_sym_entity_head_repeat1, + STATE(3350), 1, + sym__entity_declarative_item, + STATE(5684), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2795), 2, + sym_BEGIN, + sym_END, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(988), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3351), 20, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [66014] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -99669,18 +99548,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66228] = 6, + [66078] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(993), 3, + STATE(990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, + ACTIONS(2638), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99688,7 +99567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 38, + ACTIONS(2636), 38, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -99727,18 +99606,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66292] = 6, + [66142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(994), 3, + STATE(991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2576), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99746,7 +99625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2574), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -99785,18 +99664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66356] = 6, + [66206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(995), 3, + STATE(992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 7, + ACTIONS(2498), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99804,7 +99683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 38, + ACTIONS(2496), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -99843,97 +99722,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66420] = 27, + [66270] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(1941), 1, - sym_ALIAS, - ACTIONS(1943), 1, - sym_ATTRIBUTE, - ACTIONS(1947), 1, - sym_CONSTANT, - ACTIONS(1949), 1, - sym_DISCONNECT, - ACTIONS(1951), 1, - sym_FILE, - ACTIONS(1953), 1, - sym_FUNCTION, - ACTIONS(1957), 1, - sym_GROUP, - ACTIONS(1959), 1, - sym_PACKAGE, - ACTIONS(1963), 1, - sym_SIGNAL, - ACTIONS(1965), 1, - sym_SHARED, - ACTIONS(1967), 1, - sym_SUBTYPE, - ACTIONS(1969), 1, - sym_TYPE, - ACTIONS(1971), 1, - sym_USE, - ACTIONS(1973), 1, - sym_VARIABLE, - ACTIONS(1975), 1, - sym_VIEW, - STATE(947), 1, - aux_sym_entity_head_repeat1, - STATE(3269), 1, - sym__entity_declarative_item, - STATE(5593), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2390), 2, - sym_BEGIN, - sym_END, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(996), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3236), 20, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [66526] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(997), 3, + STATE(993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 7, + ACTIONS(2672), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99941,8 +99741,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 38, + ACTIONS(2670), 38, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -99956,16 +99757,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -99976,22 +99777,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66590] = 6, + [66334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(998), 3, + STATE(994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2646), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99999,9 +99799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 38, + ACTIONS(2644), 38, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -100015,16 +99814,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100035,30 +99834,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66654] = 6, + [66398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(999), 3, + STATE(995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2518), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 38, + ACTIONS(2516), 38, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -100066,7 +99866,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -100075,14 +99874,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100095,60 +99895,52 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [66717] = 14, + anon_sym_PIPE, + [66462] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1000), 3, + STATE(996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 5, + ACTIONS(2676), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2674), 38, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100158,52 +99950,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_GT_GT, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [66796] = 15, + [66526] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1001), 3, + STATE(997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 5, + ACTIONS(2372), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2370), 38, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -100214,6 +99992,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -100224,20 +100004,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [66877] = 6, + [66590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1002), 3, + STATE(998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -100245,7 +100031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 37, + ACTIONS(2622), 38, sym__AND, sym_GENERIC, sym__MOD, @@ -100260,7 +100046,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -100270,6 +100055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100280,37 +100066,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66940] = 6, + [66654] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1003), 3, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + STATE(999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2692), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2690), 31, sym__AND, - sym_BUS, - sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -100318,16 +100114,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100337,28 +100131,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [67003] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [66729] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1004), 3, + STATE(1000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 38, + ACTIONS(2544), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -100397,25 +100190,92 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67066] = 6, + [66792] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1005), 3, + ACTIONS(2799), 1, + sym_exponentiate, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2716), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 20, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PIPE, + [66875] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1002), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 38, + ACTIONS(2636), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -100454,47 +100314,129 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67129] = 6, + [66938] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1006), 3, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2716), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 20, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_GT_GT, + anon_sym_PIPE, + [67021] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2799), 1, + sym_exponentiate, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 37, - sym__AND, - sym_GENERIC, + ACTIONS(2686), 2, sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1004), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2720), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2718), 26, + sym__AND, + sym_DOWNTO, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -100504,58 +100446,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, anon_sym_PIPE, - [67192] = 6, + [67102] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1007), 3, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2692), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2470), 38, + ACTIONS(2690), 29, sym__AND, - sym_BUS, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100565,28 +100510,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [67255] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [67181] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1008), 3, + STATE(1006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 38, + ACTIONS(2424), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -100625,47 +100569,58 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67318] = 6, + [67244] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1009), 3, + ACTIONS(2799), 1, + sym_exponentiate, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2692), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2576), 37, + ACTIONS(2690), 29, sym__AND, - sym_GENERIC, - sym__MOD, + sym_DOWNTO, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -100678,29 +100633,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, anon_sym_PIPE, - [67381] = 6, + [67323] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1010), 3, + STATE(1008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 38, + ACTIONS(2424), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -100739,34 +100691,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67444] = 6, + [67386] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1011), 3, + ACTIONS(2799), 1, + sym_exponentiate, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + STATE(1009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2692), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 38, + ACTIONS(2690), 31, sym__AND, - sym_BUS, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -100775,15 +100737,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100793,28 +100753,239 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, + anon_sym_PIPE, + [67461] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2797), 1, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [67507] = 6, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1010), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2720), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2718), 26, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_GT_GT, + anon_sym_PIPE, + [67542] = 28, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + ACTIONS(2801), 1, + sym_END, + STATE(1014), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1011), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [67649] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2704), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 7, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 13, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_PIPE, + [67734] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1013), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 38, + ACTIONS(2636), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -100853,18 +101024,106 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67570] = 6, + [67797] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1013), 3, + ACTIONS(2803), 1, + sym_ALIAS, + ACTIONS(2806), 1, + sym_ATTRIBUTE, + ACTIONS(2809), 1, + sym_COMPONENT, + ACTIONS(2812), 1, + sym_CONSTANT, + ACTIONS(2815), 1, + sym_DISCONNECT, + ACTIONS(2818), 1, + sym_END, + ACTIONS(2820), 1, + sym_FILE, + ACTIONS(2823), 1, + sym_FUNCTION, + ACTIONS(2826), 1, + sym_GROUP, + ACTIONS(2832), 1, + sym_PACKAGE, + ACTIONS(2835), 1, + sym_PROCEDURE, + ACTIONS(2838), 1, + sym_SIGNAL, + ACTIONS(2841), 1, + sym_SHARED, + ACTIONS(2844), 1, + sym_SUBTYPE, + ACTIONS(2847), 1, + sym_TYPE, + ACTIONS(2850), 1, + sym_USE, + ACTIONS(2853), 1, + sym_VARIABLE, + ACTIONS(2856), 1, + sym_VIEW, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2829), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1014), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_package_declaration_body_repeat1, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [67902] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + STATE(1015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 7, + ACTIONS(2692), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -100872,14 +101131,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 37, + ACTIONS(2690), 32, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -100887,16 +101144,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100907,31 +101162,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [67633] = 6, + [67975] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1014), 3, + STATE(1016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2490), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 38, + ACTIONS(2488), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -100945,16 +101198,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100967,60 +101220,57 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67696] = 14, + anon_sym_PIPE, + [68038] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1015), 3, + ACTIONS(2861), 1, + sym_library_constant_unit, + STATE(2323), 1, + sym__unit, + STATE(1017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 5, - anon_sym_EQ, + ACTIONS(2859), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 32, sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101030,30 +101280,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_PIPE, - [67775] = 6, + sym_exponentiate, + [68107] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1016), 3, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + ACTIONS(2801), 1, + sym_END, + STATE(1109), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1018), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [68214] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2650), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 38, + ACTIONS(2648), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -101067,16 +101394,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101089,24 +101416,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67838] = 16, + anon_sym_PIPE, + [68277] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(2799), 1, sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, + STATE(641), 1, sym_adding_operator, - STATE(634), 1, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, sym_shift_operator, - STATE(635), 1, + STATE(656), 1, sym_relational_operator, - STATE(636), 1, + STATE(657), 1, sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -101114,60 +101442,61 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1017), 3, + STATE(1020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 5, + ACTIONS(2704), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 20, + ACTIONS(2702), 7, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 13, sym__AND, + sym_DOWNTO, sym__NAND, sym__NOR, sym__OR, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_GT_GT, anon_sym_PIPE, - [67921] = 6, + [68362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1018), 3, + STATE(1021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 7, + ACTIONS(2486), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -101175,14 +101504,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 37, - sym_identifier, + ACTIONS(2484), 37, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101190,15 +101519,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -101212,54 +101539,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [67984] = 17, + [68425] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1019), 3, + STATE(1022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, + ACTIONS(2642), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2640), 37, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -101267,39 +101592,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 13, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [68488] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1023), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2514), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 37, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [68069] = 6, + [68551] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1020), 3, + STATE(1024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 38, + ACTIONS(2644), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -101309,6 +101684,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -101322,7 +101698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -101338,18 +101713,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68132] = 6, + [68614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1021), 3, + STATE(1025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -101357,7 +101732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 37, + ACTIONS(2520), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -101395,34 +101770,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [68195] = 6, + [68677] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1022), 3, + ACTIONS(2865), 1, + sym_library_constant_unit, + STATE(2338), 1, + sym__unit, + STATE(1026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2863), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2628), 31, sym__AND, - sym_BUS, - sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101430,16 +101811,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101450,30 +101829,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [68258] = 11, + anon_sym_PIPE, + [68746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - STATE(1023), 3, + STATE(1027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -101481,12 +101849,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 32, + ACTIONS(2562), 37, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101494,14 +101864,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101512,44 +101884,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [68331] = 9, + [68809] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, - sym_library_constant_unit, - STATE(2305), 1, - sym__unit, - STATE(1024), 3, + STATE(1028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2799), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2518), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2516), 37, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101557,13 +101921,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101574,18 +101941,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [68400] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [68872] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1025), 3, + STATE(1029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2538), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -101593,7 +101963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 37, + ACTIONS(2536), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -101631,39 +102001,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [68463] = 9, + [68935] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1713), 1, - anon_sym_LPAREN, - ACTIONS(2803), 1, - sym_PARAMETER, - STATE(1165), 1, - sym_parenthesis_group, - STATE(1026), 3, + STATE(1030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2546), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 35, + ACTIONS(2544), 37, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_RANGE, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101671,14 +102035,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -101691,18 +102057,19 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68532] = 6, + anon_sym_PIPE, + [68998] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1027), 3, + STATE(1031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -101710,14 +102077,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 37, - sym_identifier, + ACTIONS(2622), 37, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -101725,15 +102092,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -101747,41 +102112,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [68595] = 9, + [69061] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1725), 1, - anon_sym_LPAREN, - ACTIONS(2805), 1, - sym_PARAMETER, - STATE(1234), 1, - sym_parenthesis_group, - STATE(1028), 3, + STATE(1032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 35, + ACTIONS(2566), 38, sym__AND, + sym_BUS, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -101794,7 +102156,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -101808,25 +102172,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68664] = 6, + [69124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1029), 3, + STATE(1033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 38, + ACTIONS(2488), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -101836,6 +102200,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -101849,7 +102214,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -101865,141 +102229,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68727] = 28, + [69187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2153), 1, - sym_ALIAS, - ACTIONS(2155), 1, - sym_ATTRIBUTE, - ACTIONS(2157), 1, - sym_COMPONENT, - ACTIONS(2159), 1, - sym_CONSTANT, - ACTIONS(2161), 1, - sym_DISCONNECT, - ACTIONS(2165), 1, - sym_FILE, - ACTIONS(2167), 1, - sym_FUNCTION, - ACTIONS(2171), 1, - sym_GROUP, - ACTIONS(2177), 1, - sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, - sym_SIGNAL, - ACTIONS(2183), 1, - sym_SHARED, - ACTIONS(2185), 1, - sym_SUBTYPE, - ACTIONS(2187), 1, - sym_TYPE, - ACTIONS(2189), 1, - sym_USE, - ACTIONS(2191), 1, - sym_VARIABLE, - ACTIONS(2193), 1, - sym_VIEW, - ACTIONS(2807), 1, - sym_END, - STATE(1032), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1030), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [68834] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1031), 3, + STATE(1034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 5, + ACTIONS(2430), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2428), 37, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -102009,104 +102279,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [68915] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2811), 1, - sym_ALIAS, - ACTIONS(2814), 1, - sym_ATTRIBUTE, - ACTIONS(2817), 1, - sym_COMPONENT, - ACTIONS(2820), 1, - sym_CONSTANT, - ACTIONS(2823), 1, - sym_DISCONNECT, - ACTIONS(2826), 1, - sym_END, - ACTIONS(2828), 1, - sym_FILE, - ACTIONS(2831), 1, - sym_FUNCTION, - ACTIONS(2834), 1, - sym_GROUP, - ACTIONS(2840), 1, - sym_PACKAGE, - ACTIONS(2843), 1, - sym_PROCEDURE, - ACTIONS(2846), 1, - sym_SIGNAL, - ACTIONS(2849), 1, - sym_SHARED, - ACTIONS(2852), 1, - sym_SUBTYPE, - ACTIONS(2855), 1, - sym_TYPE, - ACTIONS(2858), 1, - sym_USE, - ACTIONS(2861), 1, - sym_VARIABLE, - ACTIONS(2864), 1, - sym_VIEW, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2837), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1032), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_package_declaration_body_repeat1, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [69020] = 6, + [69250] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1033), 3, + STATE(1035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 38, + ACTIONS(2516), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -102116,6 +102314,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102129,7 +102328,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -102145,28 +102343,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69083] = 6, + [69313] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1034), 3, + STATE(1036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2676), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2674), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -102180,16 +102377,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102202,28 +102399,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69146] = 6, + anon_sym_PIPE, + [69376] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1035), 3, + STATE(1037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2372), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 38, + ACTIONS(2370), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -102237,16 +102434,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102259,28 +102456,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69209] = 6, + anon_sym_PIPE, + [69439] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1036), 3, + STATE(1038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2404), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 38, + ACTIONS(2402), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -102294,16 +102491,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102316,18 +102513,19 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69272] = 6, + anon_sym_PIPE, + [69502] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1037), 3, + STATE(1039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2576), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -102335,7 +102533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 37, + ACTIONS(2574), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -102373,42 +102571,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [69335] = 11, + [69565] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - STATE(1038), 3, + STATE(1040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 7, - anon_sym_EQ, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 32, + ACTIONS(2520), 38, sym__AND, + sym_BUS, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102417,13 +102608,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102434,26 +102626,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [69408] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [69628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1039), 3, + STATE(1041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2512), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -102463,6 +102656,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102476,7 +102670,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -102492,58 +102685,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69471] = 14, + [69691] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1040), 3, + STATE(1042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 5, + ACTIONS(2400), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2398), 37, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -102556,34 +102738,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [69550] = 6, + [69754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1041), 3, + STATE(1043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, - anon_sym_EQ, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 37, + ACTIONS(2536), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102591,16 +102778,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102613,19 +102799,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [69613] = 6, + [69817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1042), 3, + STATE(1044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 7, + ACTIONS(2494), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -102633,7 +102818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 37, + ACTIONS(2492), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -102671,35 +102856,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [69676] = 6, + [69880] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1043), 3, + ACTIONS(2869), 1, + sym_CONTEXT, + ACTIONS(2872), 1, + sym_LIBRARY, + ACTIONS(2875), 1, + sym_USE, + STATE(2243), 1, + sym__context_item, + STATE(2242), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + STATE(1045), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_design_unit_repeat1, + ACTIONS(2867), 36, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [69951] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2646), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 38, + ACTIONS(2644), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102707,15 +102951,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102728,35 +102973,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69739] = 6, + anon_sym_PIPE, + [70014] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1044), 3, + STATE(1047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2498), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 38, + ACTIONS(2496), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102764,15 +103008,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102785,28 +103030,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69802] = 6, + anon_sym_PIPE, + [70077] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1045), 3, + STATE(1048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2598), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 38, + ACTIONS(2596), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -102820,16 +103065,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102842,33 +103087,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69865] = 6, + anon_sym_PIPE, + [70140] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1046), 3, + ACTIONS(2880), 1, + sym_library_constant_unit, + STATE(2414), 1, + sym__unit, + STATE(1049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, - anon_sym_EQ, + ACTIONS(2878), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 37, + ACTIONS(2628), 32, sym__AND, - sym_GENERIC, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -102876,16 +103131,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -102896,52 +103148,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [69928] = 6, + [70209] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1047), 3, + ACTIONS(2799), 1, + sym_exponentiate, + ACTIONS(2886), 1, + sym_WHEN, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(5114), 1, + aux_sym_conditional_expression_repeat1, + STATE(6184), 1, + sym_when_expression, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2882), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2884), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(2704), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2404), 37, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -102949,63 +103221,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [69991] = 11, + [70304] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, + ACTIONS(2684), 1, + sym_exponentiate, + STATE(467), 1, sym_logical_operator, - STATE(696), 1, + STATE(468), 1, sym_relational_operator, - STATE(697), 1, + STATE(471), 1, sym_shift_operator, - STATE(1048), 3, + STATE(537), 1, + sym_adding_operator, + STATE(538), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2704), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 32, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -103013,30 +103282,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, + ACTIONS(2884), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, anon_sym_PIPE, - [70064] = 6, + [70391] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1049), 3, + STATE(1052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 38, + ACTIONS(2402), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103075,63 +103347,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70127] = 16, + [70454] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1050), 3, + STATE(1053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 5, + ACTIONS(2638), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2636), 37, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 20, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -103141,26 +103397,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, anon_sym_PIPE, - [70210] = 6, + [70517] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1051), 3, + STATE(1054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 38, + ACTIONS(2462), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103170,6 +103432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103183,7 +103446,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -103199,35 +103461,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70273] = 6, + [70580] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1052), 3, + ACTIONS(1731), 1, + anon_sym_LPAREN, + ACTIONS(2888), 1, + sym_PARAMETER, + STATE(1229), 1, + sym_parenthesis_group, + STATE(1055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2362), 35, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103240,9 +103507,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -103256,61 +103521,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70336] = 14, + [70649] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1053), 3, + STATE(1056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 5, + ACTIONS(2724), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 37, + sym_identifier, sym__AND, - sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -103320,31 +103575,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, - [70415] = 12, + [70712] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - STATE(1054), 3, + STATE(1057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2698), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103352,7 +103597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2696), 37, + sym_identifier, sym__AND, sym_DOWNTO, sym__MOD, @@ -103370,6 +103616,10 @@ static const uint16_t ts_small_parse_table[] = { sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, @@ -103383,26 +103633,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, + sym_exponentiate, anon_sym_PIPE, - [70490] = 6, + [70775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1055), 3, + STATE(1058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 38, + ACTIONS(2402), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103412,7 +103663,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103426,6 +103676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -103441,33 +103692,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70553] = 6, + [70838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1056), 3, + STATE(1059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_EQ, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 37, + ACTIONS(2570), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103475,16 +103728,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -103497,54 +103749,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [70616] = 17, + [70901] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, - sym_exponentiate, - STATE(449), 1, - sym_adding_operator, - STATE(450), 1, - sym_multiplying_operator, - STATE(694), 1, - sym_logical_operator, - STATE(696), 1, - sym_relational_operator, - STATE(697), 1, - sym_shift_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1057), 3, + STATE(1060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, + ACTIONS(2724), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 37, + sym_identifier, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -103552,39 +103801,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 13, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [70964] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1061), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2464), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2462), 38, sym__AND, + sym_BUS, sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - [70701] = 6, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [71027] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1058), 3, + STATE(1062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2574), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103594,7 +103891,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103608,6 +103904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -103623,35 +103920,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70764] = 6, + [71090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1059), 3, + STATE(1063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2426), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2424), 37, sym__AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103659,15 +103954,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -103680,25 +103976,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70827] = 6, + anon_sym_PIPE, + [71153] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1060), 3, + STATE(1064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 38, + ACTIONS(2574), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103737,30 +104034,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70890] = 12, + [71216] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - STATE(1061), 3, + STATE(1065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2464), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103768,13 +104053,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2462), 37, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [71279] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, sym__REM, + STATE(1066), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 29, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, @@ -103800,28 +104156,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_PIPE, - [70965] = 11, + [71358] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + STATE(467), 1, sym_logical_operator, - STATE(1062), 3, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + STATE(1067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 7, + ACTIONS(2680), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103829,7 +104185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 32, + ACTIONS(2678), 32, sym__AND, sym__MOD, sym__NAND, @@ -103862,25 +104218,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [71038] = 6, + [71431] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1063), 3, + STATE(1068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 38, + ACTIONS(2644), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103890,7 +104246,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -103904,6 +104259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -103919,25 +104275,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71101] = 6, + [71494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1064), 3, + STATE(1069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2674), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -103976,25 +104332,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71164] = 6, + [71557] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1065), 3, + STATE(1070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 38, + ACTIONS(2674), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104004,7 +104360,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104018,6 +104373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -104033,25 +104389,94 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71227] = 6, + [71620] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1066), 3, + ACTIONS(2799), 1, + sym_exponentiate, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2704), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2700), 7, + sym_DOWNTO, + sym_TO, + sym_WHEN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + ACTIONS(2702), 7, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [71707] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1072), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 38, + ACTIONS(2562), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104090,27 +104515,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71290] = 6, + [71770] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1067), 3, + STATE(1073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, - anon_sym_EQ, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 37, + ACTIONS(2562), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -104124,16 +104550,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -104146,26 +104572,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [71353] = 6, + [71833] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1068), 3, + STATE(1074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 38, + ACTIONS(2536), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104204,183 +104629,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71416] = 28, + [71896] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2153), 1, - sym_ALIAS, - ACTIONS(2155), 1, - sym_ATTRIBUTE, - ACTIONS(2157), 1, - sym_COMPONENT, - ACTIONS(2159), 1, - sym_CONSTANT, - ACTIONS(2161), 1, - sym_DISCONNECT, - ACTIONS(2165), 1, - sym_FILE, - ACTIONS(2167), 1, - sym_FUNCTION, - ACTIONS(2171), 1, - sym_GROUP, - ACTIONS(2177), 1, - sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, - sym_SIGNAL, - ACTIONS(2183), 1, - sym_SHARED, - ACTIONS(2185), 1, - sym_SUBTYPE, - ACTIONS(2187), 1, - sym_TYPE, - ACTIONS(2189), 1, - sym_USE, - ACTIONS(2191), 1, - sym_VARIABLE, - ACTIONS(2193), 1, - sym_VIEW, - ACTIONS(2867), 1, - sym_END, - STATE(1030), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1069), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [71523] = 28, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2153), 1, - sym_ALIAS, - ACTIONS(2155), 1, - sym_ATTRIBUTE, - ACTIONS(2157), 1, - sym_COMPONENT, - ACTIONS(2159), 1, - sym_CONSTANT, - ACTIONS(2161), 1, - sym_DISCONNECT, - ACTIONS(2165), 1, - sym_FILE, - ACTIONS(2167), 1, - sym_FUNCTION, - ACTIONS(2171), 1, - sym_GROUP, - ACTIONS(2177), 1, - sym_PACKAGE, - ACTIONS(2179), 1, - sym_PROCEDURE, - ACTIONS(2181), 1, - sym_SIGNAL, - ACTIONS(2183), 1, - sym_SHARED, - ACTIONS(2185), 1, - sym_SUBTYPE, - ACTIONS(2187), 1, - sym_TYPE, - ACTIONS(2189), 1, - sym_USE, - ACTIONS(2191), 1, - sym_VARIABLE, - ACTIONS(2193), 1, - sym_VIEW, - ACTIONS(2867), 1, - sym_END, - STATE(1032), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3253), 1, - sym__package_declarative_item, - STATE(6924), 1, - sym__subprogram_specification, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1070), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3252), 19, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_mode_view_declaration, - sym_constant_declaration, - sym_signal_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_component_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_disconnection_specification, - sym_group_template_declaration, - sym_group_declaration, - [71630] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1071), 3, + STATE(1075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 38, + ACTIONS(2516), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104390,7 +104657,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104404,6 +104670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -104419,18 +104686,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71693] = 6, + [71959] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1072), 3, + STATE(1076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2542), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -104438,7 +104705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 37, + ACTIONS(2540), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -104476,25 +104743,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [71756] = 6, + [72022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1073), 3, + STATE(1077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 38, + ACTIONS(2488), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104504,7 +104771,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104518,6 +104784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -104533,25 +104800,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71819] = 6, + [72085] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1074), 3, + STATE(1078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 38, + ACTIONS(2540), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104561,7 +104828,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104575,6 +104841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -104590,33 +104857,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71882] = 6, + [72148] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1075), 3, + STATE(1079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 7, - anon_sym_EQ, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 37, + ACTIONS(2540), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104624,16 +104893,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -104646,26 +104914,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [71945] = 6, + [72211] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1076), 3, + STATE(1080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 38, + ACTIONS(2648), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104704,33 +104971,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72008] = 6, + [72274] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1077), 3, + STATE(1081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 7, - anon_sym_EQ, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 37, + ACTIONS(2640), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -104738,16 +105007,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -104760,34 +105028,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72071] = 6, + [72337] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1078), 3, + ACTIONS(1743), 1, + anon_sym_LPAREN, + ACTIONS(2890), 1, + sym_PARAMETER, + STATE(1162), 1, + sym_parenthesis_group, + STATE(1082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 7, - anon_sym_EQ, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 37, + ACTIONS(2362), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -104795,16 +105068,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -104817,26 +105088,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72134] = 6, + [72406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1079), 3, + STATE(1083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 38, + ACTIONS(2622), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -104875,101 +105145,148 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72197] = 18, + [72469] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(1084), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2372), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2370), 38, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1080), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [72532] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2496), 38, sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2696), 7, + sym_TO, + sym__XNOR, + sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - ACTIONS(2698), 7, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [72284] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [72595] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1081), 3, + STATE(1086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 7, - anon_sym_EQ, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 37, - sym_identifier, + ACTIONS(2618), 38, sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -104977,18 +105294,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -104999,27 +105314,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [72347] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [72658] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1082), 3, + STATE(1087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 38, + ACTIONS(2648), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105029,7 +105344,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -105043,6 +105357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -105058,27 +105373,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72410] = 6, + [72721] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1083), 3, + STATE(1088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, - anon_sym_EQ, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 37, + ACTIONS(2640), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -105092,16 +105408,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105114,26 +105430,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72473] = 6, + [72784] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1084), 3, + STATE(1089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 38, + ACTIONS(2622), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105143,7 +105458,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -105157,6 +105471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -105172,25 +105487,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72536] = 6, + [72847] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1085), 3, + STATE(1090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2492), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105229,33 +105544,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72599] = 6, + [72910] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1086), 3, + STATE(1091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 7, - anon_sym_EQ, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 37, + ACTIONS(2428), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -105263,16 +105580,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105285,26 +105601,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72662] = 6, + [72973] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1087), 3, + STATE(1092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 38, + ACTIONS(2618), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105343,86 +105658,87 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72725] = 10, + [73036] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2871), 1, - sym_CONTEXT, - ACTIONS(2874), 1, - sym_LIBRARY, - ACTIONS(2877), 1, - sym_USE, - STATE(1924), 1, - sym__context_item, - STATE(1925), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - STATE(1088), 4, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + STATE(1093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_design_unit_repeat1, - ACTIONS(2869), 36, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [72796] = 6, + ACTIONS(2680), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 32, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [73109] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1089), 3, + STATE(1094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 38, + ACTIONS(2566), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105432,7 +105748,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -105446,6 +105761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -105461,25 +105777,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72859] = 6, + [73172] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1090), 3, + STATE(1095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 38, + ACTIONS(2670), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105489,6 +105805,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -105502,7 +105819,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -105518,27 +105834,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72922] = 6, + [73235] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1091), 3, + STATE(1096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 7, - anon_sym_EQ, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 37, + ACTIONS(2596), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -105552,16 +105869,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105574,28 +105891,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72985] = 6, + [73298] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1092), 3, + STATE(1097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, - anon_sym_EQ, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 37, + ACTIONS(2520), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -105609,16 +105926,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105631,106 +105948,213 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73048] = 22, + [73361] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, + ACTIONS(2799), 1, sym_exponentiate, - ACTIONS(2884), 1, - sym_WHEN, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(449), 1, + STATE(641), 1, sym_adding_operator, - STATE(450), 1, + STATE(644), 1, sym_multiplying_operator, - STATE(5107), 1, - aux_sym_conditional_expression_repeat1, - STATE(6505), 1, - sym_when_expression, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2880), 2, + STATE(1098), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 29, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2882), 2, anon_sym_EQ_GT, - anon_sym_PIPE, - ACTIONS(2702), 3, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1093), 3, + anon_sym_PIPE, + [73440] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, + ACTIONS(2672), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2670), 37, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [73503] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1100), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2400), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2398), 38, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [73143] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [73566] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1094), 3, + STATE(1101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 7, - anon_sym_EQ, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 37, - sym_identifier, + ACTIONS(2544), 38, sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -105738,18 +106162,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105760,27 +106182,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [73206] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [73629] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1095), 3, + STATE(1102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 38, + ACTIONS(2484), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -105819,18 +106241,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73269] = 6, + [73692] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1096), 3, + STATE(1103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + ACTIONS(2620), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105838,7 +106260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 37, + ACTIONS(2618), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -105876,18 +106298,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [73332] = 6, + [73755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1097), 3, + STATE(1104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105895,7 +106317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 37, + ACTIONS(2566), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -105933,27 +106355,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [73395] = 6, + [73818] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1098), 3, + STATE(1105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 7, - anon_sym_EQ, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 37, + ACTIONS(2512), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -105967,16 +106390,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -105989,26 +106412,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, + [73881] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1106), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2698), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2696), 37, + sym_identifier, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, - [73458] = 6, + [73944] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1099), 3, + STATE(1107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 38, + ACTIONS(2570), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -106047,96 +106526,164 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73521] = 18, + [74007] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2684), 1, - sym_exponentiate, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - STATE(662), 1, - sym_multiplying_operator, - STATE(663), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1100), 3, + STATE(1108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2496), 38, sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2882), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - [73608] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [74070] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1101), 3, + ACTIONS(2157), 1, + sym_ALIAS, + ACTIONS(2159), 1, + sym_ATTRIBUTE, + ACTIONS(2161), 1, + sym_COMPONENT, + ACTIONS(2163), 1, + sym_CONSTANT, + ACTIONS(2165), 1, + sym_DISCONNECT, + ACTIONS(2169), 1, + sym_FILE, + ACTIONS(2171), 1, + sym_FUNCTION, + ACTIONS(2175), 1, + sym_GROUP, + ACTIONS(2181), 1, + sym_PACKAGE, + ACTIONS(2183), 1, + sym_PROCEDURE, + ACTIONS(2185), 1, + sym_SIGNAL, + ACTIONS(2187), 1, + sym_SHARED, + ACTIONS(2189), 1, + sym_SUBTYPE, + ACTIONS(2191), 1, + sym_TYPE, + ACTIONS(2193), 1, + sym_USE, + ACTIONS(2195), 1, + sym_VARIABLE, + ACTIONS(2197), 1, + sym_VIEW, + ACTIONS(2892), 1, + sym_END, + STATE(1014), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3309), 1, + sym__package_declarative_item, + STATE(6980), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, - anon_sym_EQ, + STATE(3310), 19, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_mode_view_declaration, + sym_constant_declaration, + sym_signal_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_component_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_disconnection_specification, + sym_group_template_declaration, + sym_group_declaration, + [74177] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1110), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 37, + ACTIONS(2670), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -106150,16 +106697,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -106172,41 +106719,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73671] = 9, + [74240] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2888), 1, - sym_library_constant_unit, - STATE(2429), 1, - sym__unit, - STATE(1102), 3, + STATE(1111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2886), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 7, - anon_sym_EQ, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 31, + ACTIONS(2596), 38, sym__AND, + sym_BUS, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -106214,14 +106755,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -106232,34 +106774,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [73740] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [74303] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1103), 3, + STATE(1112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 7, - anon_sym_EQ, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 37, + ACTIONS(2398), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -106267,16 +106812,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -106289,86 +106833,94 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73803] = 9, + [74366] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2892), 1, - sym_library_constant_unit, - STATE(2379), 1, - sym__unit, - STATE(1104), 3, + ACTIONS(2797), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2890), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2704), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, + ACTIONS(2700), 7, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LT_EQ, + anon_sym_EQ_GT, sym_variable_assignment, - anon_sym_EQ, + anon_sym_GT_GT, + anon_sym_PIPE, + ACTIONS(2702), 7, + anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [73872] = 6, + [74453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1105), 3, + STATE(1114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 38, + ACTIONS(2370), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -106407,25 +106959,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73935] = 6, + [74516] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1106), 3, + STATE(1115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 38, + ACTIONS(2428), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -106435,7 +106987,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -106449,6 +107000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -106464,25 +107016,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73998] = 6, + [74579] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1107), 3, + STATE(1116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 38, + ACTIONS(2484), 38, sym__AND, sym_BUS, sym_DOWNTO, @@ -106492,6 +107044,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -106505,7 +107058,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -106521,27 +107073,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74061] = 6, + [74642] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1108), 3, + STATE(1117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 7, - anon_sym_EQ, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 37, + ACTIONS(2492), 38, sym__AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -106555,16 +107108,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -106577,19 +107130,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [74124] = 6, + [74705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1109), 3, + STATE(1118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 7, + ACTIONS(2572), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -106597,7 +107149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 37, + ACTIONS(2570), 37, sym__AND, sym_GENERIC, sym__MOD, @@ -106635,34 +107187,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [74187] = 6, + [74768] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1110), 3, + STATE(641), 1, + sym_adding_operator, + STATE(644), 1, + sym_multiplying_operator, + STATE(651), 1, + sym_shift_operator, + STATE(656), 1, + sym_relational_operator, + STATE(657), 1, + sym_logical_operator, + STATE(1119), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 32, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [74841] = 29, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1621), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6285), 1, + sym_process_head, + STATE(6345), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1120), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [74949] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + STATE(1121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2678), 32, sym__AND, sym_BUS, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -106674,8 +107375,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, @@ -106690,37 +107389,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [74250] = 6, + [75021] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1111), 3, + STATE(1122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 38, + ACTIONS(2402), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -106735,7 +107432,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -106749,24 +107445,24 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74313] = 18, + [75083] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2809), 1, + ACTIONS(2924), 1, sym_exponentiate, - STATE(449), 1, + STATE(416), 1, sym_adding_operator, - STATE(450), 1, + STATE(480), 1, sym_multiplying_operator, - STATE(694), 1, + STATE(627), 1, sym_logical_operator, - STATE(696), 1, + STATE(629), 1, sym_relational_operator, - STATE(697), 1, + STATE(630), 1, sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -106774,71 +107470,65 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1112), 3, + STATE(1123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2678), 29, sym__AND, + sym_BUS, + sym_DOWNTO, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2696), 7, - sym_DOWNTO, sym_TO, - sym_WHEN, - anon_sym_COMMA, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - ACTIONS(2698), 7, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [74400] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [75161] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1113), 3, + STATE(1124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 38, + ACTIONS(2402), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -106846,6 +107536,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -106856,12 +107547,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -106875,27 +107565,105 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74463] = 6, + [75223] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1114), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1597), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6257), 1, + sym_process_head, + STATE(6386), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [75331] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1126), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 38, + ACTIONS(2644), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -106903,6 +107671,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -106913,12 +107682,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -106932,32 +107700,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74526] = 6, + [75393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1115), 3, + STATE(1127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 38, + ACTIONS(2562), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -106973,9 +107742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -106989,27 +107756,105 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74589] = 6, + [75455] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1116), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1595), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6222), 1, + sym_process_head, + STATE(6413), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1128), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [75563] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 38, + ACTIONS(2566), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -107017,6 +107862,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107027,12 +107873,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107046,33 +107891,113 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74652] = 6, + [75625] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1117), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1499), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6044), 1, + sym_process_head, + STATE(6595), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, - anon_sym_EQ, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [75733] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1131), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 37, + ACTIONS(2520), 37, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107080,16 +108005,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -107102,28 +108026,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [74715] = 6, + [75795] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1118), 3, + STATE(1132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 38, + ACTIONS(2462), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -107131,7 +108053,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107142,11 +108064,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107160,27 +108082,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74778] = 6, + [75857] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1119), 3, + STATE(1133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 38, + ACTIONS(2512), 37, sym__AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym__MOD, @@ -107188,6 +108109,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107198,12 +108120,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107217,25 +108138,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74841] = 6, + [75919] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1120), 3, + STATE(1134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 37, + ACTIONS(2570), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -107273,41 +108194,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74903] = 11, + [75981] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - STATE(1121), 3, + STATE(1135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 7, - anon_sym_EQ, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 31, + ACTIONS(2574), 37, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107315,14 +108229,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -107333,61 +108248,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [74975] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [76043] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1122), 3, + STATE(1136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 5, - anon_sym_EQ, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2492), 37, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -107397,8 +108303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [75053] = 29, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [76105] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -107407,59 +108315,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1593), 1, + STATE(1495), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6209), 1, + STATE(6069), 1, sym_process_head, - STATE(6433), 1, + STATE(6630), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1123), 3, + STATE(1137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -107477,35 +108385,34 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [75161] = 6, + [76213] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1124), 3, + STATE(1138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 37, + ACTIONS(2674), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107516,9 +108423,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -107533,38 +108441,113 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75223] = 9, + [76275] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1839), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2926), 1, - sym_PARAMETER, - STATE(1291), 1, - sym_parenthesis_group, - STATE(1125), 3, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1572), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6120), 1, + sym_process_head, + STATE(6504), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1139), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [76383] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 34, + ACTIONS(2722), 37, + sym_identifier, sym__AND, sym_BUS, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -107572,11 +108555,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -107590,36 +108576,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [75291] = 6, + [76445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1126), 3, + STATE(1141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 37, + ACTIONS(2640), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107630,10 +108615,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -107648,43 +108632,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75353] = 11, + [76507] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(415), 1, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, sym_multiplying_operator, - STATE(422), 1, + STATE(647), 1, sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - STATE(1127), 3, + STATE(1142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2680), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 32, + ACTIONS(2678), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -107692,13 +108674,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -107709,33 +108692,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [75425] = 6, + anon_sym_PIPE, + [76579] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1128), 3, + STATE(1143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 37, - sym_identifier, + ACTIONS(2540), 37, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107746,14 +108731,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107765,35 +108747,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [75487] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [76641] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1129), 3, + STATE(1144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 37, + ACTIONS(2648), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -107804,9 +108787,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -107821,35 +108805,98 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75549] = 6, + [76703] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1130), 3, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1145), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 28, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, + [76781] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 37, + ACTIONS(2696), 37, + sym_identifier, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -107860,10 +108907,13 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107875,27 +108925,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [75611] = 6, + [76843] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1131), 3, + STATE(1147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 37, + ACTIONS(2640), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -107933,86 +108981,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75673] = 29, + [76905] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1672), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6322), 1, - sym_process_head, - STATE(6604), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1132), 3, + STATE(1148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [75781] = 29, + ACTIONS(2624), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 37, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [76967] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -108021,59 +109046,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1663), 1, + STATE(1614), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6326), 1, + STATE(6277), 1, sym_process_head, - STATE(6616), 1, + STATE(6354), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1133), 3, + STATE(1149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -108091,41 +109116,35 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [75889] = 9, + [77075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2930), 1, - sym_library_constant_unit, - STATE(2457), 1, - sym__unit, - STATE(1134), 3, + STATE(1150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2928), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 31, + ACTIONS(2648), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -108137,8 +109156,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108150,32 +109170,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [75957] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77137] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1135), 3, + STATE(1151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 7, - anon_sym_EQ, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 36, - sym_identifier, + ACTIONS(2622), 37, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -108183,18 +109207,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -108205,26 +109226,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [76019] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77199] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1136), 3, + STATE(1152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 37, + ACTIONS(2488), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -108262,64 +109284,187 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76081] = 15, + [77261] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - ACTIONS(2682), 2, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1617), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6283), 1, + sym_process_head, + STATE(6350), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1153), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [77369] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1154), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2518), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2516), 37, + sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1137), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77431] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1901), 1, + anon_sym_LPAREN, + ACTIONS(2928), 1, + sym_PARAMETER, + STATE(1267), 1, + sym_parenthesis_group, + STATE(1155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2362), 34, + sym_AFTER, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108327,7 +109472,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [76161] = 29, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77499] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -108336,59 +109487,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1463), 1, + STATE(1476), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6471), 1, + STATE(6042), 1, sym_sequential_block, - STATE(6472), 1, + STATE(6093), 1, sym_process_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1138), 3, + STATE(1156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -108406,33 +109557,101 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [76269] = 6, + [77607] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1139), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 12, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + sym_variable_assignment, + [77691] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1158), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 37, - sym_identifier, + ACTIONS(2370), 37, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -108443,14 +109662,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108462,65 +109678,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [76331] = 16, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77753] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1140), 3, + STATE(1159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2536), 37, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_RANGE, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 20, - sym__AND, - sym_BUS, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108528,28 +109730,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [76413] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77815] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1141), 3, + ACTIONS(1781), 1, + anon_sym_LPAREN, + ACTIONS(2932), 1, + sym_PARAMETER, + STATE(1239), 1, + sym_parenthesis_group, + STATE(1160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 7, - anon_sym_EQ, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 36, - sym_identifier, + ACTIONS(2362), 34, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -108561,18 +109775,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -108583,97 +109793,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [76475] = 21, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [77883] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(2894), 1, + ACTIONS(2926), 1, sym_exponentiate, - STATE(441), 1, + STATE(631), 1, sym_logical_operator, - STATE(442), 1, + STATE(632), 1, sym_relational_operator, - STATE(448), 1, + STATE(633), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, + STATE(643), 1, sym_multiplying_operator, - STATE(5107), 1, - aux_sym_conditional_expression_repeat1, - STATE(6505), 1, - sym_when_expression, + STATE(647), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - ACTIONS(2880), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1142), 3, + STATE(1161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2700), 6, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 7, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [76567] = 6, + [77969] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1143), 3, + STATE(1162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 37, + ACTIONS(2496), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -108711,34 +109919,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76629] = 6, + [78031] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1144), 3, + ACTIONS(2924), 1, + sym_exponentiate, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + STATE(1163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 37, + ACTIONS(2690), 31, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -108749,11 +109967,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108764,38 +109981,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [76691] = 6, + [78105] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1145), 3, + ACTIONS(2924), 1, + sym_exponentiate, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2450), 37, + ACTIONS(2690), 29, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -108805,11 +110031,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108820,57 +110045,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [76753] = 9, + [78183] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2936), 1, - sym_library_constant_unit, - STATE(2446), 1, - sym__unit, - STATE(1146), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2934), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 31, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 20, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108878,38 +110111,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [76821] = 6, + [78265] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1147), 3, + STATE(1166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 37, + ACTIONS(2674), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -108920,10 +110150,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -108938,34 +110167,107 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76883] = 9, + [78327] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1777), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2938), 1, - sym_PARAMETER, - STATE(1409), 1, - sym_parenthesis_group, - STATE(1148), 3, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1593), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6172), 1, + sym_process_head, + STATE(6478), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1167), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [78435] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2698), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 34, - sym_AFTER, + ACTIONS(2696), 36, + sym_identifier, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -108980,11 +110282,15 @@ static const uint16_t ts_small_parse_table[] = { sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -108995,58 +110301,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [76951] = 11, + anon_sym_PIPE, + [78497] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, sym_logical_operator, - STATE(509), 1, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, sym_multiplying_operator, - STATE(510), 1, + STATE(647), 1, sym_adding_operator, - STATE(1149), 3, + STATE(5114), 1, + aux_sym_conditional_expression_repeat1, + STATE(6184), 1, + sym_when_expression, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(2882), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 32, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -109054,42 +110373,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [77023] = 9, + [78589] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1883), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_PARAMETER, - STATE(1347), 1, - sym_parenthesis_group, - STATE(1150), 3, + STATE(1170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 34, + ACTIONS(2574), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -109098,11 +110410,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -109117,53 +110429,64 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77091] = 17, + [78651] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, + ACTIONS(2930), 1, sym_exponentiate, - STATE(415), 1, + STATE(457), 1, sym_multiplying_operator, - STATE(422), 1, + STATE(458), 1, sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, + STATE(606), 1, sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1151), 3, + STATE(1171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2718), 26, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -109171,71 +110494,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 12, - sym__AND, - sym_BUS, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - sym_variable_assignment, - [77175] = 14, + [78731] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, - sym_exponentiate, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, - sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1152), 3, + ACTIONS(1823), 1, + anon_sym_LPAREN, + ACTIONS(2934), 1, + sym_PARAMETER, + STATE(1354), 1, + sym_parenthesis_group, + STATE(1172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2362), 34, sym__AND, sym_BUS, - sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -109248,7 +110550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [77253] = 29, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [78799] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -109257,59 +110562,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1434), 1, + STATE(1547), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6230), 1, + STATE(6052), 1, sym_process_head, - STATE(6449), 1, + STATE(6567), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1153), 3, + STATE(1173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -109327,34 +110632,35 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [77361] = 6, + [78907] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1154), 3, + STATE(1174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 37, + ACTIONS(2492), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -109365,10 +110671,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -109383,42 +110688,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77423] = 11, + [78969] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, - sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, - STATE(1155), 3, + STATE(1175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 32, + ACTIONS(2536), 37, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -109430,9 +110728,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -109444,41 +110742,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [77495] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [79031] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - STATE(1156), 3, + STATE(1176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, - anon_sym_EQ, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2570), 37, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -109486,14 +110780,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -109504,48 +110798,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [77567] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [79093] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, - sym_exponentiate, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, + STATE(457), 1, sym_multiplying_operator, - STATE(510), 1, + STATE(458), 1, sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1157), 3, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + STATE(1177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 32, sym__AND, sym_BUS, sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -109556,7 +110848,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -109569,40 +110860,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [77645] = 12, + sym_exponentiate, + [79165] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, - sym_exponentiate, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, - sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, - STATE(1158), 3, + ACTIONS(2938), 1, + sym_library_constant_unit, + STATE(2452), 1, + sym__unit, + STATE(1178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2936), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2628), 31, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -109618,7 +110907,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -109631,34 +110919,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [77719] = 6, + sym_exponentiate, + [79233] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1159), 3, + STATE(1179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 37, + ACTIONS(2636), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -109669,10 +110959,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -109687,34 +110976,99 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77781] = 6, + [79295] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1160), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1180), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 29, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [79373] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 37, + ACTIONS(2516), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -109725,10 +111079,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -109743,311 +111096,226 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77843] = 15, + [79435] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - STATE(441), 1, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, sym_logical_operator, - STATE(442), 1, + STATE(607), 1, sym_relational_operator, - STATE(448), 1, + STATE(608), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1161), 3, + STATE(1182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 5, - anon_sym_EQ, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 32, sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PIPE, - [77923] = 29, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [79507] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1429), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6220), 1, - sym_process_head, - STATE(6439), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1162), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [78031] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(2930), 1, sym_exponentiate, - STATE(441), 1, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, sym_logical_operator, - STATE(442), 1, + STATE(607), 1, sym_relational_operator, - STATE(448), 1, + STATE(608), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1163), 3, + STATE(1183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 5, - anon_sym_EQ, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 31, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 19, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PIPE, - [78113] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [79581] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(2924), 1, sym_exponentiate, - STATE(441), 1, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, sym_logical_operator, - STATE(442), 1, + STATE(629), 1, sym_relational_operator, - STATE(448), 1, + STATE(630), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1164), 3, + STATE(1184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2700), 6, + sym_BUS, + sym_DOWNTO, + sym_TO, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 7, + ACTIONS(2702), 8, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 12, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - [78197] = 6, + [79667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1165), 3, + STATE(1185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 37, + ACTIONS(2512), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -110058,10 +111326,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110076,113 +111343,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78259] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1471), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6212), 1, - sym_process_head, - STATE(6437), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1166), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [78367] = 6, + [79729] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1167), 3, + STATE(1186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 37, + ACTIONS(2428), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -110193,10 +111382,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110211,25 +111399,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78429] = 6, + [79791] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1168), 3, + STATE(1187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 37, + ACTIONS(2428), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -110267,25 +111455,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78491] = 6, + [79853] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1169), 3, + STATE(1188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 37, + ACTIONS(2462), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -110323,66 +111511,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78553] = 18, + [79915] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1170), 3, + STATE(1189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2696), 6, - sym_BUS, - sym_DOWNTO, - sym_REGISTER, - sym_TO, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2520), 37, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110391,34 +111561,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [78639] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [79977] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1171), 3, + STATE(1190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 37, - sym_identifier, + ACTIONS(2670), 37, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -110429,13 +111606,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -110447,25 +111621,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [78701] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [80039] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1172), 3, + STATE(1191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 37, + ACTIONS(2566), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -110503,7 +111679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78763] = 29, + [80101] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -110512,59 +111688,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1625), 1, + STATE(1579), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6268), 1, + STATE(6141), 1, sym_process_head, - STATE(6512), 1, + STATE(6494), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1173), 3, + STATE(1192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -110582,35 +111758,34 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [78871] = 6, + [80209] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1174), 3, + STATE(1193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 37, + ACTIONS(2562), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -110621,9 +111796,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110638,34 +111814,103 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78933] = 6, + [80271] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1175), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1194), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2700), 6, + sym_BUS, + sym_DOWNTO, + sym_REGISTER, + sym_TO, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [80357] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 37, + ACTIONS(2488), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -110676,10 +111921,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110694,39 +111938,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78995] = 9, + [80419] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1871), 1, - anon_sym_LPAREN, - ACTIONS(2944), 1, - sym_PARAMETER, - STATE(1387), 1, - sym_parenthesis_group, - STATE(1176), 3, + ACTIONS(2940), 1, + anon_sym_COLON, + STATE(1196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2638), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 34, + ACTIONS(2636), 35, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -110737,10 +111978,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -110753,25 +111994,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79063] = 6, + anon_sym_PIPE, + [80483] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1177), 3, + STATE(1197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 37, + ACTIONS(2370), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -110809,123 +112051,172 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79125] = 15, + [80545] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, + ACTIONS(2924), 1, sym_exponentiate, - STATE(479), 1, - sym_shift_operator, + STATE(416), 1, + sym_adding_operator, STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1178), 3, + STATE(1198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 26, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 12, sym__AND, sym_BUS, sym_DOWNTO, sym__NAND, sym__NOR, sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [80629] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1199), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2724), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 36, + sym_identifier, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [79205] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [80691] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, - sym_exponentiate, - STATE(479), 1, - sym_shift_operator, + STATE(416), 1, + sym_adding_operator, STATE(480), 1, - sym_relational_operator, - STATE(481), 1, - sym_logical_operator, - STATE(509), 1, sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1179), 3, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + STATE(1200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 20, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 32, sym__AND, sym_BUS, sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, sym_TO, sym__XNOR, sym__XOR, @@ -110940,35 +112231,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [79287] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [80763] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1180), 3, + ACTIONS(2944), 1, + sym_library_constant_unit, + STATE(2460), 1, + sym__unit, + STATE(1201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2942), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 37, + ACTIONS(2628), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -110980,8 +112282,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -110994,37 +112294,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [79349] = 6, + [80831] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1181), 3, + STATE(1202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 37, + ACTIONS(2670), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -111035,9 +112332,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -111052,25 +112350,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79411] = 6, + [80893] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1182), 3, + STATE(1203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 37, + ACTIONS(2484), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111108,25 +112406,165 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79473] = 6, + [80955] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1183), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2894), 1, + anon_sym_LPAREN, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(1416), 1, + sym_sensitivity_specification, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6143), 1, + sym_sequential_block, + STATE(6144), 1, + sym_process_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [81063] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + STATE(1205), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 37, + ACTIONS(2690), 31, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [81135] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1206), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2646), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2644), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111164,35 +112602,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79535] = 6, + [81197] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1184), 3, + ACTIONS(1871), 1, + anon_sym_LPAREN, + ACTIONS(2946), 1, + sym_PARAMETER, + STATE(1364), 1, + sym_parenthesis_group, + STATE(1207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 37, + ACTIONS(2362), 34, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -111203,9 +112645,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -111220,117 +112661,178 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79597] = 17, + [81265] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, + ACTIONS(2926), 1, sym_exponentiate, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, + STATE(631), 1, sym_logical_operator, - STATE(509), 1, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, sym_multiplying_operator, - STATE(510), 1, + STATE(647), 1, sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1185), 3, + STATE(1208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 30, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 12, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, + [81339] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1209), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2724), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 37, + sym_identifier, sym__AND, sym_BUS, sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_LT_EQ, sym_variable_assignment, - [79681] = 6, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [81401] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1186), 3, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2692), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2580), 37, + ACTIONS(2690), 28, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -111340,38 +112842,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [79743] = 6, + anon_sym_PIPE, + [81479] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1187), 3, + STATE(1211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 37, + ACTIONS(2484), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -111382,9 +112881,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -111399,34 +112899,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79805] = 6, + [81541] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1188), 3, + STATE(1212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 37, + ACTIONS(2540), 37, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -111437,10 +112938,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -111455,25 +112955,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79867] = 6, + [81603] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1189), 3, + STATE(1213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 37, + ACTIONS(2596), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111511,25 +113011,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79929] = 6, + [81665] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1190), 3, + STATE(1214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 37, + ACTIONS(2398), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111567,25 +113067,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79991] = 6, + [81727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1191), 3, + STATE(1215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 37, + ACTIONS(2544), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111623,60 +113123,53 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80053] = 14, + [81789] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1192), 3, + ACTIONS(1811), 1, + anon_sym_LPAREN, + ACTIONS(2948), 1, + sym_PARAMETER, + STATE(1365), 1, + sym_parenthesis_group, + STATE(1216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 5, - anon_sym_EQ, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2362), 34, sym__AND, + sym_BUS, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -111686,8 +113179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [80131] = 29, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [81857] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -111696,59 +113191,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1654), 1, + STATE(1619), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6279), 1, - sym_process_head, - STATE(6530), 1, + STATE(6380), 1, sym_sequential_block, + STATE(6383), 1, + sym_process_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1193), 3, + STATE(1217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -111766,57 +113261,53 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [80239] = 12, + [81965] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(2926), 1, sym_exponentiate, - STATE(441), 1, + STATE(631), 1, sym_logical_operator, - STATE(442), 1, + STATE(632), 1, sym_relational_operator, - STATE(448), 1, + STATE(633), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, + STATE(643), 1, sym_multiplying_operator, - STATE(1194), 3, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2704), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 30, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -111824,108 +113315,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, + ACTIONS(2712), 12, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_PIPE, - [80313] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1591), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6374), 1, - sym_sequential_block, - STATE(6378), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1195), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [80421] = 6, + [82049] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1196), 3, + STATE(1219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 37, + ACTIONS(2544), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -111963,35 +113384,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80483] = 6, + [82111] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1197), 3, + STATE(1220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 37, + ACTIONS(2398), 37, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -112002,9 +113422,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -112019,104 +113440,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80545] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1552), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6244), 1, - sym_process_head, - STATE(6469), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1198), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [80653] = 6, + [82173] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1199), 3, + STATE(1221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 37, + ACTIONS(2596), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -112154,93 +113496,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80715] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1200), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2696), 6, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 7, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [80801] = 6, + [82235] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1201), 3, + STATE(1222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 37, + ACTIONS(2424), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -112278,35 +113552,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80863] = 6, + [82297] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1202), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(606), 1, + sym_logical_operator, + STATE(607), 1, + sym_relational_operator, + STATE(608), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 37, + ACTIONS(2690), 29, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, - sym__REM, + sym_REGISTER, sym__ROL, sym__ROR, sym__SLA, @@ -112316,11 +113603,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -112331,52 +113616,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [80925] = 6, + [82375] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1203), 3, + ACTIONS(2924), 1, + sym_exponentiate, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 37, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 20, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -112384,41 +113682,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [80987] = 6, + [82457] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1204), 3, + ACTIONS(2924), 1, + sym_exponentiate, + STATE(416), 1, + sym_adding_operator, + STATE(480), 1, + sym_multiplying_operator, + STATE(627), 1, + sym_logical_operator, + STATE(629), 1, + sym_relational_operator, + STATE(630), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2420), 37, + ACTIONS(2718), 26, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -112428,11 +113736,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -112440,86 +113747,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [81049] = 6, + [82537] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1205), 3, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2720), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2404), 37, + ACTIONS(2718), 25, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_RANGE, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [81111] = 18, + anon_sym_PIPE, + [82617] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, + ACTIONS(2926), 1, sym_exponentiate, - STATE(479), 1, - sym_shift_operator, - STATE(480), 1, - sym_relational_operator, - STATE(481), 1, + STATE(631), 1, sym_logical_operator, - STATE(509), 1, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, sym_multiplying_operator, - STATE(510), 1, + STATE(647), 1, sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -112527,68 +113837,66 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1206), 3, + STATE(1227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2716), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2696), 6, - sym_BUS, - sym_DOWNTO, - sym_TO, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2714), 19, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [81197] = 6, + anon_sym_PIPE, + [82699] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1207), 3, + STATE(1228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 37, + ACTIONS(2618), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -112626,39 +113934,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81259] = 9, + [82761] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1789), 1, - anon_sym_LPAREN, - ACTIONS(2946), 1, - sym_PARAMETER, - STATE(1297), 1, - sym_parenthesis_group, - STATE(1208), 3, + STATE(1229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 34, + ACTIONS(2496), 37, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -112666,12 +113970,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -112685,25 +113990,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81327] = 6, + [82823] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1209), 3, + STATE(1230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 37, + ACTIONS(2424), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -112741,36 +114046,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81389] = 7, + [82885] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2948), 1, - anon_sym_COLON, - STATE(1210), 3, + STATE(1231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, - anon_sym_EQ, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 35, + ACTIONS(2696), 37, + sym_identifier, sym__AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -112781,10 +114083,15 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_EQ_GT, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -112795,89 +114102,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_PIPE, - [81453] = 29, + [82947] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1549), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6239), 1, - sym_process_head, - STATE(6462), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1211), 3, + STATE(1232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [81561] = 29, + ACTIONS(2620), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2618), 37, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83009] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -112886,59 +114167,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2896), 1, + ACTIONS(2894), 1, anon_sym_LPAREN, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_IS, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(1629), 1, + STATE(1596), 1, sym_sensitivity_specification, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6477), 1, - sym_sequential_block, - STATE(6514), 1, + STATE(6234), 1, sym_process_head, + STATE(6405), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1212), 3, + STATE(1233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -112956,25 +114237,25 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [81669] = 6, + [83117] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1213), 3, + STATE(1234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 37, + ACTIONS(2636), 37, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -113012,34 +114293,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81731] = 6, + [83179] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1214), 3, + STATE(1235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 37, - sym_identifier, + ACTIONS(2520), 36, + sym_AFTER, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -113047,16 +114327,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -113068,44 +114346,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [81793] = 12, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83240] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - STATE(1215), 3, + STATE(1236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2644), 36, sym__AND, sym_BUS, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym_REGISTER, sym__REM, sym__ROL, @@ -113114,10 +114383,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -113130,25 +114400,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [81867] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1216), 3, + STATE(1237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 37, + ACTIONS(2370), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -113157,7 +114430,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -113166,12 +114438,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -113186,33 +114458,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81929] = 6, + [83362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1217), 3, + STATE(1238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 37, + ACTIONS(2492), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113222,10 +114492,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -113242,48 +114513,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81991] = 14, + [83423] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1218), 3, + STATE(1239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2496), 36, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -113291,11 +114548,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -113306,33 +114565,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [82069] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1219), 3, + STATE(1240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 37, + ACTIONS(2428), 36, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113343,6 +114603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -113362,43 +114623,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82131] = 11, + [83545] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - STATE(1220), 3, + STATE(1241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 32, + ACTIONS(2670), 36, sym__AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -113407,11 +114658,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -113423,104 +114676,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [82203] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1515), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6310), 1, - sym_process_head, - STATE(6583), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1221), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [82311] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83606] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1222), 3, + STATE(1242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 37, + ACTIONS(2484), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -113529,7 +114705,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -113538,12 +114713,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -113558,25 +114733,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82373] = 6, + [83667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1223), 3, + STATE(1243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 37, + ACTIONS(2544), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -113585,7 +114760,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -113594,12 +114768,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -113614,33 +114788,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82435] = 6, + [83728] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1224), 3, + STATE(1244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 37, + ACTIONS(2398), 36, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113651,6 +114823,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -113670,33 +114843,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82497] = 6, + [83789] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1225), 3, + STATE(1245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 37, + ACTIONS(2596), 36, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113707,6 +114878,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -113726,33 +114898,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82559] = 6, + [83850] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1226), 3, + STATE(1246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 37, + ACTIONS(2618), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113762,10 +114932,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -113782,35 +114953,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82621] = 6, + [83911] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1227), 3, + STATE(1247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 37, + ACTIONS(2722), 36, + sym_identifier, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -113821,10 +114990,13 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -113836,27 +115008,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [82683] = 6, + [83972] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1228), 3, + STATE(1248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 37, + ACTIONS(2618), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -113865,7 +115035,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -113874,12 +115043,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -113894,34 +115063,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82745] = 6, + [84033] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1229), 3, + STATE(1249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 37, + ACTIONS(2596), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_RANGE, sym__REM, sym__ROL, sym__ROR, @@ -113929,13 +115097,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -113950,33 +115118,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82807] = 6, + [84094] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1230), 3, + STATE(1250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 37, + ACTIONS(2424), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -113986,13 +115152,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114006,35 +115173,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82869] = 6, + [84155] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1231), 3, + STATE(1251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 37, + ACTIONS(2424), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -114042,13 +115208,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114062,60 +115228,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82931] = 14, + [84216] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(497), 1, - sym_shift_operator, - STATE(498), 1, - sym_relational_operator, - STATE(499), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1232), 3, + STATE(1252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2398), 36, + sym_AFTER, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114126,112 +115280,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [83009] = 29, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [84277] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(1644), 1, - sym_sensitivity_specification, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6286), 1, - sym_process_head, - STATE(6535), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1233), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [83117] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1234), 3, + STATE(1253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 37, + ACTIONS(2544), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -114241,10 +115317,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -114261,159 +115338,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83179] = 22, + [84338] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(277), 1, - sym_REPORT, + ACTIONS(2021), 1, + anon_sym_LPAREN, ACTIONS(2950), 1, - anon_sym_SEMI, - ACTIONS(2952), 1, - sym_exponentiate, - ACTIONS(2954), 1, - sym_SEVERITY, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - STATE(5897), 1, - sym_report_expression, - STATE(7154), 1, - sym_severity_expression, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1235), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [83272] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1236), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2426), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2424), 36, - sym__AND, - sym_BUS, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, sym_PARAMETER, - sym_REGISTER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [83333] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1237), 3, + STATE(1632), 1, + sym_parenthesis_group, + STATE(1254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 36, + ACTIONS(2362), 33, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -114421,14 +115378,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114442,27 +115396,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83394] = 6, + [84405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1238), 3, + STATE(1255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 36, + ACTIONS(2484), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -114476,14 +115430,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114497,27 +115451,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83455] = 6, + [84466] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1239), 3, + STATE(1256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 36, + ACTIONS(2512), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -114531,14 +115485,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114552,27 +115506,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83516] = 6, + [84527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1240), 3, + STATE(1257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 36, + ACTIONS(2622), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -114586,14 +115540,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114607,34 +115561,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83577] = 6, + [84588] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1241), 3, + STATE(1258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 36, + ACTIONS(2566), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -114642,13 +115595,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114662,27 +115616,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83638] = 6, + [84649] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1242), 3, + STATE(1259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 36, + ACTIONS(2562), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -114696,14 +115650,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114717,36 +115671,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83699] = 6, + [84710] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1243), 3, + ACTIONS(1979), 1, + anon_sym_LPAREN, + ACTIONS(2952), 1, + sym_PARAMETER, + STATE(1669), 1, + sym_parenthesis_group, + STATE(1260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 36, + ACTIONS(2362), 33, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -114755,10 +115715,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114772,34 +115729,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83760] = 6, + [84777] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1244), 3, + STATE(1261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 36, + ACTIONS(2670), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -114807,13 +115763,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114827,34 +115784,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83821] = 6, + [84838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1245), 3, + STATE(1262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 36, + ACTIONS(2428), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -114862,13 +115818,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114882,25 +115839,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83882] = 6, + [84899] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1246), 3, + STATE(1263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 36, + ACTIONS(2636), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -114937,27 +115894,102 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83943] = 6, + [84960] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1247), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(199), 1, + sym_POSTPONED, + ACTIONS(201), 1, + sym_PROCESS, + STATE(1357), 1, + aux_sym_design_unit_repeat3, + STATE(2657), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(3851), 1, + sym__concurrent_statement, + STATE(6104), 1, + sym__target, + STATE(6111), 1, + sym_name, + STATE(6242), 1, + sym_aggregate, + STATE(6316), 1, + sym_with_expression, + STATE(6780), 1, + sym_assertion, + STATE(7826), 1, + sym__label, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + ACTIONS(2954), 3, + sym_ELSE, + sym_ELSIF, + sym_END, + STATE(1264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(3862), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [85061] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1265), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 36, + ACTIONS(2424), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -114971,14 +116003,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -114992,39 +116024,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84004] = 9, + [85122] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1979), 1, - anon_sym_LPAREN, - ACTIONS(2956), 1, - sym_PARAMETER, - STATE(1632), 1, - sym_parenthesis_group, - STATE(1248), 3, + STATE(1266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 33, + ACTIONS(2644), 36, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -115035,7 +116062,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -115050,34 +116079,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84071] = 6, + [85183] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1249), 3, + STATE(1267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 36, + ACTIONS(2496), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -115085,13 +116113,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115105,31 +116134,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84132] = 6, + [85244] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1250), 3, + STATE(1268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 36, + ACTIONS(2488), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -115139,14 +116169,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115160,27 +116189,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84193] = 6, + [85305] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1251), 3, + STATE(1269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 36, + ACTIONS(2644), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -115194,14 +116223,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115215,27 +116244,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84254] = 6, + [85366] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1252), 3, + STATE(1270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 36, + ACTIONS(2370), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -115249,14 +116278,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115270,44 +116299,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84315] = 12, + [85427] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - STATE(1253), 3, + STATE(1271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2424), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -115318,9 +116337,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115331,47 +116351,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [84388] = 14, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [85488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1254), 3, + STATE(1272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2566), 36, sym__AND, sym_DOWNTO, sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -115381,9 +116392,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115394,41 +116406,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [84465] = 9, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [85549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2962), 1, - sym_library_constant_unit, - STATE(2527), 1, - sym__unit, - STATE(1255), 3, + STATE(1273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2960), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2622), 36, + sym_AFTER, sym__AND, - sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -115436,11 +116443,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115452,52 +116462,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [84532] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [85610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1256), 3, + STATE(1274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 36, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, + sym_OF, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -115507,7 +116502,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -115516,64 +116513,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [84611] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [85671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1257), 3, + STATE(1275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2636), 36, + sym__AND, + sym_BUS, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 19, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115581,25 +116568,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [84692] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [85732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1258), 3, + STATE(1276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 36, + ACTIONS(2640), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -115636,31 +116629,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84753] = 6, + [85793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1259), 3, + STATE(1277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 36, + ACTIONS(2520), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -115671,10 +116665,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -115691,31 +116684,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84814] = 6, + [85854] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1260), 3, + STATE(1278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 36, + ACTIONS(2512), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -115726,10 +116720,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -115746,93 +116739,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84875] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1261), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 11, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [84958] = 6, + [85915] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1262), 3, + STATE(1279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 36, + ACTIONS(2562), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -115846,11 +116773,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -115867,35 +116794,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85019] = 11, + [85976] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - STATE(1263), 3, + STATE(1280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2648), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -115903,6 +116820,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -115911,11 +116829,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115927,34 +116847,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [85090] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [86037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1264), 3, + STATE(1281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 36, + ACTIONS(2540), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -115962,13 +116883,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115982,27 +116904,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85151] = 6, + [86098] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1265), 3, + STATE(1282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 36, + ACTIONS(2640), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -116016,11 +116938,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -116037,50 +116959,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85212] = 9, + [86159] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1991), 1, - anon_sym_LPAREN, - ACTIONS(2966), 1, - sym_PARAMETER, - STATE(1618), 1, - sym_parenthesis_group, - STATE(1266), 3, + STATE(1283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 33, + ACTIONS(2648), 36, + sym_AFTER, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -116095,27 +117014,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85279] = 6, + [86220] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1267), 3, + STATE(1284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 36, + ACTIONS(2540), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -116129,14 +117048,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116150,48 +117069,66 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85340] = 6, + [86281] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1268), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2466), 36, - sym__AND, - sym_BUS, + ACTIONS(2700), 5, + sym_DOWNTO, sym_GENERIC, - sym__MOD, + sym_TO, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2708), 6, + sym__AND, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_REGISTER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116199,40 +117136,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [85401] = 6, + [86366] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1269), 3, + STATE(1286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 36, + ACTIONS(2674), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116240,13 +117170,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116260,31 +117191,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85462] = 6, + [86427] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1270), 3, + STATE(1287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 36, + ACTIONS(2636), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -116294,14 +117226,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116315,31 +117246,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85523] = 6, + [86488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1271), 3, + STATE(1288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 36, + ACTIONS(2516), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -116349,14 +117281,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116370,34 +117301,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85584] = 6, + [86549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1272), 3, + STATE(1289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 36, + ACTIONS(2574), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116405,13 +117335,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116425,27 +117356,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85645] = 6, + [86610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1273), 3, + STATE(1290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 36, + ACTIONS(2674), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -116459,11 +117390,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -116480,31 +117411,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85706] = 6, + [86671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1274), 3, + STATE(1291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 36, + ACTIONS(2618), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -116515,10 +117447,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -116535,27 +117466,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85767] = 6, + [86732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1275), 3, + STATE(1292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 36, + ACTIONS(2574), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -116569,11 +117500,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -116590,34 +117521,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85828] = 6, + [86793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1276), 3, + STATE(1293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 36, + ACTIONS(2488), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116625,13 +117555,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116645,33 +117576,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85889] = 6, + [86854] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1277), 3, + STATE(1294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 36, - sym_AFTER, + ACTIONS(2696), 36, + sym_identifier, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -116679,14 +117610,16 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -116698,27 +117631,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [85950] = 6, + [86915] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1278), 3, + STATE(1295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 36, + ACTIONS(2536), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -116727,7 +117658,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116740,6 +117670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -116755,25 +117686,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86011] = 6, + [86976] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1279), 3, + STATE(1296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 36, + ACTIONS(2516), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -116782,7 +117713,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116795,6 +117725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -116810,25 +117741,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86072] = 6, + [87037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1280), 3, + STATE(1297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 36, + ACTIONS(2488), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -116837,7 +117768,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -116850,6 +117780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -116865,27 +117796,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86133] = 6, + [87098] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1281), 3, + STATE(1298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 36, + ACTIONS(2462), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -116899,11 +117830,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -116920,34 +117851,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86194] = 6, + [87159] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1282), 3, + ACTIONS(2960), 1, + sym_library_constant_unit, + STATE(2505), 1, + sym__unit, + STATE(1299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2958), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 36, + ACTIONS(2628), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -116956,11 +117893,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -116973,36 +117909,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [86255] = 6, + [87226] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1283), 3, + STATE(1300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 36, + ACTIONS(2402), 36, + sym_AFTER, sym__AND, - sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -117010,13 +117943,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117030,25 +117964,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86316] = 6, + [87287] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1284), 3, + STATE(1301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 36, + ACTIONS(2636), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -117085,34 +118019,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86377] = 6, + [87348] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1285), 3, + ACTIONS(1913), 1, + anon_sym_LPAREN, + ACTIONS(2962), 1, + sym_PARAMETER, + STATE(1565), 1, + sym_parenthesis_group, + STATE(1302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 36, + ACTIONS(2362), 33, sym__AND, - sym_BUS, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -117124,9 +118063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117140,48 +118077,66 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86438] = 6, + [87415] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1286), 3, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 36, + ACTIONS(2700), 5, + sym_DOWNTO, + sym_IS, + sym_OPEN, + sym_TO, + anon_sym_SEMI, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_REGISTER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117189,39 +118144,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [86499] = 6, + [87500] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1287), 3, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + STATE(1304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 36, + ACTIONS(2678), 31, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -117229,12 +118187,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -117248,33 +118204,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [86560] = 6, + [87571] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1288), 3, + STATE(1305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 36, + ACTIONS(2570), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -117284,14 +118239,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117305,41 +118259,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86621] = 9, + [87632] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2970), 1, - sym_library_constant_unit, - STATE(2482), 1, - sym__unit, - STATE(1289), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2968), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2678), 28, sym__AND, sym_DOWNTO, - sym__MOD, + sym_GENERIC, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -117347,11 +118307,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117362,32 +118322,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [86688] = 6, + [87709] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1290), 3, + STATE(1307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 36, + ACTIONS(2536), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -117397,14 +118357,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117418,31 +118377,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86749] = 6, + [87770] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1291), 3, + STATE(1308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 36, + ACTIONS(2492), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -117452,14 +118412,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117473,33 +118432,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86810] = 6, + [87831] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1292), 3, + STATE(1309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 36, - sym_AFTER, + ACTIONS(2722), 36, + sym_identifier, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -117507,13 +118467,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -117526,27 +118487,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [86871] = 6, + [87892] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1293), 3, + STATE(1310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 36, + ACTIONS(2492), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -117555,7 +118514,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -117568,6 +118526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -117583,50 +118542,69 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86932] = 9, + [87953] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2003), 1, - anon_sym_LPAREN, - ACTIONS(2972), 1, - sym_PARAMETER, - STATE(1540), 1, - sym_parenthesis_group, - STATE(1294), 3, + ACTIONS(277), 1, + sym_REPORT, + ACTIONS(2966), 1, + anon_sym_SEMI, + ACTIONS(2968), 1, + sym_exponentiate, + ACTIONS(2970), 1, + sym_SEVERITY, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, + STATE(5576), 1, + sym_report_expression, + STATE(7516), 1, + sym_severity_expression, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2097), 33, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -117635,39 +118613,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [86999] = 6, + [88046] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1295), 3, + ACTIONS(2974), 1, + sym_library_constant_unit, + STATE(2514), 1, + sym__unit, + STATE(1312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2972), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 36, + ACTIONS(2628), 30, + sym_AFTER, sym__AND, - sym_BUS, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -117675,14 +118654,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117694,27 +118671,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [87060] = 6, + [88113] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1296), 3, + STATE(1313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 36, + ACTIONS(2570), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -117751,34 +118726,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87121] = 6, + [88174] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1297), 3, + STATE(1314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 36, + ACTIONS(2462), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -117786,13 +118760,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117806,92 +118781,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87182] = 18, + [88235] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1298), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2696), 5, - sym_DOWNTO, - sym_GENERIC, - sym_TO, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [87267] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1299), 3, + STATE(1315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 36, + ACTIONS(2512), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -117928,25 +118836,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87328] = 6, + [88296] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1300), 3, + STATE(1316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 36, + ACTIONS(2520), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -117955,7 +118863,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -117968,6 +118875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -117983,25 +118891,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87389] = 6, + [88357] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1301), 3, + STATE(1317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 36, + ACTIONS(2566), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -118038,48 +118946,53 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87450] = 6, + [88418] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1302), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2556), 36, - sym__AND, - sym_BUS, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118087,54 +119000,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [87511] = 6, + ACTIONS(2712), 11, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + sym_variable_assignment, + [88501] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1303), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2602), 36, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 19, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__NAND, + sym__NOR, + sym__OR, sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118142,31 +119077,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [87572] = 6, + [88582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1304), 3, + STATE(1320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 36, + ACTIONS(2644), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -118175,7 +119104,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118188,6 +119116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -118203,35 +119132,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87633] = 6, + [88643] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1305), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2424), 36, + ACTIONS(2718), 25, sym__AND, sym_DOWNTO, sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -118241,10 +119186,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118252,38 +119196,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [87694] = 6, + [88722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1306), 3, + STATE(1322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 36, + ACTIONS(2402), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -118294,9 +119231,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -118313,34 +119251,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87755] = 6, + [88783] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1307), 3, + ACTIONS(2009), 1, + anon_sym_LPAREN, + ACTIONS(2976), 1, + sym_PARAMETER, + STATE(1560), 1, + sym_parenthesis_group, + STATE(1323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 36, + ACTIONS(2362), 33, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118348,13 +119291,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118368,34 +119309,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87816] = 6, + [88850] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1308), 3, + STATE(1324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 36, + ACTIONS(2696), 36, + sym_identifier, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -118406,9 +119347,11 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -118421,42 +119364,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [87877] = 9, + [88911] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2976), 1, - sym_library_constant_unit, - STATE(2497), 1, - sym__unit, - STATE(1309), 3, + STATE(1325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2974), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, - sym_AFTER, + ACTIONS(2402), 36, sym__AND, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118464,12 +119399,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118481,25 +119417,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [87944] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [88972] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1310), 3, + STATE(1326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 36, + ACTIONS(2536), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -118536,53 +119474,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88005] = 17, + [89033] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1311), 3, + STATE(1327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2462), 36, + sym__AND, + sym_BUS, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118590,74 +119523,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 11, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - sym_variable_assignment, - [88088] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89094] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1312), 3, + STATE(1328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2516), 36, + sym__AND, + sym_BUS, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 19, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -118667,34 +119578,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [88169] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89155] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1313), 3, + STATE(1329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 36, + ACTIONS(2574), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118702,13 +119619,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118722,14 +119639,14 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88230] = 6, + [89216] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1314), 3, + STATE(1330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -118742,14 +119659,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(2674), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118757,13 +119674,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118777,34 +119694,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88291] = 6, + [89277] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1315), 3, + ACTIONS(2087), 1, + anon_sym_LPAREN, + ACTIONS(2978), 1, + sym_PARAMETER, + STATE(1436), 1, + sym_parenthesis_group, + STATE(1331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 36, + ACTIONS(2362), 33, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -118815,9 +119737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -118832,51 +119752,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88352] = 15, + [89344] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, + STATE(417), 1, sym_adding_operator, - STATE(704), 1, + STATE(561), 1, sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1316), 3, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + STATE(1332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -118888,7 +119801,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -118896,25 +119808,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [88431] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [89415] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1317), 3, + STATE(1333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 36, + ACTIONS(2488), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -118923,6 +119839,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -118935,7 +119852,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -118951,35 +119867,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88492] = 6, + [89476] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1318), 3, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2404), 36, + ACTIONS(2678), 28, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym__MOD, + sym_IS, sym__NAND, sym__NOR, - sym_OF, + sym_OPEN, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -118989,9 +119918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -119003,50 +119930,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [88553] = 14, + [89553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, - sym_exponentiate, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1319), 3, + STATE(1335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2596), 36, sym__AND, sym_DOWNTO, sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -119056,9 +119968,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -119069,25 +119982,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [88630] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1320), 3, + STATE(1336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 36, + ACTIONS(2562), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119124,25 +120040,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88691] = 6, + [89675] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1321), 3, + STATE(1337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 36, + ACTIONS(2398), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -119179,42 +120095,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88752] = 11, + [89736] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(492), 1, - sym_shift_operator, - STATE(493), 1, - sym_relational_operator, - STATE(494), 1, - sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, - sym_multiplying_operator, - STATE(1322), 3, + STATE(1338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 31, + ACTIONS(2618), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -119222,10 +120129,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119239,25 +120148,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [88823] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89797] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1323), 3, + STATE(1339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 36, + ACTIONS(2540), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119266,6 +120177,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119278,7 +120190,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119294,33 +120205,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88884] = 6, + [89858] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1324), 3, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + STATE(1340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 36, + ACTIONS(2690), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -119329,12 +120250,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -119347,9 +120265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [88945] = 18, + [89929] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -119358,56 +120274,110 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2964), 1, sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, + STATE(417), 1, sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1325), 3, + STATE(1341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2696), 5, + ACTIONS(2690), 28, + sym__AND, sym_DOWNTO, sym_IS, + sym__NAND, + sym__NOR, sym_OPEN, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, sym_TO, + sym__XNOR, + sym__XOR, anon_sym_SEMI, - ACTIONS(2704), 6, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [90006] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + STATE(1342), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 30, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -119416,33 +120386,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [89030] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [90079] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1326), 3, + STATE(1343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 36, - sym_identifier, + ACTIONS(2648), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119450,14 +120424,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119471,25 +120442,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89091] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [90140] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1327), 3, + STATE(1344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 36, + ACTIONS(2596), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119498,7 +120471,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119511,6 +120483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119526,25 +120499,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89152] = 6, + [90201] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1328), 3, + STATE(1345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 36, + ACTIONS(2398), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119581,39 +120554,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89213] = 9, + [90262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1913), 1, - anon_sym_LPAREN, - ACTIONS(2978), 1, - sym_PARAMETER, - STATE(1495), 1, - sym_parenthesis_group, - STATE(1329), 3, + STATE(1346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 33, + ACTIONS(2544), 36, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -119621,11 +120588,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -119639,25 +120609,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89280] = 6, + [90323] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1330), 3, + STATE(1347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 36, + ACTIONS(2484), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119694,25 +120664,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89341] = 6, + [90384] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1331), 3, + STATE(1348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 36, + ACTIONS(2640), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -119721,6 +120691,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119733,7 +120704,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119749,31 +120719,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89402] = 6, + [90445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1332), 3, + STATE(1349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 36, + ACTIONS(2544), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -119784,10 +120755,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -119804,34 +120774,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89463] = 6, + [90506] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1333), 3, + STATE(1350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 36, + ACTIONS(2484), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119839,13 +120809,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -119859,7 +120829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89524] = 9, + [90567] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -119868,9 +120838,9 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2982), 1, sym_library_constant_unit, - STATE(2518), 1, + STATE(2533), 1, sym__unit, - STATE(1334), 3, + STATE(1351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -119879,19 +120849,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2628), 30, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -119900,12 +120871,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -119917,33 +120887,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89591] = 6, + [90634] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1335), 3, + STATE(1352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 36, - sym_identifier, + ACTIONS(2622), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -119951,14 +120922,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -119972,33 +120940,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89652] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [90695] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1336), 3, + STATE(1353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 36, + ACTIONS(2370), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120006,14 +120977,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120027,33 +120997,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89713] = 6, + [90756] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1337), 3, + STATE(1354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 36, + ACTIONS(2496), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120061,14 +121032,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120082,33 +121052,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89774] = 6, + [90817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1338), 3, + STATE(1355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 36, + ACTIONS(2428), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120116,14 +121087,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120137,33 +121107,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89835] = 6, + [90878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1339), 3, + STATE(1356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 36, + ACTIONS(2670), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120171,14 +121142,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120192,27 +121162,101 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89896] = 6, + [90939] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1340), 3, + ACTIONS(702), 1, + anon_sym_LPAREN, + ACTIONS(705), 1, + anon_sym_LT_LT, + ACTIONS(713), 1, + sym_ASSERT, + ACTIONS(722), 1, + sym_WITH, + ACTIONS(2984), 1, + sym_POSTPONED, + ACTIONS(2987), 1, + sym_PROCESS, + STATE(2657), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(3851), 1, + sym__concurrent_statement, + STATE(6104), 1, + sym__target, + STATE(6111), 1, + sym_name, + STATE(6242), 1, + sym_aggregate, + STATE(6316), 1, + sym_with_expression, + STATE(6780), 1, + sym_assertion, + STATE(7826), 1, + sym__label, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(711), 3, + sym_ELSE, + sym_ELSIF, + sym_END, + ACTIONS(725), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(708), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(1357), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + aux_sym_design_unit_repeat3, + STATE(3862), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [91038] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1358), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 36, + ACTIONS(2670), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -120226,14 +121270,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120247,33 +121291,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89957] = 6, + [91099] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1341), 3, + STATE(1359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 36, + ACTIONS(2484), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120281,14 +121326,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120302,34 +121346,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90018] = 6, + [91160] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1342), 3, + STATE(1360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 36, + ACTIONS(2670), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120337,13 +121381,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120357,27 +121401,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90079] = 6, + [91221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1343), 3, + STATE(1361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 36, - sym_AFTER, + ACTIONS(2428), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -120391,14 +121435,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120412,31 +121456,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90140] = 6, + [91282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1344), 3, + STATE(1362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 36, - sym_AFTER, + ACTIONS(2428), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -120446,10 +121491,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, @@ -120467,108 +121511,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90201] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(199), 1, - sym_POSTPONED, - ACTIONS(201), 1, - sym_PROCESS, - STATE(1411), 1, - aux_sym_design_unit_repeat3, - STATE(2679), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(3818), 1, - sym__concurrent_statement, - STATE(6182), 1, - sym_with_expression, - STATE(6293), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6397), 1, - sym_name, - STATE(7065), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - ACTIONS(2984), 3, - sym_ELSE, - sym_ELSIF, - sym_END, - STATE(1345), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(3809), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [90302] = 6, + [91343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1346), 3, + STATE(1363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 36, - sym_AFTER, + ACTIONS(2544), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120576,14 +121546,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120597,31 +121566,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90363] = 6, + [91404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1347), 3, + STATE(1364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 36, + ACTIONS(2496), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -120632,10 +121602,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -120652,34 +121621,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90424] = 6, + [91465] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1348), 3, + STATE(1365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 36, - sym_identifier, + ACTIONS(2496), 36, sym__AND, - sym_DOWNTO, - sym_IS, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -120687,15 +121655,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120707,33 +121674,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [90485] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [91526] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1349), 3, + STATE(1366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 36, - sym_AFTER, + ACTIONS(2398), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120741,14 +121711,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120762,34 +121731,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90546] = 6, + [91587] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1350), 3, + STATE(1367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 36, - sym_identifier, + ACTIONS(2596), 36, sym__AND, - sym_DOWNTO, - sym_IS, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -120797,15 +121766,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120817,27 +121784,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [90607] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [91648] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1351), 3, + STATE(1368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 36, + ACTIONS(2424), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -120851,11 +121820,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -120872,25 +121841,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90668] = 6, + [91709] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1352), 3, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + STATE(1369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 36, + ACTIONS(2690), 31, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -120898,7 +121877,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -120907,13 +121885,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -120925,104 +121901,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [90729] = 6, + [91780] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1353), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2472), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 36, - sym__AND, - sym_DOWNTO, - sym_GENERIC, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [90790] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1354), 3, + STATE(1370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 36, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -121031,86 +121955,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [90851] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1355), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2668), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 36, + ACTIONS(2712), 11, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym__MOD, + sym_IS, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [90912] = 6, + [91863] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1356), 3, + STATE(1371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 36, + ACTIONS(2536), 36, sym_AFTER, sym__AND, sym_GENERIC, @@ -121147,27 +122022,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90973] = 6, + [91924] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1357), 3, + STATE(1372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 36, + ACTIONS(2370), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -121181,14 +122056,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121202,43 +122077,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91034] = 11, + [91985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - STATE(1358), 3, + STATE(1373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 31, + ACTIONS(2622), 36, sym__AND, - sym_DOWNTO, - sym_IS, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -121246,11 +122111,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121262,27 +122130,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [91105] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92046] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1359), 3, + STATE(1374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 36, + ACTIONS(2516), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -121296,11 +122166,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -121317,33 +122187,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91166] = 6, + [92107] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1360), 3, + ACTIONS(2992), 1, + sym_library_constant_unit, + STATE(2489), 1, + sym__unit, + STATE(1375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2990), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 36, + ACTIONS(2628), 30, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -121351,14 +122229,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121370,49 +122245,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [91227] = 6, + [92174] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1361), 3, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2378), 36, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 19, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -121421,13 +122310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [91288] = 14, + [92255] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -121436,32 +122319,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2964), 1, sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, + STATE(417), 1, sym_adding_operator, + STATE(561), 1, + sym_multiplying_operator, + STATE(591), 1, + sym_logical_operator, + STATE(592), 1, + sym_relational_operator, + STATE(597), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1362), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 28, + ACTIONS(2718), 25, sym__AND, sym_DOWNTO, sym_IS, @@ -121487,44 +122374,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [91365] = 9, + [92334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2988), 1, - sym_library_constant_unit, - STATE(2472), 1, - sym__unit, - STATE(1363), 3, + STATE(1378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2986), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2618), 36, sym__AND, - sym_DOWNTO, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -121532,11 +122409,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121548,43 +122427,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [91432] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92395] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, sym_logical_operator, - STATE(568), 1, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, sym_multiplying_operator, - STATE(578), 1, + STATE(696), 1, sym_adding_operator, - STATE(1364), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 28, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [92472] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1380), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 31, + ACTIONS(2562), 36, sym__AND, - sym_DOWNTO, - sym_IS, + sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -121592,11 +122527,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121608,48 +122545,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [91503] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92533] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - ACTIONS(2682), 2, + STATE(1381), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2642), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2640), 36, + sym__AND, + sym_BUS, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, sym__REM, - STATE(1365), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92594] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(612), 1, + sym_logical_operator, + STATE(613), 1, + sym_relational_operator, + STATE(614), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + STATE(1382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 30, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -121661,6 +122652,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121671,27 +122663,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [91580] = 6, + [92667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1366), 3, + STATE(1383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 36, + ACTIONS(2648), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -121705,14 +122697,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121726,31 +122718,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91641] = 6, + [92728] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1367), 3, + STATE(1384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 36, + ACTIONS(2370), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -121761,10 +122754,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -121781,27 +122773,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91702] = 6, + [92789] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1368), 3, + STATE(1385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 36, + ACTIONS(2540), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -121815,14 +122807,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121836,45 +122828,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91763] = 12, + [92850] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(512), 1, - sym_shift_operator, - STATE(513), 1, - sym_relational_operator, - STATE(514), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - STATE(1369), 3, + STATE(1386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2622), 36, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -121885,7 +122866,9 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -121897,25 +122880,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [91836] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92911] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1370), 3, + STATE(1387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 36, + ACTIONS(2570), 36, sym_AFTER, sym__AND, sym_GENERIC, @@ -121952,33 +122938,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91897] = 6, + [92972] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1371), 3, + ACTIONS(2996), 1, + sym_library_constant_unit, + STATE(2524), 1, + sym__unit, + STATE(1388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2994), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 36, - sym_AFTER, + ACTIONS(2628), 30, sym__AND, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -121986,14 +122979,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122005,27 +122996,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [91958] = 6, + [93039] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1372), 3, + STATE(1389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 36, + ACTIONS(2640), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -122062,25 +123051,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92019] = 6, + [93100] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1373), 3, + ACTIONS(3000), 1, + sym_END, + STATE(7058), 1, + sym_verification_unit_binding_indication, + STATE(7059), 1, + sym_end_for, + STATE(1390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2998), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [93165] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1391), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 36, + ACTIONS(2648), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -122117,32 +123163,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92080] = 6, + [93226] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1374), 3, + STATE(1392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 36, + ACTIONS(2674), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -122152,13 +123197,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122172,32 +123218,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92141] = 6, + [93287] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1375), 3, + STATE(1393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 36, + ACTIONS(2492), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -122208,9 +123253,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -122227,34 +123273,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92202] = 6, + [93348] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1376), 3, + STATE(1394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 36, + ACTIONS(2644), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -122262,13 +123307,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122282,25 +123328,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92263] = 6, + [93409] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1377), 3, + STATE(1395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 36, + ACTIONS(2574), 36, sym__AND, sym_BUS, sym_GENERIC, @@ -122309,7 +123355,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -122322,6 +123367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -122337,34 +123383,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92324] = 6, + [93470] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1378), 3, + STATE(1396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 36, + ACTIONS(2536), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -122372,13 +123417,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122392,25 +123438,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92385] = 6, + [93531] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1379), 3, + STATE(1397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 36, + ACTIONS(2540), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -122447,25 +123493,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92446] = 6, + [93592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1380), 3, + STATE(1398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 36, + ACTIONS(2674), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -122502,27 +123548,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92507] = 6, + [93653] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1381), 3, + STATE(1399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 36, - sym_AFTER, + ACTIONS(2462), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -122536,14 +123582,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122557,27 +123603,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92568] = 6, + [93714] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1382), 3, + STATE(1400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 36, - sym_AFTER, + ACTIONS(2570), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -122591,11 +123637,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -122612,27 +123658,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92629] = 6, + [93775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1383), 3, + STATE(1401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 36, - sym_AFTER, + ACTIONS(2402), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, @@ -122646,14 +123692,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122667,33 +123713,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92690] = 6, + [93836] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1384), 3, + STATE(1402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 36, - sym_AFTER, + ACTIONS(2492), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -122701,14 +123748,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122722,84 +123768,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92751] = 8, + [93897] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - STATE(8029), 1, - sym_verification_unit_binding_indication, - STATE(8129), 1, - sym_end_for, - STATE(1385), 3, + STATE(1403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2990), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2572), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2570), 36, + sym__AND, + sym_BUS, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym_REGISTER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [92816] = 6, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [93958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1386), 3, + STATE(1404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 36, - sym_AFTER, + ACTIONS(2516), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -122813,11 +123857,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -122834,32 +123878,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92877] = 6, + [94019] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1387), 3, + STATE(1405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 36, + ACTIONS(2636), 36, + sym_AFTER, sym__AND, - sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -122869,9 +123912,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, @@ -122889,34 +123933,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92938] = 6, + [94080] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1388), 3, + STATE(1406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 36, + ACTIONS(2488), 36, sym__AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -122924,13 +123967,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -122944,27 +123988,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92999] = 6, + [94141] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1389), 3, + STATE(1407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 36, - sym_AFTER, + ACTIONS(2512), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -122978,11 +124022,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -122999,27 +124043,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93060] = 6, + [94202] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1390), 3, + STATE(1408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 36, - sym_AFTER, + ACTIONS(2520), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, @@ -123033,11 +124077,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123054,34 +124098,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93121] = 6, + [94263] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1391), 3, + STATE(1409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 36, + ACTIONS(2512), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -123089,13 +124133,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123109,34 +124153,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93182] = 6, + [94324] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1392), 3, + STATE(1410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 36, + ACTIONS(2520), 36, sym__AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -123144,13 +124188,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123164,33 +124208,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93243] = 6, + [94385] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1393), 3, + STATE(1411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 36, - sym_AFTER, + ACTIONS(2566), 36, sym__AND, + sym_BUS, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -123198,14 +124243,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123219,25 +124263,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93304] = 6, + [94446] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1394), 3, + STATE(1412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 36, + ACTIONS(2402), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -123274,32 +124318,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93365] = 6, + [94507] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1395), 3, + STATE(1413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 36, + ACTIONS(2566), 36, sym__AND, sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123310,9 +124353,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123329,25 +124373,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93426] = 6, + [94568] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1396), 3, + STATE(1414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 36, + ACTIONS(2574), 36, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -123384,31 +124428,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93487] = 6, + [94629] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1397), 3, + STATE(1415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 36, - sym_AFTER, + ACTIONS(2462), 36, sym__AND, + sym_DOWNTO, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123418,10 +124463,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, @@ -123439,14 +124483,208 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93548] = 6, + [94690] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1398), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6380), 1, + sym_sequential_block, + STATE(6383), 1, + sym_process_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1416), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [94792] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1417), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 27, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [94868] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3006), 1, + sym_library_constant_unit, + STATE(2600), 1, + sym__unit, + STATE(1418), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3004), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 29, + sym__AND, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [94934] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -123457,14 +124695,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 36, + ACTIONS(2670), 35, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123477,7 +124715,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123494,32 +124731,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93609] = 6, + [94994] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1399), 3, + STATE(1420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 36, + ACTIONS(2428), 35, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123532,7 +124769,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123549,28 +124785,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93670] = 6, + [95054] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1400), 3, + STATE(1421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 36, - sym_AFTER, + ACTIONS(2484), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -123583,11 +124820,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123604,32 +124839,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93731] = 6, + [95114] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1401), 3, + STATE(1422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 36, + ACTIONS(2544), 35, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123642,7 +124877,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123659,32 +124893,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93792] = 6, + [95174] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1402), 3, + STATE(1423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 36, + ACTIONS(2398), 35, sym__AND, sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -123697,7 +124931,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -123714,33 +124947,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93853] = 6, + [95234] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1403), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + STATE(1424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 36, - sym_AFTER, + ACTIONS(2690), 29, sym__AND, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -123748,14 +124991,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123766,36 +125007,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [93914] = 6, + [95306] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1404), 3, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + STATE(1425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 36, - sym_AFTER, + ACTIONS(2690), 30, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -123803,13 +125050,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -123822,50 +125066,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [93975] = 6, + [95376] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1405), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2374), 36, - sym_AFTER, + ACTIONS(2690), 27, sym__AND, - sym_GENERIC, - sym__MOD, + sym_BUS, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123876,36 +125128,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94036] = 6, + [95452] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1406), 3, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + STATE(1427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 36, - sym_AFTER, + ACTIONS(2690), 30, sym__AND, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -123913,14 +125170,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123932,50 +125187,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94097] = 6, + [95522] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1407), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2662), 36, - sym_AFTER, + ACTIONS(2678), 27, sym__AND, - sym_GENERIC, - sym__MOD, + sym_BUS, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123986,36 +125249,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94158] = 6, + [95598] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1408), 3, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + STATE(1429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 36, - sym_AFTER, + ACTIONS(2678), 30, sym__AND, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124023,14 +125291,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124042,30 +125308,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94219] = 6, + [95668] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1409), 3, + STATE(1430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 36, - sym_AFTER, + ACTIONS(2636), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -124078,11 +125343,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -124099,28 +125362,95 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94280] = 6, + [95728] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1410), 3, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(3010), 4, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [95812] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1432), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 36, - sym_AFTER, + ACTIONS(2596), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -124133,11 +125463,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -124154,100 +125482,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94341] = 25, + [95872] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(694), 1, - anon_sym_LPAREN, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(705), 1, - sym_ASSERT, - ACTIONS(714), 1, - sym_WITH, - ACTIONS(2994), 1, - sym_POSTPONED, - ACTIONS(2997), 1, - sym_PROCESS, - STATE(2679), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(3818), 1, - sym__concurrent_statement, - STATE(6182), 1, - sym_with_expression, - STATE(6293), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6397), 1, - sym_name, - STATE(7065), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(703), 3, - sym_ELSE, - sym_ELSIF, - sym_END, - ACTIONS(717), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(700), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(1411), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(3809), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [94440] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1412), 3, + STATE(1433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 36, - sym_AFTER, + ACTIONS(2424), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -124256,17 +125509,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -124283,33 +125536,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94501] = 6, + [95932] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1413), 3, + STATE(1434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(3014), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 36, - sym_AFTER, + ACTIONS(3012), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124317,15 +125569,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -124336,50 +125588,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94562] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [95992] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1414), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 36, + ACTIONS(2678), 27, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, + sym_BUS, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, + sym_REGISTER, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124390,42 +125652,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94623] = 9, + [96068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2015), 1, - anon_sym_LPAREN, - ACTIONS(3000), 1, - sym_PARAMETER, - STATE(1454), 1, - sym_parenthesis_group, - STATE(1415), 3, + STATE(1436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 33, + ACTIONS(2496), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124433,10 +125687,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -124451,95 +125706,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94690] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3002), 1, - sym_exponentiate, - STATE(565), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1416), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2718), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2716), 24, - sym_AFTER, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [94768] = 6, + [96128] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1417), 3, + STATE(1437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 7, - anon_sym_EQ, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 34, + ACTIONS(2618), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124550,12 +125744,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -124566,30 +125758,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [94828] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96188] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1418), 3, + STATE(1438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 7, - anon_sym_EQ, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 34, + ACTIONS(2696), 35, + sym_identifier, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -124601,15 +125793,17 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -124620,27 +125814,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [94888] = 6, + [96248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1419), 3, + STATE(1439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 35, + ACTIONS(2536), 35, sym__AND, sym_GENERIC, sym_IS, @@ -124676,110 +125868,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94948] = 19, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3002), 1, - sym_exponentiate, - ACTIONS(3014), 1, - sym_AFTER, - STATE(565), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - ACTIONS(3012), 3, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(1420), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [95034] = 12, + [96308] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - STATE(1421), 3, + STATE(1440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2516), 35, sym__AND, - sym_BUS, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124790,9 +125906,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124803,46 +125919,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [95106] = 14, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96368] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1422), 3, + ACTIONS(2225), 1, + anon_sym_LPAREN, + ACTIONS(3018), 1, + sym_PARAMETER, + STATE(1842), 1, + sym_parenthesis_group, + STATE(1441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2362), 32, sym__AND, - sym_BUS, + sym_ELSE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -124852,9 +125964,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124865,32 +125976,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [95182] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96434] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1423), 3, + STATE(1442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 35, - sym_identifier, + ACTIONS(2562), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -124898,16 +126014,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124919,58 +126031,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [95242] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1424), 3, + STATE(1443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2370), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124981,67 +126084,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [95318] = 21, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96554] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(2924), 1, sym_exponentiate, - ACTIONS(3020), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, + STATE(416), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(480), 1, + sym_multiplying_operator, + STATE(618), 1, sym_logical_operator, - STATE(6021), 1, - sym_generate_body, - STATE(6027), 1, - sym_generate_direct_block, - STATE(6588), 1, - sym_generate_head, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1425), 3, + STATE(1444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2884), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125050,41 +126153,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [95408] = 11, + [96638] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - STATE(1426), 3, + STATE(1445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 30, + ACTIONS(2644), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -125092,12 +126188,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125109,26 +126205,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [95478] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96698] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1427), 3, + STATE(1446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 35, + ACTIONS(2488), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -125136,17 +126236,15 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -125163,33 +126261,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95538] = 6, + [96758] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1428), 3, + STATE(1447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 35, - sym_identifier, + ACTIONS(2566), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -125200,11 +126299,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125217,112 +126313,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [95598] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6212), 1, - sym_process_head, - STATE(6437), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1429), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [95700] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [96818] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1430), 3, + STATE(1448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 35, + ACTIONS(2488), 35, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -125346,29 +126369,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95760] = 6, + [96878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1431), 3, + STATE(1449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 35, + ACTIONS(2520), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -125400,32 +126423,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95820] = 6, + [96938] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1432), 3, + STATE(1450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 35, + ACTIONS(2512), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -125435,9 +126458,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -125454,34 +126477,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95880] = 9, + [96998] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2282), 1, - anon_sym_LPAREN, - ACTIONS(3022), 1, - sym_PARAMETER, - STATE(1907), 1, - sym_parenthesis_group, - STATE(1433), 3, + STATE(1451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 32, + ACTIONS(2722), 35, + sym_identifier, sym__AND, - sym_ELSE, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -125495,9 +126512,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125509,111 +126531,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95946] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6223), 1, - sym_process_head, - STATE(6444), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1434), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [96048] = 6, + [97058] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1435), 3, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + STATE(1452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 35, + ACTIONS(2690), 30, sym__AND, - sym_GENERIC, - sym_IS, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -125624,9 +126577,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125638,36 +126590,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96108] = 6, + [97128] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1436), 3, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + STATE(1453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 35, + ACTIONS(2678), 30, sym__AND, - sym_GENERIC, - sym_IS, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -125678,9 +126636,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125692,105 +126649,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96168] = 6, + [97198] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1437), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6402), 1, + sym_sequential_block, + STATE(6403), 1, + sym_sequential_block_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [97300] = 21, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3024), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(5757), 1, + sym_generate_body, + STATE(5860), 1, + sym_generate_direct_block, + STATE(6576), 1, + sym_generate_head, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 35, - sym__AND, - sym_GENERIC, - sym_IS, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96228] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1438), 3, + STATE(1455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2692), 35, - sym_identifier, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125798,41 +126793,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [96288] = 12, + [97390] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3002), 1, + ACTIONS(3026), 1, sym_exponentiate, - STATE(565), 1, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(566), 1, + STATE(669), 1, sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - STATE(1439), 3, + STATE(1456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2690), 29, sym_AFTER, sym__AND, sym__MOD, @@ -125862,35 +126853,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [96360] = 6, + [97462] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1440), 3, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2424), 35, + ACTIONS(2718), 24, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -125898,10 +126904,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125910,52 +126916,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96420] = 6, + [97540] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1441), 3, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2378), 35, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym_REPORT, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 18, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125964,52 +126980,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96480] = 6, + [97620] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1442), 3, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2420), 35, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_LOOP, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126018,79 +127034,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96540] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2932), 1, - sym_exponentiate, - STATE(415), 1, - sym_multiplying_operator, - STATE(422), 1, - sym_adding_operator, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1443), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2882), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [96624] = 36, + ACTIONS(2712), 10, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + [97702] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -126117,103 +127072,121 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, ACTIONS(283), 1, sym_WHILE, - ACTIONS(3026), 1, + ACTIONS(3032), 1, sym_BLOCK, - ACTIONS(3028), 1, + ACTIONS(3034), 1, sym_EXIT, - ACTIONS(3030), 1, + ACTIONS(3036), 1, sym_NEXT, - ACTIONS(3032), 1, + ACTIONS(3038), 1, sym_NULL, - ACTIONS(3034), 1, + ACTIONS(3040), 1, sym_RETURN, - ACTIONS(3036), 1, + ACTIONS(3042), 1, sym_WAIT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(5068), 1, + STATE(5077), 1, sym_if_statement, - STATE(5848), 1, - sym_report_expression, - STATE(5852), 1, + STATE(5737), 1, sym__target, - STATE(5856), 1, + STATE(5738), 1, sym_name, - STATE(6186), 1, - sym_with_expression, - STATE(6304), 1, - sym__iteration_scheme, - STATE(6305), 1, - sym_case_expression, - STATE(6312), 1, + STATE(5745), 1, + sym_report_expression, + STATE(6242), 1, sym_aggregate, - STATE(6577), 1, + STATE(6424), 1, sym_loop_body, - STATE(7458), 1, + STATE(6437), 1, + sym_case_expression, + STATE(6443), 1, + sym__iteration_scheme, + STATE(6445), 1, + sym_with_expression, + STATE(6913), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - STATE(6892), 2, + STATE(7383), 2, sym_while_loop, sym_for_loop, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1444), 3, + STATE(1460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [96744] = 6, + [97822] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1445), 3, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2700), 4, + sym_DOWNTO, + sym_TO, + sym_UNITS, + anon_sym_SEMI, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 35, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126222,38 +127195,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96804] = 6, + [97906] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1446), 3, + STATE(1462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 35, + ACTIONS(2516), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -126263,9 +127230,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -126282,57 +127249,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [96864] = 14, + [97966] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3002), 1, - sym_exponentiate, - STATE(565), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1447), 3, + STATE(1463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 27, - sym_AFTER, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2570), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126344,116 +127300,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [96940] = 36, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(261), 1, - sym_CASE, - ACTIONS(267), 1, - sym_FOR, - ACTIONS(269), 1, - sym_IF, - ACTIONS(271), 1, - sym_LOOP, - ACTIONS(277), 1, - sym_REPORT, - ACTIONS(283), 1, - sym_WHILE, - ACTIONS(3038), 1, - sym_BLOCK, - ACTIONS(3040), 1, - sym_EXIT, - ACTIONS(3042), 1, - sym_NEXT, - ACTIONS(3044), 1, - sym_NULL, - ACTIONS(3046), 1, - sym_RETURN, - ACTIONS(3048), 1, - sym_WAIT, - STATE(3020), 1, - sym__direct_name, - STATE(5009), 1, - sym_if_statement, - STATE(5684), 1, - sym__target, - STATE(5795), 1, - sym_report_expression, - STATE(5820), 1, - sym_name, - STATE(6167), 1, - sym_with_expression, - STATE(6261), 1, - sym__iteration_scheme, - STATE(6262), 1, - sym_case_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6506), 1, - sym_loop_body, - STATE(7216), 1, - sym_assertion, - STATE(4332), 2, - sym__identifier, - sym__external_name, - STATE(6892), 2, - sym_while_loop, - sym_for_loop, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1448), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [97060] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1449), 3, + STATE(1464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 35, + ACTIONS(2536), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -126463,9 +127338,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -126482,67 +127357,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [97120] = 21, + [98086] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - ACTIONS(3020), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(5945), 1, - sym_generate_body, - STATE(6027), 1, - sym_generate_direct_block, - STATE(6588), 1, - sym_generate_head, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1450), 3, + ACTIONS(3046), 1, + sym_library_constant_unit, + STATE(2611), 1, + sym__unit, + STATE(1465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3044), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 29, sym__AND, + sym_DOWNTO, + sym_LOOP, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126551,47 +127410,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [97210] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [98152] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, + ACTIONS(3026), 1, sym_exponentiate, - STATE(473), 1, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(474), 1, + STATE(669), 1, sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1451), 3, + STATE(1466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 24, + ACTIONS(2690), 27, + sym_AFTER, sym__AND, - sym_BUS, sym__NAND, sym__NOR, sym__OR, @@ -126601,12 +127460,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -126614,163 +127473,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [97288] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [98228] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1452), 3, + STATE(1467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(3050), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3048), 34, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 18, - sym__AND, - sym_BUS, - sym__NAND, - sym__NOR, - sym__OR, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [97368] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1453), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 10, - sym__AND, - sym_BUS, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [97450] = 6, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [98288] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1454), 3, + STATE(1468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(3054), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 35, + ACTIONS(3052), 34, sym__AND, - sym_GENERIC, - sym_IS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -126778,13 +127563,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -126795,36 +127582,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [97510] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [98348] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1455), 3, + STATE(1469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 35, + ACTIONS(2696), 35, + sym_identifier, sym__AND, - sym_GENERIC, - sym_IS, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -126834,10 +127620,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -126849,36 +127638,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [97570] = 6, + [98408] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1456), 3, + STATE(1470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(3058), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 35, + ACTIONS(3056), 34, sym__AND, - sym_GENERIC, - sym_IS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -126886,13 +127671,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -126903,59 +127690,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [97630] = 16, + anon_sym_GT_GT, + anon_sym_PIPE, + [98468] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3002), 1, + ACTIONS(3026), 1, sym_exponentiate, - STATE(565), 1, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(566), 1, + STATE(669), 1, sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1457), 3, + STATE(1471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2718), 24, + sym_AFTER, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 18, - sym_AFTER, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, sym_WHEN, sym__XNOR, sym__XOR, @@ -126969,272 +127755,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [97710] = 36, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(261), 1, - sym_CASE, - ACTIONS(267), 1, - sym_FOR, - ACTIONS(269), 1, - sym_IF, - ACTIONS(271), 1, - sym_LOOP, - ACTIONS(277), 1, - sym_REPORT, - ACTIONS(283), 1, - sym_WHILE, - ACTIONS(3050), 1, - sym_BLOCK, - ACTIONS(3052), 1, - sym_EXIT, - ACTIONS(3054), 1, - sym_NEXT, - ACTIONS(3056), 1, - sym_NULL, - ACTIONS(3058), 1, - sym_RETURN, - ACTIONS(3060), 1, - sym_WAIT, - STATE(3020), 1, - sym__direct_name, - STATE(5012), 1, - sym_if_statement, - STATE(5749), 1, - sym_report_expression, - STATE(5842), 1, - sym_name, - STATE(5864), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6478), 1, - sym_with_expression, - STATE(6515), 1, - sym__iteration_scheme, - STATE(6521), 1, - sym_case_expression, - STATE(6564), 1, - sym_loop_body, - STATE(6829), 1, - sym_assertion, - STATE(4332), 2, - sym__identifier, - sym__external_name, - STATE(6892), 2, - sym_while_loop, - sym_for_loop, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1458), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [97830] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3062), 1, - sym_IS, - STATE(2353), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6553), 1, - sym_sequential_block, - STATE(6565), 1, - sym_sequential_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1459), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [97932] = 17, + [98546] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3002), 1, - sym_exponentiate, - STATE(565), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1460), 3, + STATE(1472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3062), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3060), 34, + sym__AND, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 10, - sym_AFTER, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - [98014] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [98606] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(565), 1, + ACTIONS(3026), 1, + sym_exponentiate, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(566), 1, + STATE(669), 1, sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - STATE(1461), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 30, - sym_AFTER, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 18, + sym_AFTER, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, sym_WHEN, sym__XNOR, sym__XOR, @@ -127248,68 +127873,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [98084] = 18, + [98686] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(3026), 1, sym_exponentiate, - STATE(441), 1, + STATE(429), 1, sym_logical_operator, - STATE(442), 1, + STATE(430), 1, sym_relational_operator, - STATE(448), 1, + STATE(435), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, + STATE(649), 1, sym_multiplying_operator, + STATE(669), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1462), 3, + STATE(1474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(3064), 4, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -127318,7 +127927,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [98168] = 27, + ACTIONS(2712), 10, + sym_AFTER, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + [98768] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -127327,55 +127947,130 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, + ACTIONS(2920), 1, + sym_USE, ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6100), 1, + sym_sequential_block_head, + STATE(6537), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1475), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [98870] = 27, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(2322), 1, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6477), 1, + STATE(6143), 1, sym_sequential_block, - STATE(6514), 1, + STATE(6144), 1, sym_process_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1463), 3, + STATE(1476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -127393,34 +128088,32 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [98270] = 6, + [98972] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1464), 3, + STATE(1477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(3066), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 35, + ACTIONS(3064), 34, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -127431,10 +128124,12 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -127445,50 +128140,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [98330] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [99032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1465), 3, + STATE(1478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(3070), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(3068), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -127499,50 +128194,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [98390] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [99092] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1466), 3, + STATE(1479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(3074), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 35, + ACTIONS(3072), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -127553,16 +128248,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [98450] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [99152] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1467), 3, + STATE(1480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -127609,32 +128304,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [98510] = 6, + [99212] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1468), 3, + STATE(1481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 7, - anon_sym_EQ, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 34, + ACTIONS(2492), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -127645,12 +128342,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -127661,39 +128356,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [98570] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [99272] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1469), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2466), 35, + ACTIONS(2718), 24, sym__AND, - sym_GENERIC, - sym__MOD, + sym_BUS, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -127701,9 +128411,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -127711,50 +128421,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [98630] = 6, + [99350] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1470), 3, + STATE(1483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2630), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 35, + ACTIONS(2628), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [99410] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1484), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2624), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 35, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -127771,100 +128529,89 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98690] = 27, + [99470] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6209), 1, - sym_process_head, - STATE(6433), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1471), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [98792] = 6, + ACTIONS(2716), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 18, + sym__AND, + sym_BUS, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [99550] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1472), 3, + STATE(1486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 35, + ACTIONS(2618), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -127900,32 +128647,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98852] = 6, + [99610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1473), 3, + STATE(1487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 35, + ACTIONS(2562), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -127935,9 +128682,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -127954,64 +128701,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98912] = 18, + [99670] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1474), 3, + STATE(1488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2696), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2700), 4, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2640), 35, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128020,32 +128749,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [98996] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [99730] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1475), 3, + STATE(1489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 35, + ACTIONS(2648), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -128055,9 +128790,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -128074,121 +128809,122 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99056] = 27, + [99790] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3062), 1, - sym_IS, - STATE(2353), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6297), 1, - sym_sequential_block_head, - STATE(6563), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1476), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(519), 1, + sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [99158] = 6, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 10, + sym__AND, + sym_BUS, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [99872] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1477), 3, + ACTIONS(3026), 1, + sym_exponentiate, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, + sym_multiplying_operator, + STATE(669), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2450), 35, + ACTIONS(2678), 27, + sym_AFTER, sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128200,44 +128936,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99218] = 11, + [99948] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, + STATE(429), 1, sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(1478), 3, + STATE(669), 1, + sym_adding_operator, + STATE(1492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 30, + ACTIONS(2678), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -128246,9 +128978,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, @@ -128262,39 +128995,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [99288] = 9, + [100018] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2250), 1, - anon_sym_LPAREN, - ACTIONS(3070), 1, - sym_PARAMETER, - STATE(1851), 1, - sym_parenthesis_group, - STATE(1479), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2097), 32, + ACTIONS(2690), 27, sym__AND, - sym_FOR, - sym_GENERIC, - sym__MOD, + sym_BUS, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym_REGISTER, sym__ROL, sym__ROR, sym__SLA, @@ -128304,8 +129045,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -128316,40 +129057,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99354] = 6, + [100094] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1480), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + STATE(1494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 35, + ACTIONS(2690), 29, sym__AND, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -128357,9 +129105,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -128370,27 +129117,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99414] = 14, + [100166] = 27, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6044), 1, + sym_process_head, + STATE(6595), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1495), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [100268] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(3002), 1, sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, + STATE(566), 1, sym_logical_operator, - STATE(544), 1, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, sym_adding_operator, - STATE(554), 1, + STATE(689), 1, sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -128398,16 +129217,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1481), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 27, + ACTIONS(2718), 24, sym__AND, sym_DOWNTO, sym__NAND, @@ -128432,10 +129255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [99490] = 14, + [100346] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -128444,47 +129264,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3002), 1, sym_exponentiate, - STATE(565), 1, - sym_multiplying_operator, STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1482), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 27, - sym_AFTER, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + ACTIONS(2714), 18, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, @@ -128494,49 +129319,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + [100426] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [99566] = 6, + STATE(1498), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 10, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + [100508] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1483), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6052), 1, + sym_process_head, + STATE(6567), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1499), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [100610] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3026), 1, + sym_exponentiate, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, + sym_multiplying_operator, + STATE(669), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2700), 4, + sym_AFTER, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2502), 35, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128545,46 +129525,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99626] = 11, + [100694] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(565), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, - STATE(1484), 3, + STATE(1501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 30, - sym_AFTER, + ACTIONS(2696), 35, + sym_identifier, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -128593,10 +129559,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, @@ -128610,29 +129579,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [99696] = 6, + [100754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1485), 3, + STATE(1502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 35, + ACTIONS(2644), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -128664,29 +129633,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99756] = 6, + [100814] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1486), 3, + STATE(1503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 35, + ACTIONS(2488), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -128718,34 +129687,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99816] = 6, + [100874] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1487), 3, + STATE(1504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 35, + ACTIONS(2696), 35, + sym_identifier, + sym_AFTER, sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -128753,11 +129720,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128770,31 +129741,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99876] = 6, + [100934] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1488), 3, + STATE(1505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 35, + ACTIONS(2540), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -128826,64 +129795,65 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99936] = 18, + [100994] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3002), 1, + ACTIONS(3026), 1, sym_exponentiate, - STATE(565), 1, + ACTIONS(3078), 1, + sym_AFTER, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, sym_multiplying_operator, - STATE(566), 1, + STATE(669), 1, sym_adding_operator, - STATE(671), 1, - sym_shift_operator, - STATE(672), 1, - sym_relational_operator, - STATE(673), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1489), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2696), 4, - sym_AFTER, + ACTIONS(3076), 3, sym_WHEN, anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(2700), 4, + STATE(1506), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128892,46 +129862,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [100020] = 6, + [101080] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1490), 3, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2700), 4, + sym_DOWNTO, + sym_OF, + sym_TO, + anon_sym_COMMA, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 35, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128940,35 +129928,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [100080] = 6, + [101164] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1491), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6040), 1, + sym_sequential_block_head, + STATE(6560), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [101266] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1509), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 35, + ACTIONS(2674), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -129000,32 +130057,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100140] = 6, + [101326] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1492), 3, + STATE(1510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 35, - sym_identifier, - sym_AFTER, + ACTIONS(2566), 35, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -129033,15 +130092,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129054,29 +130109,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [100200] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [101386] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1493), 3, + STATE(1511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 35, + ACTIONS(2574), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -129108,34 +130165,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100260] = 6, + [101446] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1494), 3, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + STATE(1512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 35, + ACTIONS(2678), 30, sym__AND, sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -129146,8 +130211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129160,37 +130224,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [100320] = 6, + [101516] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1495), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2574), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2572), 35, - sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(566), 1, + sym_logical_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, sym__MOD, + sym__REM, + STATE(1513), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 27, + sym__AND, + sym_DOWNTO, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -129200,8 +130274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129213,35 +130286,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [100380] = 6, + [101592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1496), 3, + STATE(1514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 35, + ACTIONS(2618), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -129251,9 +130321,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -129270,37 +130340,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100440] = 9, + [101652] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2127), 1, - anon_sym_LPAREN, - ACTIONS(3074), 1, - sym_PARAMETER, - STATE(1835), 1, - sym_parenthesis_group, - STATE(1497), 3, + STATE(1515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 32, + ACTIONS(2492), 35, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -129308,11 +130375,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129327,50 +130394,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100506] = 15, + [101712] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1498), 3, + STATE(1516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2520), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -129378,10 +130430,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129390,62 +130442,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [100584] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [101772] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1499), 3, + STATE(1517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2570), 35, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 18, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129454,29 +130496,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [100664] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [101832] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1500), 3, + STATE(1518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 35, + ACTIONS(2512), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -129508,42 +130556,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100724] = 11, + [101892] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - STATE(1501), 3, + STATE(1519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2512), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -129551,10 +130591,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129567,32 +130608,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [100794] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [101952] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1502), 3, + STATE(1520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 35, + ACTIONS(2520), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -129602,9 +130645,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -129621,32 +130664,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100854] = 6, + [102012] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1503), 3, + STATE(1521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 35, + ACTIONS(2566), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -129656,9 +130699,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -129675,52 +130718,64 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100914] = 17, + [102072] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, + ACTIONS(3008), 1, sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, + STATE(448), 1, sym_adding_operator, - STATE(650), 1, + STATE(519), 1, sym_multiplying_operator, + STATE(618), 1, + sym_logical_operator, + STATE(619), 1, + sym_relational_operator, + STATE(621), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1504), 3, + STATE(1522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, ACTIONS(2700), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129729,58 +130784,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 10, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [100996] = 14, + [102156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1505), 3, + STATE(1523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(3082), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 34, sym__AND, sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -129790,9 +130820,12 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -129802,43 +130835,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [101072] = 12, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [102216] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - STATE(1506), 3, + ACTIONS(2147), 1, + anon_sym_LPAREN, + ACTIONS(3084), 1, + sym_PARAMETER, + STATE(1903), 1, + sym_parenthesis_group, + STATE(1524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2362), 32, sym__AND, - sym_DOWNTO, + sym_FOR, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -129847,10 +130877,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129862,29 +130892,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [101144] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1507), 3, + STATE(1525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 35, + ACTIONS(2516), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -129916,29 +130949,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101204] = 6, + [102342] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1508), 3, + STATE(1526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 35, + ACTIONS(2570), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -129970,29 +131003,103 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101264] = 6, + [102402] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1509), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(221), 1, + sym_POSTPONED, + ACTIONS(223), 1, + sym_PROCESS, + STATE(1574), 1, + aux_sym_design_unit_repeat3, + STATE(2647), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4164), 1, + sym__concurrent_statement, + STATE(6037), 1, + sym_with_expression, + STATE(6202), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6535), 1, + sym_name, + STATE(7220), 1, + sym_assertion, + STATE(7826), 1, + sym__label, + ACTIONS(3086), 2, + sym_END, + sym_WHEN, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1527), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4163), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [102502] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 35, + ACTIONS(2536), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -130024,64 +131131,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101324] = 18, + [102562] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1510), 3, + STATE(1529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2696), 4, - sym_DOWNTO, - sym_TO, - sym_UNITS, - anon_sym_SEMI, - ACTIONS(2700), 4, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2644), 35, sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -130090,32 +131179,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [101408] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102622] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1511), 3, + STATE(1530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 35, + ACTIONS(2492), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -130125,9 +131220,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -130144,41 +131239,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101468] = 9, + [102682] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3080), 1, - sym_library_constant_unit, - STATE(2589), 1, - sym__unit, - STATE(1512), 3, + STATE(1531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2402), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -130189,6 +131277,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -130201,25 +131291,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [101534] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102742] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1513), 3, + STATE(1532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 35, + ACTIONS(2636), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -130255,32 +131347,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101594] = 6, + [102802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1514), 3, + STATE(1533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 7, - anon_sym_EQ, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 34, + ACTIONS(2462), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -130291,12 +131385,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -130307,121 +131399,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [101654] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6296), 1, - sym_process_head, - STATE(6566), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1515), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [101756] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102862] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1516), 3, + STATE(1534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 35, + ACTIONS(2492), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -130438,25 +131455,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101816] = 6, + [102922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1517), 3, + STATE(1535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 35, + ACTIONS(2536), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -130492,32 +131509,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101876] = 6, + [102982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1518), 3, + STATE(1536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 35, - sym_identifier, - sym_AFTER, + ACTIONS(2462), 35, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -130525,15 +131544,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -130546,29 +131561,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [101936] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103042] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1519), 3, + STATE(1537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 35, + ACTIONS(2574), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -130600,40 +131617,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101996] = 9, + [103102] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3088), 1, - sym_library_constant_unit, - STATE(2573), 1, - sym__unit, - STATE(1520), 3, + STATE(1538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3086), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2674), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -130641,11 +131652,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -130657,34 +131669,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [102062] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103162] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1521), 3, + STATE(1539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 35, + ACTIONS(2722), 35, + sym_identifier, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -130692,12 +131705,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -130709,48 +131725,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [102122] = 6, + [103222] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1522), 3, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3024), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(5686), 1, + sym_generate_body, + STATE(5860), 1, + sym_generate_direct_block, + STATE(6576), 1, + sym_generate_head, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2670), 35, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -130759,112 +131794,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [102182] = 26, + [103312] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(221), 1, - sym_POSTPONED, - ACTIONS(223), 1, - sym_PROCESS, - STATE(1614), 1, - aux_sym_design_unit_repeat3, - STATE(2690), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4216), 1, - sym__concurrent_statement, - STATE(6163), 1, - sym_with_expression, - STATE(6248), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6414), 1, - sym_name, - STATE(6940), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - ACTIONS(3090), 2, - sym_END, - sym_WHEN, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1523), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4213), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [102282] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1524), 3, + STATE(1541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 35, - sym_identifier, + ACTIONS(2562), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -130872,15 +131829,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -130893,48 +131846,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [102342] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103372] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1525), 3, + STATE(1542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, - anon_sym_EQ, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 34, + ACTIONS(2636), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -130945,39 +131900,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [102402] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1526), 3, + STATE(1543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 35, + ACTIONS(2618), 35, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -131001,29 +131956,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102462] = 6, + [103492] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1527), 3, + STATE(1544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 35, + ACTIONS(2636), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -131055,34 +132010,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102522] = 6, + [103552] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1528), 3, + STATE(429), 1, + sym_logical_operator, + STATE(430), 1, + sym_relational_operator, + STATE(435), 1, + sym_shift_operator, + STATE(649), 1, + sym_multiplying_operator, + STATE(669), 1, + sym_adding_operator, + STATE(1545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 35, + ACTIONS(2690), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -131090,11 +132052,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -131107,48 +132069,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [102582] = 6, + [103622] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1529), 3, + ACTIONS(2099), 1, + anon_sym_LPAREN, + ACTIONS(3088), 1, + sym_PARAMETER, + STATE(1742), 1, + sym_parenthesis_group, + STATE(1546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 35, + ACTIONS(2362), 32, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -131163,32 +132126,109 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102642] = 6, + [103688] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1530), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6103), 1, + sym_process_head, + STATE(6540), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [103790] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1548), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 35, - sym_identifier, + ACTIONS(2540), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -131197,14 +132237,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -131217,32 +132253,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [102702] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103850] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1531), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(261), 1, + sym_CASE, + ACTIONS(267), 1, + sym_FOR, + ACTIONS(269), 1, + sym_IF, + ACTIONS(271), 1, + sym_LOOP, + ACTIONS(277), 1, + sym_REPORT, + ACTIONS(283), 1, + sym_WHILE, + ACTIONS(3090), 1, + sym_BLOCK, + ACTIONS(3092), 1, + sym_EXIT, + ACTIONS(3094), 1, + sym_NEXT, + ACTIONS(3096), 1, + sym_NULL, + ACTIONS(3098), 1, + sym_RETURN, + ACTIONS(3100), 1, + sym_WAIT, + STATE(3024), 1, + sym__direct_name, + STATE(5000), 1, + sym_if_statement, + STATE(5821), 1, + sym_report_expression, + STATE(5823), 1, + sym_name, + STATE(5987), 1, + sym__target, + STATE(6092), 1, + sym_case_expression, + STATE(6094), 1, + sym__iteration_scheme, + STATE(6242), 1, + sym_aggregate, + STATE(6308), 1, + sym_with_expression, + STATE(6555), 1, + sym_loop_body, + STATE(8082), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + STATE(7383), 2, + sym_while_loop, + sym_for_loop, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1549), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [103970] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 35, + ACTIONS(2596), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -131252,9 +132374,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -131271,37 +132393,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102762] = 6, + [104030] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1532), 3, + STATE(1551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 35, + ACTIONS(2398), 35, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -131325,25 +132447,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102822] = 6, + [104090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1533), 3, + STATE(1552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 35, + ACTIONS(2544), 35, sym__AND, sym_GENERIC, sym_IS, @@ -131379,25 +132501,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102882] = 6, + [104150] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1534), 3, + STATE(1553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 35, + ACTIONS(2484), 35, sym__AND, sym_GENERIC, sym_IS, @@ -131433,29 +132555,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102942] = 6, + [104210] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1535), 3, + STATE(1554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 35, + ACTIONS(2648), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -131487,44 +132609,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103002] = 12, + [104270] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, - sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - STATE(1536), 3, + STATE(1555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2640), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -131532,11 +132644,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -131547,58 +132660,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [103074] = 14, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [104330] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, - sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1537), 3, + STATE(1556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -131609,29 +132714,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [103150] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [104390] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1538), 3, + STATE(1557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 35, + ACTIONS(2370), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -131663,25 +132771,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103210] = 6, + [104450] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1539), 3, + STATE(1558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 35, + ACTIONS(2670), 35, sym__AND, sym_GENERIC, sym_IS, @@ -131717,99 +132825,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103270] = 6, + [104510] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1540), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2574), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2572), 35, - sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [103330] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - STATE(1541), 3, + ACTIONS(3104), 1, + sym_library_constant_unit, + STATE(2606), 1, + sym__unit, + STATE(1559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3102), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2628), 29, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -131818,7 +132871,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -131830,29 +132882,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [103400] = 6, + [104576] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1542), 3, + STATE(1560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 35, + ACTIONS(2496), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -131884,32 +132936,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103460] = 6, + [104636] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1543), 3, + STATE(1561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 35, + ACTIONS(2428), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -131919,9 +132971,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -131938,40 +132990,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103520] = 11, + [104696] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(566), 1, sym_logical_operator, - STATE(649), 1, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_shift_operator, + STATE(687), 1, sym_adding_operator, - STATE(650), 1, + STATE(689), 1, sym_multiplying_operator, - STATE(1544), 3, + STATE(1562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 30, + ACTIONS(2690), 29, sym__AND, sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -131981,10 +133036,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -131996,47 +133050,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [103590] = 14, + [104768] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1545), 3, + STATE(1563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2428), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_LOOP, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -132044,10 +133086,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -132059,32 +133101,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [103666] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [104828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1546), 3, + STATE(1564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_EQ, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 34, + ACTIONS(2402), 35, sym__AND, sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -132095,12 +133142,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -132111,49 +133156,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [103726] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [104888] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, - sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1547), 3, + STATE(1565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2496), 35, sym__AND, - sym_BUS, + sym_GENERIC, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_REGISTER, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -132163,8 +133196,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -132175,42 +133209,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [103802] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [104948] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - STATE(1548), 3, + STATE(1566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 30, + ACTIONS(2670), 35, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -132218,11 +133247,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -132234,107 +133264,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [103872] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6230), 1, - sym_process_head, - STATE(6449), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1549), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [103974] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [105008] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1550), 3, + STATE(1567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 35, + ACTIONS(2370), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -132344,9 +133301,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -132363,32 +133320,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104034] = 6, + [105068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1551), 3, + STATE(1568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 35, + ACTIONS(2622), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -132398,9 +133355,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -132417,116 +133374,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104094] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6239), 1, - sym_process_head, - STATE(6462), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1552), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [104196] = 11, + [105128] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - STATE(1553), 3, + STATE(1569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2640), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -132534,11 +133409,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -132551,33 +133426,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [104266] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [105188] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1554), 3, + STATE(1570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 35, - sym_identifier, + ACTIONS(2648), 35, sym__AND, - sym_BUS, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -132587,13 +133465,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -132605,32 +133480,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [104326] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [105248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1555), 3, + STATE(1571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 35, + ACTIONS(2540), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -132640,9 +133517,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -132659,29 +133536,104 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104386] = 6, + [105308] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1556), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6141), 1, + sym_process_head, + STATE(6494), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1572), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [105410] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 35, + ACTIONS(2484), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -132713,92 +133665,102 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104446] = 15, + [105470] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1557), 3, + ACTIONS(702), 1, + anon_sym_LPAREN, + ACTIONS(705), 1, + anon_sym_LT_LT, + ACTIONS(713), 1, + sym_ASSERT, + ACTIONS(722), 1, + sym_WITH, + ACTIONS(3106), 1, + sym_POSTPONED, + ACTIONS(3109), 1, + sym_PROCESS, + STATE(2647), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4164), 1, + sym__concurrent_statement, + STATE(6037), 1, + sym_with_expression, + STATE(6202), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6535), 1, + sym_name, + STATE(7220), 1, + sym_assertion, + STATE(7826), 1, + sym__label, + ACTIONS(711), 2, + sym_END, + sym_WHEN, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(725), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(708), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(1574), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2716), 24, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [104524] = 6, + aux_sym_design_unit_repeat3, + STATE(4163), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [105568] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1558), 3, + STATE(1575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 35, + ACTIONS(2544), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -132830,110 +133792,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104584] = 16, + [105628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1559), 3, + STATE(1576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(3114), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 18, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [104664] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1560), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2678), 27, + ACTIONS(3112), 34, sym__AND, sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -132941,12 +133826,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -132956,32 +133843,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [104740] = 6, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [105688] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1561), 3, + STATE(1577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 35, + ACTIONS(2674), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -132991,9 +133881,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133010,32 +133900,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104800] = 6, + [105748] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1562), 3, + STATE(1578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 7, - anon_sym_EQ, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 34, + ACTIONS(2574), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -133043,15 +133935,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -133062,45 +133952,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [104860] = 12, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [105808] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_exponentiate, - STATE(535), 1, - sym_shift_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, - sym_multiplying_operator, - STATE(1563), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6172), 1, + sym_process_head, + STATE(6478), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [105910] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1580), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2462), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -133108,11 +134064,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -133124,33 +134080,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [104932] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [105970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1564), 3, + STATE(1581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 35, + ACTIONS(2722), 35, sym_identifier, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -133158,6 +134116,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, sym_library_constant, @@ -133166,7 +134126,6 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -133178,32 +134137,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [104992] = 6, + [106030] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1565), 3, + STATE(1582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2402), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -133213,9 +134172,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133232,29 +134191,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105052] = 6, + [106090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1566), 3, + STATE(1583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 35, + ACTIONS(2398), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -133286,29 +134245,104 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105112] = 6, + [106150] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1567), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6176), 1, + sym_sequential_block_head, + STATE(6470), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1584), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [106252] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 35, + ACTIONS(2596), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -133340,28 +134374,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105172] = 6, + [106312] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1568), 3, + STATE(1586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 35, + ACTIONS(2570), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -133369,15 +134401,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133394,28 +134428,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105232] = 6, + [106372] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1569), 3, + STATE(1587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 35, + ACTIONS(2516), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -133423,15 +134455,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133448,28 +134482,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105292] = 6, + [106432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1570), 3, + STATE(1588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 35, + ACTIONS(2596), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -133477,15 +134509,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133502,28 +134536,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105352] = 6, + [106492] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1571), 3, + STATE(1589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(2398), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -133531,15 +134563,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133556,93 +134590,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105412] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1572), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 10, - sym__AND, - sym_DOWNTO, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - [105494] = 6, + [106552] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1573), 3, + STATE(1590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 35, + ACTIONS(2544), 35, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -133650,15 +134617,17 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133675,34 +134644,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105554] = 6, + [106612] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1574), 3, + STATE(1591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 35, - sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, + ACTIONS(2722), 35, + sym_identifier, + sym_AFTER, + sym__AND, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -133710,11 +134677,15 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -133727,154 +134698,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [105614] = 6, + [106672] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1575), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6195), 1, + sym_sequential_block_head, + STATE(6451), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2378), 35, - sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [105674] = 18, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [106774] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(540), 1, - sym_shift_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_logical_operator, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1576), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6200), 1, + sym_process_head, + STATE(6452), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2696), 4, - sym_DOWNTO, - sym_OF, - sym_TO, - anon_sym_COMMA, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [105758] = 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [106876] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1577), 3, + STATE(1594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 35, + ACTIONS(2618), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -133884,9 +134883,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -133903,7 +134902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105818] = 27, + [106936] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -133912,55 +134911,205 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2914), 1, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, + ACTIONS(2920), 1, + sym_USE, ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6234), 1, + sym_process_head, + STATE(6405), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1595), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [107038] = 27, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - ACTIONS(3062), 1, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6257), 1, + sym_process_head, + STATE(6386), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1596), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [107140] = 27, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, sym_IS, - STATE(2353), 1, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6264), 1, - sym_sequential_block_head, - STATE(6299), 1, + STATE(6263), 1, + sym_process_head, + STATE(6369), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1578), 3, + STATE(1597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -133978,45 +135127,45 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [105920] = 15, + [107242] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, + ACTIONS(3016), 1, sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, + STATE(553), 1, sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1579), 3, + STATE(1598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 24, + ACTIONS(2718), 24, sym__AND, sym_BUS, sym__NAND, @@ -134041,47 +135190,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [105998] = 6, + [107320] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1580), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2602), 35, - sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + ACTIONS(2714), 18, + sym__AND, + sym_BUS, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -134089,47 +135254,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [106058] = 9, + [107400] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3104), 1, - sym_library_constant_unit, - STATE(2546), 1, - sym__unit, - STATE(1581), 3, + STATE(1600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3102), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2562), 35, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -134140,6 +135292,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -134152,63 +135306,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [106124] = 16, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [107460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, - sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1582), 3, + STATE(1601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2636), 35, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 18, - sym__AND, - sym_BUS, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -134216,52 +135356,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [106204] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [107520] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, + ACTIONS(3016), 1, sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, + STATE(553), 1, sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1583), 3, + STATE(1602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -134270,7 +135416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 10, + ACTIONS(2712), 10, sym__AND, sym_BUS, sym__NAND, @@ -134281,25 +135427,25 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, sym_variable_assignment, - [106286] = 6, + [107602] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1584), 3, + STATE(1603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 35, + ACTIONS(2484), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -134335,44 +135481,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106346] = 6, + [107662] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1585), 3, + STATE(1604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 35, + ACTIONS(2536), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -134389,25 +135535,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106406] = 6, + [107722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1586), 3, + STATE(1605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 35, + ACTIONS(2512), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -134443,29 +135589,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106466] = 6, + [107782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1587), 3, + STATE(1606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2516), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -134497,44 +135643,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106526] = 6, + [107842] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1588), 3, + STATE(1607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 35, + ACTIONS(2520), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -134551,46 +135697,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106586] = 6, + [107902] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1589), 3, + ACTIONS(3118), 1, + sym_library_constant_unit, + STATE(2575), 1, + sym__unit, + STATE(1608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(3116), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 35, + ACTIONS(2628), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -134603,48 +135754,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [106646] = 6, + [107968] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1590), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2700), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2662), 35, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -134653,110 +135820,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [106706] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6471), 1, - sym_sequential_block, - STATE(6472), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1591), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [106808] = 6, + [108052] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1592), 3, + STATE(1610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 35, + ACTIONS(2596), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -134788,113 +135874,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106868] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6205), 1, - sym_process_head, - STATE(6429), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1593), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [106970] = 9, + [108112] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2139), 1, - anon_sym_LPAREN, - ACTIONS(3106), 1, - sym_PARAMETER, - STATE(1760), 1, - sym_parenthesis_group, - STATE(1594), 3, + STATE(1611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 32, + ACTIONS(2398), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -134902,10 +135909,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -134920,44 +135928,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107036] = 6, + [108172] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1595), 3, + STATE(1612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 35, + ACTIONS(2402), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -134974,46 +135982,67 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107096] = 6, + [108232] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1596), 3, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3024), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(5834), 1, + sym_generate_body, + STATE(5860), 1, + sym_generate_direct_block, + STATE(6576), 1, + sym_generate_head, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2420), 35, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135022,92 +136051,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107156] = 9, + [108322] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3110), 1, - sym_library_constant_unit, - STATE(2547), 1, - sym__unit, - STATE(1597), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6283), 1, + sym_process_head, + STATE(6350), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3108), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 29, - sym__AND, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [107222] = 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [108424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1598), 3, + STATE(1615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(2544), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -135139,29 +136180,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107282] = 6, + [108484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1599), 3, + STATE(1616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 35, + ACTIONS(2484), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -135193,34 +136234,109 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107342] = 6, + [108544] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1600), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2604), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2602), 35, - sym__AND, - sym_DOWNTO, - sym_GENERIC, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6285), 1, + sym_process_head, + STATE(6345), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1617), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [108646] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1618), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2646), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2644), 35, + sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -135247,48 +136363,123 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107402] = 6, + [108706] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1601), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6310), 1, + sym_process_head, + STATE(6339), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 7, - anon_sym_EQ, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [108808] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1620), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 34, + ACTIONS(2462), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -135299,93 +136490,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [107462] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108868] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, - sym_exponentiate, - STATE(545), 1, - sym_shift_operator, - STATE(546), 1, - sym_relational_operator, - STATE(547), 1, - sym_logical_operator, - STATE(653), 1, - sym_multiplying_operator, - STATE(656), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1602), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2900), 1, + sym_BEGIN, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2910), 1, + sym_IS, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + STATE(2330), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + STATE(6289), 1, + sym_process_head, + STATE(6340), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2696), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [107546] = 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [108970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1603), 3, + STATE(1622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 35, + ACTIONS(2488), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -135421,41 +136621,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107606] = 9, + [109030] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3118), 1, - sym_library_constant_unit, - STATE(2565), 1, - sym__unit, - STATE(1604), 3, + STATE(1623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3116), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2670), 35, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -135466,6 +136659,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135478,51 +136673,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [107672] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3122), 1, - sym_library_constant_unit, - STATE(2580), 1, - sym__unit, - STATE(1605), 3, + STATE(1624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3120), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2566), 35, sym__AND, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135535,46 +136727,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [107738] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109150] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1606), 3, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3024), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(5718), 1, + sym_generate_body, + STATE(5860), 1, + sym_generate_direct_block, + STATE(6576), 1, + sym_generate_head, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 35, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym_REPORT, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135583,35 +136798,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107798] = 6, + [109240] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1607), 3, + STATE(1626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 35, + ACTIONS(2520), 35, sym__AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -135643,46 +136852,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107858] = 6, + [109300] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1608), 3, + STATE(1627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 35, + ACTIONS(2696), 35, + sym_identifier, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135695,27 +136906,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107918] = 6, + [109360] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1609), 3, + STATE(1628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 35, + ACTIONS(2512), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -135751,29 +136960,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107978] = 6, + [109420] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1610), 3, + STATE(1629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 35, + ACTIONS(2428), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -135805,25 +137014,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108038] = 6, + [109480] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1611), 3, + STATE(1630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 35, + ACTIONS(2570), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -135859,25 +137068,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108098] = 6, + [109540] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1612), 3, + STATE(1631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(2492), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -135913,32 +137122,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108158] = 6, + [109600] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1613), 3, + STATE(1632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2496), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -135948,9 +137157,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -135967,107 +137176,38 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108218] = 25, + [109660] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(694), 1, + ACTIONS(2288), 1, anon_sym_LPAREN, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(705), 1, - sym_ASSERT, - ACTIONS(714), 1, - sym_WITH, - ACTIONS(3124), 1, - sym_POSTPONED, - ACTIONS(3127), 1, - sym_PROCESS, - STATE(2690), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4216), 1, - sym__concurrent_statement, - STATE(6163), 1, - sym_with_expression, - STATE(6248), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6414), 1, - sym_name, - STATE(6940), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - ACTIONS(703), 2, - sym_END, - sym_WHEN, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(717), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(700), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(1614), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(4213), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [108316] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1615), 3, + ACTIONS(3120), 1, + sym_PARAMETER, + STATE(1714), 1, + sym_parenthesis_group, + STATE(1633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 35, + ACTIONS(2362), 32, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -136075,11 +137215,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -136094,25 +137233,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108376] = 6, + [109726] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1616), 3, + STATE(1634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 35, + ACTIONS(2566), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -136148,44 +137287,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108436] = 6, + [109786] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1617), 3, + STATE(1635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 35, + ACTIONS(2670), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -136202,25 +137341,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108496] = 6, + [109846] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1618), 3, + STATE(1636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 35, + ACTIONS(2428), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -136256,25 +137395,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108556] = 6, + [109906] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1619), 3, + STATE(1637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2488), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -136310,46 +137449,64 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108616] = 6, + [109966] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1620), 3, + ACTIONS(2930), 1, + sym_exponentiate, + STATE(457), 1, + sym_multiplying_operator, + STATE(458), 1, + sym_adding_operator, + STATE(562), 1, + sym_logical_operator, + STATE(563), 1, + sym_relational_operator, + STATE(564), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2576), 35, + ACTIONS(2884), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym_REPORT, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -136358,32 +137515,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [108676] = 6, + [110050] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1621), 3, + STATE(1639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 35, + ACTIONS(2370), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -136391,17 +137544,15 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -136418,29 +137569,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108736] = 6, + [110110] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1622), 3, + STATE(1640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 35, + ACTIONS(2424), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -136472,67 +137623,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108796] = 21, + [110170] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - ACTIONS(3020), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(5770), 1, - sym_generate_body, - STATE(6027), 1, - sym_generate_direct_block, - STATE(6588), 1, - sym_generate_head, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1623), 3, + STATE(1641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2574), 35, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -136541,44 +137671,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [108886] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110230] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1624), 3, + STATE(1642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 35, + ACTIONS(2674), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -136595,119 +137731,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108946] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6250), 1, - sym_process_head, - STATE(6497), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1625), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [109048] = 6, + [110290] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1626), 3, + STATE(1643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 35, + ACTIONS(2424), 35, sym__AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -136724,34 +137785,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109108] = 6, + [110350] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1627), 3, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + STATE(1644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 35, + ACTIONS(2678), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -136760,10 +137828,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -136776,181 +137844,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [109168] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3062), 1, - sym_IS, - STATE(2353), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6253), 1, - sym_sequential_block_head, - STATE(6496), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1628), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [109270] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6198), 1, - sym_process_head, - STATE(6311), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1629), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [109372] = 6, + [110420] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1630), 3, + STATE(1645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 35, + ACTIONS(2622), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -136982,25 +137898,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109432] = 6, + [110480] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1631), 3, + STATE(1646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 35, + ACTIONS(2424), 35, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -137036,29 +137952,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109492] = 6, + [110540] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1632), 3, + STATE(1647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 35, + ACTIONS(2640), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -137090,29 +138006,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109552] = 6, + [110600] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1633), 3, + STATE(1648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 35, + ACTIONS(2648), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -137144,35 +138060,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109612] = 6, + [110660] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1634), 3, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2370), 35, + ACTIONS(2678), 27, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -137180,10 +138107,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -137195,32 +138122,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [109672] = 6, + [110736] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1635), 3, + STATE(1650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 35, + ACTIONS(2540), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -137252,32 +138176,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109732] = 6, + [110796] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1636), 3, + STATE(1651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 35, + ACTIONS(2424), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -137287,9 +138211,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -137306,26 +138230,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109792] = 6, + [110856] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1637), 3, + STATE(1652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 35, + ACTIONS(2674), 35, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -137333,17 +138259,15 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -137360,48 +138284,132 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [109852] = 6, + [110916] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1638), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(261), 1, + sym_CASE, + ACTIONS(267), 1, + sym_FOR, + ACTIONS(269), 1, + sym_IF, + ACTIONS(271), 1, + sym_LOOP, + ACTIONS(277), 1, + sym_REPORT, + ACTIONS(283), 1, + sym_WHILE, + ACTIONS(3122), 1, + sym_BLOCK, + ACTIONS(3124), 1, + sym_EXIT, + ACTIONS(3126), 1, + sym_NEXT, + ACTIONS(3128), 1, + sym_NULL, + ACTIONS(3130), 1, + sym_RETURN, + ACTIONS(3132), 1, + sym_WAIT, + STATE(3024), 1, + sym__direct_name, + STATE(5075), 1, + sym_if_statement, + STATE(5866), 1, + sym_name, + STATE(5868), 1, + sym_report_expression, + STATE(5929), 1, + sym__target, + STATE(6179), 1, + sym_case_expression, + STATE(6181), 1, + sym__iteration_scheme, + STATE(6242), 1, + sym_aggregate, + STATE(6334), 1, + sym_with_expression, + STATE(6465), 1, + sym_loop_body, + STATE(7183), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + STATE(7383), 2, + sym_while_loop, + sym_for_loop, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [111036] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1654), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2426), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 35, + ACTIONS(2424), 34, sym__AND, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -137412,36 +138420,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [109912] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [111096] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1639), 3, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + STATE(1655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 35, + ACTIONS(2690), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -137450,10 +138465,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -137466,69 +138481,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [109972] = 21, + [111166] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3028), 1, sym_exponentiate, - ACTIONS(3020), 1, - sym_GENERATE, - STATE(459), 1, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, sym_multiplying_operator, - STATE(460), 1, + STATE(704), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(5765), 1, - sym_generate_body, - STATE(6027), 1, - sym_generate_direct_block, - STATE(6588), 1, - sym_generate_head, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + STATE(1656), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 27, + sym__AND, + sym_DOWNTO, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1640), 3, + [111242] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3028), 1, + sym_exponentiate, + STATE(571), 1, + sym_logical_operator, + STATE(572), 1, + sym_relational_operator, + STATE(573), 1, + sym_shift_operator, + STATE(702), 1, + sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, + STATE(1657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 29, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -137537,29 +138600,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [110062] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [111314] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1641), 3, + STATE(1658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 35, + ACTIONS(2574), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -137591,34 +138657,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110122] = 6, + [111374] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1642), 3, + ACTIONS(2111), 1, + anon_sym_LPAREN, + ACTIONS(3134), 1, + sym_PARAMETER, + STATE(1736), 1, + sym_parenthesis_group, + STATE(1659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 35, + ACTIONS(2362), 32, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -137626,11 +138695,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -137645,29 +138714,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110182] = 6, + [111440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1643), 3, + STATE(1660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 35, + ACTIONS(2462), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -137699,112 +138768,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110242] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6279), 1, - sym_process_head, - STATE(6530), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1644), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [110344] = 6, + [111500] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1645), 3, + STATE(1661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 35, + ACTIONS(2540), 35, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -137828,44 +138822,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110404] = 6, + [111560] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1646), 3, + STATE(1662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 35, + ACTIONS(2648), 35, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -137882,100 +138876,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110464] = 27, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3062), 1, - sym_IS, - STATE(2353), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6267), 1, - sym_sequential_block_head, - STATE(6510), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1647), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [110566] = 6, + [111620] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1648), 3, + STATE(1663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 35, + ACTIONS(2640), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -138011,34 +138930,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110626] = 6, + [111680] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1649), 3, + ACTIONS(3138), 1, + sym_library_constant_unit, + STATE(2601), 1, + sym__unit, + STATE(1664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(3136), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 35, + ACTIONS(2628), 29, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -138046,12 +138971,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -138063,66 +138987,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [110686] = 18, + [111746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2942), 1, - sym_exponentiate, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - STATE(509), 1, - sym_multiplying_operator, - STATE(510), 1, - sym_adding_operator, - ACTIONS(2682), 2, + STATE(1665), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2564), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2562), 35, + sym__AND, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, sym__REM, - ACTIONS(2702), 3, + sym_REPORT, + sym__ROL, + sym__ROR, + sym_SEVERITY, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1650), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [111806] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2882), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 35, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -138131,48 +139089,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [110770] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [111866] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1651), 3, + STATE(1667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 7, - anon_sym_EQ, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 34, + ACTIONS(2370), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -138183,27 +139147,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [110830] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [111926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1652), 3, + STATE(1668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 35, + ACTIONS(2644), 35, sym__AND, sym_GENERIC, sym__MOD, @@ -138239,48 +139203,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110890] = 6, + [111986] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1653), 3, + STATE(1669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 34, + ACTIONS(2496), 35, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -138291,9 +139255,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [110950] = 27, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [112046] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138302,55 +139266,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(2322), 1, + ACTIONS(3020), 1, + sym_IS, + STATE(2311), 1, aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, + STATE(3960), 1, sym__process_declarative_item, - STATE(5841), 1, + STATE(5779), 1, sym__subprogram_specification, - STATE(6268), 1, - sym_process_head, - STATE(6512), 1, + STATE(6151), 1, + sym_sequential_block_head, + STATE(6301), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(1654), 3, + STATE(1670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138368,108 +139332,37 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [111052] = 27, + [112148] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3062), 1, - sym_IS, - STATE(2353), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6307), 1, - sym_sequential_block_head, - STATE(6581), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1655), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [111154] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2314), 1, - anon_sym_LPAREN, - ACTIONS(3138), 1, - sym_PARAMETER, - STATE(1747), 1, - sym_parenthesis_group, - STATE(1656), 3, + ACTIONS(3142), 1, + sym_library_constant_unit, + STATE(2597), 1, + sym__unit, + STATE(1671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(3140), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 32, + ACTIONS(2628), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -138477,15 +139370,13 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -138498,34 +139389,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [111220] = 6, + [112214] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1657), 3, + STATE(1672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 7, - anon_sym_EQ, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 34, + ACTIONS(2402), 35, sym__AND, sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -138536,12 +139427,10 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -138552,28 +139441,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [111280] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [112274] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1658), 3, + STATE(1673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 35, + ACTIONS(2636), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -138581,10 +139471,8 @@ static const uint16_t ts_small_parse_table[] = { sym__OR, sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -138608,32 +139496,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111340] = 6, + [112333] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1659), 3, + STATE(1674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 35, + ACTIONS(2536), 34, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, @@ -138643,6 +139529,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -138662,28 +139549,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111400] = 6, + [112392] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1660), 3, + STATE(1675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 35, + ACTIONS(2516), 34, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -138697,9 +139583,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -138716,29 +139602,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111460] = 6, + [112451] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1661), 3, + STATE(1676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 35, + ACTIONS(2402), 34, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -138751,9 +139635,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -138770,37 +139655,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111520] = 6, + [112510] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1662), 3, + STATE(1677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 35, + ACTIONS(2674), 34, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -138824,109 +139708,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111580] = 27, + [112569] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6322), 1, - sym_process_head, - STATE(6604), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1663), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [111682] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1664), 3, + ACTIONS(3144), 1, + sym_RANGE, + STATE(1678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3070), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 35, + ACTIONS(3068), 32, sym__AND, - sym_GENERIC, - sym_IS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -138934,13 +139743,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -138951,39 +139761,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [111742] = 6, + anon_sym_PIPE, + [112630] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1665), 3, + STATE(1679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(2574), 34, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -139007,37 +139815,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111802] = 11, + [112689] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(484), 1, - sym_shift_operator, - STATE(486), 1, - sym_relational_operator, - STATE(487), 1, - sym_logical_operator, - STATE(1666), 3, + ACTIONS(3148), 1, + sym_library_constant_unit, + STATE(2633), 1, + sym__unit, + STATE(1680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3146), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 30, + ACTIONS(2628), 28, sym__AND, - sym_BUS, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -139052,9 +139859,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -139066,32 +139871,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [111872] = 6, + [112754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1667), 3, + STATE(1681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2596), 34, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -139101,9 +139905,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -139120,32 +139924,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111932] = 6, + [112813] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1668), 3, + STATE(1682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 7, - anon_sym_EQ, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 34, + ACTIONS(2398), 34, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -139153,15 +139958,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -139172,31 +139975,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [111992] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [112872] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1669), 3, + STATE(1683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 35, + ACTIONS(2462), 34, sym__AND, - sym_DOWNTO, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -139205,13 +140006,14 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -139228,37 +140030,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112052] = 6, + [112931] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1670), 3, + STATE(1684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 35, + ACTIONS(2402), 34, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -139282,34 +140083,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112112] = 6, + [112990] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1671), 3, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + STATE(1685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 35, + ACTIONS(2678), 29, sym__AND, - sym_GENERIC, sym_IS, sym__MOD, sym__NAND, sym__NOR, sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -139320,8 +140129,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -139334,122 +140141,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [112172] = 27, + [113059] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2902), 1, - sym_BEGIN, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2912), 1, - sym_IS, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - STATE(2322), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - STATE(6310), 1, - sym_process_head, - STATE(6583), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1672), 3, + STATE(1686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [112274] = 14, + ACTIONS(2538), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2536), 34, + sym__AND, + sym_ELSE, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [113118] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, + ACTIONS(3150), 1, sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, + STATE(421), 1, sym_multiplying_operator, - STATE(611), 1, + STATE(427), 1, sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1673), 3, + STATE(1687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + ACTIONS(2678), 26, sym__AND, - sym_GENERIC, + sym_IS, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__ROL, sym__ROR, @@ -139461,7 +140245,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -139472,33 +140255,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [112349] = 6, + [113193] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1674), 3, + ACTIONS(2526), 1, + anon_sym_LPAREN, + ACTIONS(3152), 1, + sym_PARAMETER, + STATE(2184), 1, + sym_parenthesis_group, + STATE(1688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 34, + ACTIONS(2362), 31, sym__AND, - sym_ELSE, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -139508,9 +140296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -139525,25 +140311,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112408] = 6, + [113258] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1675), 3, + STATE(1689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 34, + ACTIONS(2424), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -139578,14 +140364,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112467] = 6, + [113317] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1676), 3, + ACTIONS(3154), 1, + sym_exponentiate, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2700), 3, + sym_DOWNTO, + sym_IS, + sym_TO, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1690), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [113400] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -139602,6 +140453,7 @@ static const uint16_t ts_small_parse_table[] = { sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -139611,10 +140463,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -139631,25 +140482,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112526] = 6, + [113459] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1677), 3, + STATE(1692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 34, + ACTIONS(2674), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -139660,11 +140511,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -139684,36 +140535,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112585] = 6, + [113518] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1678), 3, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + STATE(1693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 34, + ACTIONS(2690), 29, sym__AND, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -139721,8 +140581,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -139735,32 +140593,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [112644] = 6, + [113587] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1679), 3, + STATE(1694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 34, + ACTIONS(2544), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -139770,10 +140627,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -139790,104 +140646,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112703] = 26, + [113646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(225), 1, - sym_POSTPONED, - ACTIONS(227), 1, - sym_PROCESS, - ACTIONS(3146), 1, - sym_END, - STATE(1682), 1, - aux_sym_design_unit_repeat3, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1680), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [112802] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1681), 3, + STATE(1695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 34, + ACTIONS(2484), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -139899,7 +140682,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -139916,169 +140699,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112861] = 25, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(694), 1, - anon_sym_LPAREN, - ACTIONS(697), 1, - anon_sym_LT_LT, - ACTIONS(703), 1, - sym_END, - ACTIONS(705), 1, - sym_ASSERT, - ACTIONS(714), 1, - sym_WITH, - ACTIONS(3148), 1, - sym_POSTPONED, - ACTIONS(3151), 1, - sym_PROCESS, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(717), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(700), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(1682), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [112958] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1683), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3154), 40, - sym_identifier, - sym__ABS, - sym__AND, - sym_FORCE, - sym_INERTIAL, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym_REJECT, - sym_RELEASE, - sym_TRANSPORT, - sym_UNAFFECTED, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [113015] = 6, + [113705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1684), 3, + STATE(1696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 34, + ACTIONS(2722), 34, + sym_identifier, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140091,82 +140752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113074] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(225), 1, - sym_POSTPONED, - ACTIONS(227), 1, - sym_PROCESS, - ACTIONS(2984), 1, - sym_END, - STATE(1682), 1, - aux_sym_design_unit_repeat3, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1685), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [113173] = 12, + [113764] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -140175,45 +140761,43 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3156), 1, sym_exponentiate, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, + STATE(599), 1, sym_logical_operator, - STATE(700), 1, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, sym_adding_operator, - STATE(706), 1, + STATE(675), 1, sym_multiplying_operator, - STATE(1686), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 28, - sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140222,10 +140806,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [113244] = 14, + ACTIONS(2712), 9, + sym__AND, + sym_DOWNTO, + sym_LOOP, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + [113845] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -140234,15 +140825,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3156), 1, sym_exponentiate, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, + STATE(599), 1, sym_logical_operator, - STATE(700), 1, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, sym_adding_operator, - STATE(706), 1, + STATE(675), 1, sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -140250,28 +140841,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1687), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, - sym__AND, - sym_DOWNTO, - sym_GENERATE, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 17, + sym__AND, + sym_DOWNTO, + sym_LOOP, + sym__NAND, + sym__NOR, + sym__OR, sym_TO, sym__XNOR, sym__XOR, @@ -140283,53 +140879,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [113319] = 15, + [113924] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, + ACTIONS(3156), 1, sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, + STATE(599), 1, sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1688), 3, + STATE(1699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 23, + ACTIONS(2718), 23, sym__AND, - sym_IS, + sym_DOWNTO, + sym_LOOP, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__ROL, sym__ROR, @@ -140337,9 +140930,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140348,61 +140941,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [113396] = 16, + [114001] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2388), 1, + anon_sym_LPAREN, ACTIONS(3158), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1689), 3, + sym_PARAMETER, + STATE(2165), 1, + sym_parenthesis_group, + STATE(1700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2362), 31, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, - sym__AND, - sym_IS, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140411,41 +140991,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [113475] = 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [114066] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3162), 1, - sym_library_constant_unit, - STATE(2626), 1, - sym__unit, - STATE(1690), 3, + ACTIONS(3150), 1, + sym_exponentiate, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3160), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2690), 26, sym__AND, - sym_ELSE, - sym__MOD, + sym_IS, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -140466,26 +141058,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [113540] = 6, + [114141] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1691), 3, + STATE(1702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 34, + ACTIONS(2574), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -140520,36 +141111,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [113599] = 6, + [114200] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1692), 3, + ACTIONS(3150), 1, + sym_exponentiate, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + STATE(1703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 34, + ACTIONS(2690), 28, sym__AND, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -140557,8 +141159,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140570,55 +141170,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113658] = 17, + [114271] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1693), 3, + STATE(1704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2618), 34, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140627,38 +141217,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, - sym__AND, - sym_IS, - sym__NAND, - sym__NOR, - sym_OPEN, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [113739] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [114330] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1694), 3, + ACTIONS(2502), 1, + anon_sym_LPAREN, + ACTIONS(3160), 1, + sym_PARAMETER, + STATE(2204), 1, + sym_parenthesis_group, + STATE(1705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, - sym_identifier, + ACTIONS(2362), 31, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym_IS, sym__MOD, sym__NAND, @@ -140671,13 +141262,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140690,115 +141277,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [113798] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(225), 1, - sym_POSTPONED, - ACTIONS(227), 1, - sym_PROCESS, - ACTIONS(3164), 1, - sym_END, - STATE(1853), 1, - aux_sym_design_unit_repeat3, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1695), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [113897] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [114395] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, - sym_adding_operator, - STATE(706), 1, - sym_multiplying_operator, - STATE(1696), 3, + STATE(1706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2428), 34, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -140806,9 +141312,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140821,32 +141330,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [113966] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [114454] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1697), 3, + ACTIONS(3164), 1, + sym_library_constant_unit, + STATE(2636), 1, + sym__unit, + STATE(1707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(3162), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 34, + ACTIONS(2628), 28, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -140858,8 +141376,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140872,27 +141388,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114025] = 6, + [114519] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1698), 3, + STATE(1708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 34, + ACTIONS(2540), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -140903,11 +141417,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -140927,47 +141441,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114084] = 6, + [114578] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1699), 3, + STATE(1709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, - sym_identifier, + ACTIONS(2670), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140980,43 +141492,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [114143] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [114637] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1700), 3, + STATE(1710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2428), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -141033,43 +141547,115 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114202] = 6, + [114696] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1701), 3, + ACTIONS(702), 1, + anon_sym_LPAREN, + ACTIONS(705), 1, + anon_sym_LT_LT, + ACTIONS(711), 1, + sym_END, + ACTIONS(713), 1, + sym_ASSERT, + ACTIONS(722), 1, + sym_WITH, + ACTIONS(3166), 1, + sym_POSTPONED, + ACTIONS(3169), 1, + sym_PROCESS, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(725), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(708), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(1711), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_design_unit_repeat3, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [114793] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 34, + ACTIONS(2540), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -141086,35 +141672,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114261] = 7, + [114852] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2948), 1, - anon_sym_COLON, - STATE(1702), 3, + STATE(1713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2696), 34, + sym_identifier, sym__AND, + sym_DOWNTO, sym_GENERATE, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -141122,10 +141706,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141138,27 +141725,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114322] = 6, + [114911] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1703), 3, + STATE(1714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 34, + ACTIONS(2496), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141193,45 +141778,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114381] = 6, + [114970] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1704), 3, + ACTIONS(3150), 1, + sym_exponentiate, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2700), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 34, + ACTIONS(2708), 6, sym__AND, - sym_FOR, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141240,49 +141843,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114440] = 6, + [115053] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1705), 3, + STATE(1716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 34, + ACTIONS(2370), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -141299,50 +141896,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114499] = 9, + [115112] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3168), 1, - sym_library_constant_unit, - STATE(2671), 1, - sym__unit, - STATE(1706), 3, + STATE(1717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2622), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141355,25 +141947,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [114564] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115171] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1707), 3, + STATE(1718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 34, + ACTIONS(2648), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141384,11 +141978,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -141408,25 +142002,77 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114623] = 6, + [115230] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1708), 3, + STATE(1719), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3172), 40, + sym_identifier, + sym__ABS, + sym__AND, + sym_FORCE, + sym_INERTIAL, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym_REJECT, + sym_RELEASE, + sym_TRANSPORT, + sym_UNAFFECTED, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [115287] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 34, + ACTIONS(2640), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141437,11 +142083,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -141461,25 +142107,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114682] = 6, + [115346] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1709), 3, + STATE(1721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 34, + ACTIONS(2648), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141514,31 +142160,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114741] = 6, + [115405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1710), 3, + STATE(1722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 34, + ACTIONS(2562), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -141550,7 +142196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -141567,33 +142213,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114800] = 6, + [115464] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1711), 3, + STATE(1723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 34, + ACTIONS(2696), 34, + sym_identifier, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -141603,10 +142248,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -141618,29 +142266,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114859] = 6, + [115523] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1712), 3, + STATE(1724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 34, + ACTIONS(2622), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -141654,6 +142299,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -141673,33 +142319,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114918] = 6, + [115582] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1713), 3, + STATE(413), 1, + sym_relational_operator, + STATE(582), 1, + sym_logical_operator, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, + sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, + STATE(1725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 34, + ACTIONS(2678), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -141707,11 +142362,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141724,43 +142377,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114977] = 14, + [115651] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3156), 1, + ACTIONS(3174), 1, sym_exponentiate, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, + STATE(413), 1, sym_relational_operator, - STATE(525), 1, + STATE(582), 1, sym_logical_operator, - STATE(700), 1, - sym_adding_operator, - STATE(706), 1, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1714), 3, + STATE(1726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + ACTIONS(2678), 26, sym__AND, sym_DOWNTO, sym_GENERATE, @@ -141787,25 +142438,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [115052] = 6, + [115726] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1715), 3, + STATE(1727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 34, + ACTIONS(2640), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141840,42 +142491,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115111] = 11, + [115785] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, - sym_adding_operator, - STATE(706), 1, - sym_multiplying_operator, - STATE(1716), 3, + STATE(1728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(2640), 34, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -141883,9 +142525,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141898,25 +142542,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115180] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115844] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1717), 3, + STATE(1729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 34, + ACTIONS(2648), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -141951,47 +142597,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115239] = 6, + [115903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1718), 3, + STATE(1730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, - sym_identifier, + ACTIONS(2562), 34, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142004,48 +142648,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115298] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115962] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2394), 1, - anon_sym_LPAREN, - ACTIONS(3170), 1, - sym_PARAMETER, - STATE(2148), 1, - sym_parenthesis_group, - STATE(1719), 3, + STATE(1731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 31, + ACTIONS(2622), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142060,33 +142703,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115363] = 6, + [116021] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1720), 3, + STATE(1732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 34, - sym_identifier, + ACTIONS(2424), 34, sym__AND, - sym_DOWNTO, - sym_IS, + sym_FOR, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -142094,13 +142737,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142113,34 +142754,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115422] = 7, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116080] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3172), 1, - sym_RANGE, - STATE(1721), 3, + STATE(1733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 32, + ACTIONS(2370), 34, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -142148,14 +142789,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -142166,26 +142807,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [115483] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1722), 3, + STATE(1734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 34, + ACTIONS(2370), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -142220,25 +142862,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115542] = 6, + [116198] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1723), 3, + STATE(1735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 34, + ACTIONS(2644), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -142273,33 +142915,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115601] = 6, + [116257] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1724), 3, + STATE(1736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 34, - sym_identifier, + ACTIONS(2496), 34, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -142307,13 +142948,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142326,63 +142966,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115660] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116316] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, - sym_exponentiate, - STATE(485), 1, - sym_multiplying_operator, - STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, - sym_relational_operator, - STATE(505), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(1737), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2542), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2540), 34, + sym__AND, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym_PARAMETER, sym__REM, - ACTIONS(2696), 3, - sym_DOWNTO, - sym_LOOP, - sym_TO, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1725), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116375] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2492), 34, sym__AND, + sym_ELSE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142391,42 +143068,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [115743] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116434] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, - sym_adding_operator, - STATE(1726), 3, + STATE(1739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(2570), 34, sym__AND, - sym_DOWNTO, - sym_IS, + sym_ELSE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -142434,9 +143108,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142449,56 +143125,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115812] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116493] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, - sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, - sym_adding_operator, - ACTIONS(2682), 2, + STATE(1740), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2676), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2674), 34, + sym__AND, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym_PARAMETER, sym__REM, - STATE(1727), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116552] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2574), 34, sym__AND, - sym_DOWNTO, - sym_IS, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142510,25 +143230,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [115887] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1728), 3, + STATE(1742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 34, + ACTIONS(2496), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -142563,31 +143286,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115946] = 6, + [116670] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1729), 3, + STATE(1743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 34, + ACTIONS(2636), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -142599,7 +143322,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -142616,45 +143339,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116005] = 11, + [116729] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - STATE(1730), 3, + STATE(1744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(2428), 34, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -142662,6 +143376,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142674,47 +143390,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [116074] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116788] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1731), 3, + STATE(1745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2462), 34, sym__AND, - sym_IS, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, + sym_OF, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -142723,7 +143428,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142735,91 +143442,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [116149] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3158), 1, sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1732), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [116232] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116847] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1733), 3, + STATE(1746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 34, + ACTIONS(2512), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -142829,7 +143475,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -142853,25 +143498,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116291] = 6, + [116906] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1734), 3, + STATE(1747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 34, + ACTIONS(2402), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -142906,97 +143551,85 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116350] = 8, + [116965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(445), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(1735), 3, + STATE(1748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 30, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [116413] = 11, + ACTIONS(3176), 40, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_END, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [117022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, - sym_adding_operator, - STATE(1736), 3, + STATE(1749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2520), 34, sym__AND, - sym_DOWNTO, - sym_IS, + sym_ELSE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -143004,9 +143637,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143019,14 +143654,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [116482] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117081] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1737), 3, + STATE(1750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -143040,26 +143677,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2722), 34, sym_identifier, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, sym_library_constant, sym_library_constant_unit, sym_library_function, sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143072,27 +143709,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [116541] = 6, + [117140] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1738), 3, + STATE(1751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 34, + ACTIONS(2636), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -143106,6 +143742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -143125,33 +143762,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116600] = 6, + [117199] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1739), 3, + STATE(413), 1, + sym_relational_operator, + STATE(582), 1, + sym_logical_operator, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, + sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, + STATE(1752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 34, + ACTIONS(2690), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -143159,11 +143805,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143176,50 +143820,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [116659] = 9, + [117268] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2534), 1, - anon_sym_LPAREN, - ACTIONS(3180), 1, - sym_PARAMETER, - STATE(2258), 1, - sym_parenthesis_group, - STATE(1740), 3, + ACTIONS(3150), 1, + sym_exponentiate, + STATE(421), 1, + sym_multiplying_operator, + STATE(427), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2097), 31, - sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143228,48 +143874,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [116724] = 11, + ACTIONS(2712), 9, + sym__AND, + sym_IS, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + [117349] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - STATE(1741), 3, + STATE(1754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2566), 34, sym__AND, - sym_IS, + sym_ELSE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -143280,6 +143921,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143292,60 +143935,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [116793] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117408] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, + ACTIONS(3150), 1, sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, + STATE(421), 1, sym_multiplying_operator, - STATE(642), 1, + STATE(427), 1, sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1742), 3, + STATE(1755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 23, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + ACTIONS(2714), 17, + sym__AND, + sym_IS, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143354,61 +144000,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [116870] = 16, + [117487] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, + ACTIONS(3150), 1, sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, + STATE(421), 1, sym_multiplying_operator, - STATE(642), 1, + STATE(427), 1, sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1743), 3, + STATE(1756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2718), 23, + sym__AND, + sym_IS, + sym__NAND, + sym__NOR, + sym_OPEN, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143417,52 +144062,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [116949] = 17, + [117564] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, - sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, - sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1744), 3, + STATE(1757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2670), 34, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143471,34 +144109,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - [117030] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117623] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, + ACTIONS(3174), 1, sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, + STATE(413), 1, sym_relational_operator, - STATE(519), 1, + STATE(582), 1, sym_logical_operator, - STATE(641), 1, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, sym_multiplying_operator, - STATE(642), 1, + STATE(594), 1, sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -143506,19 +144140,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1745), 3, + STATE(1758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, + ACTIONS(2690), 26, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym__NAND, sym__NOR, sym__OR, @@ -143542,40 +144176,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [117105] = 12, + [117698] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, + ACTIONS(3174), 1, sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, + STATE(413), 1, sym_relational_operator, - STATE(519), 1, + STATE(582), 1, sym_logical_operator, - STATE(641), 1, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, sym_multiplying_operator, - STATE(642), 1, + STATE(594), 1, sym_adding_operator, - STATE(1746), 3, + STATE(1759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2690), 28, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -143601,25 +144235,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [117176] = 6, + [117769] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1747), 3, + STATE(1760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 34, + ACTIONS(2566), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -143654,7 +144288,80 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117235] = 17, + [117828] = 26, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(225), 1, + sym_POSTPONED, + ACTIONS(227), 1, + sym_PROCESS, + ACTIONS(3178), 1, + sym_END, + STATE(1711), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1761), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [117927] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -143663,43 +144370,51 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3174), 1, sym_exponentiate, - STATE(485), 1, - sym_multiplying_operator, - STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, + STATE(413), 1, sym_relational_operator, - STATE(505), 1, + STATE(582), 1, sym_logical_operator, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, + sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1748), 3, + STATE(1762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2718), 23, + sym__AND, + sym_DOWNTO, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143708,35 +144423,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, - sym__AND, - sym_DOWNTO, - sym_LOOP, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, - sym__XNOR, - sym__XOR, - [117316] = 6, + [118004] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1749), 3, + STATE(1763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 34, + ACTIONS(2636), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -143771,63 +144476,115 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117375] = 18, + [118063] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2958), 1, + ACTIONS(3174), 1, sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, + STATE(413), 1, sym_relational_operator, - STATE(531), 1, + STATE(582), 1, sym_logical_operator, - STATE(703), 1, - sym_adding_operator, - STATE(704), 1, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - ACTIONS(2882), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, - STATE(1750), 3, + STATE(1764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 17, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym__NAND, sym__NOR, sym__OR, + sym_TO, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [118142] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3174), 1, + sym_exponentiate, + STATE(413), 1, + sym_relational_operator, + STATE(582), 1, + sym_logical_operator, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, + sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1765), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143836,43 +144593,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [117458] = 6, + ACTIONS(2712), 9, + sym__AND, + sym_DOWNTO, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + [118223] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1751), 3, + STATE(1766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2520), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -143889,26 +144656,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117517] = 6, + [118282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1752), 3, + STATE(1767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 34, + ACTIONS(2492), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -143918,7 +144686,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -143942,25 +144709,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117576] = 6, + [118341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1753), 3, + STATE(1768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 34, + ACTIONS(2512), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -143995,31 +144762,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117635] = 6, + [118400] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1754), 3, + STATE(1769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 34, + ACTIONS(2484), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -144029,9 +144795,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144048,31 +144815,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117694] = 6, + [118459] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1755), 3, + STATE(1770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 34, + ACTIONS(2536), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -144084,7 +144851,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144101,38 +144868,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117753] = 9, + [118518] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2456), 1, - anon_sym_LPAREN, - ACTIONS(3182), 1, - sym_PARAMETER, - STATE(2084), 1, - sym_parenthesis_group, - STATE(1756), 3, + STATE(1771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 31, + ACTIONS(2670), 34, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -144140,9 +144901,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144157,61 +144921,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117818] = 16, + [118577] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, - sym_exponentiate, - STATE(485), 1, - sym_multiplying_operator, - STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, - sym_relational_operator, - STATE(505), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1757), 3, + STATE(1772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2570), 34, + sym__AND, + sym_FOR, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, - sym__AND, - sym_DOWNTO, - sym_LOOP, - sym__NAND, - sym__NOR, - sym__OR, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144220,31 +144968,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [117897] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118636] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1758), 3, + STATE(1773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 34, + ACTIONS(2516), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -144256,7 +145010,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144273,60 +145027,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117956] = 15, + [118695] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, - sym_exponentiate, - STATE(485), 1, - sym_multiplying_operator, - STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, - sym_relational_operator, - STATE(505), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1759), 3, + STATE(1774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2484), 34, sym__AND, - sym_DOWNTO, - sym_LOOP, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144335,43 +145074,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [118033] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1760), 3, + STATE(1775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 34, + ACTIONS(2544), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144388,33 +145133,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118092] = 6, + [118813] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1761), 3, + STATE(1776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 34, - sym_identifier, + ACTIONS(2398), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, sym_SEVERITY, @@ -144424,11 +145169,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144441,47 +145184,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [118151] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118872] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1762), 3, + ACTIONS(2940), 1, + anon_sym_COLON, + STATE(1777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2636), 33, sym__AND, - sym_IS, + sym_GENERATE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -144490,7 +145224,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144502,47 +145237,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [118226] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118933] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - STATE(1763), 3, + STATE(1778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2596), 34, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -144550,6 +145277,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144561,63 +145290,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [118297] = 18, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118992] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3176), 1, + ACTIONS(3156), 1, sym_exponentiate, - STATE(517), 1, - sym_shift_operator, - STATE(518), 1, - sym_relational_operator, - STATE(519), 1, + STATE(599), 1, sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2696), 3, + ACTIONS(2700), 3, sym_DOWNTO, - sym_IS, + sym_LOOP, sym_TO, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1764), 3, + STATE(1779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144626,43 +145358,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [118380] = 6, + [119075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1765), 3, + STATE(1780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 34, + ACTIONS(2570), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144679,63 +145411,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118439] = 18, + [119134] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, - sym_exponentiate, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 3, - sym_REPORT, - sym_SEVERITY, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1766), 3, + STATE(1781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2696), 34, + sym_identifier, sym__AND, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144744,83 +145460,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [118522] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1767), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3184), 40, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_END, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [118579] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [119193] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1768), 3, + STATE(1782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 34, + ACTIONS(2512), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -144832,7 +145500,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144849,26 +145517,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118638] = 6, + [119252] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1769), 3, + STATE(1783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 34, + ACTIONS(2520), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -144882,7 +145551,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -144902,31 +145570,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118697] = 6, + [119311] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1770), 3, + STATE(1784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 34, + ACTIONS(2566), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -144938,7 +145606,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -144955,48 +145623,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118756] = 9, + [119370] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2410), 1, - anon_sym_LPAREN, - ACTIONS(3186), 1, - sym_PARAMETER, - STATE(1983), 1, - sym_parenthesis_group, - STATE(1771), 3, + STATE(1785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 31, + ACTIONS(2618), 34, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145011,25 +145676,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118821] = 6, + [119429] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1772), 3, + STATE(1786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 34, + ACTIONS(2636), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -145040,11 +145705,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -145064,29 +145729,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118880] = 6, + [119488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1773), 3, + STATE(1787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, + ACTIONS(2722), 34, sym_identifier, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -145117,35 +145782,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [118939] = 8, + [119547] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(445), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(1774), 3, + STATE(1788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 31, + ACTIONS(2544), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -145153,13 +145815,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -145171,64 +145833,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - [119002] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2964), 1, - sym_exponentiate, - STATE(550), 1, - sym_shift_operator, - STATE(551), 1, - sym_relational_operator, - STATE(552), 1, - sym_logical_operator, - STATE(568), 1, - sym_multiplying_operator, - STATE(578), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - ACTIONS(2882), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - STATE(1775), 3, + STATE(1789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3180), 40, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_END, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [119663] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1790), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2398), 34, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145237,31 +145934,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [119085] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1776), 3, + STATE(1791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 34, + ACTIONS(2596), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -145271,9 +145973,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -145290,27 +145993,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119144] = 6, + [119781] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1777), 3, + STATE(1792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 34, + ACTIONS(2488), 34, sym__AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -145343,43 +146046,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119203] = 6, + [119840] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1778), 3, + STATE(1793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 34, + ACTIONS(2424), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -145396,48 +146099,97 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119262] = 9, + [119899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2562), 1, + STATE(1794), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3182), 40, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_END, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - ACTIONS(3188), 1, - sym_PARAMETER, - STATE(2139), 1, - sym_parenthesis_group, - STATE(1779), 3, + anon_sym_LT_LT, + [119956] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 31, + ACTIONS(2492), 34, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145452,29 +146204,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119327] = 6, + [120015] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1780), 3, + ACTIONS(2550), 1, + anon_sym_LPAREN, + ACTIONS(3184), 1, + sym_PARAMETER, + STATE(2101), 1, + sym_parenthesis_group, + STATE(1796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, - sym_identifier, + ACTIONS(2362), 31, sym__AND, - sym_DOWNTO, - sym_LOOP, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -145486,13 +146242,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_THEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145505,83 +146258,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119386] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1781), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3190), 40, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_END, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [119443] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120080] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1782), 3, + STATE(1797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 34, + ACTIONS(2488), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -145593,7 +146296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -145610,35 +146313,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119502] = 9, + [120139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3194), 1, - sym_library_constant_unit, - STATE(2682), 1, - sym__unit, - STATE(1783), 3, + STATE(1798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3192), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2696), 34, + sym_identifier, sym__AND, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -145650,10 +146347,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145666,32 +146366,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119567] = 6, + [120198] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1784), 3, + STATE(1799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 34, - sym_identifier, + ACTIONS(2644), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -145701,13 +146402,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -145719,45 +146417,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119626] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120257] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1785), 3, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + STATE(1800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 34, + ACTIONS(2678), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145770,102 +146477,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [119685] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1786), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3196), 40, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_END, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [119742] = 6, + [120326] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1787), 3, + ACTIONS(3154), 1, + sym_exponentiate, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2722), 34, - sym_identifier, + ACTIONS(2678), 26, sym__AND, - sym_GENERIC, - sym__MOD, + sym_DOWNTO, + sym_IS, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -145876,90 +146538,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [119801] = 5, + [120401] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1788), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3198), 40, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_END, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(225), 1, sym_POSTPONED, - sym_PROCEDURE, + ACTIONS(227), 1, sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, + ACTIONS(3186), 1, + sym_END, + STATE(1711), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(1802), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [119858] = 11, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [120500] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - STATE(1789), 3, + STATE(620), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(1803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(3082), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(3080), 30, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -145971,12 +146648,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -145987,42 +146665,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119927] = 11, + anon_sym_PIPE, + [120563] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - STATE(1790), 3, + STATE(1804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(2488), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, sym_SEVERITY, @@ -146033,6 +146703,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146045,45 +146717,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119996] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120622] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1791), 3, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(3190), 3, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(1805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2674), 34, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146092,39 +146784,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [120055] = 6, + [120705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1792), 3, + STATE(1806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 34, - sym_identifier, + ACTIONS(2644), 34, sym__AND, - sym_DOWNTO, - sym_LOOP, + sym_ELSE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -146132,13 +146818,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146151,26 +146835,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [120114] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120764] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1793), 3, + STATE(1807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 34, + ACTIONS(2562), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -146184,7 +146871,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -146204,43 +146890,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120173] = 6, + [120823] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1794), 3, + STATE(1808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 34, + ACTIONS(2516), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -146257,25 +146943,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120232] = 6, + [120882] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1795), 3, + STATE(1809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 34, + ACTIONS(2536), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -146286,11 +146972,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -146310,31 +146996,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120291] = 6, + [120941] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1796), 3, + STATE(1810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 34, + ACTIONS(2562), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -146346,7 +147032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -146363,33 +147049,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120350] = 6, + [121000] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1797), 3, + STATE(1811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 34, + ACTIONS(2722), 34, + sym_identifier, sym__AND, - sym_ELSE, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -146399,9 +147085,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146414,47 +147102,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [120409] = 6, + [121059] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1798), 3, + ACTIONS(3174), 1, + sym_exponentiate, + STATE(413), 1, + sym_relational_operator, + STATE(582), 1, + sym_logical_operator, + STATE(584), 1, + sym_shift_operator, + STATE(593), 1, + sym_multiplying_operator, + STATE(594), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2700), 3, + sym_DOWNTO, + sym_GENERATE, + sym_TO, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 34, + ACTIONS(2708), 6, sym__AND, - sym_ELSE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146463,32 +147167,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [120468] = 6, + [121142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1799), 3, + STATE(1813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 34, + ACTIONS(2618), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -146502,7 +147201,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -146522,54 +147220,50 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120527] = 12, + [121201] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, - sym_exponentiate, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - STATE(1800), 3, + ACTIONS(3194), 1, + sym_library_constant_unit, + STATE(2682), 1, + sym__unit, + STATE(1814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3192), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2628), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146581,56 +147275,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [120598] = 14, + sym_exponentiate, + [121266] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, - sym_exponentiate, - STATE(516), 1, + STATE(507), 1, sym_multiplying_operator, - STATE(521), 1, + STATE(509), 1, sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, + STATE(587), 1, sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1801), 3, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + STATE(1815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 29, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REPORT, + sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146642,95 +147333,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [120673] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2952), 1, sym_exponentiate, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1802), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2718), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2716), 23, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_REPORT, - sym__ROL, - sym__ROR, - sym_SEVERITY, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [120750] = 6, + [121335] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1803), 3, + ACTIONS(3198), 1, + sym_library_constant_unit, + STATE(2643), 1, + sym__unit, + STATE(1816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(3196), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 34, + ACTIONS(2628), 28, sym__AND, - sym_ELSE, - sym_GENERIC, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -146741,8 +147378,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146755,29 +147390,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [120809] = 6, + [121400] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1804), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(225), 1, + sym_POSTPONED, + ACTIONS(227), 1, + sym_PROCESS, + ACTIONS(2954), 1, + sym_END, + STATE(1711), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [121499] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1818), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 34, + ACTIONS(2618), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -146791,6 +147496,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -146810,45 +147516,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120868] = 6, + [121558] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1805), 3, + ACTIONS(2956), 1, + sym_exponentiate, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + STATE(695), 1, + sym_multiplying_operator, + STATE(696), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(2884), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + STATE(1819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2662), 34, + ACTIONS(2708), 6, sym__AND, - sym_ELSE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146857,67 +147581,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [120927] = 16, + [121641] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, + ACTIONS(3154), 1, sym_exponentiate, - STATE(516), 1, + STATE(507), 1, sym_multiplying_operator, - STATE(521), 1, + STATE(509), 1, sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, + STATE(587), 1, sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1806), 3, + STATE(1820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2690), 26, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_REPORT, - sym_SEVERITY, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146926,52 +147639,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121006] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [121716] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, + ACTIONS(3154), 1, sym_exponentiate, - STATE(516), 1, + STATE(507), 1, sym_multiplying_operator, - STATE(521), 1, + STATE(509), 1, sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, + STATE(587), 1, sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1807), 3, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + STATE(1821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 28, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -146980,62 +147698,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_REPORT, - sym_SEVERITY, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [121087] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [121787] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(485), 1, + ACTIONS(2968), 1, + sym_exponentiate, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, sym_multiplying_operator, STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, sym_relational_operator, - STATE(505), 1, + STATE(583), 1, sym_logical_operator, - STATE(1808), 3, + STATE(1822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 29, + ACTIONS(2690), 28, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147047,25 +147760,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [121156] = 14, + [121858] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, + ACTIONS(2968), 1, sym_exponentiate, - STATE(485), 1, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, sym_multiplying_operator, STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, sym_relational_operator, - STATE(505), 1, + STATE(583), 1, sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -147073,31 +147785,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1809), 3, + STATE(1823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + ACTIONS(2690), 26, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__NAND, sym__NOR, sym__OR, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147109,60 +147821,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [121231] = 15, + [121933] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3156), 1, + ACTIONS(2968), 1, sym_exponentiate, - STATE(522), 1, + STATE(420), 1, sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, + STATE(423), 1, sym_adding_operator, - STATE(706), 1, + STATE(425), 1, sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1810), 3, + STATE(1824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 23, + ACTIONS(2718), 23, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__NAND, sym__NOR, sym__OR, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147171,61 +147883,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121308] = 16, + [122010] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3156), 1, + ACTIONS(2968), 1, sym_exponentiate, - STATE(522), 1, + STATE(420), 1, sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, + STATE(423), 1, sym_adding_operator, - STATE(706), 1, + STATE(425), 1, sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1811), 3, + STATE(1825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, + ACTIONS(2714), 17, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__NAND, sym__NOR, sym__OR, - sym_TO, + sym_REPORT, + sym_SEVERITY, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147234,52 +147946,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121387] = 17, + [122089] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3156), 1, + STATE(1826), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2564), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 34, + sym__AND, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, sym_exponentiate, - STATE(522), 1, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122148] = 26, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(225), 1, + sym_POSTPONED, + ACTIONS(227), 1, + sym_PROCESS, + ACTIONS(3200), 1, + sym_END, + STATE(1802), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1827), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [122247] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2968), 1, + sym_exponentiate, + STATE(420), 1, sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, + STATE(423), 1, sym_adding_operator, - STATE(706), 1, + STATE(425), 1, sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1812), 3, + STATE(1828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147288,62 +148126,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, + ACTIONS(2712), 9, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__NAND, sym__NOR, sym__OR, - sym_TO, + sym_REPORT, + sym_SEVERITY, sym__XNOR, sym__XOR, - [121468] = 11, + anon_sym_SEMI, + [122328] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(485), 1, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, sym_multiplying_operator, STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, sym_relational_operator, - STATE(505), 1, + STATE(583), 1, sym_logical_operator, - STATE(1813), 3, + STATE(1829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2690), 29, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147356,26 +148194,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [121537] = 6, + [122397] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1814), 3, + STATE(1830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 34, + ACTIONS(2596), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -147389,7 +148228,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -147409,41 +148247,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121596] = 11, + [122456] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - STATE(1815), 3, + STATE(1831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2398), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -147454,8 +148284,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -147467,104 +148298,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [121665] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122515] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1816), 3, + STATE(1832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3200), 40, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_END, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2546), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2544), 34, + sym__AND, + sym_ELSE, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [121722] = 11, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122574] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, - sym_logical_operator, - STATE(1817), 3, + STATE(1833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 29, + ACTIONS(2644), 34, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, + sym_PARAMETER, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147577,25 +148404,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [121791] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1818), 3, + STATE(1834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 34, + ACTIONS(2484), 34, sym__AND, sym_ELSE, sym_GENERIC, @@ -147630,46 +148459,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121850] = 14, + [122692] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1819), 3, + STATE(1835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2670), 34, sym__AND, + sym_ELSE, sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -147679,8 +148496,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -147691,43 +148509,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [121925] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122751] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - STATE(1820), 3, + STATE(1836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2428), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -147738,8 +148549,9 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -147750,45 +148562,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [121996] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122810] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1821), 3, + STATE(1837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 34, + ACTIONS(2696), 34, + sym_identifier, sym__AND, - sym_FOR, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147801,26 +148618,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122055] = 14, + [122869] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, + ACTIONS(2968), 1, sym_exponentiate, - STATE(485), 1, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, sym_multiplying_operator, STATE(488), 1, - sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, sym_relational_operator, - STATE(505), 1, + STATE(583), 1, sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -147828,31 +148643,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1822), 3, + ACTIONS(2700), 3, + sym_REPORT, + sym_SEVERITY, + anon_sym_SEMI, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 26, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147861,58 +148683,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [122130] = 12, + [122952] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 1, + ACTIONS(3202), 1, sym_exponentiate, - STATE(485), 1, + STATE(461), 1, sym_multiplying_operator, - STATE(488), 1, + STATE(469), 1, sym_adding_operator, - STATE(502), 1, - sym_shift_operator, - STATE(503), 1, - sym_relational_operator, - STATE(505), 1, + STATE(576), 1, sym_logical_operator, - STATE(1823), 3, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2718), 23, sym__AND, - sym_DOWNTO, - sym_LOOP, - sym__MOD, + sym_GENERIC, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -147920,49 +148745,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [122201] = 6, + [123029] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1824), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2606), 34, - sym__AND, - sym_FOR, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 17, + sym__AND, + sym_GENERIC, + sym__NAND, + sym__NOR, + sym__OR, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -147970,51 +148808,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122260] = 6, + [123108] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1825), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2556), 34, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -148023,32 +148862,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122319] = 6, + ACTIONS(2712), 9, + sym__AND, + sym_GENERIC, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + sym_variable_assignment, + [123189] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1826), 3, + STATE(1842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 34, + ACTIONS(2496), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148062,7 +148906,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -148082,30 +148925,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122378] = 6, + [123248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1827), 3, + STATE(1843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2566), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -148115,10 +148959,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -148135,25 +148978,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122437] = 6, + [123307] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1828), 3, + STATE(1844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 34, + ACTIONS(2520), 34, sym__AND, sym_GENERIC, sym__MOD, @@ -148188,30 +149031,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122496] = 6, + [123366] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1829), 3, + STATE(1845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 34, + ACTIONS(2512), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -148221,10 +149065,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -148241,36 +149084,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122555] = 6, + [123425] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1830), 3, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, + STATE(1846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 34, + ACTIONS(2678), 29, sym__AND, - sym_FOR, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -148278,8 +149130,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -148292,33 +149142,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122614] = 6, + [123494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1831), 3, + STATE(1847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 34, + ACTIONS(2570), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -148330,7 +149178,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -148347,45 +149195,56 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122673] = 6, + [123553] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1832), 3, + ACTIONS(2968), 1, + sym_exponentiate, + STATE(420), 1, + sym_shift_operator, + STATE(423), 1, + sym_adding_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(488), 1, + sym_relational_operator, + STATE(583), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2576), 34, + ACTIONS(2678), 26, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -148397,29 +149256,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122732] = 6, + [123628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1833), 3, + STATE(1849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 34, + ACTIONS(2370), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148433,7 +149290,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -148453,33 +149309,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122791] = 6, + [123687] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1834), 3, + STATE(620), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(1850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 34, + ACTIONS(3080), 31, sym__AND, - sym_ELSE, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -148490,9 +149348,10 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -148504,28 +149363,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [122850] = 6, + anon_sym_GT_GT, + [123750] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1835), 3, + STATE(1851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 34, + ACTIONS(2622), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148539,7 +149398,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -148559,26 +149417,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122909] = 6, + [123809] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1836), 3, + STATE(1852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 34, + ACTIONS(2640), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148592,7 +149451,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -148612,27 +149470,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122968] = 6, + [123868] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1837), 3, + STATE(1853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 34, + ACTIONS(2648), 34, sym__AND, - sym_FOR, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148665,26 +149523,89 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123027] = 6, + [123927] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1838), 3, + ACTIONS(3154), 1, + sym_exponentiate, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1854), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2720), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2718), 23, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [124004] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 34, + ACTIONS(2540), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148694,7 +149615,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -148718,43 +149638,108 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123086] = 6, + [124063] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1839), 3, + ACTIONS(2964), 1, + sym_exponentiate, + STATE(417), 1, + sym_adding_operator, + STATE(554), 1, + sym_logical_operator, + STATE(556), 1, + sym_relational_operator, + STATE(557), 1, + sym_shift_operator, + STATE(561), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(2884), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + STATE(1856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [124146] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1857), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 34, + ACTIONS(2492), 34, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -148771,36 +149756,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123145] = 6, + [124205] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1840), 3, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + STATE(1858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 34, + ACTIONS(2678), 29, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -148808,9 +149801,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -148822,36 +149814,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123204] = 6, + [124274] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1841), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2556), 34, + ACTIONS(2678), 26, sym__AND, - sym_FOR, sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -148861,9 +149863,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -148874,29 +149875,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123263] = 6, + [124349] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1842), 3, + STATE(1860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 34, + ACTIONS(2674), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148906,7 +149905,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -148930,26 +149928,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123322] = 6, + [124408] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1843), 3, + STATE(1861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 34, + ACTIONS(2574), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -148963,7 +149962,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -148983,45 +149981,61 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123381] = 6, + [124467] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1844), 3, + ACTIONS(3154), 1, + sym_exponentiate, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2606), 34, - sym__AND, - sym_ELSE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 17, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -149030,33 +150044,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + [124546] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1863), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3204), 40, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_END, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [124603] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3154), 1, + sym_exponentiate, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_relational_operator, + STATE(589), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123440] = 6, + STATE(1864), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 9, + sym__AND, + sym_DOWNTO, + sym_IS, + sym__NAND, + sym__NOR, + sym__OR, + sym_TO, + sym__XNOR, + sym__XOR, + [124684] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1845), 3, + STATE(1865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 34, + ACTIONS(2644), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149070,6 +150193,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149089,25 +150213,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123499] = 6, + [124743] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1846), 3, + STATE(1866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2618), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -149142,26 +150266,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123558] = 6, + [124802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1847), 3, + STATE(1867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 34, + ACTIONS(2462), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -149175,7 +150300,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149195,26 +150319,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123617] = 6, + [124861] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1848), 3, + STATE(1868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 34, + ACTIONS(2402), 34, sym__AND, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -149228,7 +150353,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149248,45 +150372,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123676] = 6, + [124920] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1849), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2700), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2610), 34, + ACTIONS(2708), 6, sym__AND, - sym_FOR, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -149295,33 +150437,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123735] = 6, + [125003] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1850), 3, + STATE(1870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 34, + ACTIONS(2424), 34, sym__AND, - sym_FOR, + sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -149354,25 +150490,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123794] = 6, + [125062] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1851), 3, + STATE(1871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 34, + ACTIONS(2596), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -149407,64 +150543,53 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123853] = 18, + [125121] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3156), 1, - sym_exponentiate, - STATE(522), 1, - sym_shift_operator, - STATE(524), 1, - sym_relational_operator, - STATE(525), 1, - sym_logical_operator, - STATE(700), 1, - sym_adding_operator, - STATE(706), 1, + STATE(461), 1, sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 3, - sym_DOWNTO, - sym_GENERATE, - sym_TO, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1852), 3, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + STATE(1872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 29, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -149472,100 +150597,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [123936] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(225), 1, - sym_POSTPONED, - ACTIONS(227), 1, - sym_PROCESS, - ACTIONS(3202), 1, - sym_END, - STATE(1682), 1, - aux_sym_design_unit_repeat3, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1853), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [124035] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [125190] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1854), 3, + STATE(1873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 34, + ACTIONS(2566), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149579,6 +150634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149598,27 +150654,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124094] = 6, + [125249] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1855), 3, + STATE(1874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 34, + ACTIONS(2520), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149632,6 +150687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149651,27 +150707,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124153] = 6, + [125308] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1856), 3, + STATE(1875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 34, + ACTIONS(2512), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149685,6 +150740,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149704,26 +150760,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124212] = 6, + [125367] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1857), 3, + STATE(1876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 34, + ACTIONS(2398), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149737,7 +150794,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149757,27 +150813,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124271] = 6, + [125426] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1858), 3, + STATE(1877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 34, + ACTIONS(2570), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149791,6 +150846,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149810,26 +150866,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124330] = 6, + [125485] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1859), 3, + STATE(1878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 34, + ACTIONS(2544), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -149843,7 +150900,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149863,27 +150919,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124389] = 6, + [125544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1860), 3, + STATE(1879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 34, + ACTIONS(2492), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -149897,6 +150952,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -149916,41 +150972,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124448] = 9, + [125603] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3206), 1, - sym_library_constant_unit, - STATE(2665), 1, - sym__unit, - STATE(1861), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3204), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2690), 26, sym__AND, - sym__MOD, + sym_GENERIC, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -149959,8 +151020,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -149971,33 +151033,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [124513] = 6, + [125678] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1862), 3, + ACTIONS(3202), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(469), 1, + sym_adding_operator, + STATE(576), 1, + sym_logical_operator, + STATE(578), 1, + sym_relational_operator, + STATE(580), 1, + sym_shift_operator, + STATE(1881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 34, + ACTIONS(2690), 28, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -150005,13 +151077,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -150022,28 +151092,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [124572] = 6, + [125749] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1863), 3, + STATE(1882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 34, + ACTIONS(2402), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -150078,25 +151145,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124631] = 6, + [125808] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1864), 3, + STATE(1883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 34, + ACTIONS(2462), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -150131,25 +151198,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124690] = 6, + [125867] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1865), 3, + STATE(1884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 34, + ACTIONS(2484), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -150184,26 +151251,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124749] = 6, + [125926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1866), 3, + STATE(1885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 34, + ACTIONS(2670), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -150213,7 +151281,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -150237,25 +151304,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124808] = 6, + [125985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1867), 3, + STATE(1886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 34, + ACTIONS(2428), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -150290,32 +151357,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124867] = 6, + [126044] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1868), 3, + ACTIONS(3156), 1, + sym_exponentiate, + STATE(599), 1, + sym_logical_operator, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, + STATE(1887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 34, + ACTIONS(2690), 28, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -150323,12 +151402,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150340,29 +151416,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [124926] = 6, + [126115] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1869), 3, + STATE(1888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 34, + ACTIONS(2574), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -150376,7 +151450,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -150396,33 +151469,38 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124985] = 6, + [126174] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1870), 3, + ACTIONS(2376), 1, + anon_sym_LPAREN, + ACTIONS(3206), 1, + sym_PARAMETER, + STATE(1941), 1, + sym_parenthesis_group, + STATE(1889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 34, + ACTIONS(2362), 31, sym__AND, - sym_FOR, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -150432,9 +151510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150449,25 +151525,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125044] = 6, + [126239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1871), 3, + STATE(1890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 34, + ACTIONS(2674), 34, sym__AND, sym_FOR, sym_GENERIC, @@ -150502,48 +151578,56 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125103] = 9, + [126298] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2546), 1, - anon_sym_LPAREN, - ACTIONS(3208), 1, - sym_PARAMETER, - STATE(1998), 1, - sym_parenthesis_group, - STATE(1872), 3, + ACTIONS(3156), 1, + sym_exponentiate, + STATE(599), 1, + sym_logical_operator, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2099), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2097), 31, + ACTIONS(2690), 26, sym__AND, - sym_GENERIC, - sym__MOD, + sym_DOWNTO, + sym_LOOP, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150555,36 +151639,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125168] = 6, + [126373] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1873), 3, + STATE(599), 1, + sym_logical_operator, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, + STATE(1892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 34, + ACTIONS(2690), 29, sym__AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -150592,11 +151682,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150609,58 +151697,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125227] = 14, + [126442] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2952), 1, + ACTIONS(3156), 1, sym_exponentiate, - STATE(516), 1, - sym_multiplying_operator, - STATE(521), 1, - sym_adding_operator, - STATE(527), 1, - sym_shift_operator, - STATE(534), 1, - sym_relational_operator, - STATE(539), 1, + STATE(599), 1, sym_logical_operator, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1874), 3, + STATE(1893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 26, + ACTIONS(2678), 26, sym__AND, + sym_DOWNTO, + sym_LOOP, sym__NAND, sym__NOR, sym__OR, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150672,31 +151758,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [125302] = 6, + [126517] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1875), 3, + STATE(1894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 34, + ACTIONS(2488), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -150708,7 +151794,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -150725,45 +151811,52 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125361] = 6, + [126576] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1876), 3, + STATE(599), 1, + sym_logical_operator, + STATE(600), 1, + sym_relational_operator, + STATE(601), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, + STATE(1895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 34, + ACTIONS(2678), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150776,47 +151869,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125420] = 6, + [126645] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1877), 3, + STATE(1896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 34, + ACTIONS(2696), 34, + sym_identifier, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150829,33 +151922,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125479] = 6, + [126704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1878), 3, + STATE(1897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 34, + ACTIONS(2516), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -150867,7 +151958,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -150884,31 +151975,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125538] = 6, + [126763] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1879), 3, + STATE(1898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 34, + ACTIONS(2536), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -150920,7 +152011,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -150937,33 +152028,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125597] = 6, + [126822] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1880), 3, + STATE(1899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 34, + ACTIONS(2722), 34, + sym_identifier, sym__AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -150971,11 +152062,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -150988,29 +152081,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125656] = 6, + [126881] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1881), 3, + STATE(1900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 34, + ACTIONS(2462), 34, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151024,6 +152114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -151043,98 +152134,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125715] = 6, + [126940] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1882), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2668), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 34, - sym__AND, - sym_ELSE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2452), 1, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125774] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1883), 3, + ACTIONS(3208), 1, + sym_PARAMETER, + STATE(2004), 1, + sym_parenthesis_group, + STATE(1901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2364), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 34, + ACTIONS(2362), 31, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -151149,79 +152190,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125833] = 6, + [127005] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1884), 3, + STATE(1902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2428), 34, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym_SEVERITY, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3210), 40, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_END, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [125892] = 6, + anon_sym_LT_LT, + [127062] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1885), 3, + STATE(1903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 34, + ACTIONS(2496), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151235,7 +152276,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -151255,31 +152295,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125951] = 6, + [127121] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1886), 3, + STATE(1904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 34, + ACTIONS(2370), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -151291,7 +152331,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -151308,31 +152348,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126010] = 6, + [127180] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1887), 3, + STATE(1905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 34, + ACTIONS(2622), 34, sym__AND, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -151344,7 +152384,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -151361,92 +152401,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126069] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1888), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [126152] = 6, + [127239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1889), 3, + STATE(1906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 34, + ACTIONS(2640), 34, sym__AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151479,27 +152454,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126211] = 6, + [127298] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1890), 3, + STATE(1907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 34, + ACTIONS(2648), 34, sym__AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151532,27 +152507,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126270] = 6, + [127357] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1891), 3, + STATE(1908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 34, + ACTIONS(2540), 34, sym__AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151585,32 +152560,112 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126329] = 6, + [127416] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1892), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(225), 1, + sym_POSTPONED, + ACTIONS(227), 1, + sym_PROCESS, + ACTIONS(3212), 1, + sym_END, + STATE(1761), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3024), 1, + sym__direct_name, + STATE(4374), 1, + sym__concurrent_statement, + STATE(6075), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6385), 1, + sym_name, + STATE(7826), 1, + sym__label, + STATE(8168), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4376), 11, + sym_block_statement, + sym_component_instantiation_statement, + sym_process_statement, + sym_case_generate_statement, + sym_for_generate_statement, + sym_if_generate_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + sym_concurrent_simple_signal_assignment, + sym_concurrent_conditional_signal_assignment, + sym_concurrent_selected_signal_assignment, + [127515] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3216), 1, + sym_library_constant_unit, + STATE(2623), 1, + sym__unit, + STATE(1910), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3214), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 34, + ACTIONS(2628), 28, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -151622,8 +152677,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -151636,35 +152689,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [126388] = 6, + [127580] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1893), 3, + STATE(1911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 34, + ACTIONS(2722), 34, + sym_identifier, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -151674,10 +152724,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -151689,29 +152742,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [126447] = 6, + [127639] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1894), 3, + STATE(1912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 34, + ACTIONS(2488), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -151725,6 +152775,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -151744,27 +152795,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126506] = 6, + [127698] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1895), 3, + STATE(1913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 34, + ACTIONS(2516), 34, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -151778,6 +152828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -151797,27 +152848,77 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126565] = 6, + [127757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1896), 3, + STATE(1914), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3218), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [127813] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 34, + ACTIONS(2516), 33, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -151827,13 +152928,13 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -151850,27 +152951,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126624] = 6, + [127871] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1897), 3, + STATE(1916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 34, + ACTIONS(2644), 33, sym__AND, - sym_FOR, sym_GENERIC, sym__MOD, sym__NAND, @@ -151884,9 +152984,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -151903,31 +153003,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126683] = 6, + [127929] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1898), 3, + STATE(1917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 34, + ACTIONS(2570), 33, sym__AND, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -151939,7 +153039,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -151956,45 +153055,157 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126742] = 6, + [127987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1899), 3, + STATE(1918), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3220), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [128043] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1919), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3222), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [128099] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3224), 1, + sym_exponentiate, + STATE(454), 1, + sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2374), 34, + ACTIONS(2678), 25, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152006,55 +153217,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [126801] = 15, + [128173] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, + STATE(454), 1, sym_logical_operator, - STATE(609), 1, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, sym_multiplying_operator, - STATE(611), 1, + STATE(487), 1, sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1900), 3, + STATE(1921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 28, sym__AND, - sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -152063,7 +153263,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -152071,62 +153270,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [126878] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [128241] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1901), 3, + STATE(1922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2492), 33, + sym__AND, + sym_GENERATE, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 17, - sym__AND, - sym_GENERIC, - sym__NAND, - sym__NOR, - sym__OR, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -152134,52 +153320,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [126957] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(528), 1, - sym_shift_operator, - STATE(529), 1, - sym_relational_operator, - STATE(531), 1, - sym_logical_operator, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1902), 3, + STATE(1923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3226), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [128355] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1924), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2540), 33, + sym__AND, + sym_GENERIC, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152188,73 +153423,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 9, - sym__AND, - sym_GENERIC, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - sym_variable_assignment, - [127038] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128413] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(3224), 1, sym_exponentiate, - STATE(441), 1, + STATE(454), 1, sym_logical_operator, - STATE(442), 1, + STATE(456), 1, sym_relational_operator, - STATE(448), 1, + STATE(459), 1, sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, + STATE(481), 1, sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2700), 2, + sym_SEVERITY, + anon_sym_SEMI, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - ACTIONS(3210), 3, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(1903), 3, + STATE(1925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152263,36 +153493,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [127121] = 9, + [128495] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3214), 1, - sym_library_constant_unit, - STATE(2638), 1, - sym__unit, - STATE(1904), 3, + STATE(1926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3212), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2696), 33, + sym_identifier, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -152300,12 +153521,17 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, @@ -152319,28 +153545,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [127186] = 6, + [128553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1905), 3, + STATE(1927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 34, + ACTIONS(2648), 33, sym__AND, - sym_ELSE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -152355,7 +153581,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152372,101 +153597,80 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127245] = 26, + [128611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(225), 1, - sym_POSTPONED, - ACTIONS(227), 1, - sym_PROCESS, - ACTIONS(3216), 1, - sym_END, - STATE(1680), 1, - aux_sym_design_unit_repeat3, - STATE(2666), 1, - sym_label_declaration, - STATE(3020), 1, - sym__direct_name, - STATE(4316), 1, - sym__concurrent_statement, - STATE(6197), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6334), 1, - sym__target, - STATE(6369), 1, - sym_name, - STATE(7535), 1, - sym_assertion, - STATE(7713), 1, - sym__label, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1906), 3, + STATE(1928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4351), 11, - sym_block_statement, - sym_component_instantiation_statement, - sym_process_statement, - sym_case_generate_statement, - sym_for_generate_statement, - sym_if_generate_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - sym_concurrent_simple_signal_assignment, - sym_concurrent_conditional_signal_assignment, - sym_concurrent_selected_signal_assignment, - [127344] = 6, + ACTIONS(2642), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2640), 33, + sym__AND, + sym_GENERIC, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128669] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1907), 3, + STATE(1929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 34, + ACTIONS(2562), 33, sym__AND, - sym_ELSE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -152481,7 +153685,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152498,28 +153701,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127403] = 6, + [128727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1908), 3, + STATE(1930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 34, + ACTIONS(2622), 33, sym__AND, - sym_ELSE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -152534,7 +153737,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152551,43 +153753,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127462] = 6, + [128785] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1909), 3, + STATE(1931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 34, + ACTIONS(2636), 33, sym__AND, sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152604,31 +153805,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127521] = 6, + [128843] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1910), 3, + STATE(1932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 34, + ACTIONS(2370), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym_PARAMETER, sym__REM, @@ -152640,7 +153841,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152657,45 +153857,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127580] = 6, + [128901] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1911), 3, + STATE(1933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 34, + ACTIONS(2722), 33, + sym_identifier, sym__AND, - sym_FOR, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152708,29 +153909,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127639] = 6, + [128959] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1912), 3, + STATE(1934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 34, + ACTIONS(2516), 33, sym__AND, - sym_ELSE, sym_GENERIC, sym__MOD, sym__NAND, @@ -152744,9 +153942,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152763,27 +153961,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127698] = 6, + [129017] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1913), 3, + STATE(1935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2484), 33, sym__AND, - sym_ELSE, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -152799,7 +153997,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_EQ, @@ -152816,18 +154013,75 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127757] = 5, + [129075] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1914), 3, + STATE(454), 1, + sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, + STATE(1936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3218), 39, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 28, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym_SEVERITY, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [129143] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1937), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3228), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -152867,44 +154121,52 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [127813] = 6, + [129199] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1915), 3, + ACTIONS(3224), 1, + sym_exponentiate, + STATE(454), 1, + sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2450), 33, - sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152913,69 +154175,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127871] = 19, + ACTIONS(2712), 8, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_SEVERITY, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + [129279] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3230), 1, sym_exponentiate, - ACTIONS(3220), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(540), 1, sym_logical_operator, - STATE(6446), 1, - sym_case_generate_block, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1916), 3, + STATE(1939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152984,148 +154238,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [127955] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1917), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2426), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2712), 8, sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [128013] = 6, + anon_sym_SEMI, + [129359] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1918), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2422), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3230), 1, + sym_exponentiate, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [128071] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1919), 3, + STATE(1940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2404), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 16, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153134,42 +154309,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [128129] = 8, + [129437] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(592), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(1920), 3, + STATE(1941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 30, + ACTIONS(2496), 33, sym__AND, - sym_BUS, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -153179,10 +154345,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -153194,63 +154359,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128191] = 19, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129495] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3230), 1, sym_exponentiate, - ACTIONS(3220), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(540), 1, sym_logical_operator, - STATE(6501), 1, - sym_case_generate_block, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2700), 2, + sym_UNITS, + anon_sym_SEMI, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1921), 3, + STATE(1942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153259,40 +154425,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [128275] = 9, + [129577] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3224), 1, - sym_library_constant_unit, - STATE(2707), 1, - sym__unit, - STATE(1922), 3, + STATE(1943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3222), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(2562), 33, sym__AND, - sym_LOOP, + sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -153302,6 +154461,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153314,18 +154475,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128339] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1923), 3, + STATE(1944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3226), 39, + ACTIONS(3232), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153365,148 +154528,44 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128395] = 5, + [129691] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1924), 3, + STATE(1945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3228), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128451] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1925), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3230), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128507] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1926), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 33, - sym_identifier, + ACTIONS(2402), 33, sym__AND, - sym_ELSE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153519,286 +154578,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128565] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1927), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3232), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128621] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1928), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(393), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128677] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1929), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3234), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128733] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1930), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3232), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128789] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129749] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1931), 3, + ACTIONS(3236), 1, + sym_library_constant_unit, + STATE(2768), 1, + sym__unit, + STATE(1946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3236), 39, + ACTIONS(3234), 4, sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128845] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1932), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 33, - sym_identifier, + ACTIONS(2628), 27, sym__AND, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -153807,13 +154620,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153826,79 +154635,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128903] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1933), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3232), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [128959] = 6, + [129813] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1934), 3, + STATE(1947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 33, + ACTIONS(2618), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -153929,130 +154687,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129017] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1935), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3238), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [129073] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1936), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3240), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [129129] = 6, + [129871] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1937), 3, + STATE(1948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, + ACTIONS(2570), 33, sym__AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -154083,28 +154739,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129187] = 6, + [129929] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1938), 3, + STATE(1949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2462), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -154113,6 +154768,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -154135,27 +154791,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129245] = 6, + [129987] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1939), 3, + STATE(1950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 33, + ACTIONS(2488), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -154164,7 +154821,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -154187,28 +154843,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129303] = 6, + [130045] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1940), 3, + STATE(1951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2630), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 33, - sym_identifier, + ACTIONS(2628), 32, sym__AND, - sym_ELSE, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -154220,15 +154876,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -154239,62 +154894,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [129361] = 18, + anon_sym_PIPE, + [130103] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, - sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 2, - sym_ELSE, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1941), 3, + STATE(1952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2428), 33, sym__AND, + sym_GENERIC, + sym_LOOP, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154303,92 +154941,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [129443] = 19, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - ACTIONS(3220), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(6572), 1, - sym_case_generate_block, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1942), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [129527] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130161] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1943), 3, + STATE(1953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(2670), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -154397,7 +154977,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -154420,41 +154999,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129585] = 11, + [130219] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - STATE(1944), 3, + STATE(1954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 28, + ACTIONS(2644), 33, sym__AND, - sym_ELSE, + sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -154464,7 +155035,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154477,32 +155049,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [129653] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130277] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1945), 3, + STATE(1955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 7, - anon_sym_EQ, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2566), 33, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -154510,14 +155084,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -154528,56 +155101,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [129711] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, - sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(1946), 3, + STATE(1956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2520), 33, sym__AND, - sym_ELSE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154589,135 +155152,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [129785] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1947), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3244), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [129841] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1948), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3246), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [129897] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1949), 3, + STATE(1957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(3074), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 33, + ACTIONS(3072), 32, sym__AND, - sym_GENERATE, - sym_GENERIC, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -154725,12 +155188,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -154741,37 +155206,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [129955] = 9, + anon_sym_PIPE, + [130451] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3250), 1, - sym_library_constant_unit, - STATE(2743), 1, - sym__unit, - STATE(1950), 3, + STATE(1958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(3070), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3068), 32, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -154783,11 +155240,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -154798,18 +155258,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [130019] = 6, + anon_sym_PIPE, + [130509] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1951), 3, + STATE(1959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 7, + ACTIONS(3066), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -154817,7 +155278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 32, + ACTIONS(3064), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -154850,32 +155311,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [130077] = 6, + [130567] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1952), 3, + STATE(1960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 32, + ACTIONS(2512), 33, sym__AND, - sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -154883,14 +155344,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -154901,71 +155361,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [130135] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130625] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1953), 3, + ACTIONS(2926), 1, + sym_exponentiate, + ACTIONS(3238), 1, + sym_WHEN, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + STATE(6735), 1, + sym_when_element, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 7, - anon_sym_EQ, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3130), 32, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 8, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [130193] = 5, + [130709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1954), 3, + STATE(1962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 39, + ACTIONS(3240), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -155005,27 +155479,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [130249] = 6, + [130765] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1955), 3, + STATE(1963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2484), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -155034,7 +155509,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -155057,237 +155531,127 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130307] = 5, + [130823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1956), 3, + STATE(1964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 39, + ACTIONS(3242), 39, sym_identifier, - sym__ABS, - sym__AND, - sym_GUARDED, - sym_INERTIAL, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym_REJECT, - sym_TRANSPORT, - sym_UNAFFECTED, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, sym_operator_symbol, sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, sym_library_constant_std_logic, sym_library_function, sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_LT, - [130363] = 6, + [130879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1957), 3, + STATE(1965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2602), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [130421] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - STATE(1958), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 28, - sym__AND, - sym_ELSE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [130489] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1959), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2642), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3244), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [130547] = 6, + anon_sym_LT_LT, + [130935] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1960), 3, + STATE(1966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2574), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -155321,25 +155685,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130605] = 6, + [130993] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1961), 3, + STATE(1967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2674), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -155373,52 +155737,60 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130663] = 17, + [131051] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, + ACTIONS(3224), 1, sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, + STATE(454), 1, sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1962), 3, + STATE(1968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2714), 16, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_SEVERITY, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -155427,37 +155799,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 8, - sym__AND, - sym_ELSE, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [130743] = 6, + [131129] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1963), 3, + STATE(1969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2544), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -155488,28 +155851,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130801] = 6, + [131187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1964), 3, + STATE(1970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 33, + ACTIONS(2398), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -155540,28 +155903,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130859] = 6, + [131245] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1965), 3, + STATE(1971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 33, + ACTIONS(2596), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -155592,18 +155955,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [130917] = 5, + [131303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1966), 3, + STATE(1972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 39, + ACTIONS(3172), 39, sym_identifier, sym__ABS, sym__AND, @@ -155643,70 +156006,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [130973] = 6, + [131359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1967), 3, + STATE(1973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2502), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3246), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [131031] = 6, + anon_sym_LT_LT, + [131415] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1968), 3, + STATE(1974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 7, + ACTIONS(3062), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -155714,7 +156076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 32, + ACTIONS(3060), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -155747,28 +156109,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [131089] = 6, + [131473] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1969), 3, + STATE(1975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(2516), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -155799,18 +156161,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131147] = 6, + [131531] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1970), 3, + STATE(1976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 7, + ACTIONS(3058), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -155818,7 +156180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 32, + ACTIONS(3056), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -155851,85 +156213,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [131205] = 12, + [131589] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, - sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - STATE(1971), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 27, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [131275] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1972), 3, + STATE(1977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2570), 33, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -155943,6 +156246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -155961,28 +156265,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131333] = 6, + [131647] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1973), 3, + STATE(1978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2536), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -156013,27 +156317,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131391] = 6, + [131705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1974), 3, + STATE(1979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2492), 33, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -156047,6 +156350,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -156065,70 +156369,69 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131449] = 6, + [131763] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1975), 3, + STATE(1980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2506), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3248), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [131507] = 5, + anon_sym_LT_LT, + [131819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1976), 3, + STATE(1981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3256), 39, + ACTIONS(3250), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156168,94 +156471,84 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131563] = 16, + [131875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, - sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1977), 3, + STATE(1982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 16, - sym__AND, - sym_ELSE, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [131641] = 6, + ACTIONS(3252), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [131931] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1978), 3, + STATE(1983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 33, - sym_identifier, + ACTIONS(2636), 33, sym__AND, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -156265,11 +156558,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156282,31 +156572,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [131699] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [131989] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1979), 3, + STATE(1984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_EQ, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 32, + ACTIONS(2618), 33, sym__AND, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -156316,12 +156610,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -156332,20 +156624,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [131757] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [132047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1980), 3, + STATE(1985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 7, + ACTIONS(3254), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [132103] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1986), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3054), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -156353,7 +156696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 32, + ACTIONS(3052), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -156386,18 +156729,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [131815] = 6, + [132161] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1981), 3, + STATE(1987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 7, + ACTIONS(3050), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -156405,7 +156748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 32, + ACTIONS(3048), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -156438,18 +156781,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [131873] = 6, + [132219] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1982), 3, + STATE(1988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 7, + ACTIONS(3114), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -156457,7 +156800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 32, + ACTIONS(3112), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -156490,33 +156833,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [131931] = 6, + [132277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1983), 3, + STATE(1989), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3256), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [132333] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1990), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3258), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [132389] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, + sym_adding_operator, + STATE(655), 1, + sym_multiplying_operator, + STATE(1991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(2690), 27, sym__AND, - sym_GENERATE, - sym_GENERIC, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -156526,8 +156981,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156539,45 +156993,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [131989] = 11, + [132459] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(452), 1, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, sym_adding_operator, - STATE(455), 1, + STATE(655), 1, sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - STATE(1984), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 28, + ACTIONS(2690), 25, sym__AND, - sym__MOD, + sym_FOR, sym__NAND, sym__NOR, - sym_OF, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -156586,7 +157041,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156598,56 +157053,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [132057] = 14, + [132533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, + STATE(1993), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3262), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [132589] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3224), 1, sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, + STATE(454), 1, sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(1985), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 25, + ACTIONS(2718), 22, sym__AND, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156656,47 +157165,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [132131] = 6, + [132665] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1986), 3, + ACTIONS(3224), 1, + sym_exponentiate, + STATE(454), 1, + sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(1995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2614), 33, + ACTIONS(2690), 25, sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156708,30 +157225,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132189] = 6, + [132739] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1987), 3, + STATE(1996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2540), 33, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -156741,6 +157254,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -156763,27 +157277,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132247] = 6, + [132797] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1988), 3, + STATE(1997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2648), 33, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -156793,6 +157306,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -156815,27 +157329,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132305] = 6, + [132855] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1989), 3, + STATE(1998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2640), 33, sym__AND, - sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -156845,6 +157358,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -156867,27 +157381,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132363] = 6, + [132913] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1990), 3, + STATE(1999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2644), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -156896,7 +157411,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -156919,25 +157433,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132421] = 6, + [132971] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1991), 3, + STATE(2000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 33, + ACTIONS(2562), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -156971,25 +157485,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132479] = 6, + [133029] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1992), 3, + STATE(2001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 33, + ACTIONS(2622), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -157023,49 +157537,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132537] = 8, + [133087] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(610), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(1993), 3, + STATE(2002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 30, + ACTIONS(2370), 33, sym__AND, - sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -157077,25 +157587,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [132599] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [133145] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1994), 3, + STATE(2003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2644), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -157129,25 +157641,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132657] = 6, + [133203] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1995), 3, + STATE(2004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2496), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -157181,26 +157693,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132715] = 6, + [133261] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1996), 3, + STATE(2005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2596), 33, sym__AND, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -157210,7 +157723,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -157233,96 +157745,59 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132773] = 6, + [133319] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1997), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2616), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3264), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 33, - sym__AND, - sym_GENERIC, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym_SELECT, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132831] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1998), 3, + STATE(2006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(2718), 22, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -157331,154 +157806,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132889] = 6, + [133395] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1999), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2638), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3264), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132947] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2000), 3, + STATE(2007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 33, - sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133005] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2001), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2558), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2714), 16, sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -157487,24 +157868,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133063] = 6, + [133473] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2002), 3, + STATE(2008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 7, + ACTIONS(3014), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -157512,7 +157887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 32, + ACTIONS(3012), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -157545,18 +157920,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [133121] = 6, + [133531] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2003), 3, + STATE(2009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, + ACTIONS(2426), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -157564,7 +157939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 32, + ACTIONS(2424), 32, sym__AND, sym_DOWNTO, sym__MOD, @@ -157597,24 +157972,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [133179] = 15, + [133589] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, + ACTIONS(3264), 1, sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, + STATE(534), 1, sym_logical_operator, - STATE(677), 1, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, sym_adding_operator, - STATE(720), 1, + STATE(551), 1, sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -157622,34 +157997,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2004), 3, + STATE(2010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 22, - sym__AND, - sym_ELSE, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -157658,77 +158026,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [133255] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2005), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2672), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2712), 8, sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133313] = 6, + anon_sym_COMMA, + [133669] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2006), 3, + STATE(2011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2398), 33, sym__AND, sym_GENERATE, sym_GENERIC, @@ -157762,46 +158087,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133371] = 14, + [133727] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, - sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, + STATE(529), 1, sym_logical_operator, - STATE(677), 1, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, sym_adding_operator, - STATE(720), 1, + STATE(655), 1, sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2007), 3, + STATE(2012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 28, sym__AND, - sym_ELSE, + sym_FOR, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -157822,94 +158143,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [133445] = 9, + sym_exponentiate, + [133795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3260), 1, - sym_library_constant_unit, - STATE(2723), 1, - sym__unit, - STATE(2008), 3, + STATE(2013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 4, + ACTIONS(3266), 39, sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(2384), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 27, - sym__AND, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [133509] = 12, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [133851] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3242), 1, + ACTIONS(3224), 1, sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, + STATE(454), 1, sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, sym_multiplying_operator, - STATE(2009), 3, + STATE(487), 1, + sym_adding_operator, + STATE(2014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2690), 27, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -157917,6 +158234,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -157935,25 +158253,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [133579] = 6, + [133921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2010), 3, + STATE(2015), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3268), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [133977] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 33, + ACTIONS(2674), 33, sym__AND, sym_GENERIC, sym_LOOP, @@ -157987,25 +158356,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133637] = 6, + [134035] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2011), 3, + STATE(2017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2488), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -158039,44 +158408,59 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133695] = 6, + [134093] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2012), 3, + ACTIONS(3230), 1, + sym_exponentiate, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 33, + ACTIONS(2718), 22, sym__AND, - sym_GENERIC, - sym_LOOP, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -158085,33 +158469,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133753] = 6, + [134169] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2013), 3, + STATE(2019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, + ACTIONS(2574), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -158124,7 +158503,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -158143,28 +158521,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133811] = 6, + [134227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2014), 3, + STATE(2020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(2618), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -158177,6 +158554,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -158195,80 +158573,130 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133869] = 6, + [134285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2015), 3, + STATE(2021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2674), 33, - sym__AND, - sym_GENERIC, - sym_LOOP, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3270), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133927] = 6, + anon_sym_LT_LT, + [134341] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2016), 3, + STATE(2022), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3272), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [134397] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2566), 33, sym__AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -158299,27 +158727,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [133985] = 6, + [134455] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2017), 3, + STATE(2024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 33, + ACTIONS(2566), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -158332,7 +158761,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -158351,28 +158779,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134043] = 6, + [134513] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2018), 3, + STATE(2025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(2520), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -158403,79 +158831,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134101] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2019), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3262), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [134157] = 6, + [134571] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2020), 3, + STATE(2026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 33, + ACTIONS(2512), 33, sym__AND, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -158506,18 +158883,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134215] = 5, + [134629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2021), 3, + STATE(2027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3264), 39, + ACTIONS(3274), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -158557,18 +158934,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [134271] = 5, + [134685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2022), 3, + STATE(2028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 39, + ACTIONS(3276), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -158608,113 +158985,114 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [134327] = 5, + [134741] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2023), 3, + STATE(2029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3268), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2522), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2520), 33, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [134383] = 18, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [134799] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, + ACTIONS(3028), 1, sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(540), 1, sym_logical_operator, - STATE(649), 1, - sym_adding_operator, - STATE(650), 1, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + STATE(702), 1, sym_multiplying_operator, + STATE(704), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2882), 2, + ACTIONS(2884), 2, sym_UNITS, anon_sym_SEMI, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2024), 3, + STATE(2030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -158723,18 +159101,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [134465] = 5, + [134881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2025), 3, + STATE(2031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 39, + ACTIONS(3278), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -158774,25 +159152,25 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [134521] = 6, + [134937] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2026), 3, + STATE(2032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 33, + ACTIONS(2428), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -158826,25 +159204,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134579] = 6, + [134995] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2027), 3, + STATE(2033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2670), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -158878,25 +159256,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134637] = 6, + [135053] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2028), 3, + STATE(2034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2566), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -158930,114 +159308,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134695] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2029), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3272), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [134751] = 19, + [135111] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - ACTIONS(3220), 1, - sym_GENERATE, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(6383), 1, - sym_case_generate_block, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2030), 3, + STATE(2035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 33, sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -159046,82 +159354,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [134835] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2031), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3274), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [134891] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135169] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2032), 3, + STATE(2036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 7, - anon_sym_EQ, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 32, + ACTIONS(2544), 33, sym__AND, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -159131,12 +159396,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -159147,30 +159410,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [134949] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2033), 3, + STATE(2037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 33, + ACTIONS(2562), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -159183,6 +159445,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -159201,62 +159464,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [135007] = 18, + [135285] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(3276), 2, - sym_SEVERITY, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2034), 3, + STATE(2038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2570), 33, sym__AND, + sym_GENERIC, + sym_LOOP, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -159265,14 +159510,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [135089] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2035), 3, + STATE(2039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -159316,93 +159567,32 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [135145] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2036), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3068), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3066), 32, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135203] = 11, + [135399] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - STATE(2037), 3, + STATE(2040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2536), 33, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -159410,9 +159600,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -159425,91 +159617,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [135271] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3254), 1, - sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2038), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2678), 25, - sym__AND, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [135345] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135457] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2039), 3, + STATE(2041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 7, - anon_sym_EQ, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 32, + ACTIONS(2492), 33, sym__AND, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -159519,12 +159655,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -159535,30 +159669,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135403] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135515] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2040), 3, + STATE(2042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 33, + ACTIONS(2512), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -159589,28 +159723,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [135461] = 6, + [135573] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2041), 3, + STATE(2043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(2520), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -159641,84 +159775,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [135519] = 6, + [135631] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2042), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3010), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, + sym_adding_operator, + STATE(655), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 32, - sym__AND, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135577] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2043), 3, + STATE(2044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 7, - anon_sym_EQ, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3098), 32, + ACTIONS(2678), 25, sym__AND, - sym__MOD, + sym_FOR, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -159728,11 +159824,8 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -159742,30 +159835,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135635] = 6, + [135705] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2044), 3, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, + sym_adding_operator, + STATE(655), 1, + sym_multiplying_operator, + STATE(2045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 33, - sym_identifier, + ACTIONS(2678), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -159777,13 +159877,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, @@ -159797,31 +159892,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [135693] = 6, + [135773] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2045), 3, + STATE(2046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 7, - anon_sym_EQ, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 32, + ACTIONS(2462), 33, sym__AND, + sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -159831,12 +159928,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -159847,91 +159942,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135751] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(3282), 2, - sym_WHEN, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2046), 3, + STATE(2047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [135833] = 6, + ACTIONS(3282), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [135887] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2047), 3, + STATE(2048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 33, + ACTIONS(2402), 33, sym__AND, sym_GENERIC, sym_LOOP, @@ -159965,83 +160047,84 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [135891] = 6, + [135945] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2048), 3, + STATE(2049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3130), 32, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [135949] = 6, + ACTIONS(3284), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [136001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2049), 3, + STATE(2050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 32, + ACTIONS(2492), 33, sym__AND, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -160051,12 +160134,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -160067,33 +160148,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [136007] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [136059] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2050), 3, + STATE(2051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 7, - anon_sym_EQ, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 32, + ACTIONS(2570), 33, sym__AND, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -160103,12 +160186,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -160119,20 +160200,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [136065] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [136117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2051), 3, + STATE(2052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 39, + ACTIONS(3286), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -160172,122 +160253,120 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [136121] = 6, + [136173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2052), 3, + STATE(2053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 32, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [136179] = 6, + ACTIONS(3288), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [136229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2053), 3, + STATE(2054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 32, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [136237] = 5, + ACTIONS(3290), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [136285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2054), 3, + STATE(2055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 39, + ACTIONS(3292), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -160327,33 +160406,41 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [136293] = 6, + [136341] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2055), 3, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + STATE(2056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2690), 28, sym__AND, - sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -160363,8 +160450,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160377,73 +160463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [136351] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3242), 1, - sym_exponentiate, - STATE(594), 1, - sym_shift_operator, - STATE(595), 1, - sym_relational_operator, - STATE(596), 1, - sym_logical_operator, - STATE(677), 1, - sym_adding_operator, - STATE(720), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(3288), 2, - sym_ELSE, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2056), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [136433] = 6, + [136409] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160454,14 +160474,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2618), 33, sym__AND, sym_GENERIC, sym_INERTIAL, @@ -160495,7 +160515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136491] = 6, + [136467] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160506,15 +160526,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 33, + ACTIONS(2566), 33, sym__AND, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -160528,7 +160549,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -160547,7 +160567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136549] = 6, + [136525] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160558,17 +160578,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2670), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -160599,32 +160619,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136607] = 6, + [136583] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, STATE(2060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 33, + ACTIONS(2690), 28, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -160632,11 +160660,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160649,9 +160676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [136665] = 6, + [136651] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160662,17 +160687,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, + ACTIONS(2596), 33, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -160685,6 +160709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -160703,7 +160728,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136723] = 6, + [136709] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160714,17 +160739,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2398), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -160737,6 +160761,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -160755,7 +160780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136781] = 6, + [136767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160766,17 +160791,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 33, + ACTIONS(2544), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -160789,6 +160813,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -160807,7 +160832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136839] = 6, + [136825] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160818,17 +160843,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 33, + ACTIONS(2484), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -160841,6 +160865,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -160859,7 +160884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136897] = 6, + [136883] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160870,16 +160895,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2512), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -160888,7 +160914,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -160911,7 +160936,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136955] = 6, + [136941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -160922,15 +160947,118 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(3294), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [136997] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2067), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3296), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [137053] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2068), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(2428), 33, sym__AND, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -160940,7 +161068,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -160963,27 +161090,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137013] = 6, + [137111] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2067), 3, + STATE(2069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 33, + ACTIONS(2520), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -160992,7 +161120,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -161015,28 +161142,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137071] = 6, + [137169] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2068), 3, + STATE(2070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 33, + ACTIONS(2566), 33, sym__AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -161067,32 +161194,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137129] = 6, + [137227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2069), 3, + STATE(2071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2630), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(2628), 32, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -161100,13 +161226,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -161117,27 +161244,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [137187] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [137285] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2070), 3, + STATE(2072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2520), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -161148,11 +161275,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -161171,25 +161298,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137245] = 6, + [137343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2071), 3, + STATE(2073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2512), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -161200,11 +161327,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -161223,28 +161350,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137303] = 6, + [137401] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2072), 3, + STATE(2074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2484), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -161253,6 +161379,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -161275,25 +161402,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137361] = 6, + [137459] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2073), 3, + STATE(2075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 33, + ACTIONS(2488), 33, sym__AND, sym_GENERIC, sym_LOOP, @@ -161327,28 +161454,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137419] = 6, + [137517] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2074), 3, + STATE(2076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 33, + ACTIONS(2670), 33, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -161361,6 +161487,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -161379,18 +161506,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [137477] = 7, + [137575] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2075), 3, + STATE(2077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, + ACTIONS(3082), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -161398,15 +161525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3290), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - ACTIONS(3092), 25, + ACTIONS(3080), 32, sym__AND, sym__MOD, sym__NAND, @@ -161421,7 +161540,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -161432,31 +161556,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [137537] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [137633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2076), 3, + STATE(2078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 33, - sym_identifier, + ACTIONS(2428), 33, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -161464,14 +161591,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, + sym_THEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -161484,211 +161608,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [137595] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2077), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3292), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137651] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2078), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3294), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137707] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [137691] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3264), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2700), 2, + sym_OF, + anon_sym_COMMA, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(2079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3296), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137763] = 5, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [137773] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3224), 1, + sym_exponentiate, + STATE(454), 1, + sym_logical_operator, + STATE(456), 1, + sym_relational_operator, + STATE(459), 1, + sym_shift_operator, + STATE(481), 1, + sym_multiplying_operator, + STATE(487), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(3298), 2, + sym_SEVERITY, + anon_sym_SEMI, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(2080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3298), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137819] = 5, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [137855] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -161699,47 +161749,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3300), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137875] = 5, + ACTIONS(3074), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3072), 32, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [137913] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -161750,47 +161801,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137931] = 5, + ACTIONS(3070), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3068), 32, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [137971] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -161801,73 +161853,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [137987] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2084), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(3066), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(3064), 32, sym__AND, - sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -161877,10 +161876,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -161891,29 +161892,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [138045] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [138029] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2085), 3, + STATE(2084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 33, + ACTIONS(2516), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -161926,7 +161928,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -161945,33 +161946,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138103] = 6, + [138087] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2086), 3, + STATE(2085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2696), 33, + sym_identifier, sym__AND, - sym_GENERIC, - sym_LOOP, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -161981,8 +161981,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -161995,27 +161998,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [138161] = 6, + [138145] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2087), 3, + STATE(2086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2536), 33, sym__AND, sym_GENERIC, sym_LOOP, @@ -162049,18 +162050,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138219] = 5, + [138203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2088), 3, + STATE(2087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 39, + ACTIONS(3300), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -162100,33 +162101,32 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [138275] = 6, + [138259] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2089), 3, + STATE(2088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2722), 33, + sym_identifier, sym__AND, - sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -162136,8 +162136,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -162150,35 +162153,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [138333] = 6, + [138317] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2090), 3, + ACTIONS(3304), 1, + sym_library_constant_unit, + STATE(2765), 1, + sym__unit, + STATE(2089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(3302), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 33, + ACTIONS(2628), 27, sym__AND, - sym_GENERIC, - sym_LOOP, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -162188,8 +162196,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -162202,30 +162208,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [138391] = 6, + [138381] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2091), 3, + STATE(2090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 33, + ACTIONS(2492), 33, sym__AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -162256,28 +162260,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138449] = 6, + [138439] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2092), 3, + STATE(2091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2636), 33, sym__AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -162308,18 +162312,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138507] = 5, + [138497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2093), 3, + STATE(2092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 39, + ACTIONS(3306), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -162359,7 +162363,67 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [138563] = 5, + [138553] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3230), 1, + sym_exponentiate, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2093), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 25, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [138627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -162370,7 +162434,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3310), 39, + ACTIONS(3308), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -162410,7 +162474,7 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [138619] = 5, + [138683] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -162421,109 +162485,220 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 39, + ACTIONS(3062), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3060), 32, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [138741] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2096), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2698), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2696), 33, sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, sym_library_constant, - sym_library_constant_std_logic, + sym_library_constant_unit, sym_library_function, sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [138675] = 5, + anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [138799] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2096), 3, + STATE(2097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3314), 39, + ACTIONS(3172), 39, sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, + sym__ABS, + sym__AND, + sym_GUARDED, + sym_INERTIAL, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym_REJECT, + sym_TRANSPORT, + sym_UNAFFECTED, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, sym_operator_symbol, sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, sym_library_constant_std_logic, sym_library_function, sym_library_type, - sym__end_of_file, anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_LT, - [138731] = 5, + [138855] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2097), 3, + ACTIONS(3230), 1, + sym_exponentiate, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + STATE(2098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3316), 39, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 27, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [138925] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2099), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3310), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -162563,38 +162738,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [138787] = 12, + [138981] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - STATE(2098), 3, + STATE(2100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2722), 33, + sym_identifier, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -162602,13 +162767,16 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, @@ -162621,55 +162789,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [138857] = 14, + sym_exponentiate, + [139039] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2099), 3, + STATE(2101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2496), 33, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -162681,59 +162839,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [138931] = 15, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [139097] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2100), 3, + STATE(2102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 22, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2536), 33, sym__AND, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -162742,126 +162888,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [139007] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2101), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2714), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 16, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_SEVERITY, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [139085] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - STATE(2102), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2690), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [139153] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [139155] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -162872,16 +162905,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 33, + ACTIONS(2636), 33, sym__AND, sym_GENERIC, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -162890,7 +162924,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -162913,7 +162946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139211] = 6, + [139213] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -162924,68 +162957,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2474), 33, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym_SELECT, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [139269] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2105), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2424), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -162994,7 +162976,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -163017,52 +162998,62 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139327] = 17, + [139271] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, + ACTIONS(3260), 1, sym_exponentiate, - STATE(462), 1, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, sym_adding_operator, - STATE(464), 1, + STATE(655), 1, sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(3312), 2, + sym_FOR, + anon_sym_SEMI, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2106), 3, + STATE(2105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163071,53 +163062,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 8, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_SEVERITY, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [139407] = 6, + [139353] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2107), 3, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + STATE(2106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 33, + ACTIONS(2678), 28, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163130,26 +163119,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [139465] = 14, + [139421] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3318), 1, + ACTIONS(3264), 1, sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(534), 1, sym_logical_operator, - STATE(586), 1, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, sym_adding_operator, - STATE(590), 1, + STATE(551), 1, sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -163157,19 +163144,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2108), 3, + STATE(2107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 25, + ACTIONS(2678), 25, sym__AND, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__ROL, sym__ROR, @@ -163177,10 +163165,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163192,85 +163179,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [139539] = 11, + [139495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - STATE(2109), 3, + STATE(2108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym_SEVERITY, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [139607] = 6, + ACTIONS(3314), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [139551] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2110), 3, + STATE(2109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(2644), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -163301,18 +163282,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139665] = 5, + [139609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2111), 3, + STATE(2110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 39, + ACTIONS(3316), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -163352,28 +163333,27 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [139721] = 6, + [139665] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2112), 3, + STATE(2111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2544), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -163382,6 +163362,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -163404,28 +163385,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139779] = 6, + [139723] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2113), 3, + STATE(2112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2398), 33, sym__AND, sym_GENERIC, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -163434,6 +163414,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -163456,25 +163437,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139837] = 6, + [139781] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2114), 3, + STATE(2113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 33, + ACTIONS(2596), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -163485,11 +163466,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -163508,171 +163489,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139895] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2115), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3322), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [139951] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2116), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3324), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [140007] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2117), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3326), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [140063] = 5, + [139839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2118), 3, + STATE(2114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3328), 39, + ACTIONS(3318), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -163712,28 +163540,27 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [140119] = 6, + [139895] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2119), 3, + STATE(2115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2572), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2570), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -163742,6 +163569,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -163764,34 +163592,50 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140177] = 6, + [139953] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2120), 3, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, + sym_adding_operator, + STATE(655), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2666), 33, + ACTIONS(2718), 22, sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, + sym_FOR, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -163800,8 +163644,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163810,110 +163653,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140235] = 14, + [140029] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, + ACTIONS(3260), 1, sym_exponentiate, - STATE(462), 1, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, sym_adding_operator, - STATE(464), 1, + STATE(655), 1, sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2121), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 25, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [140309] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2122), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2638), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 33, + ACTIONS(2714), 16, sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, + sym_FOR, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163922,107 +163715,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140367] = 11, + [140107] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(462), 1, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, sym_adding_operator, - STATE(464), 1, + STATE(655), 1, sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - STATE(2123), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2690), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 28, - sym__AND, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, sym__REM, - sym__ROL, - sym__ROR, - sym_SEVERITY, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [140435] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2124), 3, + STATE(2118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2610), 33, - sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164031,86 +163769,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140493] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2125), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2608), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(2712), 8, sym__AND, - sym_GENERIC, - sym_LOOP, - sym__MOD, + sym_FOR, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140551] = 6, + anon_sym_SEMI, + [140187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2126), 3, + STATE(2119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2424), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -164119,6 +163807,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -164141,96 +163830,62 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140609] = 6, + [140245] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2127), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2452), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3260), 1, + sym_exponentiate, + STATE(529), 1, + sym_logical_operator, + STATE(530), 1, + sym_relational_operator, + STATE(531), 1, + sym_shift_operator, + STATE(654), 1, + sym_adding_operator, + STATE(655), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 33, - sym__AND, - sym_GENERIC, - sym_LOOP, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2700), 2, + sym_FOR, + anon_sym_SEMI, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140667] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2128), 3, + STATE(2120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2602), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164239,39 +163894,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140725] = 6, + [140327] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2129), 3, + ACTIONS(3322), 1, + sym_library_constant_unit, + STATE(2748), 1, + sym__unit, + STATE(2121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(3320), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 33, + ACTIONS(2628), 27, sym__AND, - sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -164281,8 +163937,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164295,27 +163949,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140783] = 6, + [140391] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2130), 3, + STATE(2122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2370), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -164349,189 +164001,459 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140841] = 6, + [140449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2131), 3, + STATE(2123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2474), 33, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3324), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140899] = 6, + anon_sym_LT_LT, + [140505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2132), 3, + STATE(2124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2498), 33, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(3326), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140957] = 6, + anon_sym_LT_LT, + [140561] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2133), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2504), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2502), 33, - sym__AND, - sym_GENERIC, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3328), 1, + sym_ALIAS, + ACTIONS(3330), 1, + sym_ATTRIBUTE, + ACTIONS(3332), 1, + sym_CONSTANT, + ACTIONS(3334), 1, + sym_END, + ACTIONS(3336), 1, + sym_FILE, + ACTIONS(3338), 1, + sym_FUNCTION, + ACTIONS(3340), 1, + sym_GROUP, + ACTIONS(3342), 1, + sym_PACKAGE, + ACTIONS(3344), 1, + sym_SHARED, + ACTIONS(3346), 1, + sym_SUBTYPE, + ACTIONS(3348), 1, + sym_TYPE, + ACTIONS(3350), 1, + sym_USE, + ACTIONS(3352), 1, + sym_VARIABLE, + STATE(2286), 1, + aux_sym_protected_type_body_repeat1, + STATE(3672), 1, + sym__protected_type_body_declarative_item, + STATE(5887), 1, + sym__subprogram_specification, + STATE(7474), 1, + sym_protected_type_body_end, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2125), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3673), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [140657] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2126), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3354), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [141015] = 6, + anon_sym_LT_LT, + [140713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2134), 3, + STATE(2127), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3356), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [140769] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2128), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3358), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [140825] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2129), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3360), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [140881] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2130), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3362), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [140937] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(3058), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(3056), 32, sym__AND, - sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -164541,10 +164463,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -164555,30 +164479,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [141073] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [140995] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2135), 3, + STATE(2132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2622), 33, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -164591,6 +164514,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -164609,7 +164533,160 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141131] = 6, + [141053] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2133), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3364), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141109] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2134), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3366), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141165] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2135), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3368), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -164620,17 +164697,118 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(3370), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141277] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2137), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3372), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141333] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2138), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2640), 33, sym__AND, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -164643,6 +164821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -164661,25 +164840,178 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141189] = 6, + [141391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2137), 3, + STATE(2139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(3374), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141447] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2140), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3376), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141503] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2141), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3378), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141559] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2142), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2648), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -164713,44 +165045,165 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141247] = 6, + [141617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2138), 3, + STATE(2143), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3380), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141673] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2144), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3382), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [141729] = 19, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2926), 1, + sym_exponentiate, + ACTIONS(3238), 1, + sym_WHEN, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + STATE(6450), 1, + sym_when_element, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2506), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164759,34 +165212,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [141305] = 6, + [141813] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2139), 3, + STATE(2146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(2540), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -164799,6 +165245,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -164817,62 +165264,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141363] = 18, + [141871] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, + ACTIONS(3022), 1, sym_exponentiate, - STATE(472), 1, + ACTIONS(3384), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, sym_adding_operator, - STATE(475), 1, + STATE(699), 1, sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, + STATE(6525), 1, + sym_case_generate_block, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(3330), 2, - sym_FOR, - anon_sym_SEMI, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2140), 3, + STATE(2147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164881,40 +165329,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [141445] = 11, + [141955] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - STATE(2141), 3, + STATE(2148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2674), 33, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -164922,10 +165362,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164938,102 +165379,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [141513] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2142), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2678), 25, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [141587] = 12, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [142013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - STATE(2143), 3, + STATE(2149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2574), 33, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -165041,10 +165414,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -165056,28 +165430,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [141657] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [142071] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2144), 3, + STATE(2150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 33, + ACTIONS(2618), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -165108,91 +165485,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141715] = 18, + [142129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, - sym_exponentiate, - STATE(462), 1, - sym_adding_operator, - STATE(464), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_shift_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 2, - sym_SEVERITY, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2145), 3, + STATE(2151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [141797] = 6, + ACTIONS(3386), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142185] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2146), 3, + STATE(2152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 33, + ACTIONS(2424), 33, sym__AND, sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -165201,7 +165566,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -165224,28 +165588,78 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141855] = 6, + [142243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2147), 3, + STATE(2153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(3388), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142299] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2154), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2494), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2492), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -165254,6 +165668,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -165276,25 +165691,127 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141913] = 6, + [142357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2148), 3, + STATE(2155), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3390), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142413] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2156), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3392), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142469] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(2462), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -165328,28 +165845,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141971] = 6, + [142527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2149), 3, + STATE(2158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2430), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 33, + ACTIONS(2428), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -165380,25 +165897,76 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142029] = 6, + [142585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2150), 3, + STATE(2159), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3394), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142641] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2402), 33, sym__AND, sym_GENERIC, sym__MOD, @@ -165432,27 +166000,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142087] = 6, + [142699] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2151), 3, + STATE(2161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2672), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2670), 33, sym__AND, sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -165465,7 +166034,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -165484,27 +166052,181 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142145] = 6, + [142757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2152), 3, + STATE(2162), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3396), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142813] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2163), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3398), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142869] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2164), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3400), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142925] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2496), 33, sym__AND, sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -165517,7 +166239,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -165536,32 +166257,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142203] = 6, + [142983] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2153), 3, + STATE(2166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 33, + ACTIONS(2696), 33, + sym_identifier, sym__AND, - sym_GENERIC, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -165569,11 +166290,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -165586,29 +166309,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [142261] = 6, + [143041] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2154), 3, + STATE(2167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 33, + ACTIONS(2402), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -165621,7 +166343,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -165640,32 +166361,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142319] = 6, + [143099] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2155), 3, + STATE(2168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(3054), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(3052), 32, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -165673,13 +166393,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -165690,28 +166411,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [142377] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [143157] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2156), 3, + STATE(2169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(3050), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 33, - sym_identifier, + ACTIONS(3048), 32, sym__AND, sym__MOD, sym__NAND, @@ -165720,20 +166441,18 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -165744,18 +166463,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [142435] = 5, + anon_sym_GT_GT, + anon_sym_PIPE, + [143215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2157), 3, + STATE(2170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 39, + ACTIONS(3402), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -165795,18 +166516,177 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [142491] = 5, + [143271] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2158), 3, + STATE(2171), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3114), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3112), 32, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [143329] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2172), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2400), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2398), 33, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [143387] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3406), 1, + sym_library_constant_unit, + STATE(2698), 1, + sym__unit, + STATE(2173), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3404), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 27, + sym__AND, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [143451] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3336), 39, + ACTIONS(3408), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -165846,82 +166726,70 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [142547] = 18, + [143507] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, - sym_exponentiate, - STATE(544), 1, - sym_adding_operator, - STATE(554), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2882), 2, - sym_OF, - anon_sym_COMMA, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2159), 3, + STATE(2175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2426), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2424), 32, sym__AND, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [142629] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [143565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2160), 3, + STATE(2176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3338), 39, + ACTIONS(3410), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -165961,151 +166829,79 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [142685] = 25, + [143621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(3340), 1, + STATE(2177), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3412), 39, + sym_identifier, sym_ALIAS, - ACTIONS(3342), 1, + sym_ARCHITECTURE, + sym_ASSERT, sym_ATTRIBUTE, - ACTIONS(3344), 1, + sym_COMPONENT, + sym_CONFIGURATION, sym_CONSTANT, - ACTIONS(3346), 1, - sym_END, - ACTIONS(3348), 1, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, sym_FILE, - ACTIONS(3350), 1, + sym_FOR, sym_FUNCTION, - ACTIONS(3352), 1, sym_GROUP, - ACTIONS(3354), 1, + sym_IMPURE, + sym_LIBRARY, sym_PACKAGE, - ACTIONS(3356), 1, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, sym_SHARED, - ACTIONS(3358), 1, sym_SUBTYPE, - ACTIONS(3360), 1, sym_TYPE, - ACTIONS(3362), 1, sym_USE, - ACTIONS(3364), 1, sym_VARIABLE, - STATE(2198), 1, - aux_sym_protected_type_body_repeat1, - STATE(3728), 1, - sym__protected_type_body_declarative_item, - STATE(5880), 1, - sym__subprogram_specification, - STATE(8111), 1, - sym_protected_type_body_end, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2161), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3727), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [142781] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2162), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2504), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2502), 33, - sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [142839] = 6, + anon_sym_LT_LT, + [143677] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2163), 3, + STATE(2178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2546), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 33, + ACTIONS(2544), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -166136,28 +166932,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142897] = 6, + [143735] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2164), 3, + STATE(2179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 33, + ACTIONS(2484), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -166188,69 +166984,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142955] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2165), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3366), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [143011] = 5, + [143793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2166), 3, + STATE(2180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 39, + ACTIONS(3414), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166290,46 +167035,63 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143067] = 6, + [143849] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2167), 3, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3384), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(6546), 1, + sym_case_generate_block, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2692), 33, - sym_identifier, + ACTIONS(2708), 6, sym__AND, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -166338,22 +167100,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [143125] = 5, + [143933] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2168), 3, + STATE(2182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 39, + ACTIONS(3416), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166393,27 +167151,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143181] = 6, + [143989] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2169), 3, + STATE(2183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2486), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2484), 33, sym__AND, sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -166426,7 +167185,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -166445,26 +167203,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143239] = 6, + [144047] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2170), 3, + STATE(2184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2496), 33, sym__AND, + sym_GENERATE, sym_GENERIC, sym__MOD, sym__NAND, @@ -166478,7 +167237,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -166497,28 +167255,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143297] = 6, + [144105] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2171), 3, + STATE(2185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2646), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 33, + ACTIONS(2644), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -166549,18 +167307,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143355] = 5, + [144163] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2172), 3, + STATE(2186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3372), 39, + ACTIONS(3418), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166600,120 +167358,122 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143411] = 5, + [144219] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2173), 3, + STATE(2187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3374), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [143467] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, + ACTIONS(2672), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2670), 33, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [144277] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2174), 3, + STATE(2188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3376), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2430), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2428), 33, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [143523] = 5, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [144335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2175), 3, + STATE(2189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3378), 39, + ACTIONS(3420), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166753,33 +167513,32 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143579] = 6, + [144391] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2176), 3, + STATE(2190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3082), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(3080), 32, sym__AND, - sym_GENERIC, - sym_LOOP, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -166787,12 +167546,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -166803,20 +167564,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [143637] = 5, + anon_sym_PIPE, + [144449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2177), 3, + STATE(2191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 39, + ACTIONS(3422), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166856,18 +167616,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143693] = 5, + [144505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2178), 3, + STATE(2192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3382), 39, + ACTIONS(3424), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166907,18 +167667,130 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143749] = 5, + [144561] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2179), 3, + STATE(2193), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2372), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2370), 33, + sym__AND, + sym_GENERATE, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [144619] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3264), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2194), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 25, + sym__AND, + sym__NAND, + sym__NOR, + sym_OF, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [144693] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3384), 39, + ACTIONS(3426), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166958,32 +167830,43 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143805] = 6, + [144749] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2180), 3, + ACTIONS(3264), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, + STATE(2196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(2690), 27, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -166991,11 +167874,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -167007,31 +167888,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [143863] = 6, + [144819] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2181), 3, + STATE(2197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2620), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2618), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -167040,6 +167917,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -167062,32 +167940,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143921] = 6, + [144877] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2182), 3, + STATE(2198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, - anon_sym_EQ, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 32, + ACTIONS(2622), 33, sym__AND, - sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -167095,14 +167974,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -167113,70 +167990,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [143979] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2183), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3386), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144035] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [144935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2184), 3, + STATE(2199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 39, + ACTIONS(3428), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -167216,40 +168043,32 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [144091] = 9, + [144991] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, - sym_library_constant_unit, - STATE(2738), 1, - sym__unit, - STATE(2185), 3, + STATE(2200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3390), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2638), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(2636), 33, sym__AND, - sym_INERTIAL, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -167257,8 +168076,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -167271,18 +168093,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [144155] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2186), 3, + STATE(2201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 39, + ACTIONS(3430), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -167322,142 +168146,132 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [144211] = 5, + [145105] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2187), 3, + STATE(2202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144267] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3332), 1, - sym_exponentiate, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - ACTIONS(2682), 2, + ACTIONS(2564), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2562), 33, + sym__AND, + sym_GENERATE, + sym_GENERIC, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, sym__REM, - ACTIONS(2696), 2, - sym_FOR, - anon_sym_SEMI, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2188), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145163] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3014), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3012), 32, sym__AND, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [144349] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + anon_sym_PIPE, + [145221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2189), 3, + STATE(2204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2380), 6, + ACTIONS(2498), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 33, + ACTIONS(2496), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -167466,7 +168280,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -167489,229 +168302,186 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144407] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2190), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3398), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144463] = 5, + [145279] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2191), 3, + STATE(497), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3400), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144519] = 5, + ACTIONS(3082), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 30, + sym__AND, + sym_BUS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [145341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2192), 3, + STATE(2206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3402), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2546), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2544), 33, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [144575] = 5, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145399] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2193), 3, + ACTIONS(3434), 1, + sym_library_constant_unit, + STATE(2719), 1, + sym__unit, + STATE(2207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 39, + ACTIONS(3432), 4, sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144631] = 6, + ACTIONS(2630), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 27, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym_SELECT, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [145463] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2194), 3, + STATE(2208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(2370), 33, sym__AND, sym_GENERIC, sym_IS, @@ -167745,287 +168515,533 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144689] = 5, + [145521] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2195), 3, + ACTIONS(3436), 1, + sym_exponentiate, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + STATE(2209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3406), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144745] = 5, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 27, + sym__AND, + sym_ELSE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [145591] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2196), 3, + ACTIONS(3436), 1, + sym_exponentiate, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3408), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [144801] = 5, + ACTIONS(2720), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2718), 22, + sym__AND, + sym_ELSE, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [145667] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2197), 3, + ACTIONS(3436), 1, + sym_exponentiate, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2716), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 16, + sym__AND, + sym_ELSE, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [145745] = 19, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3022), 1, + sym_exponentiate, + ACTIONS(3384), 1, + sym_GENERATE, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(6455), 1, + sym_case_generate_block, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2212), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [145829] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3436), 1, + sym_exponentiate, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2213), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + ACTIONS(2712), 8, + sym__AND, + sym_ELSE, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + [145909] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + STATE(2214), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 28, + sym__AND, + sym_ELSE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [145977] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2215), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2538), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2536), 33, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [144857] = 25, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146035] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(3340), 1, - sym_ALIAS, - ACTIONS(3342), 1, - sym_ATTRIBUTE, - ACTIONS(3344), 1, - sym_CONSTANT, - ACTIONS(3346), 1, - sym_END, - ACTIONS(3348), 1, - sym_FILE, - ACTIONS(3350), 1, - sym_FUNCTION, - ACTIONS(3352), 1, - sym_GROUP, - ACTIONS(3354), 1, - sym_PACKAGE, - ACTIONS(3356), 1, - sym_SHARED, - ACTIONS(3358), 1, - sym_SUBTYPE, - ACTIONS(3360), 1, - sym_TYPE, - ACTIONS(3362), 1, - sym_USE, - ACTIONS(3364), 1, - sym_VARIABLE, - STATE(2422), 1, - aux_sym_protected_type_body_repeat1, - STATE(3728), 1, - sym__protected_type_body_declarative_item, - STATE(5880), 1, - sym__subprogram_specification, - STATE(8183), 1, - sym_protected_type_body_end, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2198), 3, + STATE(2216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3727), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [144953] = 19, + ACTIONS(2426), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2424), 33, + sym__AND, + sym_GENERIC, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146093] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(3022), 1, sym_exponentiate, - ACTIONS(3412), 1, - sym_WHEN, - STATE(441), 1, + ACTIONS(3384), 1, + sym_GENERATE, + STATE(444), 1, sym_logical_operator, - STATE(442), 1, + STATE(445), 1, sym_relational_operator, - STATE(448), 1, + STATE(446), 1, sym_shift_operator, - STATE(698), 1, + STATE(603), 1, sym_adding_operator, STATE(699), 1, sym_multiplying_operator, - STATE(6130), 1, - sym_when_element, + STATE(6376), 1, + sym_case_generate_block, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2199), 3, + STATE(2217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -168034,69 +169050,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [145037] = 5, + [146177] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2200), 3, + STATE(2218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3414), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, + ACTIONS(2624), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 33, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [145093] = 5, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2201), 3, + STATE(2219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3416), 39, + ACTIONS(3438), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168136,18 +169153,122 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145149] = 5, + [146291] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2202), 3, + STATE(2220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3418), 39, + ACTIONS(2564), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 33, + sym__AND, + sym_GENERIC, + sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146349] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2221), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2638), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2636), 33, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146407] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2222), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3440), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168187,18 +169308,83 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145205] = 5, + [146463] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2203), 3, + ACTIONS(2926), 1, + sym_exponentiate, + ACTIONS(3238), 1, + sym_WHEN, + STATE(631), 1, + sym_logical_operator, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + STATE(6566), 1, + sym_when_element, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 39, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [146547] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2224), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3442), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168238,18 +169424,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145261] = 5, + [146603] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2204), 3, + STATE(2225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 39, + ACTIONS(3444), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168289,18 +169475,242 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145317] = 5, + [146659] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2205), 3, + STATE(517), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 39, + ACTIONS(3082), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 30, + sym__AND, + sym_BUS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [146721] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(620), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2227), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3082), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 29, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [146783] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2228), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2404), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2402), 33, + sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146841] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3002), 1, + sym_exponentiate, + STATE(534), 1, + sym_logical_operator, + STATE(535), 1, + sym_relational_operator, + STATE(536), 1, + sym_shift_operator, + STATE(687), 1, + sym_adding_operator, + STATE(689), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2884), 2, + sym_OF, + anon_sym_COMMA, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2229), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [146923] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2230), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3446), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168340,18 +169750,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145373] = 5, + [146979] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2206), 3, + STATE(2231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 39, + ACTIONS(3448), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168391,70 +169801,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145429] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2207), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2380), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2378), 33, - sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [145487] = 5, + [147035] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2208), 3, + STATE(2232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 39, + ACTIONS(3450), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168494,18 +169852,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145543] = 5, + [147091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2209), 3, + STATE(2233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 39, + ACTIONS(3452), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168545,73 +169903,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145599] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3434), 1, - sym_library_constant_unit, - STATE(2742), 1, - sym__unit, - STATE(2210), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3432), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2382), 27, - sym__AND, - sym_GENERATE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [145663] = 5, + [147147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2211), 3, + STATE(2234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 39, + ACTIONS(3450), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168651,18 +169954,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145719] = 5, + [147203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2212), 3, + STATE(2235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 39, + ACTIONS(3454), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168702,18 +170005,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145775] = 5, + [147259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2213), 3, + STATE(2236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 39, + ACTIONS(582), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168753,18 +170056,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145831] = 5, + [147315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2214), 3, + STATE(2237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 39, + ACTIONS(3450), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168804,28 +170107,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [145887] = 6, + [147371] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2215), 3, + STATE(2238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2640), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -168856,27 +170159,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145945] = 6, + [147429] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2216), 3, + STATE(2239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3456), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [147485] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2240), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(2648), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -168885,7 +170240,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -168908,27 +170262,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146003] = 6, + [147543] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2217), 3, + STATE(2241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(2540), 33, sym__AND, sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -168941,7 +170296,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -168960,27 +170314,181 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146061] = 6, + [147601] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2218), 3, + STATE(2242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2450), 33, - sym__AND, - sym_GENERIC, + ACTIONS(3458), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [147657] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2243), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3460), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [147713] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2244), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3462), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [147769] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2245), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2642), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2640), 33, + sym__AND, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -168993,7 +170501,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_DOT, @@ -169012,28 +170519,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146119] = 6, + [147827] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2219), 3, + STATE(2246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2468), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2466), 33, + ACTIONS(2462), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -169064,122 +170571,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146177] = 17, + [147885] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, - sym_exponentiate, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2220), 3, + STATE(2247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 8, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 33, + sym_identifier, sym__AND, - sym_FOR, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [146257] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3332), 1, - sym_exponentiate, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2221), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2714), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 16, - sym__AND, - sym_FOR, - sym__NAND, - sym__NOR, - sym__OR, + sym_UNITS, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, @@ -169189,47 +170619,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [146335] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [147943] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, + ACTIONS(3436), 1, sym_exponentiate, - STATE(472), 1, + STATE(449), 1, sym_adding_operator, - STATE(475), 1, + STATE(450), 1, sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, + STATE(511), 1, sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2222), 3, + STATE(2248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 22, + ACTIONS(2678), 25, sym__AND, - sym_FOR, + sym_ELSE, sym__NAND, sym__NOR, sym__OR, @@ -169250,27 +170680,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [146411] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [148017] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2223), 3, + STATE(2249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2516), 33, sym__AND, sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -169279,7 +170713,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -169302,63 +170735,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146469] = 19, + [148075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2894), 1, - sym_exponentiate, - ACTIONS(3412), 1, - sym_WHEN, - STATE(441), 1, - sym_logical_operator, - STATE(442), 1, - sym_relational_operator, - STATE(448), 1, - sym_shift_operator, - STATE(698), 1, - sym_adding_operator, - STATE(699), 1, - sym_multiplying_operator, - STATE(6125), 1, - sym_when_element, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2224), 3, + STATE(2250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2488), 33, sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169367,69 +170781,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [146553] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2225), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3444), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [146609] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [148133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2226), 3, + STATE(2251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 39, + ACTIONS(3464), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169469,46 +170838,44 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146665] = 6, + [148189] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2227), 3, + STATE(2252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 33, - sym_identifier, + ACTIONS(2488), 33, sym__AND, - sym_FOR, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169521,44 +170888,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [146723] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [148247] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2228), 3, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + STATE(2253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, + ACTIONS(2678), 28, sym__AND, - sym_GENERIC, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169571,34 +170947,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [146781] = 6, + [148315] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2229), 3, + STATE(2254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 33, - sym_identifier, + ACTIONS(2424), 33, sym__AND, - sym_FOR, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -169606,13 +170980,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169625,28 +170997,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [146839] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [148373] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2230), 3, + STATE(2255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2476), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2474), 33, + ACTIONS(2574), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -169677,28 +171051,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146897] = 6, + [148431] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2231), 3, + STATE(2256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2500), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2498), 33, + ACTIONS(2648), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -169729,62 +171103,62 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146955] = 18, + [148489] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, + ACTIONS(3436), 1, sym_exponentiate, - STATE(452), 1, + STATE(449), 1, sym_adding_operator, - STATE(455), 1, + STATE(450), 1, sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, + STATE(511), 1, sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2696), 2, - sym_OF, - anon_sym_COMMA, - ACTIONS(2702), 3, + ACTIONS(2700), 2, + sym_ELSE, + anon_sym_SEMI, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2232), 3, + STATE(2257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169793,18 +171167,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [147037] = 5, + [148571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2233), 3, + STATE(2258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3448), 39, + ACTIONS(3466), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169844,51 +171218,62 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [147093] = 11, + [148627] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, + ACTIONS(2926), 1, + sym_exponentiate, + STATE(631), 1, sym_logical_operator, - STATE(2234), 3, + STATE(632), 1, + sym_relational_operator, + STATE(633), 1, + sym_shift_operator, + STATE(643), 1, + sym_multiplying_operator, + STATE(647), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(3468), 2, + sym_WHEN, + anon_sym_SEMI, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 28, + ACTIONS(2708), 6, sym__AND, - sym_FOR, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169897,29 +171282,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [147161] = 6, + [148709] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2235), 3, + STATE(2260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2674), 33, sym__AND, sym_GENERIC, sym_INERTIAL, @@ -169953,28 +171334,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [147219] = 6, + [148767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2236), 3, + STATE(2261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 33, + ACTIONS(2402), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -170005,43 +171386,94 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [147277] = 14, + [148825] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, + STATE(2262), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3470), 39, + sym_identifier, + sym_ALIAS, + sym_ARCHITECTURE, + sym_ASSERT, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_LIBRARY, + sym_PACKAGE, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [148881] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3436), 1, sym_exponentiate, - STATE(472), 1, + STATE(449), 1, sym_adding_operator, - STATE(475), 1, + STATE(450), 1, sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, + STATE(511), 1, sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2237), 3, + STATE(2263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 25, + ACTIONS(2690), 25, sym__AND, - sym_FOR, + sym_ELSE, sym__NAND, sym__NOR, sym__OR, @@ -170065,36 +171497,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [147351] = 8, + [148955] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(445), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2238), 3, + STATE(2264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, - anon_sym_EQ, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(2674), 33, sym__AND, + sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -170104,10 +171533,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -170118,50 +171547,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [147413] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [149013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3452), 1, - sym_library_constant_unit, - STATE(2720), 1, - sym__unit, - STATE(2239), 3, + STATE(2265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3450), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2384), 6, + ACTIONS(2490), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(2488), 33, sym__AND, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170174,25 +171599,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [147477] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [149071] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2240), 3, + STATE(2266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2504), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 33, + ACTIONS(2574), 33, sym__AND, sym_GENERIC, sym_IS, @@ -170226,28 +171653,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [147535] = 6, + [149129] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2241), 3, + STATE(2267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2372), 6, + ACTIONS(2400), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2370), 33, + ACTIONS(2398), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -170278,37 +171705,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [147593] = 11, + [149187] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - STATE(2242), 3, + ACTIONS(3474), 1, + sym_library_constant_unit, + STATE(2733), 1, + sym__unit, + STATE(2268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3472), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 28, + ACTIONS(2628), 27, sym__AND, - sym_FOR, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -170322,7 +171748,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170335,107 +171760,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [147661] = 17, + [149251] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, - sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2243), 3, + STATE(2269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3082), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3476), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_PIPE, + ACTIONS(3080), 25, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 8, - sym__AND, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_COMMA, - [147741] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [149311] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2244), 3, + STATE(2270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2404), 33, + ACTIONS(2696), 33, + sym_identifier, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170448,62 +171865,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [147799] = 16, + [149369] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, - sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, - sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2245), 3, + STATE(2271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2540), 33, + sym__AND, + sym_GENERATE, + sym_GENERIC, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 16, - sym__AND, - sym__NAND, - sym__NOR, - sym_OF, - sym__OR, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170512,59 +171911,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [147877] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [149427] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, - sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, + STATE(460), 1, sym_multiplying_operator, - STATE(567), 1, - sym_shift_operator, - STATE(569), 1, - sym_relational_operator, - STATE(570), 1, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2246), 3, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + STATE(2272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 22, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 28, sym__AND, + sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170573,46 +171970,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [147953] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [149495] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, - sym_exponentiate, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2247), 3, + STATE(2273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2424), 33, sym__AND, - sym_FOR, + sym_GENERATE, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -170621,7 +172010,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170633,28 +172023,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [148027] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [149553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2248), 3, + STATE(2274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 6, + ACTIONS(2576), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 33, + ACTIONS(2574), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -170685,43 +172078,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148085] = 12, + [149611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3332), 1, - sym_exponentiate, - STATE(472), 1, - sym_adding_operator, - STATE(475), 1, - sym_multiplying_operator, - STATE(573), 1, - sym_shift_operator, - STATE(576), 1, - sym_relational_operator, - STATE(577), 1, - sym_logical_operator, - STATE(2249), 3, + STATE(2275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2516), 33, sym__AND, - sym_FOR, + sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -170731,7 +172114,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170743,25 +172127,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [148155] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [149669] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2250), 3, + STATE(2276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2676), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2674), 33, sym__AND, sym_GENERATE, sym_GENERIC, @@ -170795,79 +172182,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148213] = 5, + [149727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2251), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3454), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [148269] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2252), 3, + STATE(2277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2664), 6, + ACTIONS(2538), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2662), 33, + ACTIONS(2536), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -170898,28 +172234,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148327] = 6, + [149785] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2253), 3, + STATE(2278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2462), 33, sym__AND, + sym_GENERATE, sym_GENERIC, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -170950,25 +172286,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148385] = 6, + [149843] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2254), 3, + STATE(2279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2376), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2374), 33, + ACTIONS(2596), 33, sym__AND, sym_GENERIC, sym_INERTIAL, @@ -171002,69 +172338,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148443] = 5, + [149901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2255), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3456), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [148499] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2256), 3, + STATE(2280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3458), 39, + ACTIONS(3478), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -171104,44 +172389,55 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [148555] = 6, + [149957] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2257), 3, + ACTIONS(3230), 1, + sym_exponentiate, + STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, + sym_adding_operator, + STATE(540), 1, + sym_logical_operator, + STATE(541), 1, + sym_relational_operator, + STATE(542), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 33, + ACTIONS(2678), 25, sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -171153,31 +172449,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148613] = 6, + [150031] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2258), 3, + STATE(2282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2574), 6, + ACTIONS(2542), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 33, + ACTIONS(2540), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -171208,28 +172501,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148671] = 6, + [150089] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2259), 3, + STATE(2283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2578), 6, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 33, + ACTIONS(2648), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -171260,33 +172553,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148729] = 6, + [150147] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2260), 3, + STATE(2284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2722), 33, + sym_identifier, sym__AND, - sym_GENERIC, - sym_IS, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -171296,8 +172588,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -171310,30 +172605,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148787] = 6, + [150205] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2261), 3, + STATE(2285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2472), 6, + ACTIONS(2642), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2470), 33, + ACTIONS(2640), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -171364,44 +172657,133 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148845] = 6, + [150263] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2262), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3328), 1, + sym_ALIAS, + ACTIONS(3330), 1, + sym_ATTRIBUTE, + ACTIONS(3332), 1, + sym_CONSTANT, + ACTIONS(3334), 1, + sym_END, + ACTIONS(3336), 1, + sym_FILE, + ACTIONS(3338), 1, + sym_FUNCTION, + ACTIONS(3340), 1, + sym_GROUP, + ACTIONS(3342), 1, + sym_PACKAGE, + ACTIONS(3344), 1, + sym_SHARED, + ACTIONS(3346), 1, + sym_SUBTYPE, + ACTIONS(3348), 1, + sym_TYPE, + ACTIONS(3350), 1, + sym_USE, + ACTIONS(3352), 1, + sym_VARIABLE, + STATE(2397), 1, + aux_sym_protected_type_body_repeat1, + STATE(3672), 1, + sym__protected_type_body_declarative_item, + STATE(5887), 1, + sym__subprogram_specification, + STATE(8266), 1, + sym_protected_type_body_end, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + STATE(3673), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [150359] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3436), 1, + sym_exponentiate, + STATE(449), 1, + sym_adding_operator, + STATE(450), 1, + sym_multiplying_operator, + STATE(511), 1, + sym_logical_operator, + STATE(514), 1, + sym_relational_operator, + STATE(515), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(3480), 2, + sym_ELSE, + anon_sym_SEMI, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2287), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -171410,31 +172792,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148903] = 6, + [150441] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2263), 3, + STATE(2288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2668), 6, + ACTIONS(2598), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2666), 33, + ACTIONS(2596), 33, sym__AND, sym_GENERIC, sym_IS, @@ -171468,28 +172844,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148961] = 6, + [150499] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2264), 3, + STATE(2289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2622), 33, sym__AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -171520,113 +172896,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149019] = 5, + [150557] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2265), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3460), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149075] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2696), 2, - sym_UNITS, - anon_sym_SEMI, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2266), 3, + STATE(2290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2372), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2370), 33, sym__AND, + sym_GENERIC, + sym_INERTIAL, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_PARAMETER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -171635,18 +172942,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [149157] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2267), 3, + STATE(2291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 39, + ACTIONS(3482), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -171686,28 +172999,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [149213] = 6, + [150671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2268), 3, + STATE(2292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2604), 6, + ACTIONS(2464), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 33, + ACTIONS(2462), 33, sym__AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -171738,217 +173051,54 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149271] = 6, + [150729] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2269), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2530), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 33, - sym__AND, - sym_GENERIC, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_PARAMETER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [149329] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2270), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3464), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149385] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2271), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3466), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149441] = 19, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2894), 1, + ACTIONS(3484), 1, sym_exponentiate, - ACTIONS(3412), 1, - sym_WHEN, - STATE(441), 1, + STATE(479), 1, sym_logical_operator, - STATE(442), 1, + STATE(483), 1, sym_relational_operator, - STATE(448), 1, + STATE(484), 1, sym_shift_operator, - STATE(698), 1, + STATE(685), 1, sym_adding_operator, - STATE(699), 1, + STATE(686), 1, sym_multiplying_operator, - STATE(8250), 1, - sym_when_element, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2272), 3, + STATE(2293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2690), 24, sym__AND, + sym_IS, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -171957,225 +173107,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [149525] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2273), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3468), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149581] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2274), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3470), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149637] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [150802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2275), 3, + STATE(2294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - ACTIONS(2710), 8, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2696), 32, + sym_identifier, sym__AND, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - [149717] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_logical_operator, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2276), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2714), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 16, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172184,24 +173157,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [149795] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [150859] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3318), 1, + ACTIONS(3486), 1, sym_exponentiate, - STATE(561), 1, - sym_shift_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(522), 1, sym_logical_operator, - STATE(586), 1, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, sym_adding_operator, - STATE(590), 1, + STATE(639), 1, sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -172209,21 +173186,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2277), 3, + STATE(2295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 22, + ACTIONS(2678), 24, sym__AND, + sym_INERTIAL, sym__NAND, sym__NOR, sym__OR, @@ -172233,10 +173207,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172245,197 +173217,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [149871] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [150932] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2278), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3472), 39, - sym_identifier, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, + ACTIONS(2898), 1, sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, + ACTIONS(2902), 1, sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, + ACTIONS(2904), 1, sym_FILE, - sym_FOR, + ACTIONS(2906), 1, sym_FUNCTION, + ACTIONS(2908), 1, sym_GROUP, - sym_IMPURE, - sym_LIBRARY, + ACTIONS(2912), 1, sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, + ACTIONS(2914), 1, sym_SHARED, + ACTIONS(2916), 1, sym_SUBTYPE, + ACTIONS(2918), 1, sym_TYPE, + ACTIONS(2920), 1, sym_USE, + ACTIONS(2922), 1, sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149927] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2279), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3474), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, + ACTIONS(3488), 1, + sym_BEGIN, + STATE(2428), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(43), 2, sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [149983] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2280), 3, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [150039] = 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [151025] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2281), 3, + STATE(2297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2672), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2670), 33, + ACTIONS(2722), 32, + sym_identifier, sym__AND, - sym_GENERIC, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172448,35 +173340,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150097] = 6, + [151082] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2282), 3, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(2298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2582), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 33, + ACTIONS(2678), 27, sym__AND, - sym_GENERIC, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -172486,8 +173384,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172500,46 +173396,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150155] = 6, + [151149] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2283), 3, + ACTIONS(2797), 1, + sym_exponentiate, + ACTIONS(3490), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_LOOP, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172548,39 +173459,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150213] = 6, + [151230] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2284), 3, + STATE(2300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2422), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2420), 33, + ACTIONS(3068), 32, sym__AND, - sym_GENERIC, - sym_INERTIAL, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -172588,11 +173492,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -172604,97 +173510,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150271] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2285), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3478), 39, - sym_identifier, - sym_ALIAS, - sym_ARCHITECTURE, - sym_ASSERT, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_CONTEXT, - sym_DISCONNECT, - sym_ENTITY, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_LIBRARY, - sym_PACKAGE, - sym_POSTPONED, - sym_PROCEDURE, - sym_PROCESS, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - sym__end_of_file, - anon_sym_LPAREN, - anon_sym_LT_LT, - [150327] = 6, + [151287] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2286), 3, + ACTIONS(2797), 1, + sym_exponentiate, + ACTIONS(3492), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2426), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2424), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172703,39 +173573,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150385] = 6, + [151368] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2287), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3328), 1, + sym_ALIAS, + ACTIONS(3330), 1, + sym_ATTRIBUTE, + ACTIONS(3332), 1, + sym_CONSTANT, + ACTIONS(3336), 1, + sym_FILE, + ACTIONS(3338), 1, + sym_FUNCTION, + ACTIONS(3340), 1, + sym_GROUP, + ACTIONS(3342), 1, + sym_PACKAGE, + ACTIONS(3344), 1, + sym_SHARED, + ACTIONS(3346), 1, + sym_SUBTYPE, + ACTIONS(3348), 1, + sym_TYPE, + ACTIONS(3350), 1, + sym_USE, + ACTIONS(3352), 1, + sym_VARIABLE, + ACTIONS(3494), 1, + sym_END, + STATE(2378), 1, + aux_sym_package_definition_body_repeat1, + STATE(3677), 1, + sym__package_body_declarative_item, + STATE(5887), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2302), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3678), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [151461] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2608), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 33, + ACTIONS(3064), 32, sym__AND, - sym_GENERIC, - sym_IS, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -172743,11 +173675,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -172759,46 +173693,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150443] = 6, + [151518] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2288), 3, + ACTIONS(3496), 1, + sym_exponentiate, + ACTIONS(3498), 1, + sym_LOOP, + STATE(476), 1, + sym_multiplying_operator, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2428), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERATE, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172807,38 +173756,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150501] = 6, + [151599] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2289), 3, + STATE(2305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 33, + ACTIONS(2722), 32, + sym_identifier, sym__AND, - sym_GENERIC, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, sym__REM, sym__ROL, sym__ROR, @@ -172846,11 +173789,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172863,46 +173807,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150559] = 6, + [151656] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2290), 3, + ACTIONS(2884), 1, + sym_LOOP, + ACTIONS(3156), 1, + sym_exponentiate, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + STATE(668), 1, + sym_adding_operator, + STATE(675), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2406), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2404), 33, + ACTIONS(2708), 6, sym__AND, - sym_GENERIC, - sym_INERTIAL, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_PARAMETER, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172911,67 +173870,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [150617] = 18, + [151737] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3500), 1, sym_exponentiate, - ACTIONS(3480), 1, - anon_sym_SEMI, - STATE(532), 1, + ACTIONS(3502), 1, + sym_THEN, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, sym_multiplying_operator, - STATE(559), 1, + STATE(664), 1, sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2291), 3, + STATE(2307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172980,103 +173933,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [150698] = 6, + [151818] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2292), 3, + ACTIONS(3486), 1, + sym_exponentiate, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 7, - anon_sym_EQ, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3008), 31, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + ACTIONS(2712), 7, + sym__AND, + sym_INERTIAL, + sym__NAND, + sym__NOR, + sym__OR, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2702), 8, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [150755] = 12, + [151897] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, + ACTIONS(3484), 1, sym_exponentiate, - STATE(428), 1, + ACTIONS(3504), 1, + sym_IS, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, sym_adding_operator, - STATE(446), 1, + STATE(686), 1, sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - STATE(2293), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(2708), 6, sym__AND, - sym_LOOP, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173085,57 +174058,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [150824] = 14, + [151978] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, + ACTIONS(2797), 1, sym_exponentiate, - STATE(428), 1, + ACTIONS(3506), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, sym_adding_operator, - STATE(446), 1, + STATE(505), 1, sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2294), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 24, + ACTIONS(2708), 6, sym__AND, - sym_LOOP, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173144,184 +174121,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [150897] = 15, + [152059] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, - sym_exponentiate, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2295), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3508), 1, + sym_BEGIN, + STATE(2428), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2716), 21, - sym__AND, - sym_LOOP, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [150972] = 16, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [152152] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, + ACTIONS(2797), 1, sym_exponentiate, - STATE(428), 1, + ACTIONS(3510), 1, + anon_sym_RPAREN, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, sym_adding_operator, - STATE(446), 1, + STATE(505), 1, sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2296), 3, + STATE(2312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 15, + ACTIONS(2708), 6, sym__AND, - sym_LOOP, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [151049] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3482), 1, - sym_exponentiate, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2297), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym_LOOP, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173330,37 +174253,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [151128] = 11, + [152233] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - STATE(2298), 3, + STATE(2313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(3060), 32, sym__AND, - sym_LOOP, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -173372,9 +174286,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -173386,25 +174304,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151195] = 6, + [152290] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2299), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3508), 1, + sym_BEGIN, + STATE(2296), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2314), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [152383] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 32, + ACTIONS(3056), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -173412,7 +174399,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -173424,6 +174410,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -173437,46 +174424,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151252] = 14, + [152440] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, - sym_exponentiate, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2300), 3, + STATE(475), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 29, sym__AND, - sym_LOOP, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, @@ -173485,6 +174464,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173496,37 +174476,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [151325] = 11, + sym_exponentiate, + [152501] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - STATE(2301), 3, + STATE(2317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(2696), 32, + sym_identifier, sym__AND, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -173540,6 +174512,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173552,61 +174528,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151392] = 18, + [152558] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2696), 1, - sym_LOOP, - ACTIONS(3482), 1, + ACTIONS(2797), 1, sym_exponentiate, - STATE(428), 1, + ACTIONS(3480), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, sym_adding_operator, - STATE(446), 1, + STATE(505), 1, sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2302), 3, + STATE(2318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173615,96 +174591,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [151473] = 6, + [152639] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2303), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3328), 1, + sym_ALIAS, + ACTIONS(3330), 1, + sym_ATTRIBUTE, + ACTIONS(3332), 1, + sym_CONSTANT, + ACTIONS(3336), 1, + sym_FILE, + ACTIONS(3338), 1, + sym_FUNCTION, + ACTIONS(3340), 1, + sym_GROUP, + ACTIONS(3342), 1, + sym_PACKAGE, + ACTIONS(3344), 1, + sym_SHARED, + ACTIONS(3346), 1, + sym_SUBTYPE, + ACTIONS(3348), 1, + sym_TYPE, + ACTIONS(3350), 1, + sym_USE, + ACTIONS(3352), 1, + sym_VARIABLE, + ACTIONS(3512), 1, + sym_END, + STATE(2302), 1, + aux_sym_package_definition_body_repeat1, + STATE(3677), 1, + sym__package_body_declarative_item, + STATE(5887), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + STATE(3678), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [152732] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3486), 1, + sym_exponentiate, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, - sym__AND, - sym_LOOP, + ACTIONS(2686), 2, sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [151530] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2304), 3, + STATE(2320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2692), 32, - sym_identifier, - sym__AND, - sym_LOOP, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2714), 15, + sym__AND, + sym_INERTIAL, + sym__NAND, + sym__NOR, + sym__OR, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173713,29 +174721,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [151587] = 6, + [152809] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2305), 3, + STATE(2321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 32, + ACTIONS(3052), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -173743,7 +174747,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -173755,6 +174758,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -173768,25 +174772,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151644] = 6, + [152866] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2306), 3, + STATE(2322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 32, + ACTIONS(3048), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -173794,7 +174798,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -173806,6 +174809,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -173819,25 +174823,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151701] = 6, + [152923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2307), 3, + STATE(2323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 32, + ACTIONS(3112), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -173845,7 +174849,6 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -173857,6 +174860,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -173870,46 +174874,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151758] = 6, + [152980] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2308), 3, + ACTIONS(3514), 1, + sym_exponentiate, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + STATE(2324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 32, + ACTIONS(2690), 26, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -173920,47 +174931,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [151815] = 6, + [153049] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2309), 3, + ACTIONS(3514), 1, + sym_exponentiate, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3112), 32, + ACTIONS(2690), 24, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, - sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -173971,47 +174990,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [151872] = 6, + [153122] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2310), 3, + ACTIONS(3514), 1, + sym_exponentiate, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3140), 32, + ACTIONS(2718), 21, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -174019,42 +175050,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [151929] = 12, + [153197] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, - sym_exponentiate, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, - sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, - sym_adding_operator, - STATE(2311), 3, + STATE(2327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(2424), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -174066,10 +175083,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -174080,52 +175100,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [151998] = 14, + sym_exponentiate, + [153254] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(3514), 1, sym_exponentiate, - STATE(612), 1, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, sym_shift_operator, - STATE(613), 1, + STATE(671), 1, sym_relational_operator, - STATE(616), 1, + STATE(673), 1, sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, - sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2312), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 24, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + ACTIONS(2714), 15, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_SELECT, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -174136,27 +175162,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [152071] = 15, + [153331] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(2884), 1, + sym_GENERATE, + ACTIONS(3174), 1, sym_exponentiate, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, + STATE(444), 1, sym_logical_operator, - STATE(652), 1, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(593), 1, sym_multiplying_operator, - STATE(661), 1, + STATE(594), 1, sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -174164,33 +175189,34 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2313), 3, + STATE(2329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 21, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174199,57 +175225,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152146] = 16, + [153412] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3516), 1, + sym_BEGIN, + STATE(2428), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2330), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [153505] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3496), 1, sym_exponentiate, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, - sym_logical_operator, - STATE(652), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(661), 1, + STATE(477), 1, sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2314), 3, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + STATE(2331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 26, + sym__AND, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 15, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -174260,60 +175348,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152223] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [153574] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(3496), 1, sym_exponentiate, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, - sym_logical_operator, - STATE(652), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(661), 1, + STATE(477), 1, sym_adding_operator, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2315), 3, + STATE(2332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2690), 24, + sym__AND, + sym_LOOP, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_THEN, sym__XNOR, sym__XOR, - ACTIONS(2698), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174322,35 +175407,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152302] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [153647] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, - sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, - sym_adding_operator, - STATE(2316), 3, + STATE(2333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2426), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2424), 31, sym__AND, sym__MOD, sym__NAND, @@ -174363,11 +175442,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -174378,32 +175460,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [152369] = 8, + anon_sym_PIPE, + [153704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(600), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2317), 3, + STATE(2334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3014), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(3012), 31, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -174415,12 +175493,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -174431,54 +175511,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [152430] = 14, + anon_sym_PIPE, + [153761] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(3514), 1, sym_exponentiate, - STATE(612), 1, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, sym_shift_operator, - STATE(613), 1, + STATE(671), 1, sym_relational_operator, - STATE(616), 1, + STATE(673), 1, sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, - sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2318), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + ACTIONS(2712), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_SELECT, sym__XNOR, sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174487,53 +175574,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [152503] = 11, + [153840] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(612), 1, + ACTIONS(3514), 1, + sym_exponentiate, + ACTIONS(3518), 1, + sym_SELECT, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, sym_shift_operator, - STATE(613), 1, + STATE(671), 1, sym_relational_operator, - STATE(616), 1, + STATE(673), 1, sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, - sym_adding_operator, - STATE(2319), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(2708), 6, sym__AND, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174542,65 +175637,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [152570] = 18, + [153921] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2696), 1, - sym_THEN, - ACTIONS(3484), 1, + ACTIONS(3496), 1, sym_exponentiate, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, - sym_logical_operator, - STATE(652), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(661), 1, + STATE(477), 1, sym_adding_operator, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2320), 3, + STATE(2337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2718), 21, sym__AND, + sym_LOOP, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174609,26 +175697,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152651] = 6, + [153996] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2321), 3, + STATE(2338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(3114), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, + ACTIONS(3112), 31, sym__AND, sym__MOD, sym__NAND, @@ -174641,15 +175729,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, + sym_WHEN, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -174660,130 +175747,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [152708] = 24, + anon_sym_PIPE, + [154053] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3486), 1, - sym_BEGIN, - STATE(2344), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2322), 3, + STATE(2339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [152801] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - ACTIONS(3490), 1, - sym_SELECT, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(3050), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3048), 31, + sym__AND, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_LT_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2323), 3, + sym_exponentiate, + anon_sym_PIPE, + [154110] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + STATE(2340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 27, sym__AND, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174792,18 +175851,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152882] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [154177] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2324), 3, + STATE(2341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 7, + ACTIONS(3054), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -174811,7 +175874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 31, + ACTIONS(3052), 31, sym__AND, sym__MOD, sym__NAND, @@ -174843,96 +175906,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [152939] = 24, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3492), 1, - sym_BEGIN, - STATE(2349), 1, - aux_sym_subprogram_head_repeat1, - STATE(3701), 1, - sym__subprogram_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2325), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3690), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [153032] = 6, + [154234] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2326), 3, + STATE(2342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 32, + ACTIONS(2722), 32, sym_identifier, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -174944,7 +175939,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, sym_library_constant, @@ -174963,33 +175957,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153089] = 6, + [154291] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2327), 3, + STATE(2343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3058), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 32, + ACTIONS(3056), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -174997,13 +175989,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175014,33 +176007,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153146] = 6, + anon_sym_PIPE, + [154348] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2328), 3, + STATE(2344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3062), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 32, + ACTIONS(3060), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -175048,13 +176040,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175065,7 +176058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153203] = 24, + anon_sym_PIPE, + [154405] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -175074,49 +176068,49 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - ACTIONS(3486), 1, + ACTIONS(3520), 1, sym_BEGIN, - STATE(2343), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, + STATE(2389), 1, + aux_sym_subprogram_head_repeat1, + STATE(3808), 1, + sym__subprogram_declarative_item, + STATE(5779), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(2329), 3, + STATE(2345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + STATE(3809), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -175134,39 +176128,28 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [153296] = 12, + [154498] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - STATE(2330), 3, + STATE(2346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(3012), 32, sym__AND, - sym_IS, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -175178,9 +176161,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -175191,56 +176178,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [153365] = 14, + sym_exponentiate, + [154555] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2331), 3, + STATE(2347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(3082), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 31, sym__AND, - sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175250,114 +176228,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [153438] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3494), 1, sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2332), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2718), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2716), 21, - sym__AND, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [153513] = 16, + anon_sym_PIPE, + [154612] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, + ACTIONS(3496), 1, sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2333), 3, + STATE(2348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 15, + ACTIONS(2714), 15, sym__AND, - sym_IS, + sym_LOOP, sym__NAND, sym__NOR, sym__OR, @@ -175371,99 +176291,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153590] = 17, + [154689] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2334), 3, + STATE(2349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3066), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 31, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, + sym_WHEN, sym__XNOR, sym__XOR, - ACTIONS(2698), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153669] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [154746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - STATE(2335), 3, + STATE(2350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3070), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(3068), 31, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -175475,10 +176374,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175489,33 +176392,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153736] = 6, + anon_sym_PIPE, + [154803] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2336), 3, + STATE(2351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3074), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 32, + ACTIONS(3072), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -175523,13 +176425,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175540,33 +176443,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153793] = 6, + anon_sym_PIPE, + [154860] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2337), 3, + STATE(2352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2630), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2628), 31, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -175574,13 +176476,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -175591,54 +176494,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153850] = 14, + anon_sym_PIPE, + [154917] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, + ACTIONS(3496), 1, sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2338), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, - sym__AND, - sym_IS, - sym__NAND, - sym__NOR, - sym__OR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + ACTIONS(2712), 7, + sym__AND, + sym_LOOP, + sym__NAND, + sym__NOR, + sym__OR, sym__XNOR, sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175647,40 +176557,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [153923] = 11, + [154996] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, + STATE(476), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, sym_logical_operator, - STATE(2339), 3, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + STATE(2354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(2690), 27, sym__AND, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -175706,61 +176613,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [153990] = 18, + [155063] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2696), 1, - sym_IS, - ACTIONS(3494), 1, + ACTIONS(2797), 1, sym_exponentiate, - STATE(575), 1, + ACTIONS(3522), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, sym_adding_operator, - STATE(580), 1, + STATE(505), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2340), 3, + STATE(2355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175769,28 +176676,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154071] = 6, + [155144] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2341), 3, + STATE(2356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, + ACTIONS(2628), 32, sym__AND, - sym_IS, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -175802,13 +176709,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -175820,45 +176727,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154128] = 6, + [155201] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2342), 3, + ACTIONS(2700), 1, + sym_IS, + ACTIONS(3484), 1, + sym_exponentiate, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2692), 32, - sym_identifier, + ACTIONS(2708), 6, sym__AND, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175867,11 +176790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [154185] = 24, + [155282] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -175880,117 +176799,49 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(2904), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(2914), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(2922), 1, sym_VARIABLE, - ACTIONS(3496), 1, + ACTIONS(3524), 1, sym_BEGIN, - STATE(2344), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, + STATE(2345), 1, + aux_sym_subprogram_head_repeat1, + STATE(3808), 1, + sym__subprogram_declarative_item, + STATE(5779), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2343), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [154278] = 23, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3498), 1, - sym_ALIAS, - ACTIONS(3501), 1, - sym_ATTRIBUTE, - ACTIONS(3504), 1, - sym_BEGIN, - ACTIONS(3506), 1, - sym_CONSTANT, - ACTIONS(3509), 1, - sym_FILE, - ACTIONS(3512), 1, - sym_FUNCTION, - ACTIONS(3515), 1, - sym_GROUP, - ACTIONS(3521), 1, - sym_PACKAGE, - ACTIONS(3524), 1, - sym_PROCEDURE, - ACTIONS(3527), 1, - sym_SHARED, - ACTIONS(3530), 1, - sym_SUBTYPE, - ACTIONS(3533), 1, - sym_TYPE, - ACTIONS(3536), 1, - sym_USE, - ACTIONS(3539), 1, - sym_VARIABLE, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(3518), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(2344), 4, + STATE(2358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_sequential_block_head_repeat1, - STATE(3917), 17, + STATE(3809), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -176008,47 +176859,54 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [154369] = 8, + [155375] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(445), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2345), 3, + ACTIONS(3514), 1, + sym_exponentiate, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(2678), 24, sym__AND, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176060,31 +176918,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [154430] = 7, + [155448] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3542), 1, - anon_sym_EQ_GT, - STATE(2346), 3, + STATE(662), 1, + sym_multiplying_operator, + STATE(663), 1, + sym_adding_operator, + STATE(666), 1, + sym_shift_operator, + STATE(671), 1, + sym_relational_operator, + STATE(673), 1, + sym_logical_operator, + STATE(2360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(2678), 27, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -176092,17 +176955,15 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -176113,26 +176974,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154489] = 18, + [155515] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(2700), 1, + sym_SELECT, + ACTIONS(3514), 1, sym_exponentiate, - ACTIONS(3544), 1, - anon_sym_SEMI, - STATE(532), 1, + STATE(662), 1, sym_multiplying_operator, - STATE(559), 1, + STATE(663), 1, sym_adding_operator, - STATE(634), 1, + STATE(666), 1, sym_shift_operator, - STATE(635), 1, + STATE(671), 1, sym_relational_operator, - STATE(636), 1, + STATE(673), 1, sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, @@ -176140,34 +177001,34 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2347), 3, + STATE(2361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176176,61 +177037,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154570] = 18, + [155596] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - ACTIONS(3546), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + STATE(479), 1, sym_logical_operator, - ACTIONS(2682), 2, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(2362), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2680), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2678), 27, + sym__AND, + sym_IS, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2348), 3, + sym_exponentiate, + [155663] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3484), 1, + sym_exponentiate, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2678), 24, sym__AND, + sym_IS, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176239,166 +177149,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154651] = 24, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [155736] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3548), 1, - sym_BEGIN, - STATE(2362), 1, - aux_sym_subprogram_head_repeat1, - STATE(3701), 1, - sym__subprogram_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2349), 3, + STATE(2364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3690), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [154744] = 24, + ACTIONS(2698), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2696), 32, + sym_identifier, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym_SELECT, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [155793] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(3340), 1, - sym_ALIAS, - ACTIONS(3342), 1, - sym_ATTRIBUTE, - ACTIONS(3344), 1, - sym_CONSTANT, - ACTIONS(3348), 1, - sym_FILE, - ACTIONS(3350), 1, - sym_FUNCTION, - ACTIONS(3352), 1, - sym_GROUP, - ACTIONS(3354), 1, - sym_PACKAGE, - ACTIONS(3356), 1, - sym_SHARED, - ACTIONS(3358), 1, - sym_SUBTYPE, - ACTIONS(3360), 1, - sym_TYPE, - ACTIONS(3362), 1, - sym_USE, - ACTIONS(3364), 1, - sym_VARIABLE, - ACTIONS(3550), 1, - sym_END, - STATE(2370), 1, - aux_sym_package_definition_body_repeat1, - STATE(3773), 1, - sym__package_body_declarative_item, - STATE(5880), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2350), 3, + ACTIONS(3496), 1, + sym_exponentiate, + STATE(476), 1, + sym_multiplying_operator, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3774), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [154837] = 6, + ACTIONS(2680), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2678), 24, + sym__AND, + sym_LOOP, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [155866] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2351), 3, + STATE(476), 1, + sym_multiplying_operator, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, + sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, + STATE(2366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 32, + ACTIONS(2678), 27, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -176410,13 +177304,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176428,199 +177318,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154894] = 24, + [155933] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3552), 1, - sym_BEGIN, - STATE(2373), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2352), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [154987] = 24, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, - sym_ALIAS, - ACTIONS(2900), 1, - sym_ATTRIBUTE, - ACTIONS(2904), 1, - sym_CONSTANT, - ACTIONS(2906), 1, - sym_FILE, - ACTIONS(2908), 1, - sym_FUNCTION, - ACTIONS(2910), 1, - sym_GROUP, - ACTIONS(2914), 1, - sym_PACKAGE, - ACTIONS(2916), 1, - sym_SHARED, - ACTIONS(2918), 1, - sym_SUBTYPE, - ACTIONS(2920), 1, - sym_TYPE, - ACTIONS(2922), 1, - sym_USE, - ACTIONS(2924), 1, - sym_VARIABLE, - ACTIONS(3552), 1, - sym_BEGIN, - STATE(2344), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2353), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3917), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [155080] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - ACTIONS(3554), 1, - sym_IS, - STATE(575), 1, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, sym_adding_operator, - STATE(580), 1, + STATE(686), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2354), 3, + STATE(2367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 27, sym__AND, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176629,25 +177370,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155161] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [156000] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2355), 3, + STATE(2368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 32, + ACTIONS(3080), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -176680,46 +177425,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155218] = 6, + [156057] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2356), 3, + ACTIONS(2797), 1, + sym_exponentiate, + ACTIONS(3526), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3130), 32, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176727,11 +177488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [155275] = 18, + [156138] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -176740,52 +177497,112 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3484), 1, sym_exponentiate, - ACTIONS(3556), 1, - sym_THEN, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, + STATE(479), 1, sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2357), 3, + STATE(2370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2712), 7, sym__AND, + sym_IS, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [156217] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3484), 1, + sym_exponentiate, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2371), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2716), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2714), 15, + sym__AND, + sym_IS, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176794,61 +177611,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155356] = 18, + [156294] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3482), 1, - sym_exponentiate, - ACTIONS(3558), 1, + ACTIONS(2700), 1, sym_LOOP, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, + ACTIONS(3496), 1, + sym_exponentiate, + STATE(476), 1, sym_multiplying_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, + STATE(477), 1, + sym_adding_operator, + STATE(500), 1, sym_logical_operator, + STATE(501), 1, + sym_relational_operator, + STATE(502), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2358), 3, + STATE(2372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176857,33 +177674,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155437] = 6, + [156375] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2359), 3, + STATE(2373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 32, + ACTIONS(2696), 32, + sym_identifier, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -176891,12 +177707,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176908,61 +177725,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155494] = 18, + [156432] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3484), 1, sym_exponentiate, - ACTIONS(3560), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + ACTIONS(3528), 1, + sym_IS, + STATE(479), 1, sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2360), 3, + STATE(2374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176971,25 +177788,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155575] = 6, + [156513] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2361), 3, + ACTIONS(3022), 1, + sym_exponentiate, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(2375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2692), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 26, + sym__AND, + sym_GENERATE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [156582] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2376), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 32, + ACTIONS(3080), 32, sym__AND, sym_BUS, sym_DOWNTO, @@ -176997,6 +177871,7 @@ static const uint16_t ts_small_parse_table[] = { sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -177008,7 +177883,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -177022,57 +177896,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155632] = 23, + [156639] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3562), 1, + ACTIONS(3022), 1, + sym_exponentiate, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2377), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2692), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2690), 24, + sym__AND, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [156712] = 23, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3530), 1, sym_ALIAS, - ACTIONS(3565), 1, + ACTIONS(3533), 1, sym_ATTRIBUTE, - ACTIONS(3568), 1, - sym_BEGIN, - ACTIONS(3570), 1, + ACTIONS(3536), 1, sym_CONSTANT, - ACTIONS(3573), 1, + ACTIONS(3539), 1, + sym_END, + ACTIONS(3541), 1, sym_FILE, - ACTIONS(3576), 1, + ACTIONS(3544), 1, sym_FUNCTION, - ACTIONS(3579), 1, + ACTIONS(3547), 1, sym_GROUP, - ACTIONS(3585), 1, + ACTIONS(3553), 1, sym_PACKAGE, - ACTIONS(3588), 1, + ACTIONS(3556), 1, sym_PROCEDURE, - ACTIONS(3591), 1, + ACTIONS(3559), 1, sym_SHARED, - ACTIONS(3594), 1, + ACTIONS(3562), 1, sym_SUBTYPE, - ACTIONS(3597), 1, + ACTIONS(3565), 1, sym_TYPE, - ACTIONS(3600), 1, + ACTIONS(3568), 1, sym_USE, - ACTIONS(3603), 1, + ACTIONS(3571), 1, sym_VARIABLE, - STATE(3701), 1, - sym__subprogram_declarative_item, - STATE(5841), 1, + STATE(3677), 1, + sym__package_body_declarative_item, + STATE(5887), 1, sym__subprogram_specification, - ACTIONS(3582), 2, + ACTIONS(3550), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(2362), 4, + STATE(2378), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_subprogram_head_repeat1, - STATE(3690), 17, + aux_sym_package_definition_body_repeat1, + STATE(3678), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -177090,61 +178023,105 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [155723] = 18, + [156803] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, + ACTIONS(3022), 1, sym_exponentiate, - ACTIONS(3608), 1, - sym_INERTIAL, - STATE(433), 1, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, sym_adding_operator, - STATE(434), 1, + STATE(699), 1, sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2363), 3, + STATE(2379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2718), 21, sym__AND, + sym_GENERATE, sym__NAND, sym__NOR, sym__OR, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [156878] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2380), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2724), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 32, + sym_identifier, + sym__AND, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177153,61 +178130,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155804] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [156935] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3022), 1, sym_exponentiate, - ACTIONS(3610), 1, - anon_sym_RPAREN, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + STATE(444), 1, sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2364), 3, + STATE(2381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2714), 15, + sym__AND, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177216,61 +178195,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155885] = 18, + [157012] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3022), 1, sym_exponentiate, - ACTIONS(3612), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + STATE(444), 1, sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2365), 3, + STATE(2382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2712), 7, + sym__AND, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177279,28 +178257,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155966] = 6, + [157091] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2366), 3, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(2383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 32, + ACTIONS(2690), 27, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -177312,13 +178299,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177330,61 +178313,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156023] = 18, + [157158] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2696), 1, - sym_INERTIAL, - ACTIONS(3606), 1, + ACTIONS(3484), 1, sym_exponentiate, - STATE(433), 1, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, sym_adding_operator, - STATE(434), 1, + STATE(686), 1, sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2367), 3, + STATE(2384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2718), 21, sym__AND, + sym_IS, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177393,28 +178373,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156104] = 6, + [157233] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2368), 3, + ACTIONS(3484), 1, + sym_exponentiate, + STATE(479), 1, + sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(2385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 32, + ACTIONS(2690), 26, sym__AND, - sym_BUS, - sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -177426,13 +178417,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177443,63 +178430,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [156161] = 18, + [157302] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_LOOP, - ACTIONS(3174), 1, - sym_exponentiate, - STATE(485), 1, - sym_multiplying_operator, - STATE(488), 1, - sym_adding_operator, - STATE(604), 1, - sym_shift_operator, - STATE(605), 1, - sym_relational_operator, - STATE(606), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2369), 3, + STATE(2386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2424), 32, sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177507,105 +178477,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156242] = 24, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(3340), 1, - sym_ALIAS, - ACTIONS(3342), 1, - sym_ATTRIBUTE, - ACTIONS(3344), 1, - sym_CONSTANT, - ACTIONS(3348), 1, - sym_FILE, - ACTIONS(3350), 1, - sym_FUNCTION, - ACTIONS(3352), 1, - sym_GROUP, - ACTIONS(3354), 1, - sym_PACKAGE, - ACTIONS(3356), 1, - sym_SHARED, - ACTIONS(3358), 1, - sym_SUBTYPE, - ACTIONS(3360), 1, - sym_TYPE, - ACTIONS(3362), 1, - sym_USE, - ACTIONS(3364), 1, - sym_VARIABLE, - ACTIONS(3614), 1, - sym_END, - STATE(2392), 1, - aux_sym_package_definition_body_repeat1, - STATE(3773), 1, - sym__package_body_declarative_item, - STATE(5880), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2370), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3774), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [156335] = 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [157359] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(631), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2371), 3, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(2387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(2690), 27, sym__AND, - sym_IS, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -177616,7 +178525,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177629,46 +178537,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156396] = 6, + [157426] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2372), 3, + ACTIONS(3500), 1, + sym_exponentiate, + ACTIONS(3574), 1, + sym_THEN, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3008), 32, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177676,62 +178600,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [156453] = 24, + [157507] = 23, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, - sym_PROCEDURE, - ACTIONS(2898), 1, + ACTIONS(3576), 1, sym_ALIAS, - ACTIONS(2900), 1, + ACTIONS(3579), 1, sym_ATTRIBUTE, - ACTIONS(2904), 1, + ACTIONS(3582), 1, + sym_BEGIN, + ACTIONS(3584), 1, sym_CONSTANT, - ACTIONS(2906), 1, + ACTIONS(3587), 1, sym_FILE, - ACTIONS(2908), 1, + ACTIONS(3590), 1, sym_FUNCTION, - ACTIONS(2910), 1, + ACTIONS(3593), 1, sym_GROUP, - ACTIONS(2914), 1, + ACTIONS(3599), 1, sym_PACKAGE, - ACTIONS(2916), 1, + ACTIONS(3602), 1, + sym_PROCEDURE, + ACTIONS(3605), 1, sym_SHARED, - ACTIONS(2918), 1, + ACTIONS(3608), 1, sym_SUBTYPE, - ACTIONS(2920), 1, + ACTIONS(3611), 1, sym_TYPE, - ACTIONS(2922), 1, + ACTIONS(3614), 1, sym_USE, - ACTIONS(2924), 1, + ACTIONS(3617), 1, sym_VARIABLE, - ACTIONS(3616), 1, - sym_BEGIN, - STATE(2344), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3957), 1, - sym__process_declarative_item, - STATE(5841), 1, + STATE(3808), 1, + sym__subprogram_declarative_item, + STATE(5779), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(3596), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(2373), 3, + STATE(2389), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3917), 17, + aux_sym_subprogram_head_repeat1, + STATE(3809), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -177749,46 +178668,55 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [156546] = 6, + [157598] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2374), 3, + ACTIONS(3486), 1, + sym_exponentiate, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3082), 32, + ACTIONS(2690), 24, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, + sym_INERTIAL, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177799,62 +178727,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [156603] = 18, + [157671] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, + ACTIONS(2797), 1, sym_exponentiate, - ACTIONS(3618), 1, - sym_IS, - STATE(575), 1, + ACTIONS(3620), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, sym_adding_operator, - STATE(580), 1, + STATE(505), 1, sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2375), 3, + STATE(2391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177863,61 +178790,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156684] = 18, + [157752] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(2700), 1, + sym_INERTIAL, + ACTIONS(3486), 1, sym_exponentiate, - ACTIONS(3620), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, sym_relational_operator, + STATE(524), 1, + sym_shift_operator, STATE(636), 1, - sym_logical_operator, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2376), 3, + STATE(2392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177926,61 +178853,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156765] = 18, + [157833] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3484), 1, + ACTIONS(3486), 1, sym_exponentiate, - ACTIONS(3622), 1, - sym_THEN, - STATE(612), 1, - sym_shift_operator, - STATE(613), 1, - sym_relational_operator, - STATE(616), 1, + STATE(522), 1, sym_logical_operator, - STATE(652), 1, - sym_multiplying_operator, - STATE(661), 1, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2377), 3, + STATE(639), 1, + sym_multiplying_operator, + STATE(2393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 26, sym__AND, + sym_INERTIAL, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177989,61 +178907,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156846] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [157902] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3486), 1, sym_exponentiate, - ACTIONS(3288), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, + ACTIONS(3622), 1, + sym_INERTIAL, + STATE(522), 1, + sym_logical_operator, + STATE(523), 1, sym_relational_operator, + STATE(524), 1, + sym_shift_operator, STATE(636), 1, - sym_logical_operator, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2378), 3, + STATE(2394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178052,46 +178973,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156927] = 6, + [157983] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2379), 3, + ACTIONS(2797), 1, + sym_exponentiate, + ACTIONS(3624), 1, + anon_sym_RPAREN, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3066), 32, + ACTIONS(2708), 6, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -178099,64 +179036,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [156984] = 17, + [158064] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, + ACTIONS(3022), 1, sym_exponentiate, - STATE(433), 1, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, sym_adding_operator, - STATE(434), 1, + STATE(699), 1, sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2380), 3, + STATE(2396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2678), 24, + sym__AND, + sym_GENERATE, + sym__NAND, + sym__NOR, + sym__OR, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym_INERTIAL, - sym__NAND, - sym__NOR, - sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2698), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178165,59 +179092,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157063] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [158137] = 23, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3626), 1, + sym_ALIAS, + ACTIONS(3629), 1, + sym_ATTRIBUTE, + ACTIONS(3632), 1, + sym_CONSTANT, + ACTIONS(3635), 1, + sym_END, + ACTIONS(3637), 1, + sym_FILE, + ACTIONS(3640), 1, + sym_FUNCTION, + ACTIONS(3643), 1, + sym_GROUP, + ACTIONS(3649), 1, + sym_PACKAGE, + ACTIONS(3652), 1, + sym_PROCEDURE, + ACTIONS(3655), 1, + sym_SHARED, + ACTIONS(3658), 1, + sym_SUBTYPE, + ACTIONS(3661), 1, + sym_TYPE, + ACTIONS(3664), 1, + sym_USE, + ACTIONS(3667), 1, + sym_VARIABLE, + STATE(3672), 1, + sym__protected_type_body_declarative_item, + STATE(5887), 1, + sym__subprogram_specification, + ACTIONS(3646), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2397), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_protected_type_body_repeat1, + STATE(3673), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [158228] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, + ACTIONS(2884), 1, + sym_IS, + ACTIONS(3154), 1, sym_exponentiate, - STATE(433), 1, - sym_adding_operator, - STATE(434), 1, - sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, + STATE(479), 1, sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(507), 1, + sym_multiplying_operator, + STATE(509), 1, + sym_adding_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2381), 3, + STATE(2398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2712), 15, + ACTIONS(2708), 6, sym__AND, - sym_INERTIAL, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178226,56 +179226,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157140] = 15, + [158309] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, + ACTIONS(3500), 1, sym_exponentiate, - STATE(433), 1, - sym_adding_operator, - STATE(434), 1, - sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, + STATE(490), 1, sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2382), 3, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + STATE(2399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 21, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2690), 26, sym__AND, - sym_INERTIAL, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -178286,46 +179280,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157215] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [158378] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2383), 3, + ACTIONS(3500), 1, + sym_exponentiate, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + STATE(2400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2692), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3004), 32, + ACTIONS(2690), 24, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -178336,62 +179342,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [157272] = 18, + [158451] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, + ACTIONS(3500), 1, sym_exponentiate, - ACTIONS(3624), 1, - anon_sym_RPAREN, - STATE(532), 1, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, sym_multiplying_operator, - STATE(559), 1, + STATE(664), 1, sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2384), 3, + STATE(2401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2718), 21, sym__AND, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_THEN, + sym__XNOR, + sym__XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178400,46 +179402,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157353] = 6, + [158526] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2385), 3, + ACTIONS(3500), 1, + sym_exponentiate, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2716), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2428), 32, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2714), 15, sym__AND, - sym_BUS, - sym_DOWNTO, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, + sym_THEN, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [158603] = 17, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3500), 1, + sym_exponentiate, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2403), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, + ACTIONS(2712), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -178447,32 +179525,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [157410] = 6, + [158682] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2386), 3, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, + sym_multiplying_operator, + STATE(664), 1, + sym_adding_operator, + STATE(2404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2692), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 32, + ACTIONS(2690), 27, sym__AND, - sym_BUS, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -178484,13 +179566,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_THEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -178502,27 +179581,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [157467] = 6, + [158749] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2387), 3, + STATE(444), 1, + sym_logical_operator, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, + sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, + STATE(2405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 7, - anon_sym_EQ, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 31, + ACTIONS(2678), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -178534,14 +179623,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -178552,62 +179637,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [157524] = 18, + [158816] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_IS, - ACTIONS(3176), 1, + ACTIONS(2700), 1, + sym_GENERATE, + ACTIONS(3022), 1, sym_exponentiate, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(444), 1, sym_logical_operator, - STATE(641), 1, - sym_multiplying_operator, - STATE(642), 1, + STATE(445), 1, + sym_relational_operator, + STATE(446), 1, + sym_shift_operator, + STATE(603), 1, sym_adding_operator, + STATE(699), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2388), 3, + STATE(2406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178616,124 +179700,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157605] = 18, + [158897] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - ACTIONS(3626), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(2407), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2698), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(2696), 32, + sym_identifier, + sym__AND, + sym_GENERATE, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2389), 3, + sym_exponentiate, + [158954] = 7, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3670), 1, + anon_sym_EQ_GT, + STATE(2408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3070), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3068), 30, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157686] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [159013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - ACTIONS(3628), 1, - sym_IS, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_shift_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(2409), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3014), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(3012), 32, + sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2390), 3, + sym_exponentiate, + [159070] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(620), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 29, sym__AND, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178742,28 +179903,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157767] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [159131] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2391), 3, + STATE(2411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 32, + ACTIONS(2722), 32, sym_identifier, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -178775,6 +179939,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, sym_library_constant, @@ -178793,57 +179958,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [157824] = 23, + [159188] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2797), 1, + sym_exponentiate, + ACTIONS(3672), 1, + anon_sym_SEMI, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2412), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2704), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2708), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + ACTIONS(2702), 8, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [159269] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3630), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, sym_ALIAS, - ACTIONS(3633), 1, + ACTIONS(2898), 1, sym_ATTRIBUTE, - ACTIONS(3636), 1, + ACTIONS(2902), 1, sym_CONSTANT, - ACTIONS(3639), 1, - sym_END, - ACTIONS(3641), 1, + ACTIONS(2904), 1, sym_FILE, - ACTIONS(3644), 1, + ACTIONS(2906), 1, sym_FUNCTION, - ACTIONS(3647), 1, + ACTIONS(2908), 1, sym_GROUP, - ACTIONS(3653), 1, + ACTIONS(2912), 1, sym_PACKAGE, - ACTIONS(3656), 1, - sym_PROCEDURE, - ACTIONS(3659), 1, + ACTIONS(2914), 1, sym_SHARED, - ACTIONS(3662), 1, + ACTIONS(2916), 1, sym_SUBTYPE, - ACTIONS(3665), 1, + ACTIONS(2918), 1, sym_TYPE, - ACTIONS(3668), 1, + ACTIONS(2920), 1, sym_USE, - ACTIONS(3671), 1, + ACTIONS(2922), 1, sym_VARIABLE, - STATE(3773), 1, - sym__package_body_declarative_item, - STATE(5880), 1, + ACTIONS(3516), 1, + sym_BEGIN, + STATE(2432), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, sym__subprogram_specification, - ACTIONS(3650), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6351), 2, + STATE(6256), 2, sym_procedure_specification, sym_function_specification, - STATE(2392), 4, + STATE(2413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_package_definition_body_repeat1, - STATE(3774), 17, + STATE(3959), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -178861,31 +180090,33 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [157915] = 6, + [159362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2393), 3, + STATE(2414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 7, - anon_sym_EQ, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 31, + ACTIONS(3112), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -178893,14 +180124,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -178911,32 +180141,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [157972] = 6, + [159419] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2394), 3, + STATE(2415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 31, + ACTIONS(3048), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -178944,14 +180175,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -178962,32 +180192,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [158029] = 6, + [159476] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2395), 3, + STATE(2416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 7, - anon_sym_EQ, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 31, + ACTIONS(3052), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -178995,14 +180226,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -179013,54 +180243,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [158086] = 12, + [159533] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - STATE(2396), 3, + STATE(2417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(3056), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179071,46 +180293,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [158155] = 6, + sym_exponentiate, + [159590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2397), 3, + STATE(2418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 32, - sym_identifier, + ACTIONS(3060), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179122,32 +180345,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158212] = 6, + [159647] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2398), 3, + STATE(2419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, + ACTIONS(3064), 32, sym__AND, - sym_INERTIAL, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -179155,13 +180379,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179173,55 +180396,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158269] = 14, + [159704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2399), 3, + STATE(2420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3068), 32, sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179232,58 +180446,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [158342] = 15, + sym_exponentiate, + [159761] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, + ACTIONS(3484), 1, sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, + ACTIONS(3674), 1, + sym_IS, + STATE(479), 1, sym_logical_operator, + STATE(483), 1, + sym_relational_operator, + STATE(484), 1, + sym_shift_operator, + STATE(685), 1, + sym_adding_operator, + STATE(686), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2400), 3, + STATE(2421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 21, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -179292,60 +180510,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158417] = 16, + [159842] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2401), 3, + STATE(2422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3072), 32, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 15, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_SELECT, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179353,61 +180557,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158494] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [159899] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_GENERATE, - ACTIONS(3156), 1, - sym_exponentiate, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(700), 1, - sym_adding_operator, - STATE(706), 1, - sym_multiplying_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2402), 3, + STATE(2423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2724), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2722), 32, + sym_identifier, sym__AND, + sym_GENERATE, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -179416,61 +180608,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158575] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [159956] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2403), 3, + STATE(2424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 32, + sym__AND, + sym_BUS, + sym_DOWNTO, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym_REGISTER, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_SELECT, + sym_TO, sym__XNOR, sym__XOR, - ACTIONS(2698), 8, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179478,35 +180659,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158654] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [160013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - STATE(2404), 3, + STATE(2425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2698), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2696), 32, + sym_identifier, sym__AND, sym__MOD, sym__NAND, @@ -179515,13 +180691,17 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -179534,39 +180714,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158721] = 12, + [160070] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(2405), 3, + STATE(504), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(3080), 29, sym__AND, - sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -179580,7 +180753,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -179591,54 +180766,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [158790] = 14, + sym_exponentiate, + [160131] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(2700), 1, + sym_THEN, + ACTIONS(3500), 1, sym_exponentiate, - STATE(459), 1, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, sym_multiplying_operator, - STATE(460), 1, + STATE(664), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2406), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2678), 24, + ACTIONS(2708), 6, sym__AND, - sym_GENERATE, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -179647,50 +180830,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [158863] = 15, + [160212] = 23, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3676), 1, + sym_ALIAS, + ACTIONS(3679), 1, + sym_ATTRIBUTE, + ACTIONS(3682), 1, + sym_BEGIN, + ACTIONS(3684), 1, + sym_CONSTANT, + ACTIONS(3687), 1, + sym_FILE, + ACTIONS(3690), 1, + sym_FUNCTION, + ACTIONS(3693), 1, + sym_GROUP, + ACTIONS(3699), 1, + sym_PACKAGE, + ACTIONS(3702), 1, + sym_PROCEDURE, + ACTIONS(3705), 1, + sym_SHARED, + ACTIONS(3708), 1, + sym_SUBTYPE, + ACTIONS(3711), 1, + sym_TYPE, + ACTIONS(3714), 1, + sym_USE, + ACTIONS(3717), 1, + sym_VARIABLE, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(3696), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2428), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_sequential_block_head_repeat1, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [160303] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3486), 1, sym_exponentiate, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(522), 1, sym_logical_operator, + STATE(523), 1, + sym_relational_operator, + STATE(524), 1, + sym_shift_operator, + STATE(636), 1, + sym_adding_operator, + STATE(639), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2407), 3, + STATE(2429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2718), 4, + ACTIONS(2720), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2716), 21, + ACTIONS(2718), 21, sym__AND, - sym_GENERATE, + sym_INERTIAL, sym__NAND, sym__NOR, sym__OR, @@ -179710,57 +180958,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158938] = 16, + [160378] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - STATE(459), 1, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, sym_multiplying_operator, - STATE(460), 1, + STATE(664), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2408), 3, + STATE(2430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 4, + ACTIONS(2680), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2678), 27, + sym__AND, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2712), 15, - sym__AND, - sym_GENERATE, - sym__NAND, - sym__NOR, - sym__OR, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -179771,110 +181010,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159015] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [160445] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3500), 1, sym_exponentiate, - STATE(459), 1, + STATE(490), 1, + sym_logical_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_shift_operator, + STATE(660), 1, sym_multiplying_operator, - STATE(460), 1, + STATE(664), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2409), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2710), 7, - sym__AND, - sym_GENERATE, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [159094] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(2410), 3, + STATE(2431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2680), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(2678), 24, sym__AND, - sym_GENERATE, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -179888,79 +181073,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [159161] = 6, + [160518] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2411), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2896), 1, + sym_ALIAS, + ACTIONS(2898), 1, + sym_ATTRIBUTE, + ACTIONS(2902), 1, + sym_CONSTANT, + ACTIONS(2904), 1, + sym_FILE, + ACTIONS(2906), 1, + sym_FUNCTION, + ACTIONS(2908), 1, + sym_GROUP, + ACTIONS(2912), 1, + sym_PACKAGE, + ACTIONS(2914), 1, + sym_SHARED, + ACTIONS(2916), 1, + sym_SUBTYPE, + ACTIONS(2918), 1, + sym_TYPE, + ACTIONS(2920), 1, + sym_USE, + ACTIONS(2922), 1, + sym_VARIABLE, + ACTIONS(3720), 1, + sym_BEGIN, + STATE(2428), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3960), 1, + sym__process_declarative_item, + STATE(5779), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6256), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3112), 31, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_LT_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [159218] = 6, + STATE(3959), 17, + sym_use_clause, + sym_package_declaration, + sym_package_instantiation_declaration, + sym_package_definition, + sym_subprogram_declaration, + sym_subprogram_definition, + sym_subprogram_instantiation_declaration, + sym_type_declaration, + sym_subtype_declaration, + sym_constant_declaration, + sym_variable_declaration, + sym_file_declaration, + sym_alias_declaration, + sym_attribute_declaration, + sym_attribute_specification, + sym_group_template_declaration, + sym_group_declaration, + [160611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2412), 3, + STATE(2433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 7, - anon_sym_EQ, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 31, + ACTIONS(3072), 32, sym__AND, + sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -179972,14 +181175,14 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -179990,31 +181193,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [159275] = 6, + [160668] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2413), 3, + STATE(2434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, - anon_sym_EQ, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 31, + ACTIONS(3060), 31, sym__AND, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -180023,14 +181227,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -180041,51 +181243,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [159332] = 11, + [160724] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(433), 1, + ACTIONS(3484), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(685), 1, sym_adding_operator, - STATE(434), 1, + STATE(686), 1, sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, - STATE(2414), 3, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(2708), 6, sym__AND, - sym_INERTIAL, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180094,31 +181304,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [159399] = 6, + [160802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2415), 3, + STATE(2436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 7, - anon_sym_EQ, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 31, + ACTIONS(3056), 31, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -180130,14 +181337,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -180148,55 +181354,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [159456] = 14, + [160858] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, + ACTIONS(3022), 1, sym_exponentiate, - STATE(433), 1, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(603), 1, sym_adding_operator, - STATE(434), 1, + STATE(699), 1, sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2416), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, + ACTIONS(2708), 6, sym__AND, - sym_INERTIAL, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180205,57 +181415,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [159529] = 14, + [160936] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, + ACTIONS(3230), 1, sym_exponentiate, - STATE(459), 1, - sym_multiplying_operator, STATE(460), 1, + sym_multiplying_operator, + STATE(463), 1, sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(467), 1, sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - STATE(2417), 3, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, + ACTIONS(2708), 6, sym__AND, - sym_GENERATE, sym__NAND, sym__NOR, sym__OR, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180264,40 +181476,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [159602] = 11, + [161014] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, - sym_logical_operator, - STATE(2418), 3, + STATE(2439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(3012), 31, sym__AND, - sym_GENERATE, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -180309,9 +181509,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -180323,108 +181526,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159669] = 18, + [161070] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2696), 1, - sym_GENERATE, - ACTIONS(3018), 1, + ACTIONS(2797), 1, sym_exponentiate, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(654), 1, - sym_shift_operator, - STATE(655), 1, - sym_relational_operator, - STATE(657), 1, + STATE(467), 1, sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(503), 1, + sym_adding_operator, + STATE(505), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2419), 3, + STATE(2440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [159750] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2420), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, - sym__AND, - sym_GENERATE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym__XNOR, - sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180433,49 +181587,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [159807] = 6, + [161148] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2421), 3, + STATE(2441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2722), 32, - sym_identifier, + ACTIONS(3080), 31, sym__AND, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180488,129 +181637,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159864] = 23, + [161204] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3674), 1, - sym_ALIAS, - ACTIONS(3677), 1, - sym_ATTRIBUTE, - ACTIONS(3680), 1, - sym_CONSTANT, - ACTIONS(3683), 1, - sym_END, - ACTIONS(3685), 1, - sym_FILE, - ACTIONS(3688), 1, - sym_FUNCTION, - ACTIONS(3691), 1, - sym_GROUP, - ACTIONS(3697), 1, - sym_PACKAGE, - ACTIONS(3700), 1, - sym_PROCEDURE, - ACTIONS(3703), 1, - sym_SHARED, - ACTIONS(3706), 1, - sym_SUBTYPE, - ACTIONS(3709), 1, - sym_TYPE, - ACTIONS(3712), 1, - sym_USE, - ACTIONS(3715), 1, - sym_VARIABLE, - STATE(3728), 1, - sym__protected_type_body_declarative_item, - STATE(5880), 1, - sym__subprogram_specification, - ACTIONS(3694), 2, - sym_IMPURE, - sym_PURE, - STATE(6351), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2422), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_protected_type_body_repeat1, - STATE(3727), 17, - sym_use_clause, - sym_package_declaration, - sym_package_instantiation_declaration, - sym_package_definition, - sym_subprogram_declaration, - sym_subprogram_definition, - sym_subprogram_instantiation_declaration, - sym_type_declaration, - sym_subtype_declaration, - sym_constant_declaration, - sym_variable_declaration, - sym_file_declaration, - sym_alias_declaration, - sym_attribute_declaration, - sym_attribute_specification, - sym_group_template_declaration, - sym_group_declaration, - [159955] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2696), 1, - sym_SELECT, - ACTIONS(3488), 1, + ACTIONS(3264), 1, sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, + STATE(467), 1, sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(549), 1, + sym_adding_operator, + STATE(551), 1, + sym_multiplying_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2423), 3, + STATE(2442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180619,36 +181698,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160036] = 11, + [161282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - STATE(2424), 3, + STATE(2443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2688), 27, + ACTIONS(2628), 31, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -180656,14 +181727,16 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -180675,39 +181748,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160103] = 12, + [161338] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3606), 1, - sym_exponentiate, - STATE(433), 1, - sym_adding_operator, - STATE(434), 1, - sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, - STATE(2425), 3, + ACTIONS(3144), 1, + sym_RANGE, + STATE(2444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 26, + ACTIONS(3068), 30, sym__AND, - sym_INERTIAL, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -180719,8 +181782,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180732,114 +181798,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [160172] = 14, + sym_exponentiate, + [161396] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3488), 1, - sym_exponentiate, - STATE(709), 1, - sym_multiplying_operator, - STATE(712), 1, - sym_adding_operator, - STATE(715), 1, - sym_shift_operator, - STATE(716), 1, - sym_relational_operator, - STATE(717), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2426), 3, + STATE(2445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2688), 24, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__ROL, - sym__ROR, - sym_SELECT, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [160245] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3606), 1, - sym_exponentiate, - STATE(433), 1, - sym_adding_operator, - STATE(434), 1, - sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, - ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - STATE(2427), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2680), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2678), 24, + ACTIONS(3072), 31, sym__AND, - sym_INERTIAL, + sym_DOWNTO, + sym_GENERIC, + sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -180850,37 +181848,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [160318] = 11, + sym_exponentiate, + [161452] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(433), 1, - sym_adding_operator, - STATE(434), 1, - sym_multiplying_operator, - STATE(582), 1, - sym_shift_operator, - STATE(583), 1, - sym_relational_operator, - STATE(587), 1, - sym_logical_operator, - STATE(2428), 3, + STATE(2446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 27, + ACTIONS(3068), 31, sym__AND, - sym_INERTIAL, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -180892,9 +181882,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -180906,27 +181899,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160385] = 6, + [161508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2429), 3, + STATE(2447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 7, - anon_sym_EQ, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 31, + ACTIONS(3064), 31, sym__AND, + sym_DOWNTO, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -180938,14 +181932,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -180956,31 +181949,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [160442] = 6, + [161564] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2430), 3, + STATE(617), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 7, - anon_sym_EQ, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 31, + ACTIONS(3080), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -180989,14 +181986,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -181007,29 +182001,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [160499] = 6, + [161624] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2431), 3, + STATE(436), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2692), 32, - sym_identifier, + ACTIONS(3080), 28, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -181041,12 +182037,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181059,32 +182053,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160556] = 6, + [161684] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2432), 3, + STATE(2450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 31, + ACTIONS(2424), 31, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181098,6 +182091,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181109,59 +182103,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160612] = 17, + [161740] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, + ACTIONS(3202), 1, sym_exponentiate, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - STATE(653), 1, + STATE(461), 1, sym_multiplying_operator, - STATE(656), 1, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(469), 1, sym_adding_operator, + STATE(471), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2433), 3, + STATE(2451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181170,25 +182164,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160690] = 6, + [161818] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2434), 3, + STATE(2452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 31, + ACTIONS(3112), 31, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -181220,32 +182214,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160746] = 6, + [161874] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2435), 3, + STATE(2453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 31, + ACTIONS(3048), 31, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181259,6 +182252,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181270,25 +182264,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160802] = 6, + [161930] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2436), 3, + STATE(2454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 31, + ACTIONS(3060), 31, sym__AND, sym_DOWNTO, sym_GENERIC, @@ -181320,32 +182314,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160858] = 6, + [161986] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2437), 3, + STATE(2455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 31, + ACTIONS(3080), 31, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181359,6 +182352,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181370,32 +182364,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160914] = 6, + [162042] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2438), 3, + STATE(2456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 31, + ACTIONS(3052), 31, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181409,6 +182402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181420,44 +182414,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160970] = 6, + [162098] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2439), 3, + ACTIONS(3008), 1, + sym_exponentiate, + STATE(448), 1, + sym_adding_operator, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(519), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3130), 31, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181466,29 +182475,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [161026] = 6, + [162176] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2440), 3, + STATE(2458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 31, + ACTIONS(3068), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -181520,45 +182525,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161082] = 6, + [162232] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2441), 3, + ACTIONS(3016), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(553), 1, + sym_adding_operator, + STATE(555), 1, + sym_multiplying_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3082), 31, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_GENERIC, - sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181566,35 +182586,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [161138] = 6, + [162310] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2442), 3, + STATE(2460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 31, + ACTIONS(3112), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181608,7 +182625,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181620,25 +182636,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161194] = 6, + [162366] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2443), 3, + STATE(2461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 31, + ACTIONS(3048), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -181670,25 +182686,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161250] = 6, + [162422] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2444), 3, + STATE(2462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 31, + ACTIONS(3052), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -181720,25 +182736,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161306] = 6, + [162478] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2445), 3, + STATE(2463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 31, + ACTIONS(3072), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -181770,44 +182786,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161362] = 6, + [162534] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2446), 3, + ACTIONS(3496), 1, + sym_exponentiate, + STATE(467), 1, + sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, + STATE(476), 1, + sym_multiplying_operator, + STATE(477), 1, + sym_adding_operator, + ACTIONS(2682), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 2, + sym__MOD, + sym__REM, + ACTIONS(2706), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3066), 31, + ACTIONS(2708), 6, sym__AND, - sym_DOWNTO, - sym_IS, - sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, - sym__REM, + sym__XNOR, + sym__XOR, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181816,29 +182847,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [161418] = 6, + [162612] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2447), 3, + STATE(2465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 31, + ACTIONS(2424), 31, sym__AND, sym_DOWNTO, sym_IS, @@ -181870,59 +182897,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161474] = 17, + [162668] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3254), 1, + ACTIONS(3150), 1, sym_exponentiate, - STATE(452), 1, - sym_adding_operator, - STATE(455), 1, + STATE(421), 1, sym_multiplying_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, + STATE(427), 1, + sym_adding_operator, + STATE(467), 1, sym_logical_operator, + STATE(468), 1, + sym_relational_operator, + STATE(471), 1, + sym_shift_operator, ACTIONS(2682), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2686), 2, sym__MOD, sym__REM, - ACTIONS(2702), 3, + ACTIONS(2706), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2448), 3, + STATE(2466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2704), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + ACTIONS(2708), 6, sym__AND, sym__NAND, sym__NOR, sym__OR, sym__XNOR, sym__XOR, - ACTIONS(2706), 6, + ACTIONS(2710), 6, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + ACTIONS(2702), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181931,31 +182958,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161552] = 6, + [162746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2449), 3, + STATE(2467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 31, + ACTIONS(2628), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -181969,7 +182997,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181981,59 +183008,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161608] = 17, + [162802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2797), 1, - sym_exponentiate, - STATE(532), 1, - sym_multiplying_operator, - STATE(559), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2450), 3, + STATE(2468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 31, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182042,59 +183054,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161686] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [162858] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3318), 1, - sym_exponentiate, - STATE(586), 1, - sym_adding_operator, - STATE(590), 1, - sym_multiplying_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2451), 3, + STATE(2469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3056), 31, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182103,31 +183104,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161764] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [162914] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2452), 3, + STATE(2470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 31, + ACTIONS(3012), 31, sym__AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -182141,7 +183147,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182153,28 +183158,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161820] = 6, + [162970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2453), 3, + STATE(2471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 31, + ACTIONS(3052), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -182187,11 +183191,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182203,60 +183207,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161876] = 17, + [163025] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3018), 1, - sym_exponentiate, - STATE(459), 1, - sym_multiplying_operator, - STATE(460), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(2472), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3070), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(3068), 30, + sym_AFTER, + sym__AND, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_WHEN, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2454), 3, + sym_exponentiate, + [163080] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 30, sym__AND, + sym_BUS, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182264,59 +183301,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161954] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [163135] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3494), 1, - sym_exponentiate, - STATE(575), 1, - sym_adding_operator, - STATE(580), 1, - sym_multiplying_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, + STATE(2474), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3050), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 2, + ACTIONS(3048), 30, + sym__AND, + sym_BUS, sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, sym__REM, - ACTIONS(2702), 3, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2455), 3, + sym_exponentiate, + [163190] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 30, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182325,31 +183399,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162032] = 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [163245] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(664), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2456), 3, + STATE(2476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(3072), 30, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -182361,6 +183435,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym_UNITS, sym__XNOR, sym__XOR, @@ -182377,28 +183452,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162092] = 6, + [163300] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2457), 3, + STATE(2477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 31, + ACTIONS(3052), 30, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -182410,10 +183484,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -182427,27 +183501,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162148] = 7, + [163355] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3172), 1, - sym_RANGE, - STATE(2458), 3, + STATE(2478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(3064), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -182462,10 +183534,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182478,31 +183550,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162206] = 6, + [163410] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2459), 3, + STATE(2479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 31, + ACTIONS(3072), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -182514,9 +183586,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182528,59 +183599,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162262] = 17, + [163465] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3158), 1, - sym_exponentiate, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - STATE(688), 1, - sym_multiplying_operator, - STATE(691), 1, - sym_adding_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2460), 3, + STATE(2480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3068), 30, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182589,120 +183644,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162340] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3482), 1, - sym_exponentiate, - STATE(428), 1, - sym_adding_operator, - STATE(446), 1, - sym_multiplying_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2461), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2700), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2704), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - ACTIONS(2698), 8, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - [162418] = 17, + sym_exponentiate, + [163520] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3144), 1, - sym_exponentiate, - STATE(609), 1, - sym_multiplying_operator, - STATE(611), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2462), 3, + STATE(2481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3080), 30, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym_UNITS, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182711,59 +183693,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162496] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [163575] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3016), 1, - sym_exponentiate, - STATE(473), 1, - sym_multiplying_operator, - STATE(474), 1, - sym_adding_operator, - STATE(634), 1, - sym_shift_operator, - STATE(635), 1, - sym_relational_operator, - STATE(636), 1, - sym_logical_operator, - ACTIONS(2682), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 2, - sym__MOD, - sym__REM, - ACTIONS(2702), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2463), 3, + STATE(2482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2700), 4, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2704), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 30, sym__AND, + sym_DOWNTO, + sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, - sym__XNOR, - sym__XOR, - ACTIONS(2706), 6, + sym__REM, sym__ROL, sym__ROR, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - ACTIONS(2698), 8, + sym_TO, + sym__XNOR, + sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182772,28 +183742,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162574] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [163630] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2464), 3, + STATE(2483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 31, + ACTIONS(2424), 30, sym__AND, - sym_DOWNTO, - sym_GENERIC, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -182805,10 +183778,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -182822,31 +183795,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162630] = 6, + [163685] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2465), 3, + STATE(2484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 31, + ACTIONS(3060), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -182858,9 +183831,8 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182872,28 +183844,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162686] = 6, + [163740] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2466), 3, + STATE(2485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 31, + ACTIONS(2424), 30, sym__AND, sym_DOWNTO, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -182906,11 +183877,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182922,35 +183893,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162742] = 8, + [163795] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(684), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2467), 3, + STATE(2486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(3060), 30, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -182959,9 +183925,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182974,32 +183942,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162802] = 6, + [163850] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2468), 3, + STATE(2487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 31, + ACTIONS(2424), 30, sym__AND, sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -183011,7 +183978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183024,29 +183991,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162858] = 7, + [163905] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3542), 1, - anon_sym_EQ_GT, - STATE(2469), 3, + STATE(2488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 7, - anon_sym_EQ, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3056), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -183058,12 +184023,13 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -183074,36 +184040,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162915] = 8, + [163960] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(620), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2470), 3, + STATE(2489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(3112), 30, sym__AND, - sym_LOOP, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -183113,7 +184075,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183125,27 +184089,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162974] = 6, + [164015] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2471), 3, + STATE(2490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 30, + ACTIONS(3056), 30, sym__AND, - sym_BUS, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -183157,12 +184121,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183174,32 +184138,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163029] = 6, + [164070] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2472), 3, + STATE(2491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 30, + ACTIONS(3048), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -183207,11 +184171,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183223,25 +184187,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163084] = 6, + [164125] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2473), 3, + STATE(2492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 30, + ACTIONS(3052), 30, sym__AND, sym_BUS, sym__MOD, @@ -183272,27 +184236,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163139] = 6, + [164180] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2474), 3, + STATE(486), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 30, - sym_AFTER, + ACTIONS(3080), 27, sym__AND, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -183304,11 +184273,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183321,76 +184287,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163194] = 6, + [164239] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2475), 3, + STATE(2494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3098), 30, - sym_AFTER, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, + ACTIONS(3476), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [163249] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2476), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3094), 6, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 30, + ACTIONS(3080), 26, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -183404,10 +184325,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183419,31 +184337,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163304] = 7, + [164296] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2477), 3, + STATE(2495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3290), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(3094), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(2628), 30, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -183455,8 +184369,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183469,31 +184386,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163361] = 6, + [164351] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2478), 3, + STATE(2496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 30, + ACTIONS(3012), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -183502,11 +184418,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183518,31 +184435,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163416] = 6, + [164406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2479), 3, + STATE(2497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 30, + ACTIONS(3012), 30, sym__AND, sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -183552,9 +184468,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183567,31 +184484,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163471] = 6, + [164461] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2480), 3, + STATE(2498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 30, + ACTIONS(3056), 30, sym__AND, sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -183602,7 +184520,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -183616,31 +184533,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163526] = 6, + [164516] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2481), 3, + STATE(2499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 30, + ACTIONS(3060), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -183648,12 +184566,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183665,25 +184582,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163581] = 6, + [164571] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2482), 3, + STATE(2500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 30, + ACTIONS(3068), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -183714,25 +184631,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163636] = 6, + [164626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2483), 3, + STATE(2501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 30, + ACTIONS(3012), 30, sym_AFTER, sym__AND, sym__MOD, @@ -183763,25 +184680,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163691] = 6, + [164681] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2484), 3, + STATE(2502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 30, + ACTIONS(3064), 30, sym__AND, sym_BUS, sym__MOD, @@ -183812,30 +184729,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163746] = 6, + [164736] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2485), 3, + STATE(2503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 30, + ACTIONS(3056), 30, sym__AND, sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -183845,10 +184763,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183861,27 +184778,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163801] = 6, + [164791] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2486), 3, + STATE(2504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3476), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 30, + ACTIONS(3080), 26, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -183893,11 +184814,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183910,27 +184828,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163856] = 6, + [164848] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2487), 3, + STATE(2505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, - sym_AFTER, + ACTIONS(3112), 30, sym__AND, + sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -183942,11 +184860,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, + sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183959,27 +184877,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163911] = 6, + [164903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2488), 3, + STATE(2506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 30, - sym_AFTER, + ACTIONS(3060), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -183991,12 +184909,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184008,31 +184926,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163966] = 6, + [164958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2489), 3, + STATE(2507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 30, - sym_AFTER, + ACTIONS(3068), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184040,12 +184959,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184057,27 +184975,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164021] = 6, + [165013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2490), 3, + STATE(2508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 30, + ACTIONS(2424), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -184089,11 +185007,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -184106,31 +185024,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164076] = 6, + [165068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2491), 3, + STATE(2509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 30, + ACTIONS(3072), 30, sym__AND, sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184141,7 +185060,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -184155,76 +185073,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164131] = 6, + [165123] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2492), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 30, - sym_AFTER, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [164186] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2493), 3, + STATE(451), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, - sym_AFTER, + ACTIONS(3080), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -184236,11 +185110,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -184253,27 +185124,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164241] = 6, + [165182] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2494), 3, + STATE(462), 1, + sym__direction, + ACTIONS(3188), 2, + sym_DOWNTO, + sym_TO, + STATE(2511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 30, - sym_AFTER, + ACTIONS(3080), 27, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -184285,11 +185161,8 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -184302,31 +185175,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164296] = 6, + [165241] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2495), 3, + STATE(2512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2628), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184334,12 +185208,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184351,27 +185224,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164351] = 6, + [165296] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2496), 3, + STATE(2513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 30, + ACTIONS(2628), 30, + sym_AFTER, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -184383,12 +185256,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184400,25 +185273,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164406] = 6, + [165351] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2497), 3, + STATE(2514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 30, + ACTIONS(3112), 30, sym_AFTER, sym__AND, sym__MOD, @@ -184449,74 +185322,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164461] = 6, + [165406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2498), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2430), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2428), 30, - sym__AND, - sym_BUS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [164516] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2499), 3, + STATE(2515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 30, + ACTIONS(3080), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -184547,80 +185371,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164571] = 6, + [165461] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2500), 3, + ACTIONS(3670), 1, + anon_sym_EQ_GT, + STATE(2516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 30, - sym__AND, - sym_BUS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(3070), 7, anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [164626] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2501), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3010), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 30, + ACTIONS(3068), 28, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -184629,12 +185405,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -184645,25 +185421,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164681] = 6, + [165518] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2502), 3, + STATE(2517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 30, + ACTIONS(3080), 30, sym__AND, sym_BUS, sym__MOD, @@ -184694,27 +185470,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164736] = 6, + [165573] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2503), 3, + STATE(2518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 30, - sym_AFTER, + ACTIONS(3064), 30, sym__AND, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -184726,12 +185502,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184743,27 +185519,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164791] = 6, + [165628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2504), 3, + STATE(2519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 30, + ACTIONS(3068), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -184775,12 +185551,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184792,32 +185568,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164846] = 6, + [165683] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2505), 3, + STATE(2520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 30, + ACTIONS(3072), 30, sym__AND, sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184828,6 +185603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -184841,32 +185617,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164901] = 6, + [165738] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2506), 3, + STATE(2521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 30, + ACTIONS(3048), 30, + sym_AFTER, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184874,11 +185649,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184890,32 +185666,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164956] = 6, + [165793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2507), 3, + STATE(2522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 30, + ACTIONS(3052), 30, + sym_AFTER, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -184923,11 +185698,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -184939,25 +185715,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165011] = 6, + [165848] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2508), 3, + STATE(2523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 30, + ACTIONS(2628), 30, sym__AND, sym_BUS, sym__MOD, @@ -184988,25 +185764,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165066] = 6, + [165903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2509), 3, + STATE(2524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 30, + ACTIONS(3112), 30, sym__AND, sym_BUS, sym__MOD, @@ -185037,30 +185813,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165121] = 6, + [165958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2510), 3, + STATE(2525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(3012), 30, sym__AND, sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -185070,61 +185847,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SRA, sym__SRL, sym_TO, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [165176] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(640), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2511), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 27, - sym__AND, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -185137,27 +185862,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165235] = 6, + [166013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2512), 3, + STATE(2526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 30, + ACTIONS(3080), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -185169,11 +185894,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -185186,27 +185911,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165290] = 6, + [166068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2513), 3, + STATE(2527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(3072), 30, + sym_AFTER, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -185218,12 +185943,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185235,25 +185960,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165345] = 6, + [166123] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2514), 3, + STATE(2528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(3012), 30, sym__AND, sym_BUS, sym__MOD, @@ -185284,27 +186009,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165400] = 6, + [166178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2515), 3, + STATE(2529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 30, + ACTIONS(3056), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, @@ -185316,11 +186041,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -185333,31 +186058,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165455] = 6, + [166233] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2516), 3, + STATE(2530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 30, + ACTIONS(2424), 30, sym__AND, - sym_DOWNTO, + sym_BUS, sym__MOD, sym__NAND, sym__NOR, sym__OR, + sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -185365,12 +186091,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185382,31 +186107,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165510] = 6, + [166288] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2517), 3, + STATE(2531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 30, + ACTIONS(3060), 30, + sym_AFTER, sym__AND, - sym_DOWNTO, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -185415,9 +186139,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_WHEN, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, @@ -185431,27 +186156,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165565] = 6, + [166343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2518), 3, + STATE(2532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 30, + ACTIONS(3064), 30, + sym_AFTER, sym__AND, - sym_BUS, sym__MOD, sym__NAND, sym__NOR, @@ -185463,12 +186188,12 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_WHEN, sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185480,25 +186205,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165620] = 6, + [166398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2519), 3, + STATE(2533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(3112), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -185529,25 +186254,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165675] = 6, + [166453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2520), 3, + STATE(2534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 30, + ACTIONS(3048), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -185578,74 +186303,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165730] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2521), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3006), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3004), 30, - sym__AND, - sym_BUS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym_REGISTER, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [165785] = 6, + [166508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2522), 3, + STATE(2535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 30, + ACTIONS(3052), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -185676,126 +186352,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165840] = 7, + [166563] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2523), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3290), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 26, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [165897] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(651), 1, - sym__direction, - ACTIONS(3178), 2, - sym_DOWNTO, - sym_TO, - STATE(2524), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 27, - sym__AND, - sym_GENERATE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [165956] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2525), 3, + STATE(2536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 30, + ACTIONS(3048), 30, sym__AND, sym_DOWNTO, sym__MOD, @@ -185826,31 +186401,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166011] = 6, + [166618] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2526), 3, + STATE(2537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 30, + ACTIONS(3060), 29, sym__AND, sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -185862,7 +186437,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -185875,32 +186449,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166066] = 6, + [166672] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2527), 3, + STATE(2538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 30, + ACTIONS(3072), 29, sym__AND, - sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -185924,27 +186497,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166121] = 6, + [166726] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2528), 3, + STATE(2539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 30, + ACTIONS(3064), 29, sym__AND, - sym_BUS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -185959,7 +186532,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -185973,31 +186545,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166176] = 6, + [166780] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2529), 3, + STATE(2540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 30, + ACTIONS(3052), 29, sym__AND, sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -186009,56 +186581,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [166231] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2530), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3006), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3004), 30, - sym_AFTER, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_WHEN, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -186071,30 +186593,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166286] = 6, + [166834] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2531), 3, + STATE(2541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(3064), 29, sym__AND, - sym_BUS, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -186106,9 +186629,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XNOR, sym__XOR, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186120,32 +186641,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166341] = 6, + [166888] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2532), 3, + STATE(2542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 30, + ACTIONS(2424), 29, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -186153,11 +186674,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186169,32 +186689,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166396] = 6, + [166942] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2533), 3, + STATE(2543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 30, + ACTIONS(3068), 29, sym__AND, - sym_BUS, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, - sym_REGISTER, sym__REM, sym__ROL, sym__ROR, @@ -186202,11 +186722,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186218,31 +186737,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166451] = 6, + [166996] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2534), 3, + STATE(2544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 30, + ACTIONS(3012), 29, sym__AND, sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -186254,7 +186773,6 @@ static const uint16_t ts_small_parse_table[] = { sym_TO, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -186267,25 +186785,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166506] = 6, + [167050] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2535), 3, + STATE(2545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(2424), 29, sym__AND, sym_IS, sym__MOD, @@ -186315,31 +186833,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166560] = 6, + [167104] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2536), 3, + STATE(2546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 29, + ACTIONS(3012), 29, sym__AND, + sym_DOWNTO, sym_IS, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -186348,9 +186866,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -186363,25 +186881,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166614] = 6, + [167158] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2537), 3, + STATE(2547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(3056), 29, sym__AND, sym_DOWNTO, sym_IS, @@ -186411,28 +186929,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166668] = 6, + [167212] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2538), 3, + STATE(2548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3060), 29, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -186459,31 +186977,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166722] = 6, + [167266] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2539), 3, + STATE(2549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(3068), 29, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -186496,6 +187013,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186507,25 +187025,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166776] = 6, + [167320] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2540), 3, + STATE(2550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(3064), 29, sym__AND, sym_DOWNTO, sym_IS, @@ -186555,27 +187073,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166830] = 6, + [167374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2541), 3, + STATE(2551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(3068), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -186587,11 +187106,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186603,72 +187121,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166884] = 5, + [167428] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2542), 3, + STATE(2552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3718), 35, - sym_identifier, - sym__ABS, + ACTIONS(3074), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3072), 29, sym__AND, + sym_DOWNTO, + sym_IS, + sym__MOD, sym__NAND, - sym_NEW, sym__NOR, - sym__NOT, - sym_NULL, sym__OR, - sym_UNAFFECTED, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT_LT, - [166936] = 6, + anon_sym_AMP, + sym_exponentiate, + [167482] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2543), 3, + STATE(2553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(2424), 29, sym__AND, sym__MOD, sym__NAND, @@ -186698,25 +187217,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166990] = 6, + [167536] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2544), 3, + STATE(2554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(3012), 29, sym__AND, sym__MOD, sym__NAND, @@ -186746,28 +187265,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167044] = 6, + [167590] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2545), 3, + ACTIONS(3476), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + STATE(2555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(3080), 26, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -186779,7 +187300,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -186794,25 +187314,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167098] = 6, + [167646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2546), 3, + STATE(2556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(3080), 29, sym__AND, sym_DOWNTO, sym_GENERATE, @@ -186842,31 +187362,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167152] = 6, + [167700] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2547), 3, + STATE(2557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(2424), 29, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -186879,6 +187398,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186890,35 +187410,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167206] = 6, + [167754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2548), 3, + STATE(2558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 29, + ACTIONS(3060), 29, sym__AND, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -186927,6 +187446,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186938,42 +187458,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167260] = 6, + [167808] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2549), 3, + STATE(2559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(2628), 29, sym__AND, + sym_DOWNTO, + sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -186986,31 +187506,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167314] = 6, + [167862] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2550), 3, + STATE(2560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(3060), 29, sym__AND, - sym_DOWNTO, sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -187019,9 +187539,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187034,25 +187554,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167368] = 6, + [167916] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2551), 3, + STATE(2561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3722), 35, + sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym_UNAFFECTED, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [167968] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2562), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(3064), 29, sym__AND, sym__MOD, sym__NAND, @@ -187082,25 +187649,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167422] = 6, + [168022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2552), 3, + STATE(2563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(3056), 29, sym__AND, sym_IS, sym__MOD, @@ -187130,28 +187697,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167476] = 6, + [168076] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2553), 3, + STATE(2564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(3064), 29, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -187178,82 +187745,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167530] = 6, + [168130] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2554), 3, + STATE(2565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3140), 29, + ACTIONS(3724), 35, + sym_identifier, + sym__ABS, sym__AND, - sym_GENERIC, - sym__MOD, sym__NAND, + sym_NEW, sym__NOR, + sym__NOT, + sym_NULL, sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, + sym_UNAFFECTED, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [167584] = 6, + anon_sym_LT_LT, + [168182] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2555), 3, + STATE(2566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(3068), 29, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -187262,7 +187829,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -187274,42 +187840,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167638] = 6, + [168236] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2556), 3, + STATE(2567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 29, + ACTIONS(3072), 29, sym__AND, - sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187322,42 +187888,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167692] = 6, + [168290] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2557), 3, + STATE(2568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(3080), 29, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187370,33 +187936,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167746] = 7, + [168344] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, - STATE(2558), 3, + STATE(2569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3012), 29, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -187407,6 +187971,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187419,42 +187984,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167802] = 6, + [168398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2559), 3, + STATE(2570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(2628), 29, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187467,25 +188032,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167856] = 6, + [168452] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2560), 3, + STATE(2571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(3056), 29, sym__AND, sym_GENERIC, sym__MOD, @@ -187515,75 +188080,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167910] = 6, + [168506] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2561), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3010), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3008), 29, - sym__AND, - sym_DOWNTO, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [167964] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2562), 3, + ACTIONS(3476), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + STATE(2572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(3080), 26, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -187597,9 +188117,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -187611,28 +188129,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168018] = 6, + [168562] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2563), 3, + STATE(2573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(3012), 29, sym__AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -187659,34 +188177,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168072] = 6, + [168616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2564), 3, + STATE(2574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 29, + ACTIONS(3060), 29, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -187695,7 +188214,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -187707,25 +188225,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168126] = 6, + [168670] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2565), 3, + STATE(2575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(3112), 29, sym__AND, sym_DOWNTO, sym_IS, @@ -187755,25 +188273,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168180] = 6, + [168724] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2566), 3, + STATE(2576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(3048), 29, sym__AND, sym_DOWNTO, sym_IS, @@ -187803,28 +188321,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168234] = 6, + [168778] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2567), 3, + STATE(2577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(3080), 29, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -187851,25 +188369,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168288] = 6, + [168832] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2568), 3, + STATE(2578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(2628), 29, sym__AND, sym_IS, sym__MOD, @@ -187899,42 +188417,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168342] = 6, + [168886] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2569), 3, + STATE(2579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 29, + ACTIONS(3060), 29, sym__AND, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -187947,27 +188465,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168396] = 6, + [168940] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2570), 3, + STATE(2580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(3068), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -187979,11 +188498,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -187995,30 +188513,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168450] = 6, + [168994] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2571), 3, + STATE(2581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 29, + ACTIONS(3080), 29, sym__AND, - sym_GENERIC, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -188031,7 +188550,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188043,27 +188561,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168504] = 6, + [169048] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2572), 3, + STATE(2582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(2424), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -188075,11 +188594,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188091,27 +188609,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168558] = 6, + [169102] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2573), 3, + STATE(2583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(2628), 29, sym__AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -188123,11 +188642,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188139,34 +188657,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168612] = 6, + [169156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2574), 3, + STATE(2584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(3056), 29, sym__AND, - sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -188175,7 +188694,6 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188187,31 +188705,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168666] = 6, + [169210] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2575), 3, + STATE(2585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 29, + ACTIONS(3072), 29, sym__AND, - sym_IS, + sym_DOWNTO, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -188220,9 +188738,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -188235,18 +188753,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168720] = 5, + [169264] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2576), 3, + STATE(2586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3720), 35, + ACTIONS(3726), 35, sym_identifier, sym__ABS, sym__AND, @@ -188282,28 +188800,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [168772] = 6, + [169316] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2577), 3, + STATE(2587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(2424), 29, sym__AND, sym_DOWNTO, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -188330,35 +188848,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168826] = 6, + [169370] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2578), 3, + STATE(2588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 29, + ACTIONS(3048), 29, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -188378,35 +188896,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168880] = 6, + [169424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2579), 3, + STATE(2589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(3052), 29, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -188426,25 +188944,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168934] = 6, + [169478] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2580), 3, + STATE(2590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(3052), 29, sym__AND, sym__MOD, sym__NAND, @@ -188474,28 +188992,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168988] = 6, + [169532] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2581), 3, + STATE(2591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 29, + ACTIONS(2628), 29, sym__AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -188507,10 +189024,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188522,42 +189040,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169042] = 6, + [169586] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2582), 3, + STATE(2592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(2628), 29, sym__AND, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -188570,31 +189088,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169096] = 6, + [169640] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2583), 3, + STATE(2593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 29, + ACTIONS(3072), 29, sym__AND, - sym_IS, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -188603,9 +189121,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -188618,42 +189136,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169150] = 6, + [169694] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2584), 3, + STATE(2594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3048), 29, sym__AND, - sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -188666,31 +189184,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169204] = 6, + [169748] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2585), 3, + STATE(2595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(3012), 29, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -188703,6 +189220,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -188714,18 +189232,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169258] = 5, + [169802] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2586), 3, + STATE(2596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3722), 35, + ACTIONS(3728), 35, sym_identifier, sym__ABS, sym__AND, @@ -188761,28 +189279,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [169310] = 6, + [169854] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2587), 3, + STATE(2597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(3112), 29, sym__AND, sym_DOWNTO, - sym_LOOP, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -188809,25 +189327,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169364] = 6, + [169908] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2588), 3, + STATE(2598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(3048), 29, sym__AND, sym_DOWNTO, sym_GENERATE, @@ -188857,28 +189375,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169418] = 6, + [169962] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2589), 3, + STATE(2599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 29, + ACTIONS(3052), 29, sym__AND, sym_DOWNTO, - sym_LOOP, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -188905,35 +189423,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169472] = 6, + [170016] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2590), 3, + STATE(2600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 29, + ACTIONS(3112), 29, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -188953,73 +189471,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169526] = 6, + [170070] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2591), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3100), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3098), 29, - sym__AND, - sym_DOWNTO, - sym_LOOP, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [169580] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2592), 3, + STATE(2601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3112), 29, sym__AND, sym_GENERIC, sym__MOD, @@ -189049,31 +189519,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169634] = 6, + [170124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2593), 3, + STATE(2602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(3048), 29, sym__AND, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, - sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -189086,6 +189555,7 @@ static const uint16_t ts_small_parse_table[] = { sym__XOR, anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -189097,73 +189567,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169688] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2594), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3142), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3140), 29, - sym__AND, - sym_DOWNTO, - sym_LOOP, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_TO, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [169742] = 6, + [170178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2595), 3, + STATE(2603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 29, + ACTIONS(3056), 29, sym__AND, sym_DOWNTO, sym_GENERATE, @@ -189193,28 +189615,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169796] = 6, + [170232] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2596), 3, + STATE(2604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3052), 29, sym__AND, - sym_DOWNTO, - sym_LOOP, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -189226,10 +189647,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -189241,25 +189663,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169850] = 6, + [170286] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2597), 3, + STATE(2605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 29, + ACTIONS(3056), 29, sym__AND, sym_DOWNTO, sym_LOOP, @@ -189289,42 +189711,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169904] = 6, + [170340] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2598), 3, + STATE(2606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 29, + ACTIONS(3112), 29, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, + sym_REPORT, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -189337,33 +189759,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169958] = 7, + [170394] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - STATE(2599), 3, + STATE(2607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3068), 29, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OPEN, sym__OR, sym__REM, sym__ROL, @@ -189374,6 +189794,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -189386,119 +189807,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170014] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2600), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3724), 35, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym_UNAFFECTED, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [170066] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2601), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3726), 35, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym_UNAFFECTED, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [170118] = 6, + [170448] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2602), 3, + STATE(2608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(3072), 29, sym__AND, sym_IS, sym__MOD, @@ -189528,42 +189855,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170172] = 6, + [170502] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2603), 3, + STATE(2609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3052), 29, sym__AND, + sym_DOWNTO, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, sym__OR, sym__REM, - sym_REPORT, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_TO, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -189576,25 +189903,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170226] = 6, + [170556] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2604), 3, + STATE(2610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(3048), 29, sym__AND, sym_DOWNTO, sym_LOOP, @@ -189624,25 +189951,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170280] = 6, + [170610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2605), 3, + STATE(2611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 29, + ACTIONS(3112), 29, sym__AND, sym_DOWNTO, sym_LOOP, @@ -189672,76 +189999,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170334] = 6, + [170664] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2606), 3, + STATE(2612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2428), 29, + ACTIONS(3730), 35, + sym_identifier, + sym__ABS, sym__AND, - sym_IS, - sym__MOD, sym__NAND, + sym_NEW, sym__NOR, - sym_OPEN, + sym__NOT, + sym_NULL, sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, + sym_UNAFFECTED, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [170388] = 6, + anon_sym_LT_LT, + [170716] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2607), 3, + STATE(2613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 29, + ACTIONS(3080), 29, sym__AND, - sym_DOWNTO, - sym_IS, + sym_GENERIC, sym__MOD, sym__NAND, sym__NOR, @@ -189753,10 +190078,11 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -189768,25 +190094,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170442] = 6, + [170770] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2608), 3, + STATE(2614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 29, + ACTIONS(3080), 29, sym__AND, sym_DOWNTO, sym_LOOP, @@ -189816,28 +190142,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170496] = 6, + [170824] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2609), 3, + STATE(2615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 29, + ACTIONS(3064), 29, sym__AND, sym_DOWNTO, - sym_LOOP, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -189864,31 +190190,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170550] = 6, + [170878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2610), 3, + STATE(2616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(2424), 28, sym__AND, - sym_DOWNTO, - sym_IS, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -189897,9 +190222,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -189912,28 +190237,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170604] = 6, + [170931] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2611), 3, + STATE(2617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 29, + ACTIONS(3068), 28, sym__AND, - sym_DOWNTO, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -189941,13 +190264,14 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -189960,28 +190284,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170658] = 6, + [170984] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2612), 3, + STATE(2618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 29, + ACTIONS(3048), 28, sym__AND, - sym_DOWNTO, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -189993,9 +190315,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -190008,28 +190331,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170712] = 6, + [171037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2613), 3, + STATE(2619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 29, + ACTIONS(3056), 28, sym__AND, - sym_DOWNTO, - sym_IS, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190041,9 +190363,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_TO, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -190056,25 +190378,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170766] = 6, + [171090] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2614), 3, + STATE(2620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3732), 34, + sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [171141] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2621), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 28, + ACTIONS(3052), 28, sym__AND, sym__MOD, sym__NAND, @@ -190103,27 +190471,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170819] = 6, + [171194] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2615), 3, + STATE(2622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 28, + ACTIONS(3048), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190131,6 +190498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190150,27 +190518,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170872] = 6, + [171247] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2616), 3, + STATE(2623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(3112), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190178,6 +190545,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190197,25 +190565,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170925] = 6, + [171300] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2617), 3, + STATE(2624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 28, + ACTIONS(3012), 28, sym__AND, sym_ELSE, sym__MOD, @@ -190244,27 +190612,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170978] = 6, + [171353] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2618), 3, + STATE(2625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 28, + ACTIONS(3052), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -190276,6 +190643,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -190291,30 +190659,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171031] = 6, + [171406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2619), 3, + STATE(2626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(3056), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -190323,9 +190690,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -190338,27 +190706,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171084] = 6, + [171459] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2620), 3, + STATE(2627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 28, + ACTIONS(3060), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190370,6 +190737,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -190385,190 +190753,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171137] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2621), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3724), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [171188] = 30, + [171512] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(3728), 1, - anon_sym_LT_LT, - ACTIONS(3732), 1, - sym_BLOCK, - ACTIONS(3734), 1, - sym_CASE, - ACTIONS(3736), 1, - sym_COMPONENT, - ACTIONS(3738), 1, - sym_CONFIGURATION, - ACTIONS(3740), 1, - sym_ENTITY, - ACTIONS(3742), 1, - sym_FOR, - ACTIONS(3744), 1, - sym_IF, - ACTIONS(3746), 1, - sym_POSTPONED, - ACTIONS(3748), 1, - sym_PROCESS, - STATE(3596), 1, - sym__direct_name, - STATE(5058), 1, - sym_if_generate, - STATE(5071), 1, - sym_name, - STATE(5178), 1, - sym_instantiated_unit, - STATE(5566), 1, - sym_for_loop, - STATE(6312), 1, - sym_aggregate, - STATE(6360), 1, - sym_with_expression, - STATE(6367), 1, - sym__target, - STATE(7556), 1, - sym_assertion, - STATE(4800), 2, - sym__identifier, - sym__external_name, - ACTIONS(3750), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2622), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4737), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3730), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [171289] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2623), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3752), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [171340] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2624), 3, + STATE(2628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 28, + ACTIONS(3012), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -190576,6 +190780,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190595,112 +190800,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171393] = 6, + [171565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2625), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3084), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3082), 28, - sym__AND, - sym_ELSE, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [171446] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2626), 3, + STATE(2629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3066), 28, + ACTIONS(3730), 34, + sym_identifier, + sym__ABS, sym__AND, - sym_ELSE, - sym__MOD, sym__NAND, + sym_NEW, sym__NOR, + sym__NOT, + sym_NULL, sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [171499] = 5, + anon_sym_LT_LT, + [171616] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2627), 3, + STATE(2630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3754), 34, + ACTIONS(3734), 34, sym_identifier, sym__ABS, sym__AND, @@ -190735,26 +190892,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [171550] = 6, + [171667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2628), 3, + STATE(2631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2424), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190762,7 +190920,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190782,27 +190939,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171603] = 6, + [171720] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2629), 3, + STATE(2632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 28, + ACTIONS(2424), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -190814,6 +190970,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -190829,26 +190986,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171656] = 6, + [171773] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2630), 3, + STATE(2633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(3112), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -190856,7 +191014,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190876,26 +191033,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171709] = 6, + [171826] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2631), 3, + STATE(2634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 28, + ACTIONS(3048), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -190903,7 +191061,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190923,26 +191080,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171762] = 6, + [171879] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2632), 3, + STATE(2635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3052), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -190950,7 +191108,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -190970,25 +191127,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171815] = 6, + [171932] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2633), 3, + STATE(2636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 28, + ACTIONS(3112), 28, sym__AND, sym__MOD, sym__NAND, @@ -190997,11 +191154,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -191017,30 +191174,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171868] = 6, + [171985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2634), 3, + STATE(2637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 28, + ACTIONS(3060), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191051,7 +191208,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191064,27 +191221,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171921] = 6, + [172038] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2635), 3, + STATE(2638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 28, + ACTIONS(3052), 28, sym__AND, - sym_ELSE, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -191111,25 +191268,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171974] = 6, + [172091] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2636), 3, + STATE(2639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 28, + ACTIONS(3048), 28, sym__AND, sym_FOR, sym__MOD, @@ -191158,25 +191315,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172027] = 6, + [172144] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2637), 3, + STATE(2640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3736), 34, + sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [172195] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2641), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 28, + ACTIONS(3064), 28, sym__AND, sym__MOD, sym__NAND, @@ -191205,27 +191408,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172080] = 6, + [172248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2638), 3, + STATE(2642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 28, + ACTIONS(3056), 28, sym__AND, - sym_FOR, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -191252,14 +191455,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172133] = 6, + [172301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2639), 3, + STATE(2643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -191272,6 +191475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(3112), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -191283,7 +191487,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -191299,27 +191502,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172186] = 6, + [172354] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2640), 3, + STATE(2644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 28, + ACTIONS(3060), 28, sym__AND, - sym_FOR, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -191346,27 +191549,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172239] = 6, + [172407] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2641), 3, + STATE(2645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 28, + ACTIONS(3068), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -191378,6 +191580,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -191393,27 +191596,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172292] = 6, + [172460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2642), 3, + STATE(2646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 28, + ACTIONS(3012), 28, sym__AND, - sym_ELSE, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -191440,18 +191643,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172345] = 5, + [172513] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2643), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3738), 1, + anon_sym_LT_LT, + ACTIONS(3742), 1, + sym_BLOCK, + ACTIONS(3744), 1, + sym_CASE, + ACTIONS(3746), 1, + sym_COMPONENT, + ACTIONS(3748), 1, + sym_CONFIGURATION, + ACTIONS(3750), 1, + sym_ENTITY, + ACTIONS(3752), 1, + sym_FOR, + ACTIONS(3754), 1, + sym_IF, + ACTIONS(3756), 1, + sym_POSTPONED, + ACTIONS(3758), 1, + sym_PROCESS, + STATE(3608), 1, + sym__direct_name, + STATE(5061), 1, + sym_if_generate, + STATE(5142), 1, + sym_name, + STATE(5307), 1, + sym_instantiated_unit, + STATE(5420), 1, + sym_for_loop, + STATE(6213), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6338), 1, + sym_with_expression, + STATE(7268), 1, + sym_assertion, + STATE(4737), 2, + sym__identifier, + sym__external_name, + ACTIONS(3760), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2647), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4738), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [172614] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3720), 34, + ACTIONS(3762), 34, sym_identifier, sym__ABS, sym__AND, @@ -191486,30 +191760,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [172396] = 6, + [172665] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2644), 3, + STATE(2649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(2424), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191520,7 +191794,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191533,25 +191807,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172449] = 6, + [172718] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2645), 3, + STATE(2650), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3764), 34, + sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [172769] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3766), 34, + sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [172820] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2652), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 28, + ACTIONS(3072), 28, sym__AND, sym__MOD, sym__NAND, @@ -191580,26 +191946,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172502] = 6, + [172873] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2646), 3, + STATE(2653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3064), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -191611,7 +191978,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -191627,30 +191993,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172555] = 6, + [172926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2647), 3, + STATE(2654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 28, + ACTIONS(3068), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191661,7 +192027,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191674,30 +192040,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172608] = 6, + [172979] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2648), 3, + STATE(2655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3072), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191708,7 +192074,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191721,30 +192087,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172661] = 6, + [173032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2649), 3, + STATE(2656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 28, + ACTIONS(3080), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191755,7 +192121,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191768,30 +192134,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172714] = 6, + [173085] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2650), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3738), 1, + anon_sym_LT_LT, + ACTIONS(3746), 1, + sym_COMPONENT, + ACTIONS(3748), 1, + sym_CONFIGURATION, + ACTIONS(3750), 1, + sym_ENTITY, + ACTIONS(3752), 1, + sym_FOR, + ACTIONS(3754), 1, + sym_IF, + ACTIONS(3768), 1, + sym_BLOCK, + ACTIONS(3770), 1, + sym_CASE, + ACTIONS(3772), 1, + sym_POSTPONED, + ACTIONS(3774), 1, + sym_PROCESS, + STATE(3608), 1, + sym__direct_name, + STATE(5028), 1, + sym_if_generate, + STATE(5102), 1, + sym_name, + STATE(5236), 1, + sym_instantiated_unit, + STATE(5397), 1, + sym_for_loop, + STATE(6117), 1, + sym__target, + STATE(6242), 1, + sym_aggregate, + STATE(6319), 1, + sym_with_expression, + STATE(6753), 1, + sym_assertion, + STATE(4737), 2, + sym__identifier, + sym__external_name, + ACTIONS(3760), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + STATE(4738), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [173186] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2658), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 28, + ACTIONS(3080), 28, sym__AND, + sym_ELSE, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191802,7 +192239,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191815,25 +192252,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172767] = 6, + [173239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2651), 3, + STATE(2659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 28, + ACTIONS(3080), 28, sym__AND, sym__MOD, sym__NAND, @@ -191862,18 +192299,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172820] = 5, + [173292] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2652), 3, + STATE(2660), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2630), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2628), 28, + sym__AND, + sym_ELSE, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_SEMI, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [173345] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3756), 34, + ACTIONS(3776), 34, sym_identifier, sym__ABS, sym__AND, @@ -191908,30 +192392,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [172871] = 6, + [173396] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2653), 3, + ACTIONS(3476), 2, + sym_UNITS, + anon_sym_SEMI, + STATE(2662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 28, + ACTIONS(3080), 26, sym__AND, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -191942,7 +192428,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -191955,25 +192440,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172924] = 6, + [173451] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2654), 3, + STATE(2663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 28, + ACTIONS(2628), 28, sym__AND, sym_FOR, sym__MOD, @@ -192002,28 +192487,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172977] = 7, + [173504] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 2, - sym_OF, - anon_sym_COMMA, - STATE(2655), 3, + STATE(2664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(2628), 28, sym__AND, sym__MOD, sym__NAND, @@ -192036,8 +192518,10 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_UNITS, sym__XNOR, sym__XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192050,41 +192534,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173032] = 6, + [173557] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2656), 3, + STATE(2665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 28, + ACTIONS(3080), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192097,25 +192581,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173085] = 6, + [173610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2657), 3, + STATE(2666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(3012), 28, sym__AND, sym__MOD, sym__NAND, @@ -192144,26 +192628,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173138] = 6, + [173663] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2658), 3, + STATE(2667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 28, + ACTIONS(3072), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -192171,7 +192656,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -192191,25 +192675,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173191] = 6, + [173716] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2659), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3738), 1, + anon_sym_LT_LT, + ACTIONS(3746), 1, + sym_COMPONENT, + ACTIONS(3748), 1, + sym_CONFIGURATION, + ACTIONS(3750), 1, + sym_ENTITY, + ACTIONS(3752), 1, + sym_FOR, + ACTIONS(3754), 1, + sym_IF, + ACTIONS(3778), 1, + sym_BLOCK, + ACTIONS(3780), 1, + sym_CASE, + ACTIONS(3782), 1, + sym_POSTPONED, + ACTIONS(3784), 1, + sym_PROCESS, + STATE(3608), 1, + sym__direct_name, + STATE(5042), 1, + sym_if_generate, + STATE(5107), 1, + sym_name, + STATE(5272), 1, + sym_instantiated_unit, + STATE(5450), 1, + sym_for_loop, + STATE(6039), 1, + sym__target, + STATE(6090), 1, + sym_with_expression, + STATE(6242), 1, + sym_aggregate, + STATE(7631), 1, + sym_assertion, + STATE(4737), 2, + sym__identifier, + sym__external_name, + ACTIONS(3760), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2668), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4738), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [173817] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 28, + ACTIONS(3068), 28, sym__AND, sym_FOR, sym__MOD, @@ -192238,29 +192793,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173244] = 6, + [173870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2660), 3, + STATE(2670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 28, + ACTIONS(2628), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192269,10 +192825,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192285,41 +192840,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173297] = 6, + [173923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2661), 3, + STATE(2671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 28, + ACTIONS(3072), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, sym__ROR, - sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192332,124 +192887,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173350] = 6, + [173976] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2662), 3, + STATE(2672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3008), 28, + ACTIONS(3786), 34, + sym_identifier, + sym__ABS, sym__AND, - sym__MOD, sym__NAND, + sym_NEW, sym__NOR, - sym_OF, + sym__NOT, + sym_NULL, sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [173403] = 6, + anon_sym_LT_LT, + [174027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2663), 3, + STATE(2673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3082), 28, + ACTIONS(3788), 34, + sym_identifier, + sym__ABS, sym__AND, - sym__MOD, sym__NAND, + sym_NEW, sym__NOR, + sym__NOT, + sym_NULL, sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym_SEVERITY, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + sym_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [173456] = 6, + anon_sym_LT_LT, + [174078] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2664), 3, + STATE(2674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 28, + ACTIONS(3064), 28, sym__AND, + sym_FOR, sym__MOD, sym__NAND, sym__NOR, - sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192460,7 +193013,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192473,25 +193026,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173509] = 6, + [174131] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2665), 3, + STATE(2675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 28, + ACTIONS(3068), 28, sym__AND, sym__MOD, sym__NAND, @@ -192520,100 +193073,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173562] = 30, + [174184] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(3728), 1, - anon_sym_LT_LT, - ACTIONS(3736), 1, - sym_COMPONENT, - ACTIONS(3738), 1, - sym_CONFIGURATION, - ACTIONS(3740), 1, - sym_ENTITY, - ACTIONS(3742), 1, - sym_FOR, - ACTIONS(3744), 1, - sym_IF, - ACTIONS(3758), 1, - sym_BLOCK, - ACTIONS(3760), 1, - sym_CASE, - ACTIONS(3762), 1, - sym_POSTPONED, - ACTIONS(3764), 1, - sym_PROCESS, - STATE(3596), 1, - sym__direct_name, - STATE(5044), 1, - sym_if_generate, - STATE(5095), 1, - sym_name, - STATE(5311), 1, - sym_instantiated_unit, - STATE(5402), 1, - sym_for_loop, - STATE(6195), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6330), 1, - sym__target, - STATE(7525), 1, - sym_assertion, - STATE(4800), 2, - sym__identifier, - sym__external_name, - ACTIONS(3750), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2666), 3, + STATE(2676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3726), 34, sym_identifier, + sym__ABS, + sym__AND, + sym__NAND, + sym_NEW, + sym__NOR, + sym__NOT, + sym_NULL, + sym__OR, + sym__XNOR, + sym__XOR, + sym_decimal_integer, + sym_decimal_float, + sym_based_base, + sym_character_literal, + sym_string_literal, + sym_string_literal_std_logic, + sym_bit_string_length, + sym_bit_string_base, + sym_operator_symbol, sym_library_constant, + sym_library_constant_boolean, + sym_library_constant_character, + sym_library_constant_debug, + sym_library_constant_env, + sym_library_constant_standard, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [173663] = 6, + anon_sym_LPAREN, + sym_condition_conversion, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_LT, + [174235] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2667), 3, + STATE(2677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 28, + ACTIONS(3064), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192622,10 +193151,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192638,27 +193166,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173716] = 6, + [174288] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2668), 3, + STATE(2678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 28, + ACTIONS(2424), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -192666,6 +193193,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -192685,30 +193213,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173769] = 6, + [174341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2669), 3, + STATE(2679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3060), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192719,7 +193247,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192732,30 +193260,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173822] = 6, + [174394] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2670), 3, + STATE(2680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 28, + ACTIONS(3012), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192766,7 +193294,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192779,25 +193307,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173875] = 6, + [174447] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2671), 3, + STATE(2681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 28, + ACTIONS(3072), 28, sym__AND, sym__MOD, sym__NAND, @@ -192826,122 +193354,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173928] = 6, + [174500] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2672), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 28, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_UNITS, - sym__XNOR, - sym__XOR, - anon_sym_SEMI, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [173981] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2673), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3766), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174032] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2674), 3, + STATE(2682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 28, + ACTIONS(3112), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -192950,10 +193386,9 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -192966,119 +193401,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174085] = 5, + [174553] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2675), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3768), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174136] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2676), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3770), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174187] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2677), 3, + ACTIONS(3476), 2, + sym_OF, + anon_sym_COMMA, + STATE(2683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 28, + ACTIONS(3080), 26, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, @@ -193092,7 +193437,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -193105,27 +193449,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174240] = 6, + [174608] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2678), 3, + STATE(2684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 28, + ACTIONS(3056), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -193133,6 +193476,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -193152,188 +193496,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174293] = 30, + [174661] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(3728), 1, - anon_sym_LT_LT, - ACTIONS(3736), 1, - sym_COMPONENT, - ACTIONS(3738), 1, - sym_CONFIGURATION, - ACTIONS(3740), 1, - sym_ENTITY, - ACTIONS(3742), 1, - sym_FOR, - ACTIONS(3744), 1, - sym_IF, - ACTIONS(3772), 1, - sym_BLOCK, - ACTIONS(3774), 1, - sym_CASE, - ACTIONS(3776), 1, - sym_POSTPONED, - ACTIONS(3778), 1, - sym_PROCESS, - STATE(3596), 1, - sym__direct_name, - STATE(5024), 1, - sym_if_generate, - STATE(5090), 1, - sym_name, - STATE(5306), 1, - sym_instantiated_unit, - STATE(5469), 1, - sym_for_loop, - STATE(6180), 1, - sym_with_expression, - STATE(6287), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(7055), 1, - sym_assertion, - STATE(4800), 2, - sym__identifier, - sym__external_name, - ACTIONS(3750), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2679), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4737), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3730), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [174394] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2680), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3780), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174445] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2681), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3782), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174496] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2682), 3, + STATE(2685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 28, + ACTIONS(3060), 28, sym__AND, sym__MOD, sym__NAND, @@ -193342,11 +193523,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -193362,73 +193543,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174549] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2683), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3784), 34, - sym_identifier, - sym__ABS, - sym__AND, - sym__NAND, - sym_NEW, - sym__NOR, - sym__NOT, - sym_NULL, - sym__OR, - sym__XNOR, - sym__XOR, - sym_decimal_integer, - sym_decimal_float, - sym_based_base, - sym_character_literal, - sym_string_literal, - sym_string_literal_std_logic, - sym_bit_string_length, - sym_bit_string_base, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_boolean, - sym_library_constant_character, - sym_library_constant_debug, - sym_library_constant_env, - sym_library_constant_standard, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_LT, - [174600] = 6, + [174714] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2684), 3, + STATE(2686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(2628), 28, sym__AND, - sym_ELSE, sym__MOD, sym__NAND, sym__NOR, @@ -193436,6 +193570,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, @@ -193455,25 +193590,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174653] = 6, + [174767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2685), 3, + STATE(2687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 28, + ACTIONS(3048), 28, sym__AND, sym__MOD, sym__NAND, @@ -193502,25 +193637,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174706] = 6, + [174820] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2686), 3, + STATE(2688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 28, + ACTIONS(3080), 28, sym__AND, sym__MOD, sym__NAND, @@ -193549,25 +193684,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174759] = 6, + [174873] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2687), 3, + STATE(2689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 28, + ACTIONS(3064), 28, sym__AND, sym__MOD, sym__NAND, @@ -193576,11 +193711,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SEVERITY, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_UNITS, sym__XNOR, sym__XOR, anon_sym_SEMI, @@ -193596,30 +193731,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174812] = 6, + [174926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2688), 3, + STATE(2690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 28, + ACTIONS(3052), 28, sym__AND, - sym_FOR, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -193630,7 +193765,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -193643,32 +193778,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174865] = 7, + [174979] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 2, - sym_UNITS, - anon_sym_SEMI, - STATE(2689), 3, + STATE(2691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3056), 28, sym__AND, sym__MOD, sym__NAND, sym__NOR, + sym_OF, sym__OR, sym__REM, sym__ROL, @@ -193679,6 +193812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SRL, sym__XNOR, sym__XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -193691,7 +193825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174920] = 30, + [175032] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -193704,85 +193838,84 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3728), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - ACTIONS(3736), 1, + ACTIONS(3746), 1, sym_COMPONENT, - ACTIONS(3738), 1, + ACTIONS(3748), 1, sym_CONFIGURATION, - ACTIONS(3740), 1, + ACTIONS(3750), 1, sym_ENTITY, - ACTIONS(3742), 1, + ACTIONS(3752), 1, sym_FOR, - ACTIONS(3744), 1, + ACTIONS(3754), 1, sym_IF, - ACTIONS(3786), 1, + ACTIONS(3790), 1, sym_BLOCK, - ACTIONS(3788), 1, + ACTIONS(3792), 1, sym_CASE, - ACTIONS(3790), 1, + ACTIONS(3794), 1, sym_POSTPONED, - ACTIONS(3792), 1, + ACTIONS(3796), 1, sym_PROCESS, - STATE(3596), 1, + STATE(3608), 1, sym__direct_name, - STATE(4991), 1, + STATE(4984), 1, sym_if_generate, - STATE(5140), 1, + STATE(5106), 1, sym_name, - STATE(5293), 1, + STATE(5261), 1, sym_instantiated_unit, - STATE(5552), 1, + STATE(5426), 1, sym_for_loop, - STATE(6161), 1, - sym_with_expression, - STATE(6245), 1, + STATE(6070), 1, sym__target, - STATE(6312), 1, + STATE(6242), 1, sym_aggregate, - STATE(6934), 1, + STATE(6299), 1, + sym_with_expression, + STATE(8157), 1, sym_assertion, - STATE(4800), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2690), 3, + STATE(2692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [175021] = 6, + [175133] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2691), 3, + STATE(2693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(2424), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -193790,6 +193923,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -193808,25 +193942,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175073] = 6, + [175185] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2692), 3, + STATE(2694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(3080), 27, sym__AND, sym__MOD, sym__NAND, @@ -193854,27 +193988,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175125] = 6, + [175237] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2693), 3, + STATE(2695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(2424), 27, sym__AND, - sym_GENERATE, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -193900,27 +194034,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175177] = 6, + [175289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2694), 3, + STATE(2696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(2424), 27, sym__AND, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -193946,25 +194080,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175229] = 6, + [175341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2695), 3, + STATE(2697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 27, + ACTIONS(3012), 27, sym__AND, sym_LOOP, sym__MOD, @@ -193992,25 +194126,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175281] = 6, + [175393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2696), 3, + STATE(2698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 27, + ACTIONS(3112), 27, sym__AND, sym_LOOP, sym__MOD, @@ -194038,25 +194172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175333] = 6, + [175445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2697), 3, + STATE(2699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(3048), 27, sym__AND, sym_LOOP, sym__MOD, @@ -194084,25 +194218,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175385] = 6, + [175497] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2698), 3, + STATE(2700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3052), 27, sym__AND, sym_LOOP, sym__MOD, @@ -194130,27 +194264,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175437] = 6, + [175549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2699), 3, + STATE(2701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3052), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194162,6 +194295,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -194176,27 +194310,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175489] = 6, + [175601] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2700), 3, + STATE(2702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(3060), 27, sym__AND, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -194208,6 +194341,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -194222,27 +194356,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175541] = 6, + [175653] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2701), 3, + STATE(2703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(2424), 27, sym__AND, - sym_IS, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -194268,115 +194402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175593] = 22, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(3796), 1, - anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, - ACTIONS(3804), 1, - sym_VIEW, - STATE(2793), 1, - sym__direct_name, - STATE(3051), 1, - sym_mode, - STATE(4241), 1, - sym_resolution_indication, - STATE(4326), 1, - sym_name, - STATE(5182), 1, - sym__interface_type_indication, - STATE(6174), 1, - sym__mode_indication, - STATE(3358), 2, - sym__identifier, - sym__external_name, - STATE(5408), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6169), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - STATE(6173), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - ACTIONS(3806), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2702), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3357), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3798), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3800), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [175677] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2703), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3142), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3140), 27, - sym__AND, - sym_IS, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [175729] = 6, + [175705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194387,16 +194413,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 27, + ACTIONS(3056), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194408,6 +194433,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -194422,7 +194448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175781] = 6, + [175757] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194433,16 +194459,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(3012), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194450,6 +194475,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -194468,7 +194494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175833] = 6, + [175809] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194479,16 +194505,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 27, + ACTIONS(3056), 27, sym__AND, - sym_GENERATE, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -194514,7 +194540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175885] = 6, + [175861] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194525,16 +194551,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(2628), 27, sym__AND, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194560,7 +194586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175937] = 6, + [175913] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194571,14 +194597,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(3064), 27, sym__AND, sym_INERTIAL, sym__MOD, @@ -194606,89 +194632,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175989] = 22, + [175965] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(3796), 1, - anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, - ACTIONS(3804), 1, - sym_VIEW, - STATE(2793), 1, - sym__direct_name, - STATE(3051), 1, - sym_mode, - STATE(4241), 1, - sym_resolution_indication, - STATE(4326), 1, - sym_name, - STATE(5182), 1, - sym__interface_type_indication, - STATE(6143), 1, - sym__mode_indication, - STATE(3358), 2, - sym__identifier, - sym__external_name, - STATE(5408), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6169), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - STATE(6173), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - ACTIONS(3806), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(2709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3357), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3798), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3800), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [176073] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2710), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(3080), 27, sym__AND, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194714,25 +194678,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176125] = 6, + [176017] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2711), 3, + STATE(2710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(2424), 27, sym__AND, sym__MOD, sym__NAND, @@ -194741,11 +194705,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -194760,27 +194724,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176177] = 6, + [176069] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2712), 3, + STATE(2711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 27, + ACTIONS(3060), 27, sym__AND, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -194806,87 +194770,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176229] = 22, + [176121] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(3796), 1, - anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, - ACTIONS(3804), 1, - sym_VIEW, - STATE(2793), 1, - sym__direct_name, - STATE(3051), 1, - sym_mode, - STATE(4241), 1, - sym_resolution_indication, - STATE(4326), 1, - sym_name, - STATE(5182), 1, - sym__interface_type_indication, - STATE(6144), 1, - sym__mode_indication, - STATE(3358), 2, - sym__identifier, - sym__external_name, - STATE(5408), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6169), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - STATE(6173), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - ACTIONS(3806), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2713), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3357), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3798), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3800), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [176313] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2714), 3, + STATE(2712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(3072), 27, sym__AND, sym_IS, sym__MOD, @@ -194914,28 +194816,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176365] = 7, + [176173] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 1, - sym_LOOP, - STATE(2715), 3, + STATE(2713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3068), 27, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -194961,27 +194862,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176419] = 6, + [176225] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2716), 3, + STATE(2714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3064), 27, sym__AND, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195007,26 +194908,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176471] = 6, + [176277] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2717), 3, + STATE(2715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(3068), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -195034,7 +194936,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195053,26 +194954,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176523] = 6, + [176329] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2718), 3, + STATE(2716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(2628), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -195080,7 +194982,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195099,88 +195000,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176575] = 22, + [176381] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(3796), 1, + ACTIONS(3800), 1, anon_sym_LT_LT, - ACTIONS(3802), 1, + ACTIONS(3806), 1, sym_TYPE, - ACTIONS(3804), 1, + ACTIONS(3808), 1, sym_VIEW, - STATE(2793), 1, + STATE(2795), 1, sym__direct_name, - STATE(3051), 1, + STATE(3091), 1, sym_mode, - STATE(4241), 1, + STATE(4016), 1, sym_resolution_indication, - STATE(4326), 1, + STATE(4352), 1, sym_name, - STATE(5182), 1, + STATE(5172), 1, sym__interface_type_indication, - STATE(6140), 1, + STATE(6475), 1, sym__mode_indication, - STATE(3358), 2, + STATE(3394), 2, sym__identifier, sym__external_name, - STATE(5408), 2, + STATE(5558), 2, sym_unspecified_type_indication, sym_subtype_indication, - STATE(6169), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - STATE(6173), 2, + STATE(6617), 2, sym_simple_mode_indication, sym__mode_view_indication, - ACTIONS(3806), 3, + STATE(6622), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + ACTIONS(3810), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2719), 3, + STATE(2717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3357), 3, + STATE(3392), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3798), 4, + ACTIONS(3802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(3800), 5, + ACTIONS(3804), 5, sym_BUFFER, sym_IN, sym_INOUT, sym_LINKAGE, sym_OUT, - [176659] = 6, + [176465] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2720), 3, + STATE(2718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(3064), 27, sym__AND, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -195188,7 +195090,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195207,27 +195108,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176711] = 6, + [176517] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2721), 3, + STATE(2719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(3112), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195235,6 +195135,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195253,27 +195154,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176763] = 6, + [176569] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2722), 3, + STATE(2720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(3068), 27, sym__AND, - sym_IS, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -195299,27 +195200,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176815] = 6, + [176621] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2723), 3, + STATE(2721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(3052), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195327,6 +195227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195345,28 +195246,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176867] = 7, + [176673] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 1, + STATE(2722), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3062), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3060), 27, + sym__AND, sym_IS, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [176725] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2723), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3074), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3072), 27, + sym__AND, + sym_LOOP, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [176777] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(2724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3056), 27, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195392,7 +195384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176921] = 6, + [176829] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195403,15 +195395,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3080), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -195419,7 +195412,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195438,7 +195430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176973] = 6, + [176881] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195449,16 +195441,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(2426), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 27, + ACTIONS(2424), 27, sym__AND, - sym_INERTIAL, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -195484,7 +195476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177025] = 6, + [176933] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195495,16 +195487,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 27, + ACTIONS(3048), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -195516,6 +195507,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -195530,7 +195522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177077] = 6, + [176985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195541,15 +195533,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(3080), 27, sym__AND, + sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -195561,7 +195554,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -195576,7 +195568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177129] = 6, + [177037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195587,16 +195579,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(3072), 27, sym__AND, - sym_INERTIAL, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -195622,7 +195614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177181] = 6, + [177089] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195633,14 +195625,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(2628), 27, sym__AND, sym_LOOP, sym__MOD, @@ -195668,7 +195660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177233] = 6, + [177141] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195679,16 +195671,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 27, + ACTIONS(3052), 27, sym__AND, - sym_LOOP, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195714,7 +195706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177285] = 6, + [177193] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195725,16 +195717,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 27, + ACTIONS(3048), 27, sym__AND, - sym_INERTIAL, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195760,7 +195752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177337] = 6, + [177245] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195771,16 +195763,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(3112), 27, sym__AND, - sym_GENERATE, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195806,7 +195798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177389] = 6, + [177297] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195817,16 +195809,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(3064), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -195838,6 +195829,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -195852,7 +195844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177441] = 6, + [177349] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195863,16 +195855,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(3056), 27, sym__AND, - sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -195880,6 +195871,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195898,7 +195890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177493] = 6, + [177401] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195909,16 +195901,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3068), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -195930,6 +195921,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -195944,7 +195936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177545] = 6, + [177453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195955,16 +195947,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(3060), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -195972,6 +195963,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -195990,7 +195982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177597] = 6, + [177505] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196001,14 +195993,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(3072), 27, sym__AND, sym_INERTIAL, sym__MOD, @@ -196036,7 +196028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177649] = 6, + [177557] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196047,16 +196039,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(3064), 27, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196064,6 +196055,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196082,7 +196074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177701] = 6, + [177609] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196093,14 +196085,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 27, + ACTIONS(3068), 27, sym__AND, sym__MOD, sym__NAND, @@ -196128,7 +196120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177753] = 6, + [177661] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196139,16 +196131,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(3072), 27, sym__AND, - sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196156,6 +196147,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196174,27 +196166,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177805] = 6, + [177713] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3476), 1, + sym_GENERATE, STATE(2742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(3080), 26, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196220,7 +196213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177857] = 6, + [177767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196231,14 +196224,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3068), 6, + ACTIONS(3074), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3066), 27, + ACTIONS(3072), 27, sym__AND, sym__MOD, sym__NAND, @@ -196266,7 +196259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177909] = 6, + [177819] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196277,16 +196270,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(2628), 27, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196294,6 +196286,7 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196312,7 +196305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177961] = 6, + [177871] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196323,15 +196316,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3084), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3082), 27, + ACTIONS(3012), 27, sym__AND, + sym_IS, sym__MOD, sym__NAND, sym__NOR, @@ -196343,7 +196337,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -196358,7 +196351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178013] = 6, + [177923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196369,14 +196362,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3010), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3008), 27, + ACTIONS(3048), 27, sym__AND, sym__MOD, sym__NAND, @@ -196385,11 +196378,11 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, + sym_SELECT, sym__SLA, sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -196404,7 +196397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178065] = 6, + [177975] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196415,16 +196408,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3070), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3068), 27, sym__AND, - sym_IS, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196450,7 +196443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178117] = 6, + [178027] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196461,15 +196454,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(3112), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196477,7 +196471,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196496,7 +196489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178169] = 6, + [178079] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -196507,15 +196500,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3064), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196523,7 +196517,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196542,27 +196535,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178221] = 6, + [178131] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(3800), 1, + anon_sym_LT_LT, + ACTIONS(3806), 1, + sym_TYPE, + ACTIONS(3808), 1, + sym_VIEW, + STATE(2795), 1, + sym__direct_name, + STATE(3091), 1, + sym_mode, + STATE(4016), 1, + sym_resolution_indication, + STATE(4352), 1, + sym_name, + STATE(5172), 1, + sym__interface_type_indication, + STATE(6511), 1, + sym__mode_indication, + STATE(3394), 2, + sym__identifier, + sym__external_name, + STATE(5558), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6617), 2, + sym_simple_mode_indication, + sym__mode_view_indication, + STATE(6622), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + ACTIONS(3810), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(2750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + STATE(3392), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3802), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3804), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [178215] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2751), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3012), 27, sym__AND, - sym_LOOP, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196588,25 +196643,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178273] = 6, + [178267] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2751), 3, + STATE(2752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3006), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3004), 27, + ACTIONS(3012), 27, sym__AND, sym_GENERATE, sym__MOD, @@ -196634,26 +196689,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178325] = 6, + [178319] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2752), 3, + STATE(2753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3114), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3112), 27, + ACTIONS(3080), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196661,7 +196717,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -196680,27 +196735,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178377] = 6, + [178371] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2753), 3, + STATE(2754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 27, + ACTIONS(3080), 27, sym__AND, - sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -196712,6 +196766,7 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, + sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -196726,25 +196781,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178429] = 6, + [178423] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2754), 3, + ACTIONS(3476), 1, + sym_IS, + STATE(2755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2430), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2428), 27, + ACTIONS(3080), 26, sym__AND, sym__MOD, sym__NAND, @@ -196757,7 +196814,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -196772,28 +196828,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178481] = 7, + [178477] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3290), 1, - sym_GENERATE, - STATE(2755), 3, + STATE(2756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 26, + ACTIONS(3048), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196819,26 +196874,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178535] = 6, + [178529] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2756), 3, + STATE(2757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3052), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -196850,7 +196906,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -196865,25 +196920,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178587] = 6, + [178581] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2757), 3, + STATE(2758), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3062), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3060), 27, + sym__AND, + sym_INERTIAL, + sym__MOD, + sym__NAND, + sym__NOR, + sym__OR, + sym__REM, + sym__ROL, + sym__ROR, + sym__SLA, + sym__SLL, + sym__SRA, + sym__SRL, + sym__XNOR, + sym__XOR, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [178633] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(2628), 27, sym__AND, sym__MOD, sym__NAND, @@ -196911,27 +197012,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178639] = 6, + [178685] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2758), 3, + ACTIONS(3476), 1, + sym_LOOP, + STATE(2760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3082), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(3080), 26, sym__AND, - sym_LOOP, sym__MOD, sym__NAND, sym__NOR, @@ -196957,25 +197059,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178691] = 6, + [178739] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2759), 3, + STATE(2761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3014), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 27, + ACTIONS(3012), 27, sym__AND, sym__MOD, sym__NAND, @@ -197003,72 +197105,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178743] = 6, + [178791] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2760), 3, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(3800), 1, + anon_sym_LT_LT, + ACTIONS(3806), 1, + sym_TYPE, + ACTIONS(3808), 1, + sym_VIEW, + STATE(2795), 1, + sym__direct_name, + STATE(3091), 1, + sym_mode, + STATE(4016), 1, + sym_resolution_indication, + STATE(4352), 1, + sym_name, + STATE(5172), 1, + sym__interface_type_indication, + STATE(6464), 1, + sym__mode_indication, + STATE(3394), 2, + sym__identifier, + sym__external_name, + STATE(5558), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6617), 2, + sym_simple_mode_indication, + sym__mode_view_indication, + STATE(6622), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + ACTIONS(3810), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3134), 27, - sym__AND, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym_THEN, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [178795] = 6, + STATE(3392), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3802), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3804), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [178875] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2761), 3, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(3800), 1, + anon_sym_LT_LT, + ACTIONS(3806), 1, + sym_TYPE, + ACTIONS(3808), 1, + sym_VIEW, + STATE(2795), 1, + sym__direct_name, + STATE(3091), 1, + sym_mode, + STATE(4016), 1, + sym_resolution_indication, + STATE(4352), 1, + sym_name, + STATE(5172), 1, + sym__interface_type_indication, + STATE(6616), 1, + sym__mode_indication, + STATE(3394), 2, + sym__identifier, + sym__external_name, + STATE(5558), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6617), 2, + sym_simple_mode_indication, + sym__mode_view_indication, + STATE(6622), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + ACTIONS(3810), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + STATE(3392), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3802), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3804), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [178959] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2764), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(3056), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -197080,7 +197261,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -197095,26 +197275,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178847] = 6, + [179011] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2762), 3, + STATE(2765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3132), 6, + ACTIONS(3114), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3130), 27, + ACTIONS(3112), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -197122,7 +197303,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -197141,26 +197321,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178899] = 6, + [179063] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2763), 3, + STATE(2766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3136), 6, + ACTIONS(2630), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3134), 27, + ACTIONS(2628), 27, sym__AND, + sym_INERTIAL, sym__MOD, sym__NAND, sym__NOR, @@ -197168,7 +197349,6 @@ static const uint16_t ts_small_parse_table[] = { sym__REM, sym__ROL, sym__ROR, - sym_SELECT, sym__SLA, sym__SLL, sym__SRA, @@ -197187,25 +197367,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178951] = 6, + [179115] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2764), 3, + STATE(2767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3142), 6, + ACTIONS(3050), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3140), 27, + ACTIONS(3048), 27, sym__AND, sym_GENERATE, sym__MOD, @@ -197233,14 +197413,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179003] = 6, + [179167] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2765), 3, + STATE(2768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -197279,25 +197459,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179055] = 6, + [179219] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2766), 3, + STATE(2769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, + ACTIONS(3054), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3092), 27, + ACTIONS(3052), 27, sym__AND, sym_GENERATE, sym__MOD, @@ -197325,26 +197505,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179107] = 6, + [179271] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2767), 3, + STATE(2770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 6, + ACTIONS(3058), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3098), 27, + ACTIONS(3056), 27, sym__AND, + sym_GENERATE, sym__MOD, sym__NAND, sym__NOR, @@ -197356,7 +197537,6 @@ static const uint16_t ts_small_parse_table[] = { sym__SLL, sym__SRA, sym__SRL, - sym_THEN, sym__XNOR, sym__XOR, anon_sym_LT_EQ, @@ -197371,25 +197551,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179159] = 6, + [179323] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2768), 3, + STATE(2771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2384), 6, + ACTIONS(3062), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2382), 27, + ACTIONS(3060), 27, sym__AND, sym_GENERATE, sym__MOD, @@ -197417,101 +197597,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179211] = 6, + [179375] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2769), 3, + ACTIONS(3814), 1, + sym_CONSTANT, + ACTIONS(3816), 1, + sym_FILE, + ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, + sym_PACKAGE, + ACTIONS(3824), 1, + sym_PROCEDURE, + ACTIONS(3826), 1, + sym_SIGNAL, + ACTIONS(3828), 1, + sym_TYPE, + ACTIONS(3830), 1, + sym_VARIABLE, + STATE(5799), 1, + sym__interface_subprogram_specification, + STATE(5801), 1, + sym__interface_declaration, + STATE(5991), 1, + sym__identifier, + STATE(7005), 1, + sym_identifier_list, + STATE(8047), 1, + sym_interface_list, + ACTIONS(3820), 2, + sym_IMPURE, + sym_PURE, + STATE(5791), 2, + sym_interface_procedure_specification, + sym_interface_function_specification, + STATE(2772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3094), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3092), 27, - sym__AND, - sym_INERTIAL, - sym__MOD, - sym__NAND, - sym__NOR, - sym__OR, - sym__REM, - sym__ROL, - sym__ROR, - sym__SLA, - sym__SLL, - sym__SRA, - sym__SRL, - sym__XNOR, - sym__XOR, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_EQ, - anon_sym_QMARK_SLASH_EQ, - anon_sym_QMARK_LT_EQ, - anon_sym_QMARK_GT_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - [179263] = 21, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(6352), 8, + sym_interface_package_declaration, + sym_interface_file_declaration, + sym_interface_type_declaration, + sym_interface_declaration, + sym_interface_constant_declaration, + sym_interface_signal_declaration, + sym_interface_variable_declaration, + sym_interface_subprogram_declaration, + [179453] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - STATE(7687), 1, + STATE(7017), 1, sym_interface_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2770), 3, + STATE(2773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197520,55 +197711,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179341] = 21, + [179531] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + ACTIONS(3832), 1, + anon_sym_RPAREN, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, - sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6876), 1, - sym_interface_list, - STATE(7670), 1, + STATE(6602), 1, + sym__interface_declaration, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2771), 3, + STATE(2774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197577,55 +197768,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179419] = 21, + [179609] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7024), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(7040), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2772), 3, + STATE(2775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197634,55 +197825,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179497] = 21, + [179687] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6875), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(8048), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2773), 3, + STATE(2776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197691,55 +197882,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179575] = 21, + [179765] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - ACTIONS(3828), 1, + ACTIONS(3834), 1, anon_sym_RPAREN, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6179), 1, + STATE(6602), 1, sym__interface_declaration, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2774), 3, + STATE(2777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197748,112 +197939,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179653] = 21, + [179843] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, - sym_CONSTANT, - ACTIONS(3812), 1, - sym_FILE, ACTIONS(3814), 1, - sym_FUNCTION, - ACTIONS(3818), 1, - sym_PACKAGE, - ACTIONS(3820), 1, - sym_PROCEDURE, - ACTIONS(3822), 1, - sym_SIGNAL, - ACTIONS(3824), 1, - sym_TYPE, - ACTIONS(3826), 1, - sym_VARIABLE, - STATE(5839), 1, - sym__interface_subprogram_specification, - STATE(5840), 1, - sym__interface_declaration, - STATE(6017), 1, - sym__identifier, - STATE(7190), 1, - sym_interface_list, - STATE(7670), 1, - sym_identifier_list, - ACTIONS(3816), 2, - sym_IMPURE, - sym_PURE, - STATE(5838), 2, - sym_interface_procedure_specification, - sym_interface_function_specification, - STATE(2775), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(6280), 8, - sym_interface_package_declaration, - sym_interface_file_declaration, - sym_interface_type_declaration, - sym_interface_declaration, - sym_interface_constant_declaration, - sym_interface_signal_declaration, - sym_interface_variable_declaration, - sym_interface_subprogram_declaration, - [179731] = 21, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3810), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7240), 1, + STATE(6715), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2776), 3, + STATE(2778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197862,55 +197996,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179809] = 21, + [179921] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7614), 1, + STATE(6991), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2777), 3, + STATE(2779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197919,55 +198053,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179887] = 21, + [179999] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6749), 1, + STATE(6892), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2778), 3, + STATE(2780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -197976,55 +198110,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [179965] = 21, + [180077] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7432), 1, + STATE(6891), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2779), 3, + STATE(2781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198033,55 +198167,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180043] = 21, + [180155] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6626), 1, + STATE(6766), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2780), 3, + STATE(2782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198090,55 +198224,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180121] = 21, + [180233] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7430), 1, + STATE(6765), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2781), 3, + STATE(2783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198147,55 +198281,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180199] = 21, + [180311] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7591), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(7107), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2782), 3, + STATE(2784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198204,55 +198338,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180277] = 21, + [180389] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6750), 1, + STATE(6713), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2783), 3, + STATE(2785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198261,55 +198395,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180355] = 21, + [180467] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7588), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(7108), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2784), 3, + STATE(2786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198318,55 +198452,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180433] = 21, + [180545] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7607), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(7267), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2785), 3, + STATE(2787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198375,55 +198509,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180511] = 21, + [180623] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6975), 1, - sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + STATE(8107), 1, + sym_interface_list, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2786), 3, + STATE(2788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198432,55 +198566,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180589] = 21, + [180701] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, - sym_VARIABLE, ACTIONS(3830), 1, - anon_sym_RPAREN, - STATE(5839), 1, + sym_VARIABLE, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(6017), 1, - sym__identifier, - STATE(6179), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(7670), 1, + STATE(5991), 1, + sym__identifier, + STATE(6739), 1, + sym_interface_list, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2787), 3, + STATE(2789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198489,55 +198623,55 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180667] = 21, + [180779] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(5840), 1, + STATE(5801), 1, sym__interface_declaration, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7481), 1, + STATE(6759), 1, sym_interface_list, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2788), 3, + STATE(2790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198546,103 +198680,53 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180745] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3832), 1, - anon_sym_DOT, - ACTIONS(3834), 1, - anon_sym_LPAREN, - ACTIONS(3836), 1, - anon_sym_SQUOTE, - ACTIONS(3838), 1, - anon_sym_LBRACK, - ACTIONS(3840), 1, - sym_GENERIC, - ACTIONS(3842), 1, - sym_PARAMETER, - STATE(2792), 1, - aux_sym_name_repeat1, - STATE(3040), 1, - sym_generic_map_aspect, - STATE(3245), 1, - sym__name_selector, - STATE(2789), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3256), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 14, - sym_identifier, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - [180810] = 20, + [180857] = 20, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3810), 1, + ACTIONS(3814), 1, sym_CONSTANT, - ACTIONS(3812), 1, + ACTIONS(3816), 1, sym_FILE, - ACTIONS(3814), 1, - sym_FUNCTION, ACTIONS(3818), 1, + sym_FUNCTION, + ACTIONS(3822), 1, sym_PACKAGE, - ACTIONS(3820), 1, + ACTIONS(3824), 1, sym_PROCEDURE, - ACTIONS(3822), 1, + ACTIONS(3826), 1, sym_SIGNAL, - ACTIONS(3824), 1, + ACTIONS(3828), 1, sym_TYPE, - ACTIONS(3826), 1, + ACTIONS(3830), 1, sym_VARIABLE, - STATE(5839), 1, + STATE(5799), 1, sym__interface_subprogram_specification, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(6179), 1, + STATE(6602), 1, sym__interface_declaration, - STATE(7670), 1, + STATE(7005), 1, sym_identifier_list, - ACTIONS(3816), 2, + ACTIONS(3820), 2, sym_IMPURE, sym_PURE, - STATE(5838), 2, + STATE(5791), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2790), 3, + STATE(2791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6280), 8, + STATE(6352), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198651,35 +198735,36 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [180885] = 14, + [180932] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3844), 1, + ACTIONS(3836), 1, anon_sym_DOT, - ACTIONS(3847), 1, + ACTIONS(3838), 1, anon_sym_LPAREN, - ACTIONS(3850), 1, + ACTIONS(3840), 1, anon_sym_SQUOTE, - ACTIONS(3853), 1, + ACTIONS(3842), 1, anon_sym_LBRACK, - ACTIONS(3856), 1, + ACTIONS(3844), 1, sym_GENERIC, - ACTIONS(3859), 1, + ACTIONS(3846), 1, sym_PARAMETER, + STATE(2794), 1, + aux_sym_name_repeat1, STATE(3040), 1, sym_generic_map_aspect, - STATE(3245), 1, + STATE(3250), 1, sym__name_selector, - STATE(2791), 4, + STATE(2792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3256), 5, + STATE(3251), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -198700,42 +198785,42 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_LT_LT, anon_sym_GT_GT, - [180948] = 15, + [180997] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3832), 1, + ACTIONS(3836), 1, anon_sym_DOT, - ACTIONS(3834), 1, + ACTIONS(3838), 1, anon_sym_LPAREN, - ACTIONS(3836), 1, + ACTIONS(3840), 1, anon_sym_SQUOTE, - ACTIONS(3838), 1, + ACTIONS(3842), 1, anon_sym_LBRACK, - ACTIONS(3840), 1, + ACTIONS(3844), 1, sym_GENERIC, - ACTIONS(3842), 1, + ACTIONS(3846), 1, sym_PARAMETER, - STATE(2791), 1, + STATE(2792), 1, aux_sym_name_repeat1, STATE(3040), 1, sym_generic_map_aspect, - STATE(3245), 1, + STATE(3250), 1, sym__name_selector, - STATE(2792), 3, + STATE(2793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3256), 5, + STATE(3251), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1503), 14, + ACTIONS(1481), 14, sym_identifier, sym_RANGE, sym_character_literal, @@ -198750,44 +198835,42 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_LT_LT, anon_sym_GT_GT, - [181013] = 15, + [181062] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3862), 1, + ACTIONS(3848), 1, anon_sym_DOT, - ACTIONS(3864), 1, + ACTIONS(3851), 1, anon_sym_LPAREN, - ACTIONS(3866), 1, + ACTIONS(3854), 1, anon_sym_SQUOTE, - ACTIONS(3868), 1, + ACTIONS(3857), 1, anon_sym_LBRACK, - ACTIONS(3870), 1, + ACTIONS(3860), 1, sym_GENERIC, - ACTIONS(3872), 1, + ACTIONS(3863), 1, sym_PARAMETER, - STATE(2794), 1, - aux_sym_name_repeat1, - STATE(3338), 1, + STATE(3040), 1, sym_generic_map_aspect, - STATE(3362), 1, + STATE(3250), 1, sym__name_selector, - STATE(2793), 3, + STATE(2794), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3364), 5, + aux_sym_name_repeat1, + STATE(3251), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 13, + ACTIONS(1485), 14, sym_identifier, - sym_BUS, sym_RANGE, sym_character_literal, sym_operator_symbol, @@ -198796,45 +198879,47 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - [181077] = 15, + anon_sym_GT_GT, + [181125] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3862), 1, + ACTIONS(3866), 1, anon_sym_DOT, - ACTIONS(3864), 1, + ACTIONS(3868), 1, anon_sym_LPAREN, - ACTIONS(3866), 1, + ACTIONS(3870), 1, anon_sym_SQUOTE, - ACTIONS(3868), 1, + ACTIONS(3872), 1, anon_sym_LBRACK, - ACTIONS(3870), 1, + ACTIONS(3874), 1, sym_GENERIC, - ACTIONS(3872), 1, + ACTIONS(3876), 1, sym_PARAMETER, - STATE(2796), 1, + STATE(2802), 1, aux_sym_name_repeat1, - STATE(3338), 1, + STATE(3346), 1, sym_generic_map_aspect, - STATE(3362), 1, + STATE(3355), 1, sym__name_selector, - STATE(2794), 3, + STATE(2795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3364), 5, + STATE(3356), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1503), 13, + ACTIONS(1481), 13, sym_identifier, sym_BUS, sym_RANGE, @@ -198848,45 +198933,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - [181141] = 14, + [181189] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3874), 1, + ACTIONS(3878), 1, anon_sym_DOT, - ACTIONS(3877), 1, + ACTIONS(3881), 1, anon_sym_LPAREN, - ACTIONS(3880), 1, + ACTIONS(3884), 1, anon_sym_SQUOTE, - ACTIONS(3883), 1, + ACTIONS(3887), 1, anon_sym_LBRACK, - ACTIONS(3886), 1, + ACTIONS(3890), 1, sym_GENERIC, - ACTIONS(3889), 1, + ACTIONS(3893), 1, sym_PARAMETER, - STATE(3323), 1, + STATE(3346), 1, sym_generic_map_aspect, - STATE(3387), 1, + STATE(3355), 1, sym__name_selector, - STATE(2795), 4, + STATE(2796), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(3386), 5, + STATE(3356), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1465), 13, + ACTIONS(1485), 13, sym_identifier, sym_BUS, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -198894,37 +198978,39 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_SEMI, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - [181203] = 14, + [181251] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3892), 1, + ACTIONS(3896), 1, anon_sym_DOT, - ACTIONS(3895), 1, - anon_sym_LPAREN, ACTIONS(3898), 1, + anon_sym_LPAREN, + ACTIONS(3900), 1, anon_sym_SQUOTE, - ACTIONS(3901), 1, + ACTIONS(3902), 1, anon_sym_LBRACK, ACTIONS(3904), 1, sym_GENERIC, - ACTIONS(3907), 1, + ACTIONS(3906), 1, sym_PARAMETER, - STATE(3338), 1, + STATE(2801), 1, + aux_sym_name_repeat1, + STATE(3295), 1, sym_generic_map_aspect, - STATE(3362), 1, + STATE(3386), 1, sym__name_selector, - STATE(2796), 4, + STATE(2797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3364), 5, + STATE(3388), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -198934,6 +199020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_BUS, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -198941,10 +199028,9 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_SEMI, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - [181265] = 21, + [181315] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -198955,42 +199041,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, ACTIONS(19), 1, sym_ASSERT, - ACTIONS(3910), 1, + ACTIONS(3908), 1, sym_END, - ACTIONS(3912), 1, + ACTIONS(3910), 1, sym_POSTPONED, - ACTIONS(3914), 1, + ACTIONS(3912), 1, sym_PROCESS, STATE(2799), 1, aux_sym_entity_body_repeat1, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(3429), 1, + STATE(3380), 1, sym_label_declaration, - STATE(4443), 1, + STATE(4449), 1, sym__entity_statement, - STATE(6939), 1, + STATE(6688), 1, + sym_name, + STATE(7222), 1, sym__label, - STATE(7293), 1, + STATE(7465), 1, sym_assertion, - STATE(7596), 1, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2798), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4451), 3, + sym_process_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + ACTIONS(13), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [181391] = 21, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(3910), 1, + sym_POSTPONED, + ACTIONS(3912), 1, + sym_PROCESS, + ACTIONS(3914), 1, + sym_END, + STATE(2803), 1, + aux_sym_entity_body_repeat1, + STATE(3024), 1, + sym__direct_name, + STATE(3380), 1, + sym_label_declaration, + STATE(4449), 1, + sym__entity_statement, + STATE(6688), 1, sym_name, - STATE(4332), 2, + STATE(7222), 1, + sym__label, + STATE(7465), 1, + sym_assertion, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2797), 3, + STATE(2799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4420), 3, + STATE(4451), 3, sym_process_statement, sym_concurrent_assertion_statement, sym_concurrent_procedure_call_statement, @@ -198999,42 +199140,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [181341] = 15, + [181467] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3916), 1, + ACTIONS(3896), 1, anon_sym_DOT, - ACTIONS(3918), 1, + ACTIONS(3898), 1, anon_sym_LPAREN, - ACTIONS(3920), 1, + ACTIONS(3900), 1, anon_sym_SQUOTE, - ACTIONS(3922), 1, + ACTIONS(3902), 1, anon_sym_LBRACK, - ACTIONS(3924), 1, + ACTIONS(3904), 1, sym_GENERIC, - ACTIONS(3926), 1, + ACTIONS(3906), 1, sym_PARAMETER, - STATE(2801), 1, + STATE(2797), 1, aux_sym_name_repeat1, - STATE(3323), 1, + STATE(3295), 1, sym_generic_map_aspect, - STATE(3387), 1, + STATE(3386), 1, sym__name_selector, - STATE(2798), 3, + STATE(2800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3386), 5, + STATE(3388), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 13, + ACTIONS(1481), 13, sym_identifier, sym_BUS, sym_RANGE, @@ -199048,116 +199189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym_variable_assignment, anon_sym_LT_LT, - [181405] = 20, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3928), 1, - anon_sym_LT_LT, - ACTIONS(3934), 1, - sym_ASSERT, - ACTIONS(3937), 1, - sym_END, - ACTIONS(3939), 1, - sym_POSTPONED, - ACTIONS(3942), 1, - sym_PROCESS, - STATE(3020), 1, - sym__direct_name, - STATE(3429), 1, - sym_label_declaration, - STATE(4443), 1, - sym__entity_statement, - STATE(6939), 1, - sym__label, - STATE(7293), 1, - sym_assertion, - STATE(7596), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(3945), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4420), 3, - sym_process_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - ACTIONS(3931), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2799), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_entity_body_repeat1, - [181479] = 21, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(3912), 1, - sym_POSTPONED, - ACTIONS(3914), 1, - sym_PROCESS, - ACTIONS(3948), 1, - sym_END, - STATE(2797), 1, - aux_sym_entity_body_repeat1, - STATE(3020), 1, - sym__direct_name, - STATE(3429), 1, - sym_label_declaration, - STATE(4443), 1, - sym__entity_statement, - STATE(6939), 1, - sym__label, - STATE(7293), 1, - sym_assertion, - STATE(7596), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2800), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4420), 3, - sym_process_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - ACTIONS(13), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [181555] = 15, + [181531] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199166,33 +199198,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3916), 1, anon_sym_DOT, - ACTIONS(3918), 1, + ACTIONS(3919), 1, anon_sym_LPAREN, - ACTIONS(3920), 1, - anon_sym_SQUOTE, ACTIONS(3922), 1, + anon_sym_SQUOTE, + ACTIONS(3925), 1, anon_sym_LBRACK, - ACTIONS(3924), 1, + ACTIONS(3928), 1, sym_GENERIC, - ACTIONS(3926), 1, + ACTIONS(3931), 1, sym_PARAMETER, - STATE(2795), 1, - aux_sym_name_repeat1, - STATE(3323), 1, + STATE(3295), 1, sym_generic_map_aspect, - STATE(3387), 1, + STATE(3386), 1, sym__name_selector, - STATE(2801), 3, + STATE(2801), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3386), 5, + aux_sym_name_repeat1, + STATE(3388), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1503), 13, + ACTIONS(1485), 13, sym_identifier, sym_BUS, sym_RANGE, @@ -199206,83 +199237,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym_variable_assignment, anon_sym_LT_LT, - [181619] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2802), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3950), 26, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [181662] = 15, + [181593] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3952), 1, + ACTIONS(3866), 1, anon_sym_DOT, - ACTIONS(3954), 1, + ACTIONS(3868), 1, anon_sym_LPAREN, - ACTIONS(3956), 1, + ACTIONS(3870), 1, anon_sym_SQUOTE, - ACTIONS(3958), 1, + ACTIONS(3872), 1, anon_sym_LBRACK, - ACTIONS(3960), 1, + ACTIONS(3874), 1, sym_GENERIC, - ACTIONS(3962), 1, + ACTIONS(3876), 1, sym_PARAMETER, - STATE(2841), 1, + STATE(2796), 1, aux_sym_name_repeat1, - STATE(3378), 1, + STATE(3346), 1, sym_generic_map_aspect, - STATE(3483), 1, + STATE(3355), 1, sym__name_selector, - STATE(2803), 3, + STATE(2802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3482), 5, + STATE(3356), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1503), 12, + ACTIONS(1465), 13, sym_identifier, - sym_IS, - sym_OPEN, + sym_BUS, sym_RANGE, sym_character_literal, sym_operator_symbol, @@ -199291,8 +199283,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_LT_LT, - [181725] = 5, + [181657] = 20, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3934), 1, + anon_sym_LT_LT, + ACTIONS(3940), 1, + sym_ASSERT, + ACTIONS(3943), 1, + sym_END, + ACTIONS(3945), 1, + sym_POSTPONED, + ACTIONS(3948), 1, + sym_PROCESS, + STATE(3024), 1, + sym__direct_name, + STATE(3380), 1, + sym_label_declaration, + STATE(4449), 1, + sym__entity_statement, + STATE(6688), 1, + sym_name, + STATE(7222), 1, + sym__label, + STATE(7465), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(3951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4451), 3, + sym_process_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + ACTIONS(3937), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2803), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_entity_body_repeat1, + [181731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199303,7 +199351,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3964), 26, + ACTIONS(3954), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199330,7 +199378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181768] = 5, + [181774] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199341,7 +199389,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3966), 26, + ACTIONS(3956), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199368,7 +199416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181811] = 5, + [181817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199379,7 +199427,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3968), 26, + ACTIONS(3958), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199406,7 +199454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181854] = 5, + [181860] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199417,7 +199465,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3970), 26, + ACTIONS(3960), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199444,7 +199492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181897] = 5, + [181903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199455,7 +199503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3972), 26, + ACTIONS(3962), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199482,7 +199530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181940] = 5, + [181946] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199493,7 +199541,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3974), 26, + ACTIONS(3964), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -199520,42 +199568,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [181983] = 15, + [181989] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3952), 1, + ACTIONS(3966), 1, anon_sym_DOT, - ACTIONS(3954), 1, + ACTIONS(3968), 1, anon_sym_LPAREN, - ACTIONS(3956), 1, + ACTIONS(3970), 1, anon_sym_SQUOTE, - ACTIONS(3958), 1, + ACTIONS(3972), 1, anon_sym_LBRACK, - ACTIONS(3960), 1, + ACTIONS(3974), 1, sym_GENERIC, - ACTIONS(3962), 1, + ACTIONS(3976), 1, sym_PARAMETER, - STATE(2803), 1, + STATE(2867), 1, aux_sym_name_repeat1, - STATE(3378), 1, + STATE(3391), 1, sym_generic_map_aspect, - STATE(3483), 1, + STATE(3538), 1, sym__name_selector, STATE(2810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3482), 5, + STATE(3537), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 12, + ACTIONS(1465), 12, sym_identifier, sym_IS, sym_OPEN, @@ -199568,7 +199616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_SEMI, anon_sym_LT_LT, - [182046] = 5, + [182052] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199579,44 +199627,6 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3976), 26, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [182089] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2812), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, ACTIONS(3978), 26, sym_identifier, sym_ASSERT, @@ -199644,14 +199654,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182132] = 5, + [182095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2813), 3, + STATE(2812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199682,14 +199692,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182175] = 5, + [182138] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2814), 3, + STATE(2813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199720,14 +199730,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182218] = 5, + [182181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2815), 3, + STATE(2814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199758,14 +199768,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182261] = 5, + [182224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2816), 3, + STATE(2815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199796,14 +199806,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182304] = 5, + [182267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2817), 3, + STATE(2816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199834,14 +199844,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182347] = 5, + [182310] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2818), 3, + STATE(2817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199872,14 +199882,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182390] = 5, + [182353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2819), 3, + STATE(2818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199910,14 +199920,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182433] = 5, + [182396] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2820), 3, + STATE(2819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199948,14 +199958,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182476] = 5, + [182439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2821), 3, + STATE(2820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199986,14 +199996,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182519] = 5, + [182482] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2822), 3, + STATE(2821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200024,14 +200034,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182562] = 5, + [182525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2823), 3, + STATE(2822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200062,14 +200072,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182605] = 5, + [182568] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2824), 3, + STATE(2823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200100,14 +200110,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182648] = 5, + [182611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2825), 3, + STATE(2824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200138,14 +200148,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182691] = 5, + [182654] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2826), 3, + STATE(2825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200176,14 +200186,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182734] = 5, + [182697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2827), 3, + STATE(2826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200214,14 +200224,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182777] = 5, + [182740] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2828), 3, + STATE(2827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200252,14 +200262,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182820] = 5, + [182783] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2829), 3, + STATE(2828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200290,14 +200300,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182863] = 5, + [182826] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2830), 3, + STATE(2829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200328,14 +200338,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182906] = 5, + [182869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2831), 3, + STATE(2830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200366,14 +200376,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182949] = 5, + [182912] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2832), 3, + STATE(2831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200404,14 +200414,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182992] = 5, + [182955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2833), 3, + STATE(2832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200442,14 +200452,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183035] = 5, + [182998] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2834), 3, + STATE(2833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200480,14 +200490,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183078] = 5, + [183041] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2835), 3, + STATE(2834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200518,14 +200528,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183121] = 5, + [183084] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2836), 3, + STATE(2835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200556,14 +200566,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183164] = 5, + [183127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2837), 3, + STATE(2836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200594,14 +200604,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183207] = 5, + [183170] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2838), 3, + STATE(2837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200632,14 +200642,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183250] = 5, + [183213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2839), 3, + STATE(2838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200670,14 +200680,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183293] = 5, + [183256] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2840), 3, + STATE(2839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -200708,65 +200718,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183336] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4036), 1, - anon_sym_DOT, - ACTIONS(4039), 1, - anon_sym_LPAREN, - ACTIONS(4042), 1, - anon_sym_SQUOTE, - ACTIONS(4045), 1, - anon_sym_LBRACK, - ACTIONS(4048), 1, - sym_GENERIC, - ACTIONS(4051), 1, - sym_PARAMETER, - STATE(3378), 1, - sym_generic_map_aspect, - STATE(3483), 1, - sym__name_selector, - STATE(2841), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(3482), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1465), 12, - sym_identifier, - sym_IS, - sym_OPEN, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_LT_LT, - [183397] = 5, + [183299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2842), 3, + STATE(2840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 26, + ACTIONS(4036), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200793,18 +200756,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183440] = 5, + [183342] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2843), 3, + STATE(2841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 26, + ACTIONS(4038), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200831,18 +200794,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183483] = 5, + [183385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2844), 3, + STATE(2842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 26, + ACTIONS(4040), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200869,18 +200832,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183526] = 5, + [183428] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2845), 3, + STATE(2843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 26, + ACTIONS(4042), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200907,18 +200870,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183569] = 5, + [183471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2846), 3, + STATE(2844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4062), 26, + ACTIONS(4044), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200945,18 +200908,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183612] = 5, + [183514] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2847), 3, + STATE(2845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 26, + ACTIONS(4046), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200983,18 +200946,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183655] = 5, + [183557] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2848), 3, + STATE(2846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 26, + ACTIONS(4048), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201021,18 +200984,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183698] = 5, + [183600] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2849), 3, + STATE(2847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 26, + ACTIONS(4050), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201059,18 +201022,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183741] = 5, + [183643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2850), 3, + STATE(2848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 26, + ACTIONS(4052), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201097,18 +201060,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183784] = 5, + [183686] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2851), 3, + STATE(2849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 26, + ACTIONS(4054), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201135,56 +201098,66 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183827] = 5, + [183729] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2852), 3, + ACTIONS(3966), 1, + anon_sym_DOT, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3970), 1, + anon_sym_SQUOTE, + ACTIONS(3972), 1, + anon_sym_LBRACK, + ACTIONS(3974), 1, + sym_GENERIC, + ACTIONS(3976), 1, + sym_PARAMETER, + STATE(2810), 1, + aux_sym_name_repeat1, + STATE(3391), 1, + sym_generic_map_aspect, + STATE(3538), 1, + sym__name_selector, + STATE(2850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4074), 26, + STATE(3537), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1481), 12, sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, + sym_IS, + sym_OPEN, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_LT, - [183870] = 5, + [183792] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2853), 3, + STATE(2851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4076), 26, + ACTIONS(4056), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201211,18 +201184,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183913] = 5, + [183835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2854), 3, + STATE(2852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4078), 26, + ACTIONS(4058), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201249,18 +201222,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183956] = 5, + [183878] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2855), 3, + STATE(2853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4080), 26, + ACTIONS(4060), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201287,18 +201260,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183999] = 5, + [183921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2856), 3, + STATE(2854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4082), 26, + ACTIONS(4062), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201325,18 +201298,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184042] = 5, + [183964] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2857), 3, + STATE(2855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4084), 26, + ACTIONS(4064), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201363,18 +201336,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184085] = 5, + [184007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2858), 3, + STATE(2856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4086), 26, + ACTIONS(4066), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201401,18 +201374,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184128] = 5, + [184050] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2859), 3, + STATE(2857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4088), 26, + ACTIONS(4068), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201439,18 +201412,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184171] = 5, + [184093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2860), 3, + STATE(2858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4090), 26, + ACTIONS(4070), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201477,18 +201450,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184214] = 5, + [184136] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2861), 3, + STATE(2859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 26, + ACTIONS(4072), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201515,18 +201488,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184257] = 5, + [184179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2862), 3, + STATE(2860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 26, + ACTIONS(4074), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201553,18 +201526,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184300] = 5, + [184222] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2863), 3, + STATE(2861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4096), 26, + ACTIONS(4076), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201591,18 +201564,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184343] = 5, + [184265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2864), 3, + STATE(2862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 26, + ACTIONS(4078), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201629,18 +201602,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184386] = 5, + [184308] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2865), 3, + STATE(2863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 26, + ACTIONS(4080), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201667,22 +201640,24 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184429] = 5, + [184351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2866), 3, + STATE(2864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4030), 25, + ACTIONS(4082), 26, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, + sym_ELSE, + sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -201693,7 +201668,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, - sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -201704,22 +201678,24 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184471] = 5, + [184394] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2867), 3, + STATE(2865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4074), 25, + ACTIONS(4084), 26, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, + sym_ELSE, + sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -201730,7 +201706,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, - sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -201741,22 +201716,24 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184513] = 5, + [184437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2868), 3, + STATE(2866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 25, + ACTIONS(4086), 26, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, + sym_ELSE, + sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -201767,7 +201744,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, - sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -201778,92 +201754,65 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184555] = 5, + [184480] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2869), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4062), 25, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHEN, - sym_WHILE, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(4088), 1, + anon_sym_DOT, + ACTIONS(4091), 1, anon_sym_LPAREN, - anon_sym_LT_LT, - [184597] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2870), 3, + ACTIONS(4094), 1, + anon_sym_SQUOTE, + ACTIONS(4097), 1, + anon_sym_LBRACK, + ACTIONS(4100), 1, + sym_GENERIC, + ACTIONS(4103), 1, + sym_PARAMETER, + STATE(3391), 1, + sym_generic_map_aspect, + STATE(3538), 1, + sym__name_selector, + STATE(2867), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4082), 25, + aux_sym_name_repeat1, + STATE(3537), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1485), 12, sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHEN, - sym_WHILE, - sym_WITH, + sym_IS, + sym_OPEN, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_LT, - [184639] = 5, + [184541] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2871), 3, + STATE(2868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 25, + ACTIONS(4042), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201889,164 +201838,92 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184681] = 14, + [184583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3832), 1, - anon_sym_DOT, - ACTIONS(3834), 1, - anon_sym_LPAREN, - ACTIONS(3836), 1, - anon_sym_SQUOTE, - ACTIONS(3838), 1, - anon_sym_LBRACK, - ACTIONS(3842), 1, - sym_PARAMETER, - STATE(2791), 1, - aux_sym_name_repeat1, - STATE(3040), 1, - sym_generic_map_aspect, - STATE(3245), 1, - sym__name_selector, - STATE(2872), 3, + STATE(2869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3256), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1503), 12, + ACTIONS(4022), 25, sym_identifier, - sym_GENERIC, - sym_RANGE, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHEN, + sym_WHILE, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - sym_variable_assignment, + anon_sym_LPAREN, anon_sym_LT_LT, - [184741] = 14, + [184625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3832), 1, - anon_sym_DOT, - ACTIONS(3834), 1, - anon_sym_LPAREN, - ACTIONS(3836), 1, - anon_sym_SQUOTE, - ACTIONS(3838), 1, - anon_sym_LBRACK, - ACTIONS(3842), 1, - sym_PARAMETER, - STATE(2872), 1, - aux_sym_name_repeat1, - STATE(3040), 1, - sym_generic_map_aspect, - STATE(3245), 1, - sym__name_selector, - STATE(2873), 3, + STATE(2870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3256), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 12, + ACTIONS(4018), 25, sym_identifier, - sym_GENERIC, - sym_RANGE, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHEN, + sym_WHILE, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - sym_variable_assignment, + anon_sym_LPAREN, anon_sym_LT_LT, - [184801] = 22, + [184667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4102), 1, - sym_ALIAS, - ACTIONS(4104), 1, - sym_ATTRIBUTE, - ACTIONS(4106), 1, - sym_BODY, - ACTIONS(4108), 1, - sym_END, - ACTIONS(4110), 1, - sym_FUNCTION, - ACTIONS(4112), 1, - sym_GENERIC, - ACTIONS(4114), 1, - sym_PROCEDURE, - ACTIONS(4116), 1, - sym_PRIVATE, - ACTIONS(4118), 1, - sym_USE, - STATE(3088), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(3089), 1, - sym_protected_type_header, - STATE(4498), 1, - sym_generic_clause, - STATE(4847), 1, - sym__protected_type_declarative_item, - STATE(7478), 1, - sym__subprogram_specification, - STATE(8007), 1, - sym_protected_type_declaration_end, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2874), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4766), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [184877] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2875), 3, + STATE(2871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4034), 25, + ACTIONS(4028), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202072,18 +201949,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184919] = 5, + [184709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2876), 3, + STATE(2872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4028), 25, + ACTIONS(4046), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202109,18 +201986,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184961] = 5, + [184751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2877), 3, + STATE(2873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4026), 25, + ACTIONS(4050), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202146,18 +202023,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185003] = 5, + [184793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2878), 3, + STATE(2874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4020), 25, + ACTIONS(4084), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202183,18 +202060,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185045] = 5, + [184835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2879), 3, + STATE(2875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4018), 25, + ACTIONS(4010), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202220,18 +202097,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185087] = 5, + [184877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2880), 3, + STATE(2876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 25, + ACTIONS(4078), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202257,18 +202134,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185129] = 5, + [184919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2881), 3, + STATE(2877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4076), 25, + ACTIONS(4080), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202294,18 +202171,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185171] = 5, + [184961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2882), 3, + STATE(2878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4016), 25, + ACTIONS(4062), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202331,18 +202208,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185213] = 5, + [185003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2883), 3, + STATE(2879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4014), 25, + ACTIONS(4076), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202368,18 +202245,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185255] = 5, + [185045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2884), 3, + STATE(2880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4012), 25, + ACTIONS(4044), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202405,18 +202282,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185297] = 5, + [185087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2885), 3, + STATE(2881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4090), 25, + ACTIONS(4032), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202442,18 +202319,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185339] = 5, + [185129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2886), 3, + STATE(2882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4010), 25, + ACTIONS(4056), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202479,18 +202356,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185381] = 5, + [185171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2887), 3, + STATE(2883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4088), 25, + ACTIONS(4048), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202516,18 +202393,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185423] = 5, + [185213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2888), 3, + STATE(2884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4086), 25, + ACTIONS(4064), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202553,18 +202430,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185465] = 5, + [185255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2889), 3, + STATE(2885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4084), 25, + ACTIONS(4066), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202590,18 +202467,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185507] = 5, + [185297] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2890), 3, + STATE(2886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3950), 25, + ACTIONS(4082), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202627,18 +202504,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185549] = 5, + [185339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2891), 3, + STATE(2887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 25, + ACTIONS(4086), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202664,18 +202541,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185591] = 5, + [185381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2892), 3, + STATE(2888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 25, + ACTIONS(4016), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202701,18 +202578,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185633] = 5, + [185423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2893), 3, + STATE(2889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4080), 25, + ACTIONS(4068), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202738,18 +202615,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185675] = 5, + [185465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2894), 3, + STATE(2890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4078), 25, + ACTIONS(4074), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202775,18 +202652,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185717] = 5, + [185507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2895), 3, + STATE(2891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3996), 25, + ACTIONS(4072), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202812,18 +202689,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185759] = 5, + [185549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2896), 3, + STATE(2892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3990), 25, + ACTIONS(4070), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202849,18 +202726,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185801] = 5, + [185591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2897), 3, + STATE(2893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4000), 25, + ACTIONS(4060), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202886,18 +202763,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185843] = 5, + [185633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2898), 3, + STATE(2894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4004), 25, + ACTIONS(4034), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202923,18 +202800,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185885] = 5, + [185675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2899), 3, + STATE(2895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4002), 25, + ACTIONS(4026), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202960,18 +202837,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185927] = 5, + [185717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2900), 3, + STATE(2896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3998), 25, + ACTIONS(3958), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202997,7 +202874,181 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185969] = 5, + [185759] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3836), 1, + anon_sym_DOT, + ACTIONS(3838), 1, + anon_sym_LPAREN, + ACTIONS(3840), 1, + anon_sym_SQUOTE, + ACTIONS(3842), 1, + anon_sym_LBRACK, + ACTIONS(3846), 1, + sym_PARAMETER, + STATE(2924), 1, + aux_sym_name_repeat1, + STATE(3040), 1, + sym_generic_map_aspect, + STATE(3250), 1, + sym__name_selector, + STATE(2897), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3251), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1481), 12, + sym_identifier, + sym_GENERIC, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + sym_variable_assignment, + anon_sym_LT_LT, + [185819] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2898), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4052), 25, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHEN, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [185861] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2899), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3960), 25, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHEN, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [185903] = 22, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4106), 1, + sym_ALIAS, + ACTIONS(4108), 1, + sym_ATTRIBUTE, + ACTIONS(4110), 1, + sym_BODY, + ACTIONS(4112), 1, + sym_END, + ACTIONS(4114), 1, + sym_FUNCTION, + ACTIONS(4116), 1, + sym_GENERIC, + ACTIONS(4118), 1, + sym_PROCEDURE, + ACTIONS(4120), 1, + sym_PRIVATE, + ACTIONS(4122), 1, + sym_USE, + STATE(3029), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(3179), 1, + sym_protected_type_header, + STATE(4507), 1, + sym_generic_clause, + STATE(4854), 1, + sym__protected_type_declarative_item, + STATE(7632), 1, + sym_protected_type_declaration_end, + STATE(8104), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2900), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4855), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [185979] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203008,7 +203059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 25, + ACTIONS(3962), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203034,7 +203085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186011] = 5, + [186021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203045,7 +203096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 25, + ACTIONS(3964), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203071,7 +203122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186053] = 5, + [186063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203082,7 +203133,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 25, + ACTIONS(4012), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203108,7 +203159,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186095] = 5, + [186105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203119,7 +203170,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4006), 25, + ACTIONS(4040), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203145,7 +203196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186137] = 5, + [186147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203156,7 +203207,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 25, + ACTIONS(4038), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203182,7 +203233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186179] = 5, + [186189] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203193,7 +203244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4008), 25, + ACTIONS(3978), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203219,7 +203270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186221] = 5, + [186231] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203230,7 +203281,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3970), 25, + ACTIONS(3980), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203256,7 +203307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186263] = 5, + [186273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203267,7 +203318,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3966), 25, + ACTIONS(3982), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203293,7 +203344,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186305] = 5, + [186315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203304,7 +203355,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3968), 25, + ACTIONS(3984), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203330,7 +203381,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186347] = 5, + [186357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203341,7 +203392,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3974), 25, + ACTIONS(3986), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203367,7 +203418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186389] = 5, + [186399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203378,7 +203429,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3978), 25, + ACTIONS(3988), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203404,7 +203455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186431] = 5, + [186441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203415,7 +203466,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3964), 25, + ACTIONS(4036), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203441,7 +203492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186473] = 5, + [186483] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203452,7 +203503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4022), 25, + ACTIONS(4030), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203478,7 +203529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186515] = 5, + [186525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203489,7 +203540,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3972), 25, + ACTIONS(3956), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203515,7 +203566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186557] = 5, + [186567] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203552,7 +203603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186599] = 5, + [186609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203563,7 +203614,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3982), 25, + ACTIONS(4020), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203589,7 +203640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186641] = 5, + [186651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203600,7 +203651,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3988), 25, + ACTIONS(3954), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203626,7 +203677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186683] = 5, + [186693] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203637,7 +203688,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3994), 25, + ACTIONS(4014), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203663,7 +203714,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186725] = 5, + [186735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203674,7 +203725,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3984), 25, + ACTIONS(3990), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203700,7 +203751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186767] = 5, + [186777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203711,7 +203762,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3986), 25, + ACTIONS(4054), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203737,7 +203788,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186809] = 5, + [186819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203748,7 +203799,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3992), 25, + ACTIONS(3994), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203774,7 +203825,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186851] = 5, + [186861] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203785,7 +203836,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3980), 25, + ACTIONS(3992), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203811,7 +203862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186893] = 5, + [186903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203822,7 +203873,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3976), 25, + ACTIONS(3996), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203848,44 +203899,53 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186935] = 5, + [186945] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3836), 1, + anon_sym_DOT, + ACTIONS(3838), 1, + anon_sym_LPAREN, + ACTIONS(3840), 1, + anon_sym_SQUOTE, + ACTIONS(3842), 1, + anon_sym_LBRACK, + ACTIONS(3846), 1, + sym_PARAMETER, + STATE(2794), 1, + aux_sym_name_repeat1, + STATE(3040), 1, + sym_generic_map_aspect, + STATE(3250), 1, + sym__name_selector, STATE(2924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 25, + STATE(3251), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1465), 12, sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHEN, - sym_WHILE, - sym_WITH, + sym_GENERIC, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, + anon_sym_SEMI, + sym_variable_assignment, anon_sym_LT_LT, - [186977] = 5, + [187005] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203896,7 +203956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4096), 25, + ACTIONS(4058), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203922,7 +203982,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187019] = 5, + [187047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203933,7 +203993,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 25, + ACTIONS(3998), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203959,7 +204019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187061] = 5, + [187089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203970,7 +204030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 25, + ACTIONS(4000), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203996,7 +204056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187103] = 5, + [187131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204007,7 +204067,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4032), 25, + ACTIONS(4002), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204033,7 +204093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187145] = 5, + [187173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204044,7 +204104,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 25, + ACTIONS(4004), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204070,7 +204130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187187] = 5, + [187215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204081,7 +204141,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 24, + ACTIONS(4006), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204096,6 +204156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -204106,7 +204167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187228] = 5, + [187257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204117,7 +204178,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3974), 24, + ACTIONS(4008), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204132,6 +204193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -204142,7 +204204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187269] = 5, + [187299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204153,7 +204215,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4024), 24, + ACTIONS(4060), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204178,7 +204240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187310] = 5, + [187340] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204189,7 +204251,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 24, + ACTIONS(4062), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204214,7 +204276,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187351] = 5, + [187381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204225,7 +204287,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 24, + ACTIONS(3954), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204250,7 +204312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187392] = 5, + [187422] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204261,7 +204323,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4062), 24, + ACTIONS(3998), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204286,7 +204348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187433] = 5, + [187463] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204297,7 +204359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 24, + ACTIONS(4000), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204322,7 +204384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187474] = 5, + [187504] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204333,7 +204395,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4082), 24, + ACTIONS(3990), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204358,7 +204420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187515] = 5, + [187545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204369,7 +204431,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 24, + ACTIONS(4008), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204394,7 +204456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187556] = 5, + [187586] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204405,7 +204467,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4074), 24, + ACTIONS(3992), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204430,7 +204492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187597] = 5, + [187627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204441,7 +204503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 24, + ACTIONS(4002), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204466,7 +204528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187638] = 5, + [187668] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204477,7 +204539,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 24, + ACTIONS(4030), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204502,7 +204564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187679] = 5, + [187709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204513,7 +204575,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 24, + ACTIONS(4004), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204538,7 +204600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187720] = 5, + [187750] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204549,7 +204611,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 24, + ACTIONS(3994), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204574,63 +204636,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187761] = 14, + [187791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4120), 1, - anon_sym_DOT, - ACTIONS(4123), 1, - anon_sym_LPAREN, - ACTIONS(4126), 1, - anon_sym_SQUOTE, - ACTIONS(4129), 1, - anon_sym_LBRACK, - ACTIONS(4132), 1, - sym_GENERIC, - ACTIONS(4135), 1, - sym_PARAMETER, - STATE(3642), 1, - sym_generic_map_aspect, - STATE(3743), 1, - sym__name_selector, - STATE(2944), 4, + STATE(2944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3742), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1465), 10, - sym_identifier, - sym_IS, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [187820] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2945), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4096), 24, + ACTIONS(4006), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204655,18 +204672,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187861] = 5, + [187832] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2946), 3, + STATE(2945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 24, + ACTIONS(3996), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204691,18 +204708,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187902] = 5, + [187873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2947), 3, + STATE(2946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4008), 24, + ACTIONS(4010), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204727,18 +204744,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187943] = 5, + [187914] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2948), 3, + STATE(2947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 24, + ACTIONS(4034), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204763,54 +204780,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187984] = 5, + [187955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2949), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4138), 24, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GENERIC, - sym_GROUP, - sym_IMPURE, - sym_IS, - sym_PACKAGE, - sym_PORT, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [188025] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2950), 3, + STATE(2948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3998), 24, + ACTIONS(4012), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204835,18 +204816,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188066] = 5, + [187996] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2951), 3, + STATE(2949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4002), 24, + ACTIONS(4064), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204871,42 +204852,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188107] = 15, + [188037] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4140), 1, + ACTIONS(4124), 1, anon_sym_DOT, - ACTIONS(4142), 1, + ACTIONS(4126), 1, anon_sym_LPAREN, - ACTIONS(4144), 1, + ACTIONS(4128), 1, anon_sym_SQUOTE, - ACTIONS(4146), 1, + ACTIONS(4130), 1, anon_sym_LBRACK, - ACTIONS(4148), 1, + ACTIONS(4132), 1, sym_GENERIC, - ACTIONS(4150), 1, + ACTIONS(4134), 1, sym_PARAMETER, - STATE(2983), 1, + STATE(2969), 1, aux_sym_name_repeat1, - STATE(3642), 1, + STATE(3652), 1, sym_generic_map_aspect, - STATE(3743), 1, + STATE(3878), 1, sym__name_selector, - STATE(2952), 3, + STATE(2950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3742), 5, + STATE(3860), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 10, + ACTIONS(1465), 10, sym_identifier, sym_IS, sym_RANGE, @@ -204917,54 +204898,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [188168] = 5, + [188098] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2953), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3996), 24, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [188209] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2954), 3, + STATE(2951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4010), 24, + ACTIONS(4042), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204989,18 +204934,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188250] = 5, + [188139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2955), 3, + STATE(2952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4012), 24, + ACTIONS(4040), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205025,18 +204970,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188291] = 5, + [188180] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2956), 3, + STATE(2953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4014), 24, + ACTIONS(3988), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205061,18 +205006,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188332] = 5, + [188221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2957), 3, + STATE(2954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4016), 24, + ACTIONS(3986), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205097,18 +205042,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188373] = 5, + [188262] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2958), 3, + STATE(2955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3970), 24, + ACTIONS(3984), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205133,18 +205078,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188414] = 5, + [188303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2959), 3, + STATE(2956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3966), 24, + ACTIONS(3982), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205169,18 +205114,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188455] = 5, + [188344] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2960), 3, + STATE(2957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3976), 24, + ACTIONS(3980), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205205,90 +205150,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188496] = 5, + [188385] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2961), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4018), 24, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(4124), 1, + anon_sym_DOT, + ACTIONS(4126), 1, anon_sym_LPAREN, - anon_sym_LT_LT, - [188537] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2962), 3, + ACTIONS(4128), 1, + anon_sym_SQUOTE, + ACTIONS(4130), 1, + anon_sym_LBRACK, + ACTIONS(4132), 1, + sym_GENERIC, + ACTIONS(4134), 1, + sym_PARAMETER, + STATE(2950), 1, + aux_sym_name_repeat1, + STATE(3652), 1, + sym_generic_map_aspect, + STATE(3878), 1, + sym__name_selector, + STATE(2958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3968), 24, + STATE(3860), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1481), 10, sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, - sym_FOR, - sym_IF, - sym_LOOP, - sym_NEXT, - sym_NULL, - sym_REPORT, - sym_RETURN, - sym_WAIT, - sym_WHILE, - sym_WITH, + sym_IS, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, anon_sym_LT_LT, - [188578] = 5, + [188446] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2963), 3, + STATE(2959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4004), 24, + ACTIONS(4038), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205313,14 +205232,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188619] = 5, + [188487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2964), 3, + STATE(2960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -205349,14 +205268,14 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188660] = 5, + [188528] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2965), 3, + STATE(2961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -205385,18 +205304,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188701] = 5, + [188569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2966), 3, + STATE(2962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4020), 24, + ACTIONS(3962), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205421,18 +205340,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188742] = 5, + [188610] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2967), 3, + STATE(2963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3972), 24, + ACTIONS(3960), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205457,18 +205376,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188783] = 5, + [188651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2968), 3, + STATE(2964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3982), 24, + ACTIONS(4052), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205493,18 +205412,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188824] = 5, + [188692] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2969), 3, + STATE(2965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3988), 24, + ACTIONS(4032), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205529,7 +205448,163 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188865] = 5, + [188733] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2966), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3958), 24, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [188774] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2967), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4026), 24, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [188815] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + STATE(7701), 1, + sym_verification_unit_binding_indication, + STATE(8108), 1, + sym_end_for, + STATE(2968), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2998), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [188862] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4136), 1, + anon_sym_DOT, + ACTIONS(4139), 1, + anon_sym_LPAREN, + ACTIONS(4142), 1, + anon_sym_SQUOTE, + ACTIONS(4145), 1, + anon_sym_LBRACK, + ACTIONS(4148), 1, + sym_GENERIC, + ACTIONS(4151), 1, + sym_PARAMETER, + STATE(3652), 1, + sym_generic_map_aspect, + STATE(3878), 1, + sym__name_selector, + STATE(2969), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(3860), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1485), 10, + sym_identifier, + sym_IS, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [188921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205540,7 +205615,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3994), 24, + ACTIONS(4048), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205565,7 +205640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188906] = 5, + [188962] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205576,7 +205651,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3984), 24, + ACTIONS(4056), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205601,7 +205676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188947] = 5, + [189003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205612,7 +205687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3986), 24, + ACTIONS(4036), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205637,7 +205712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188988] = 5, + [189044] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205648,7 +205723,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4086), 24, + ACTIONS(4058), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205673,7 +205748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189029] = 5, + [189085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205684,7 +205759,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3992), 24, + ACTIONS(4080), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205709,7 +205784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189070] = 5, + [189126] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205720,7 +205795,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3980), 24, + ACTIONS(4084), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205745,7 +205820,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189111] = 5, + [189167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205756,7 +205831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4026), 24, + ACTIONS(4028), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205781,7 +205856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189152] = 5, + [189208] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205792,7 +205867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4088), 24, + ACTIONS(4022), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205817,7 +205892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189193] = 5, + [189249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205828,7 +205903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 24, + ACTIONS(4018), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205853,7 +205928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189234] = 5, + [189290] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205864,7 +205939,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4076), 24, + ACTIONS(4046), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205889,7 +205964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189275] = 5, + [189331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205900,7 +205975,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4028), 24, + ACTIONS(4050), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205925,7 +206000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189316] = 5, + [189372] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205936,7 +206011,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4030), 24, + ACTIONS(4078), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205961,7 +206036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189357] = 5, + [189413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205972,7 +206047,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4034), 24, + ACTIONS(4076), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205997,53 +206072,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189398] = 15, + [189454] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4140), 1, - anon_sym_DOT, - ACTIONS(4142), 1, - anon_sym_LPAREN, - ACTIONS(4144), 1, - anon_sym_SQUOTE, - ACTIONS(4146), 1, - anon_sym_LBRACK, - ACTIONS(4148), 1, - sym_GENERIC, - ACTIONS(4150), 1, - sym_PARAMETER, - STATE(2944), 1, - aux_sym_name_repeat1, - STATE(3642), 1, - sym_generic_map_aspect, - STATE(3743), 1, - sym__name_selector, STATE(2983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3742), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1503), 10, + ACTIONS(4044), 24, sym_identifier, - sym_IS, - sym_RANGE, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHILE, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_LPAREN, anon_sym_LT_LT, - [189459] = 5, + [189495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206054,7 +206119,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4078), 24, + ACTIONS(4066), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206079,46 +206144,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189500] = 8, + [189536] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - STATE(7485), 1, - sym_end_for, - STATE(7685), 1, - sym_verification_unit_binding_indication, STATE(2985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2990), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, + ACTIONS(4068), 24, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [189547] = 5, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [189577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206129,7 +206191,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3990), 24, + ACTIONS(4082), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206154,7 +206216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189588] = 5, + [189618] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206165,7 +206227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4080), 24, + ACTIONS(4086), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206190,7 +206252,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189629] = 5, + [189659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206201,7 +206263,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4022), 24, + ACTIONS(4024), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206226,7 +206288,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189670] = 5, + [189700] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206237,7 +206299,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4084), 24, + ACTIONS(4074), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206262,7 +206324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189711] = 5, + [189741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206273,7 +206335,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4000), 24, + ACTIONS(4054), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206298,7 +206360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189752] = 5, + [189782] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206309,7 +206371,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4032), 24, + ACTIONS(4020), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206334,7 +206396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189793] = 5, + [189823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206345,7 +206407,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3950), 24, + ACTIONS(4014), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206370,7 +206432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189834] = 5, + [189864] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206381,7 +206443,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 24, + ACTIONS(4016), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206406,7 +206468,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189875] = 5, + [189905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206417,7 +206479,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4090), 24, + ACTIONS(4154), 24, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GENERIC, + sym_GROUP, + sym_IMPURE, + sym_IS, + sym_PACKAGE, + sym_PORT, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [189946] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2995), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3956), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206442,18 +206540,54 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189916] = 5, + [189987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2995), 3, + STATE(2996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4006), 24, + ACTIONS(4070), 24, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, + sym_FOR, + sym_IF, + sym_LOOP, + sym_NEXT, + sym_NULL, + sym_REPORT, + sym_RETURN, + sym_WAIT, + sym_WHILE, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [190028] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2997), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4072), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206478,7 +206612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189957] = 19, + [190069] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206493,41 +206627,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4152), 1, + ACTIONS(3758), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6159), 1, - sym_with_expression, - STATE(6234), 1, + STATE(6213), 1, sym__target, - STATE(6312), 1, + STATE(6242), 1, sym_aggregate, - STATE(6424), 1, + STATE(6338), 1, + sym_with_expression, + STATE(6550), 1, sym_name, - STATE(6919), 1, + STATE(7268), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2996), 3, + STATE(2998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190025] = 19, + [190137] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206542,58 +206676,93 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4154), 1, + ACTIONS(4156), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6168), 1, - sym_with_expression, - STATE(6269), 1, - sym__target, - STATE(6312), 1, + STATE(6242), 1, sym_aggregate, - STATE(6407), 1, + STATE(6253), 1, + sym__target, + STATE(6341), 1, + sym_with_expression, + STATE(6628), 1, sym_name, - STATE(7043), 1, + STATE(7386), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2997), 3, + STATE(2999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190093] = 8, + [190205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, + STATE(3000), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4158), 23, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GENERIC, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PORT, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [190245] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(5742), 1, sym_entity_class_entry, - STATE(6877), 1, + STATE(5744), 1, + sym__entity_class, + STATE(6911), 1, sym_entity_class_entry_list, - STATE(2998), 3, + STATE(3001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -206614,18 +206783,18 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190139] = 5, + [190291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2999), 3, + STATE(3002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3720), 23, + ACTIONS(3726), 23, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206649,7 +206818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190179] = 19, + [190331] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206664,114 +206833,139 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4158), 1, + ACTIONS(4162), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6312), 1, + STATE(6171), 1, + sym__target, + STATE(6211), 1, + sym_name, + STATE(6242), 1, sym_aggregate, - STATE(6582), 1, + STATE(6333), 1, sym_with_expression, - STATE(6586), 1, - sym_name, - STATE(6587), 1, - sym__target, - STATE(6724), 1, + STATE(6686), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3000), 3, + STATE(3003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190247] = 5, + [190399] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3001), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3774), 1, + sym_PROCESS, + STATE(3024), 1, + sym__direct_name, + STATE(6117), 1, + sym__target, + STATE(6131), 1, + sym_name, + STATE(6242), 1, + sym_aggregate, + STATE(6319), 1, + sym_with_expression, + STATE(6753), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 23, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GENERIC, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PORT, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [190287] = 8, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [190467] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, - sym_entity_class_entry, - STATE(6976), 1, - sym_entity_class_entry_list, - STATE(3002), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3784), 1, + sym_PROCESS, + STATE(3024), 1, + sym__direct_name, + STATE(6039), 1, + sym__target, + STATE(6090), 1, + sym_with_expression, + STATE(6242), 1, + sym_aggregate, + STATE(6335), 1, + sym_name, + STATE(7631), 1, + sym_assertion, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, - sym_ARCHITECTURE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_ENTITY, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_LABEL, - sym_LITERAL, - sym_PACKAGE, - sym_PROCEDURE, - sym_PROPERTY, - sym_SEQUENCE, - sym_SIGNAL, - sym_SUBTYPE, - sym_TYPE, - sym_UNITS, - sym_VARIABLE, - sym_VIEW, - [190333] = 19, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [190535] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206786,41 +206980,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4162), 1, + ACTIONS(4164), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6187), 1, - sym_with_expression, - STATE(6312), 1, - sym_aggregate, - STATE(6315), 1, + STATE(6086), 1, sym__target, - STATE(6379), 1, + STATE(6242), 1, + sym_aggregate, + STATE(6307), 1, + sym_with_expression, + STATE(6355), 1, sym_name, - STATE(7502), 1, + STATE(8127), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3003), 3, + STATE(3006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190401] = 19, + [190603] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206835,58 +207029,58 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3764), 1, + ACTIONS(4166), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6195), 1, - sym_with_expression, - STATE(6312), 1, + STATE(6242), 1, sym_aggregate, - STATE(6330), 1, - sym__target, - STATE(6372), 1, + STATE(6247), 1, + sym_with_expression, + STATE(6250), 1, sym_name, - STATE(7525), 1, + STATE(6255), 1, + sym__target, + STATE(7241), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3004), 3, + STATE(3007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190469] = 8, + [190671] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, + STATE(5742), 1, sym_entity_class_entry, - STATE(7025), 1, + STATE(5744), 1, + sym__entity_class, + STATE(6768), 1, sym_entity_class_entry_list, - STATE(3005), 3, + STATE(3008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -206907,24 +207101,24 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190515] = 8, + [190717] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, + STATE(5742), 1, sym_entity_class_entry, - STATE(7057), 1, + STATE(5744), 1, + sym__entity_class, + STATE(6893), 1, sym_entity_class_entry_list, - STATE(3006), 3, + STATE(3009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -206945,7 +207139,50 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190561] = 19, + [190763] = 13, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6357), 1, + sym_resolution_indication, + STATE(6563), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3010), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2402), 7, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [190819] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206960,58 +207197,58 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3792), 1, + ACTIONS(3796), 1, sym_PROCESS, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6161), 1, - sym_with_expression, - STATE(6245), 1, + STATE(6070), 1, sym__target, - STATE(6312), 1, + STATE(6242), 1, sym_aggregate, - STATE(6416), 1, + STATE(6296), 1, sym_name, - STATE(6934), 1, + STATE(6299), 1, + sym_with_expression, + STATE(8157), 1, sym_assertion, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3007), 3, + STATE(3011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190629] = 8, + [190887] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, + STATE(5742), 1, sym_entity_class_entry, - STATE(6752), 1, + STATE(5744), 1, + sym__entity_class, + STATE(6992), 1, sym_entity_class_entry_list, - STATE(3008), 3, + STATE(3012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -207032,116 +207269,62 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190675] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6192), 1, - sym_resolution_indication, - STATE(6350), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3009), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2450), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [190731] = 19, + [190933] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(3778), 1, - sym_PROCESS, - STATE(3020), 1, - sym__direct_name, - STATE(6180), 1, - sym_with_expression, - STATE(6287), 1, - sym__target, - STATE(6312), 1, - sym_aggregate, - STATE(6399), 1, - sym_name, - STATE(7055), 1, - sym_assertion, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3010), 3, + STATE(5742), 1, + sym_entity_class_entry, + STATE(5744), 1, + sym__entity_class, + STATE(7041), 1, + sym_entity_class_entry_list, + STATE(3013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [190799] = 8, + ACTIONS(4160), 20, + sym_ARCHITECTURE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_CONSTANT, + sym_ENTITY, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_LABEL, + sym_LITERAL, + sym_PACKAGE, + sym_PROCEDURE, + sym_PROPERTY, + sym_SEQUENCE, + sym_SIGNAL, + sym_SUBTYPE, + sym_TYPE, + sym_UNITS, + sym_VARIABLE, + sym_VIEW, + [190979] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, - sym__entity_class, - STATE(5964), 1, + STATE(5742), 1, sym_entity_class_entry, - STATE(7638), 1, + STATE(5744), 1, + sym__entity_class, + STATE(7073), 1, sym_entity_class_entry_list, - STATE(3011), 3, + STATE(3014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -207162,92 +207345,122 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190845] = 19, + [191025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, + STATE(3015), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4168), 22, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PORT, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [191064] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1471), 1, + anon_sym_COLON, + ACTIONS(4170), 1, + anon_sym_DOT, + ACTIONS(4172), 1, anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(3748), 1, - sym_PROCESS, - STATE(3020), 1, - sym__direct_name, - STATE(6312), 1, - sym_aggregate, - STATE(6360), 1, - sym_with_expression, - STATE(6362), 1, - sym_name, - STATE(6367), 1, - sym__target, - STATE(7556), 1, - sym_assertion, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3012), 3, + ACTIONS(4174), 1, + anon_sym_SQUOTE, + ACTIONS(4176), 1, + anon_sym_LBRACK, + ACTIONS(4178), 1, + sym_GENERIC, + ACTIONS(4180), 1, + sym_PARAMETER, + STATE(3017), 1, + aux_sym_name_repeat1, + STATE(4020), 1, + sym_generic_map_aspect, + STATE(4345), 1, + sym__name_selector, + STATE(3016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [190913] = 15, + STATE(4349), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1465), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_RBRACK, + [191125] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1473), 1, + ACTIONS(1493), 1, anon_sym_COLON, - ACTIONS(4164), 1, + ACTIONS(4182), 1, anon_sym_DOT, - ACTIONS(4167), 1, + ACTIONS(4185), 1, anon_sym_LPAREN, - ACTIONS(4170), 1, + ACTIONS(4188), 1, anon_sym_SQUOTE, - ACTIONS(4173), 1, + ACTIONS(4191), 1, anon_sym_LBRACK, - ACTIONS(4176), 1, + ACTIONS(4194), 1, sym_GENERIC, - ACTIONS(4179), 1, + ACTIONS(4197), 1, sym_PARAMETER, - STATE(4130), 1, + STATE(4020), 1, sym_generic_map_aspect, - STATE(4325), 1, + STATE(4345), 1, sym__name_selector, - STATE(3013), 4, + STATE(3017), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4327), 5, + STATE(4349), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1465), 7, + ACTIONS(1485), 7, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, @@ -207255,22 +207468,22 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_GT_GT, anon_sym_RBRACK, - [190972] = 7, + [191184] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - STATE(7668), 1, + STATE(7007), 1, sym_generic_map_aspect, - STATE(3014), 3, + STATE(3018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4182), 20, + ACTIONS(4200), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -207291,63 +207504,52 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191015] = 16, + [191227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1505), 1, - anon_sym_COLON, - ACTIONS(4184), 1, - anon_sym_DOT, - ACTIONS(4186), 1, - anon_sym_LPAREN, - ACTIONS(4188), 1, - anon_sym_SQUOTE, - ACTIONS(4190), 1, - anon_sym_LBRACK, - ACTIONS(4192), 1, - sym_GENERIC, - ACTIONS(4194), 1, - sym_PARAMETER, - STATE(3013), 1, - aux_sym_name_repeat1, - STATE(4130), 1, - sym_generic_map_aspect, - STATE(4325), 1, - sym__name_selector, - STATE(3015), 3, + STATE(3019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4327), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1503), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_RBRACK, - [191076] = 5, + ACTIONS(3176), 22, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [191266] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3016), 3, + STATE(3020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3198), 22, + ACTIONS(3182), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -207370,18 +207572,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191115] = 5, + [191305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3017), 3, + STATE(3021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3190), 22, + ACTIONS(3210), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -207404,18 +207606,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191154] = 5, + [191344] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3018), 3, + STATE(3022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3196), 22, + ACTIONS(3180), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -207438,18 +207640,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191193] = 5, + [191383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3019), 3, + STATE(3023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3200), 22, + ACTIONS(3204), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -207472,44 +207674,44 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191232] = 16, + [191422] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1493), 1, + ACTIONS(1483), 1, anon_sym_COLON, - ACTIONS(4184), 1, + ACTIONS(4170), 1, anon_sym_DOT, - ACTIONS(4186), 1, + ACTIONS(4172), 1, anon_sym_LPAREN, - ACTIONS(4188), 1, + ACTIONS(4174), 1, anon_sym_SQUOTE, - ACTIONS(4190), 1, + ACTIONS(4176), 1, anon_sym_LBRACK, - ACTIONS(4192), 1, + ACTIONS(4178), 1, sym_GENERIC, - ACTIONS(4194), 1, + ACTIONS(4180), 1, sym_PARAMETER, - STATE(3015), 1, + STATE(3016), 1, aux_sym_name_repeat1, - STATE(4130), 1, + STATE(4020), 1, sym_generic_map_aspect, - STATE(4325), 1, + STATE(4345), 1, sym__name_selector, - STATE(3020), 3, + STATE(3024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4327), 5, + STATE(4349), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 7, + ACTIONS(1481), 7, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, @@ -207517,22 +207719,22 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_GT_GT, anon_sym_RBRACK, - [191293] = 7, + [191483] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5961), 1, + STATE(5744), 1, sym__entity_class, - STATE(6127), 1, + STATE(6526), 1, sym_entity_class_entry, - STATE(3021), 3, + STATE(3025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 20, + ACTIONS(4160), 20, sym_ARCHITECTURE, sym_COMPONENT, sym_CONFIGURATION, @@ -207553,52 +207755,284 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [191336] = 5, + [191526] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3022), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(5417), 1, + sym__incomplete_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(5490), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3026), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191586] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7382), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3027), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191646] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7517), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3184), 22, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191706] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4106), 1, sym_ALIAS, + ACTIONS(4108), 1, sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, + ACTIONS(4112), 1, sym_END, - sym_FILE, - sym_FOR, + ACTIONS(4114), 1, sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, + ACTIONS(4118), 1, sym_PROCEDURE, + ACTIONS(4120), 1, + sym_PRIVATE, + ACTIONS(4122), 1, + sym_USE, + STATE(3275), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4854), 1, + sym__protected_type_declarative_item, + STATE(8062), 1, + sym_protected_type_declaration_end, + STATE(8104), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3029), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4855), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [191770] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(247), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [191375] = 5, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7473), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3030), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191830] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3023), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7520), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3031), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191890] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4196), 22, + ACTIONS(3380), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -207611,7 +208045,6 @@ static const uint16_t ts_small_parse_table[] = { sym_GROUP, sym_IMPURE, sym_PACKAGE, - sym_PORT, sym_PROCEDURE, sym_PURE, sym_SIGNAL, @@ -207621,7 +208054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191414] = 16, + [191928] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207630,42 +208063,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8232), 1, + STATE(7602), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3024), 3, + STATE(3033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191474] = 16, + [191988] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3034), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3362), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [192026] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207674,42 +208140,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6888), 1, + STATE(7604), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3025), 3, + STATE(3035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191534] = 16, + [192086] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207718,42 +208184,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6929), 1, + STATE(7638), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3026), 3, + STATE(3036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191594] = 16, + [192146] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207762,42 +208228,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6956), 1, + STATE(7640), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3027), 3, + STATE(3037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191654] = 16, + [192206] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207806,42 +208272,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6969), 1, + STATE(7642), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3028), 3, + STATE(3038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191714] = 16, + [192266] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207850,42 +208316,78 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6970), 1, + STATE(7683), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3029), 3, + STATE(3039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192326] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3838), 1, + anon_sym_LPAREN, + ACTIONS(4208), 1, + sym_PARAMETER, + STATE(3280), 1, + sym_parenthesis_group, + STATE(3040), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2362), 18, sym_identifier, + sym_GENERIC, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [191774] = 16, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [192370] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207894,75 +208396,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7020), 1, + STATE(7684), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3030), 3, + STATE(3041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191834] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3031), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3338), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [191872] = 16, + [192430] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207971,53 +208440,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7026), 1, + STATE(7685), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3032), 3, + STATE(3042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191932] = 5, + [192490] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3033), 3, + STATE(3043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 21, + ACTIONS(3356), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208039,18 +208508,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191970] = 5, + [192528] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3034), 3, + STATE(3044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 21, + ACTIONS(3354), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208072,71 +208541,27 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192008] = 16, + [192566] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7029), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3035), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [192068] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3036), 3, + STATE(3045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3372), 21, + ACTIONS(4158), 21, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, - sym_FOR, sym_FUNCTION, + sym_GENERIC, sym_GROUP, sym_IMPURE, sym_PACKAGE, @@ -208149,18 +208574,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192106] = 5, + [192604] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3037), 3, + STATE(3046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 21, + ACTIONS(3326), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208182,109 +208607,95 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192144] = 5, + [192642] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3038), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3384), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + ACTIONS(247), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [192182] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3039), 3, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7605), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [192220] = 8, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192702] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3834), 1, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4204), 1, - sym_PARAMETER, - STATE(3298), 1, - sym_parenthesis_group, - STATE(3040), 3, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7714), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 18, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, sym_identifier, - sym_GENERIC, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [192264] = 16, + [192762] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208293,42 +208704,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7212), 1, + STATE(7716), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3041), 3, + STATE(3049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192324] = 16, + [192822] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208337,42 +208748,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7230), 1, + STATE(7717), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3042), 3, + STATE(3050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192384] = 16, + [192882] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208381,42 +208792,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7247), 1, + STATE(7747), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3043), 3, + STATE(3051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192444] = 16, + [192942] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208425,42 +208836,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7204), 1, + STATE(7749), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3044), 3, + STATE(3052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192504] = 16, + [193002] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208469,42 +208880,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7413), 1, + STATE(7750), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3045), 3, + STATE(3053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192564] = 16, + [193062] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208513,108 +208924,130 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7438), 1, + STATE(7773), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3046), 3, + STATE(3054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192624] = 5, + [193122] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3047), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7774), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [192662] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193182] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3048), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7776), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [192700] = 16, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193242] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208623,42 +209056,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(5530), 1, - sym__incomplete_subtype_indication, - STATE(3240), 2, + STATE(7801), 1, + sym__interface_type_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(5544), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3049), 3, + STATE(3057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192760] = 16, + [193302] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208667,97 +209100,97 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7523), 1, + STATE(7804), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3050), 3, + STATE(3058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192820] = 16, + [193362] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(3796), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, STATE(2793), 1, sym__direct_name, - STATE(4241), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4326), 1, + STATE(4270), 1, sym_name, - STATE(5220), 1, + STATE(7457), 1, sym__interface_type_indication, - STATE(3358), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(5408), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(3806), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3051), 3, + STATE(3059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3357), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3798), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192880] = 5, + [193422] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3052), 3, + STATE(3060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 21, + ACTIONS(3284), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208779,61 +209212,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192918] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4208), 1, - sym_ELSE, - ACTIONS(4210), 1, - sym_ELSIF, - ACTIONS(4212), 1, - sym_END, - ACTIONS(4214), 1, - sym_IF, - ACTIONS(4216), 1, - sym_directive_error, - ACTIONS(4218), 1, - sym_directive_protect, - ACTIONS(4220), 1, - sym_directive_warning, - STATE(5906), 1, - sym__identifier, - STATE(7648), 1, - sym__directive, - STATE(3053), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4206), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(7640), 8, - sym_user_directive, - sym_protect_directive, - sym_warning_directive, - sym_error_directive, - sym_if_conditional_analysis, - sym_elsif_conditional_analysis, - sym_else_conditional_analysis, - sym_end_conditional_analysis, - [192976] = 5, + [193460] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3054), 3, + STATE(3061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 21, + ACTIONS(3222), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208855,7 +209245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [193014] = 16, + [193498] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208864,42 +209254,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6993), 1, + STATE(7805), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3055), 3, + STATE(3062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193074] = 16, + [193558] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208908,42 +209298,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6995), 1, + STATE(7831), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3056), 3, + STATE(3063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193134] = 16, + [193618] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -208952,53 +209342,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7524), 1, + STATE(7832), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3057), 3, + STATE(3064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193194] = 5, + [193678] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3058), 3, + STATE(3065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 21, + ACTIONS(3254), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -209020,7 +209410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [193232] = 16, + [193716] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209029,42 +209419,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7816), 1, + STATE(7833), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3059), 3, + STATE(3066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193292] = 16, + [193776] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209073,42 +209463,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7532), 1, + STATE(8027), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3060), 3, + STATE(3067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193352] = 16, + [193836] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209117,42 +209507,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7567), 1, + STATE(8030), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3061), 3, + STATE(3068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193412] = 16, + [193896] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209161,108 +209551,86 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7569), 1, + STATE(8033), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3062), 3, + STATE(3069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193472] = 5, + [193956] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3063), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3422), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + ACTIONS(247), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193510] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3064), 3, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8088), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PORT, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193548] = 16, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194016] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209271,207 +209639,261 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6999), 1, + STATE(8089), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3065), 3, + STATE(3071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193608] = 5, + [194076] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3066), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8091), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193646] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194136] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3067), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8140), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193684] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194196] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3068), 3, + ACTIONS(4212), 1, + sym_ELSE, + ACTIONS(4214), 1, + sym_ELSIF, + ACTIONS(4216), 1, + sym_END, + ACTIONS(4218), 1, + sym_IF, + ACTIONS(4220), 1, + sym_directive_error, + ACTIONS(4222), 1, + sym_directive_protect, + ACTIONS(4224), 1, + sym_directive_warning, + STATE(5934), 1, + sym__identifier, + STATE(7765), 1, + sym__directive, + STATE(3074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193722] = 5, + ACTIONS(4210), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(7764), 8, + sym_user_directive, + sym_protect_directive, + sym_warning_directive, + sym_error_directive, + sym_if_conditional_analysis, + sym_elsif_conditional_analysis, + sym_else_conditional_analysis, + sym_end_conditional_analysis, + [194254] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3069), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8148), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193760] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194314] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3070), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8152), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3316), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193798] = 16, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194374] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209480,86 +209902,86 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7570), 1, + STATE(8179), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3071), 3, + STATE(3077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193858] = 16, + [194434] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, anon_sym_LT_LT, - ACTIONS(4224), 1, - sym_based_base, - ACTIONS(4226), 1, - sym_library_constant_unit, - STATE(3020), 1, + STATE(2793), 1, sym__direct_name, - STATE(3813), 1, - sym__abstract_literal, - STATE(4771), 1, - sym_based_literal, - STATE(8254), 1, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, sym_name, - ACTIONS(4222), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(4332), 2, + STATE(8184), 1, + sym__interface_type_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3072), 3, + STATE(3078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193918] = 16, + [194494] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209568,53 +209990,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7635), 1, + STATE(8185), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3073), 3, + STATE(3079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193978] = 5, + [194554] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3074), 3, + STATE(3080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 21, + ACTIONS(3296), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -209636,130 +210058,150 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [194016] = 5, + [194592] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3075), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(6644), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194054] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194652] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3076), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(6641), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194092] = 18, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194712] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4102), 1, - sym_ALIAS, - ACTIONS(4104), 1, - sym_ATTRIBUTE, - ACTIONS(4108), 1, - sym_END, - ACTIONS(4110), 1, - sym_FUNCTION, - ACTIONS(4114), 1, - sym_PROCEDURE, - ACTIONS(4116), 1, - sym_PRIVATE, - ACTIONS(4118), 1, - sym_USE, - STATE(3347), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4847), 1, - sym__protected_type_declarative_item, - STATE(7478), 1, - sym__subprogram_specification, - STATE(8185), 1, - sym_protected_type_declaration_end, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3077), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(6639), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4766), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [194156] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194772] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3078), 3, + STATE(3084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 21, + ACTIONS(3478), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -209781,51 +210223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [194194] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7641), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3079), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [194254] = 16, + [194810] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209834,42 +210232,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7642), 1, + STATE(6707), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3080), 3, + STATE(3085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194314] = 16, + [194870] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209878,42 +210276,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7677), 1, + STATE(6708), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3081), 3, + STATE(3086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194374] = 16, + [194930] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209922,53 +210320,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7680), 1, + STATE(8209), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3082), 3, + STATE(3087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194434] = 5, + [194990] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3083), 3, + STATE(3088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 21, + ACTIONS(3226), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -209990,7 +210388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [194472] = 16, + [195028] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209999,233 +210397,130 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7683), 1, + STATE(6709), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3084), 3, + STATE(3089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194532] = 5, + [195088] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3085), 3, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(8210), 1, + sym__interface_type_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + STATE(7732), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194570] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3086), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3462), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194608] = 5, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [195148] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3087), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3466), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(3800), 1, + anon_sym_LT_LT, + ACTIONS(3806), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194646] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4102), 1, - sym_ALIAS, - ACTIONS(4104), 1, - sym_ATTRIBUTE, - ACTIONS(4108), 1, - sym_END, - ACTIONS(4110), 1, - sym_FUNCTION, - ACTIONS(4114), 1, - sym_PROCEDURE, - ACTIONS(4116), 1, - sym_PRIVATE, - ACTIONS(4118), 1, - sym_USE, - STATE(3347), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4847), 1, - sym__protected_type_declarative_item, - STATE(7478), 1, - sym__subprogram_specification, - STATE(8113), 1, - sym_protected_type_declaration_end, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3088), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4766), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [194710] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4102), 1, - sym_ALIAS, - ACTIONS(4104), 1, - sym_ATTRIBUTE, - ACTIONS(4108), 1, - sym_END, - ACTIONS(4110), 1, - sym_FUNCTION, - ACTIONS(4114), 1, - sym_PROCEDURE, - ACTIONS(4116), 1, - sym_PRIVATE, - ACTIONS(4118), 1, - sym_USE, - STATE(3077), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4847), 1, - sym__protected_type_declarative_item, - STATE(7478), 1, - sym__subprogram_specification, - STATE(8113), 1, - sym_protected_type_declaration_end, - ACTIONS(2173), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3089), 3, + STATE(2795), 1, + sym__direct_name, + STATE(4016), 1, + sym_resolution_indication, + STATE(4352), 1, + sym_name, + STATE(5215), 1, + sym__interface_type_indication, + STATE(3394), 2, + sym__identifier, + sym__external_name, + STATE(5558), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(3810), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4766), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [194774] = 16, + STATE(3392), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3802), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [195208] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210234,42 +210529,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7700), 1, + STATE(8211), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3090), 3, + STATE(3092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194834] = 16, + [195268] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210278,42 +210573,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7702), 1, + STATE(6728), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3091), 3, + STATE(3093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194894] = 16, + [195328] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210322,75 +210617,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7705), 1, + STATE(6729), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3092), 3, + STATE(3094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [194954] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3093), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3470), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [194992] = 16, + [195388] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210399,42 +210661,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(5535), 1, - sym__incomplete_subtype_indication, - STATE(3240), 2, + STATE(8242), 1, + sym__interface_type_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(5544), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3094), 3, + STATE(3095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195052] = 16, + [195448] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210443,42 +210705,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7731), 1, + STATE(8243), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3095), 3, + STATE(3096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195112] = 16, + [195508] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210487,42 +210749,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7733), 1, + STATE(6730), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3096), 3, + STATE(3097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195172] = 16, + [195568] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210531,42 +210793,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6698), 1, + STATE(8244), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3097), 3, + STATE(3098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195232] = 16, + [195628] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210575,53 +210837,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7734), 1, + STATE(7454), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3098), 3, + STATE(3099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195292] = 5, + [195688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3099), 3, + STATE(3100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 21, + ACTIONS(3240), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -210643,51 +210905,40 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [195330] = 16, + [195726] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7758), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3100), 3, + STATE(3101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [195390] = 16, + ACTIONS(3246), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [195764] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210696,42 +210947,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6700), 1, + STATE(6743), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3101), 3, + STATE(3102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195450] = 16, + [195824] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210740,76 +210991,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6705), 1, + STATE(6744), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3102), 3, + STATE(3103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195510] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(8020), 1, - sym__entity_class, - STATE(3103), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4228), 20, - sym_ARCHITECTURE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_CONSTANT, - sym_ENTITY, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_LABEL, - sym_LITERAL, - sym_PACKAGE, - sym_PROCEDURE, - sym_PROPERTY, - sym_SEQUENCE, - sym_SIGNAL, - sym_SUBTYPE, - sym_TYPE, - sym_UNITS, - sym_VARIABLE, - sym_VIEW, - [195550] = 16, + [195884] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210818,25 +211035,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7759), 1, + STATE(6745), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -210844,16 +211061,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195610] = 16, + [195944] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210862,25 +211079,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7760), 1, + STATE(6767), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -210888,60 +211105,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195670] = 16, + [196004] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7787), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [195730] = 16, + ACTIONS(3256), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [196042] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210950,25 +211156,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7788), 1, + STATE(8280), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -210976,60 +211182,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195790] = 16, + [196102] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7789), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [195850] = 16, + ACTIONS(3366), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [196140] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211038,25 +211233,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6723), 1, + STATE(6769), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -211064,16 +211259,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195910] = 16, + [196200] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211082,25 +211277,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7815), 1, + STATE(6770), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -211108,60 +211303,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [195970] = 16, + [196260] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6727), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [196030] = 16, + ACTIONS(3248), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [196298] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211170,25 +211354,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7818), 1, + STATE(6795), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -211196,16 +211380,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196090] = 16, + [196358] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211214,25 +211398,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7821), 1, + STATE(6796), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -211240,71 +211424,27 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196150] = 16, + [196418] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6728), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [196210] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3115), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3272), 21, + ACTIONS(3282), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -211326,7 +211466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [196248] = 16, + [196456] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211335,75 +211475,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6757), 1, + STATE(6797), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3116), 3, + STATE(3115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196308] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3117), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3270), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [196346] = 16, + [196516] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211412,42 +211519,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6758), 1, + STATE(8282), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3118), 3, + STATE(3116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196406] = 16, + [196576] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211456,42 +211563,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6759), 1, + STATE(6828), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3119), 3, + STATE(3117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196466] = 16, + [196636] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211500,42 +211607,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6792), 1, + STATE(8284), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3120), 3, + STATE(3118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196526] = 16, + [196696] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211544,42 +211651,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7840), 1, + STATE(8318), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3121), 3, + STATE(3119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196586] = 16, + [196756] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211588,42 +211695,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6874), 1, + STATE(6704), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3122), 3, + STATE(3120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196646] = 16, + [196816] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211632,42 +211739,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6873), 1, + STATE(6835), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3123), 3, + STATE(3121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196706] = 16, + [196876] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211676,42 +211783,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6871), 1, + STATE(6858), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3124), 3, + STATE(3122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196766] = 16, + [196936] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211720,42 +211827,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6899), 1, + STATE(6859), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3125), 3, + STATE(3123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196826] = 16, + [196996] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211764,75 +211871,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6927), 1, + STATE(8319), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3126), 3, + STATE(3124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196886] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3127), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3252), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [196924] = 16, + [197056] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211841,42 +211915,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8004), 1, + STATE(8320), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3128), 3, + STATE(3125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [196984] = 16, + [197116] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211885,42 +211959,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8008), 1, + STATE(8334), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3129), 3, + STATE(3126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197044] = 16, + [197176] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211929,42 +212003,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6799), 1, + STATE(8335), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3130), 3, + STATE(3127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197104] = 16, + [197236] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211973,86 +212047,152 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6798), 1, + STATE(6861), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3131), 3, + STATE(3128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197164] = 16, + [197296] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, + STATE(3129), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3390), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, sym_TYPE, - ACTIONS(3794), 1, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [197334] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3130), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3400), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [197372] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(3800), 1, anon_sym_LT_LT, - STATE(2789), 1, + ACTIONS(3806), 1, + sym_TYPE, + STATE(2795), 1, sym__direct_name, - STATE(3991), 1, + STATE(4016), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4352), 1, sym_name, - STATE(6794), 1, - sym__interface_type_indication, - STATE(3240), 2, + STATE(5497), 1, + sym__incomplete_subtype_indication, + STATE(3394), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(5522), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(3810), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3132), 3, + STATE(3131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3392), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(3802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197224] = 16, + [197432] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212061,86 +212201,108 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8050), 1, + STATE(8336), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3133), 3, + STATE(3132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197284] = 16, + [197492] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, + STATE(3133), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3218), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(8051), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [197530] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(3134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [197344] = 16, + ACTIONS(3310), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [197568] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212149,25 +212311,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8053), 1, + STATE(7531), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212175,60 +212337,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197404] = 16, + [197628] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6901), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [197464] = 5, + ACTIONS(3402), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [197666] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212239,7 +212390,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3458), 21, + ACTIONS(3428), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -212261,34 +212412,34 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [197502] = 16, + [197704] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(247), 1, + sym_TYPE, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(3796), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, STATE(2793), 1, sym__direct_name, - STATE(4241), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4326), 1, + STATE(4270), 1, sym_name, - STATE(5559), 1, - sym__incomplete_subtype_indication, - STATE(3358), 2, + STATE(8255), 1, + sym__interface_type_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(5561), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(3806), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212296,16 +212447,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3357), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3798), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197562] = 16, + [197764] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212314,25 +212465,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8107), 1, + STATE(6873), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212340,16 +212491,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197622] = 16, + [197824] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212358,25 +212509,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8124), 1, + STATE(7232), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212384,16 +212535,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197682] = 16, + [197884] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212402,25 +212553,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6691), 1, + STATE(7419), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212428,16 +212579,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197742] = 16, + [197944] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212446,25 +212597,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8125), 1, + STATE(7418), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212472,16 +212623,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197802] = 16, + [198004] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212490,25 +212641,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6900), 1, + STATE(8102), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212516,43 +212667,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197862] = 16, + [198064] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(3800), 1, anon_sym_LT_LT, - STATE(2789), 1, + ACTIONS(3806), 1, + sym_TYPE, + STATE(2795), 1, sym__direct_name, - STATE(3991), 1, + STATE(4016), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4352), 1, sym_name, - STATE(8188), 1, - sym__interface_type_indication, - STATE(3240), 2, + STATE(5520), 1, + sym__incomplete_subtype_indication, + STATE(3394), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(5522), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(3810), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212560,16 +212711,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3392), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(3802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197922] = 16, + [198124] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212578,25 +212729,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8190), 1, + STATE(6874), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212604,16 +212755,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197982] = 16, + [198184] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212622,25 +212773,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8192), 1, + STATE(8094), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212648,16 +212799,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198042] = 16, + [198244] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212666,25 +212817,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8096), 1, + STATE(8076), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212692,16 +212843,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198102] = 16, + [198304] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212710,25 +212861,25 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8229), 1, + STATE(7417), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -212736,126 +212887,60 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198162] = 5, + [198364] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3149), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3468), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [198200] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3150), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3444), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + ACTIONS(247), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [198238] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(3796), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - ACTIONS(3802), 1, - sym_TYPE, STATE(2793), 1, sym__direct_name, - STATE(4241), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4326), 1, + STATE(4270), 1, sym_name, - STATE(5496), 1, - sym__incomplete_subtype_indication, - STATE(3358), 2, + STATE(7385), 1, + sym__interface_type_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(5561), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(3806), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3151), 3, + STATE(3149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3357), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3798), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198298] = 16, + [198424] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212864,130 +212949,121 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6735), 1, + STATE(6875), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3152), 3, + STATE(3150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198358] = 16, + [198484] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(8280), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3153), 3, + STATE(3151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [198418] = 16, + ACTIONS(4158), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PORT, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [198522] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(8282), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3154), 3, + ACTIONS(4106), 1, + sym_ALIAS, + ACTIONS(4108), 1, + sym_ATTRIBUTE, + ACTIONS(4112), 1, + sym_END, + ACTIONS(4114), 1, + sym_FUNCTION, + ACTIONS(4118), 1, + sym_PROCEDURE, + ACTIONS(4120), 1, + sym_PRIVATE, + ACTIONS(4122), 1, + sym_USE, + STATE(3275), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4854), 1, + sym__protected_type_declarative_item, + STATE(8104), 1, + sym__subprogram_specification, + STATE(8263), 1, + sym_protected_type_declaration_end, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [198478] = 16, + STATE(4855), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [198586] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212996,42 +213072,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6734), 1, + STATE(7384), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3155), 3, + STATE(3153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198538] = 16, + [198646] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213040,42 +213116,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8287), 1, + STATE(6902), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3156), 3, + STATE(3154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198598] = 16, + [198706] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213084,53 +213160,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8330), 1, + STATE(6903), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3157), 3, + STATE(3155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198658] = 5, + [198766] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3158), 3, + STATE(3156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3236), 21, + ACTIONS(3280), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -213152,7 +213228,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [198696] = 16, + [198804] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213161,108 +213237,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6733), 1, + STATE(7352), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3159), 3, + STATE(3157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198756] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3160), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3448), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [198794] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3161), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3232), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [198832] = 16, + [198864] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213271,42 +213281,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8331), 1, + STATE(6920), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3162), 3, + STATE(3158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198892] = 16, + [198924] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213315,42 +213325,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8333), 1, + STATE(7351), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3163), 3, + STATE(3159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198952] = 16, + [198984] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213359,42 +213369,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7637), 1, + STATE(6921), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3164), 3, + STATE(3160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199012] = 16, + [199044] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213403,42 +213413,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7202), 1, + STATE(6924), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3165), 3, + STATE(3161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199072] = 16, + [199104] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213447,42 +213457,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8228), 1, + STATE(6901), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3166), 3, + STATE(3162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199132] = 16, + [199164] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213491,42 +213501,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8273), 1, + STATE(6950), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3167), 3, + STATE(3163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199192] = 16, + [199224] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213535,42 +213545,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8262), 1, + STATE(6951), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3168), 3, + STATE(3164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199252] = 16, + [199284] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3165), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3442), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199322] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213579,42 +213622,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8258), 1, + STATE(6952), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3169), 3, + STATE(3166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199312] = 16, + [199382] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3167), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3276), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199420] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213623,42 +213699,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7825), 1, + STATE(7606), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3170), 3, + STATE(3168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199372] = 16, + [199480] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213667,42 +213743,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6680), 1, + STATE(7768), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3171), 3, + STATE(3169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199432] = 16, + [199540] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213711,42 +213787,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7400), 1, + STATE(7585), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3172), 3, + STATE(3170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199492] = 16, + [199600] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213755,42 +213831,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8209), 1, + STATE(6970), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3173), 3, + STATE(3171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199552] = 16, + [199660] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3172), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3388), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199698] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213799,42 +213908,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7399), 1, + STATE(6971), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3174), 3, + STATE(3173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199612] = 16, + [199758] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213843,42 +213952,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7397), 1, + STATE(6972), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3175), 3, + STATE(3174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199672] = 16, + [199818] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213887,42 +213996,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8204), 1, + STATE(7350), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3176), 3, + STATE(3175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199732] = 16, + [199878] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213931,42 +214040,187 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8203), 1, + STATE(6990), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3177), 3, + STATE(3176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199792] = 16, + [199938] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3177), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3414), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199976] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3178), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3416), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200014] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4106), 1, + sym_ALIAS, + ACTIONS(4108), 1, + sym_ATTRIBUTE, + ACTIONS(4112), 1, + sym_END, + ACTIONS(4114), 1, + sym_FUNCTION, + ACTIONS(4118), 1, + sym_PROCEDURE, + ACTIONS(4120), 1, + sym_PRIVATE, + ACTIONS(4122), 1, + sym_USE, + STATE(3152), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4854), 1, + sym__protected_type_declarative_item, + STATE(8062), 1, + sym_protected_type_declaration_end, + STATE(8104), 1, + sym__subprogram_specification, + ACTIONS(2177), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3179), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4855), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [200078] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3180), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3440), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200116] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213975,42 +214229,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8078), 1, + STATE(6993), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3178), 3, + STATE(3181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199852] = 16, + [200176] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214019,42 +214273,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8072), 1, + STATE(6997), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3179), 3, + STATE(3182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199912] = 16, + [200236] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3183), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3426), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200274] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214063,42 +214350,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6675), 1, + STATE(6877), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3180), 3, + STATE(3184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [199972] = 16, + [200334] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214107,42 +214394,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6859), 1, + STATE(6869), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3181), 3, + STATE(3185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200032] = 16, + [200394] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214151,42 +214438,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(8066), 1, + STATE(6864), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3182), 3, + STATE(3186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200092] = 16, + [200454] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214195,42 +214482,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7839), 1, + STATE(7019), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3183), 3, + STATE(3187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200152] = 16, + [200514] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214239,42 +214526,108 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7837), 1, + STATE(7302), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3184), 3, + STATE(3188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200212] = 16, + [200574] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3189), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3258), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200612] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3190), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3318), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200650] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214283,42 +214636,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7836), 1, + STATE(7020), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3185), 3, + STATE(3191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200272] = 16, + [200710] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214327,42 +214680,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7772), 1, + STATE(7026), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3186), 3, + STATE(3192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200332] = 16, + [200770] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214371,42 +214724,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7767), 1, - sym__interface_type_indication, - STATE(3240), 2, + STATE(5448), 1, + sym__incomplete_subtype_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(5490), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3187), 3, + STATE(3193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200392] = 16, + [200830] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214415,53 +214768,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7766), 1, + STATE(7052), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3188), 3, + STATE(3194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200452] = 5, + [200890] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3189), 3, + STATE(3195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3280), 21, + ACTIONS(3368), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -214483,7 +214836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [200490] = 16, + [200928] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214492,42 +214845,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6835), 1, + STATE(7054), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3190), 3, + STATE(3196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200550] = 16, + [200988] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214536,42 +214889,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6869), 1, + STATE(7056), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3191), 3, + STATE(3197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200610] = 16, + [201048] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214580,42 +214933,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6673), 1, + STATE(7091), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3192), 3, + STATE(3198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200670] = 16, + [201108] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214624,42 +214977,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7721), 1, + STATE(7092), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3193), 3, + STATE(3199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200730] = 16, + [201168] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214668,42 +215021,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6795), 1, + STATE(7301), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3194), 3, + STATE(3200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200790] = 16, + [201228] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214712,42 +215065,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6857), 1, + STATE(8363), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3195), 3, + STATE(3201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200850] = 16, + [201288] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214756,86 +215109,108 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7720), 1, + STATE(7216), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3196), 3, + STATE(3202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [200910] = 16, + [201348] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, + STATE(3203), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3430), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7712), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3197), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [201386] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200970] = 16, + ACTIONS(3470), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [201424] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214844,75 +215219,76 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7656), 1, + STATE(7266), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3198), 3, + STATE(3205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201030] = 5, + [201484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3199), 3, + STATE(8165), 1, + sym__entity_class, + STATE(3206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3408), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, + ACTIONS(4226), 20, + sym_ARCHITECTURE, sym_COMPONENT, + sym_CONFIGURATION, sym_CONSTANT, - sym_DISCONNECT, + sym_ENTITY, sym_FILE, - sym_FOR, sym_FUNCTION, sym_GROUP, - sym_IMPURE, + sym_LABEL, + sym_LITERAL, sym_PACKAGE, sym_PROCEDURE, - sym_PURE, + sym_PROPERTY, + sym_SEQUENCE, sym_SIGNAL, - sym_SHARED, sym_SUBTYPE, sym_TYPE, - sym_USE, + sym_UNITS, sym_VARIABLE, sym_VIEW, - [201068] = 16, + [201524] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214921,42 +215297,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7650), 1, + STATE(7263), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3200), 3, + STATE(3207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201128] = 16, + [201584] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214965,42 +215341,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6631), 1, + STATE(7258), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3201), 3, + STATE(3208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201188] = 16, + [201644] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215009,42 +215385,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7647), 1, + STATE(7094), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3202), 3, + STATE(3209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201248] = 16, + [201704] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215053,42 +215429,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7537), 1, + STATE(7131), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3203), 3, + STATE(3210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201308] = 16, + [201764] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215097,42 +215473,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7534), 1, + STATE(7132), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3204), 3, + STATE(3211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201368] = 16, + [201824] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215141,42 +215517,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7512), 1, + STATE(7237), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3205), 3, + STATE(3212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201428] = 16, + [201884] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215185,53 +215561,53 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7155), 1, + STATE(7029), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3206), 3, + STATE(3213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201488] = 5, + [201944] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3207), 3, + STATE(3214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 21, + ACTIONS(3364), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -215253,40 +215629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [201526] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3208), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3312), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [201564] = 16, + [201982] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215295,75 +215638,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7832), 1, + STATE(7031), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3209), 3, + STATE(3215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201624] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3210), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3320), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [201662] = 16, + [202042] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215372,42 +215682,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7156), 1, + STATE(7822), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3211), 3, + STATE(3216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201722] = 16, + [202102] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215416,42 +215726,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7257), 1, + STATE(7134), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3212), 3, + STATE(3217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201782] = 16, + [202162] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215460,42 +215770,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7158), 1, + STATE(7184), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3213), 3, + STATE(3218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201842] = 16, + [202222] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215504,42 +215814,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6630), 1, + STATE(7802), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3214), 3, + STATE(3219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201902] = 16, + [202282] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215548,42 +215858,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7105), 1, + STATE(7198), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3215), 3, + STATE(3220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [201962] = 16, + [202342] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215592,42 +215902,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6945), 1, + STATE(6634), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3216), 3, + STATE(3221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202022] = 16, + [202402] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215636,42 +215946,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6983), 1, + STATE(7032), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3217), 3, + STATE(3222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202082] = 16, + [202462] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215680,42 +215990,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6628), 1, + STATE(7799), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3218), 3, + STATE(3223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202142] = 16, + [202522] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215724,185 +216034,130 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6729), 1, + STATE(7459), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3219), 3, + STATE(3224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202202] = 16, + [202582] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2789), 1, + ACTIONS(4230), 1, + sym_based_base, + ACTIONS(4232), 1, + sym_library_constant_unit, + STATE(3024), 1, sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, + STATE(3728), 1, + sym__abstract_literal, + STATE(4756), 1, + sym_based_literal, + STATE(6787), 1, sym_name, - STATE(6737), 1, - sym__interface_type_indication, - STATE(3240), 2, + ACTIONS(4228), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(4342), 2, sym__identifier, sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3220), 3, + STATE(3225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202262] = 16, + [202642] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6972), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3221), 3, + STATE(3226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202322] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(247), 1, + ACTIONS(3324), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6954), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3222), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202382] = 5, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [202680] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3223), 3, + STATE(3227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3336), 21, + ACTIONS(3244), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -215924,7 +216179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [202420] = 16, + [202718] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215933,42 +216188,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6839), 1, + STATE(7709), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3224), 3, + STATE(3228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202480] = 16, + [202778] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215977,174 +216232,141 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6897), 1, + STATE(7234), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3225), 3, + STATE(3229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202540] = 16, + [202838] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6893), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3226), 3, + STATE(3230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202600] = 16, + ACTIONS(3270), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [202876] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6928), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3227), 3, + STATE(3231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202660] = 16, + ACTIONS(3452), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [202914] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6838), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3228), 3, + STATE(3232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202720] = 16, + ACTIONS(3450), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [202952] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216153,86 +216375,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6745), 1, + STATE(7873), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3229), 3, + STATE(3233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202780] = 16, + [203012] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6822), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3230), 3, + STATE(3234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [202840] = 16, + ACTIONS(3316), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, + sym_FOR, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [203050] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216241,62 +216452,61 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(247), 1, sym_TYPE, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(6821), 1, + STATE(7728), 1, sym__interface_type_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - STATE(7817), 2, + STATE(7732), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3231), 3, + STATE(3235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [202900] = 5, + [203110] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3232), 3, + STATE(3236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 21, + ACTIONS(3240), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, sym_FILE, sym_FUNCTION, - sym_GENERIC, sym_GROUP, sym_IMPURE, sym_PACKAGE, @@ -216309,62 +216519,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [202938] = 16, + [203147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_TYPE, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6820), 1, - sym__interface_type_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - STATE(7817), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3233), 3, + STATE(3237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4200), 4, + ACTIONS(2670), 20, sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [202998] = 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [203184] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3234), 3, + STATE(3238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 20, + ACTIONS(2648), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -216385,21 +216583,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [203035] = 5, + [203221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3235), 3, + STATE(3239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 20, + ACTIONS(3326), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216417,21 +216615,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203072] = 5, + [203258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3236), 3, + STATE(3240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4230), 20, + ACTIONS(3428), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216449,18 +216647,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203109] = 5, + [203295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3237), 3, + STATE(3241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3336), 20, + ACTIONS(3282), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216481,21 +216679,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203146] = 5, + [203332] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3238), 3, + STATE(3242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 20, + ACTIONS(3470), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216513,18 +216711,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203183] = 5, + [203369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3239), 3, + STATE(3243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 20, + ACTIONS(3276), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216545,50 +216743,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203220] = 5, + [203406] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3240), 3, + STATE(3244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [203257] = 5, + ACTIONS(3296), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [203443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3241), 3, + STATE(3245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 20, + ACTIONS(2562), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -216609,102 +216807,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [203294] = 15, + [203480] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4232), 1, - anon_sym_DOT, - ACTIONS(4234), 1, - anon_sym_LPAREN, - ACTIONS(4236), 1, - anon_sym_SQUOTE, - ACTIONS(4238), 1, - anon_sym_LBRACK, - ACTIONS(4240), 1, - sym_GENERIC, - ACTIONS(4242), 1, - sym_PARAMETER, - STATE(3286), 1, - aux_sym_name_repeat1, - STATE(4390), 1, - sym_generic_map_aspect, - STATE(4403), 1, - sym__name_selector, - STATE(3242), 3, + STATE(3246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4404), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1503), 6, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [203351] = 15, + ACTIONS(3284), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [203517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4232), 1, - anon_sym_DOT, - ACTIONS(4234), 1, - anon_sym_LPAREN, - ACTIONS(4236), 1, - anon_sym_SQUOTE, - ACTIONS(4238), 1, - anon_sym_LBRACK, - ACTIONS(4240), 1, - sym_GENERIC, - ACTIONS(4242), 1, - sym_PARAMETER, - STATE(3242), 1, - aux_sym_name_repeat1, - STATE(4390), 1, - sym_generic_map_aspect, - STATE(4403), 1, - sym__name_selector, - STATE(3243), 3, + STATE(3247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4404), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 6, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [203408] = 5, + ACTIONS(3362), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [203554] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3244), 3, + STATE(3248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 20, + ACTIONS(3254), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216725,18 +216903,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203445] = 5, + [203591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3245), 3, + STATE(3249), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3324), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [203628] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 20, + ACTIONS(2574), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -216757,53 +216967,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [203482] = 5, + [203665] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3246), 3, + STATE(3251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3444), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [203519] = 5, + ACTIONS(2674), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [203702] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3247), 3, + STATE(3252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 20, + ACTIONS(3276), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216821,18 +217031,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203556] = 5, + [203739] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3248), 3, + STATE(3253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 20, + ACTIONS(3222), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216853,18 +217063,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203593] = 5, + [203776] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3249), 3, + STATE(3254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 20, + ACTIONS(3326), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216885,21 +217095,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203630] = 5, + [203813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3250), 3, + STATE(3255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 20, + ACTIONS(3364), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216917,18 +217127,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203667] = 5, + [203850] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3251), 3, + STATE(3256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 20, + ACTIONS(3442), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216949,21 +217159,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203704] = 5, + [203887] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3252), 3, + STATE(3257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4244), 20, + ACTIONS(3440), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216981,18 +217191,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203741] = 5, + [203924] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3253), 3, + STATE(3258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4246), 20, + ACTIONS(3402), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217013,149 +217223,63 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203778] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3254), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2424), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [203815] = 5, + [203961] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3255), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2420), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, + ACTIONS(4234), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [203852] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3256), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2670), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, + STATE(3646), 1, + sym__direct_name, + STATE(4401), 1, + sym_component_specification, + STATE(4621), 1, + sym_name, + STATE(6004), 1, + sym__label, + STATE(6690), 1, + sym_instantiation_list, + ACTIONS(4238), 2, + sym_ALL, + sym_OTHERS, + STATE(4683), 2, + sym__identifier, + sym__external_name, + ACTIONS(4240), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [203889] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3257), 3, + STATE(3259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 20, + STATE(4684), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4236), 4, sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [203926] = 5, + [204018] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3258), 3, + STATE(3260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 20, + ACTIONS(3428), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217173,21 +217297,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203963] = 5, + [204055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3259), 3, + STATE(3261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 20, + ACTIONS(3402), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217205,21 +217329,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204000] = 5, + [204092] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3260), 3, + STATE(3262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 20, + ACTIONS(3400), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217237,18 +217361,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204037] = 5, + [204129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3261), 3, + STATE(3263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3408), 20, + ACTIONS(3248), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217269,21 +217393,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204074] = 5, + [204166] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3262), 3, + STATE(3264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 20, + ACTIONS(3390), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217301,21 +217425,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204111] = 5, + [204203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3263), 3, + STATE(3265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 20, + ACTIONS(3400), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217333,18 +217457,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204148] = 5, + [204240] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3264), 3, + STATE(3266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 20, + ACTIONS(3354), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -217365,7 +217489,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204185] = 16, + [204277] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217374,55 +217498,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(4248), 1, + ACTIONS(4242), 1, anon_sym_LPAREN, - STATE(3009), 1, + STATE(3010), 1, sym__identifier, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, + STATE(4342), 1, sym__external_name, - STATE(5883), 1, + STATE(5679), 1, sym_record_element_resolution, - STATE(6350), 1, + STATE(6563), 1, sym_name, - STATE(7436), 1, + STATE(8053), 1, sym__element_resolution, - STATE(7575), 2, + STATE(6751), 2, sym_resolution_indication, sym_record_resolution, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3265), 3, + STATE(3267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4250), 4, + ACTIONS(4244), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [204244] = 5, + [204336] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3266), 3, + STATE(3268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 20, + ACTIONS(3324), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217440,18 +217564,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204281] = 5, + [204373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3267), 3, + STATE(3269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 20, + ACTIONS(3380), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -217472,18 +217596,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204318] = 5, + [204410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3268), 3, + STATE(3270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 20, + ACTIONS(2402), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217504,50 +217628,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204355] = 5, + [204447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3269), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4252), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [204392] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3270), 3, + STATE(3271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 20, + ACTIONS(3426), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -217568,21 +217660,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204429] = 5, + [204484] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3271), 3, + STATE(3272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3384), 20, + ACTIONS(3280), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217600,18 +217692,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204466] = 5, + [204521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3272), 3, + STATE(3273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 20, + ACTIONS(2540), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217632,21 +217724,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204503] = 5, + [204558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3273), 3, + STATE(3274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 20, + ACTIONS(3366), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217664,18 +217756,61 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204540] = 5, + [204595] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3274), 3, + ACTIONS(4246), 1, + sym_ALIAS, + ACTIONS(4249), 1, + sym_ATTRIBUTE, + ACTIONS(4252), 1, + sym_END, + ACTIONS(4254), 1, + sym_FUNCTION, + ACTIONS(4260), 1, + sym_PROCEDURE, + ACTIONS(4263), 1, + sym_PRIVATE, + ACTIONS(4266), 1, + sym_USE, + STATE(4854), 1, + sym__protected_type_declarative_item, + STATE(8104), 1, + sym__subprogram_specification, + ACTIONS(4257), 2, + sym_IMPURE, + sym_PURE, + STATE(7085), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3275), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_protected_type_declaration_repeat1, + STATE(4855), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [204654] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 20, + ACTIONS(2640), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217696,50 +217831,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204577] = 5, + [204691] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3275), 3, + STATE(3277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4254), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [204614] = 5, + ACTIONS(2622), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [204728] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3276), 3, + STATE(3278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 20, + ACTIONS(2370), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217760,18 +217895,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204651] = 5, + [204765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3277), 3, + STATE(3279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 20, + ACTIONS(3280), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -217792,18 +217927,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204688] = 5, + [204802] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3278), 3, + STATE(3280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 20, + ACTIONS(2496), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217824,50 +217959,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204725] = 5, + [204839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3279), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3372), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [204762] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3280), 3, + STATE(3281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3408), 20, + ACTIONS(3388), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -217888,53 +217991,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204799] = 5, + [204876] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3281), 3, + STATE(3282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [204836] = 5, + ACTIONS(2536), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [204913] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3282), 3, + STATE(3283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 20, + ACTIONS(3256), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217952,50 +218055,60 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204873] = 5, + [204950] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3283), 3, + ACTIONS(4269), 1, + anon_sym_DOT, + ACTIONS(4271), 1, + anon_sym_LPAREN, + ACTIONS(4273), 1, + anon_sym_SQUOTE, + ACTIONS(4275), 1, + anon_sym_LBRACK, + ACTIONS(4277), 1, + sym_GENERIC, + ACTIONS(4279), 1, + sym_PARAMETER, + STATE(3301), 1, + aux_sym_name_repeat1, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4409), 1, + sym__name_selector, + STATE(3284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, + STATE(4446), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1481), 6, sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [204910] = 5, + [205007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3284), 3, + STATE(3285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3338), 20, + ACTIONS(3390), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -218016,18 +218129,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204947] = 5, + [205044] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3285), 3, + STATE(3286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3336), 20, + ACTIONS(3368), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218048,48 +218161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204984] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4256), 1, - anon_sym_DOT, - ACTIONS(4259), 1, - anon_sym_LPAREN, - ACTIONS(4262), 1, - anon_sym_SQUOTE, - ACTIONS(4265), 1, - anon_sym_LBRACK, - ACTIONS(4268), 1, - sym_GENERIC, - ACTIONS(4271), 1, - sym_PARAMETER, - STATE(4390), 1, - sym_generic_map_aspect, - STATE(4403), 1, - sym__name_selector, - STATE(3286), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4404), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1465), 6, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [205039] = 5, + [205081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218100,7 +218172,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 20, + ACTIONS(2516), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218121,7 +218193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205076] = 5, + [205118] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218132,42 +218204,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [205113] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3289), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3322), 20, + ACTIONS(3426), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218185,21 +218225,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205150] = 5, + [205155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3290), 3, + STATE(3289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3316), 20, + ACTIONS(3246), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218217,21 +218257,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205187] = 5, + [205192] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3291), 3, + STATE(3290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 20, + ACTIONS(3364), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218249,7 +218289,39 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205224] = 5, + [205229] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3291), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2488), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [205266] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218260,10 +218332,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 20, + ACTIONS(3366), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218281,7 +218353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205261] = 5, + [205303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218292,10 +218364,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 20, + ACTIONS(3416), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218313,7 +218385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205298] = 5, + [205340] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218324,10 +218396,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 20, + ACTIONS(3318), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218345,22 +218417,29 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205335] = 5, + [205377] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3898), 1, + anon_sym_LPAREN, + ACTIONS(4281), 1, + sym_PARAMETER, + STATE(3431), 1, + sym_parenthesis_group, STATE(3295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 20, + ACTIONS(2362), 17, sym_identifier, + sym_BUS, sym_GENERIC, - sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -218368,16 +218447,12 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205372] = 5, + [205420] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218388,39 +218463,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [205409] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3297), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3304), 20, + ACTIONS(3414), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -218441,18 +218484,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205446] = 5, + [205457] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3298), 3, + STATE(3297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 20, + ACTIONS(2424), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218473,92 +218516,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205483] = 15, + [205494] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4274), 1, - anon_sym_LT_LT, - STATE(3628), 1, - sym__direct_name, - STATE(4393), 1, - sym_component_specification, - STATE(4557), 1, - sym_name, - STATE(5600), 1, - sym__label, - STATE(6674), 1, - sym_instantiation_list, - ACTIONS(4278), 2, - sym_ALL, - sym_OTHERS, - STATE(4658), 2, - sym__identifier, - sym__external_name, - ACTIONS(4280), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3299), 3, + STATE(3298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4704), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4276), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [205540] = 5, + ACTIONS(3256), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [205531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3300), 3, + STATE(3299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [205577] = 5, + ACTIONS(3246), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [205568] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3301), 3, + STATE(3300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 20, + ACTIONS(2428), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218579,50 +218612,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205614] = 5, + [205605] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3302), 3, + ACTIONS(4269), 1, + anon_sym_DOT, + ACTIONS(4271), 1, + anon_sym_LPAREN, + ACTIONS(4273), 1, + anon_sym_SQUOTE, + ACTIONS(4275), 1, + anon_sym_LBRACK, + ACTIONS(4277), 1, + sym_GENERIC, + ACTIONS(4279), 1, + sym_PARAMETER, + STATE(3325), 1, + aux_sym_name_repeat1, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4409), 1, + sym__name_selector, + STATE(3301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, + STATE(4446), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1465), 6, sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [205651] = 5, + [205662] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3303), 3, + STATE(3302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 20, + ACTIONS(3240), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218643,18 +218686,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205688] = 5, + [205699] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3304), 3, + STATE(3303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 20, + ACTIONS(3226), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218675,18 +218718,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205725] = 5, + [205736] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3305), 3, + STATE(3304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 20, + ACTIONS(3442), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218707,18 +218750,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205762] = 5, + [205773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3306), 3, + STATE(3305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3316), 20, + ACTIONS(3440), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218739,21 +218782,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205799] = 5, + [205810] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3307), 3, + STATE(3306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 20, + ACTIONS(3226), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218771,50 +218814,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205836] = 5, + [205847] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3308), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3720), 20, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_COMPONENT, - sym_CONFIGURATION, - sym_ENTITY, - sym_FOR, - sym_IF, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [205873] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3309), 3, + STATE(3307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3338), 20, + ACTIONS(3388), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218835,21 +218846,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205910] = 5, + [205884] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3310), 3, + STATE(3308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 20, + ACTIONS(3356), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218867,18 +218878,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205947] = 5, + [205921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3311), 3, + STATE(3309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3280), 20, + ACTIONS(4283), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218899,21 +218910,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205984] = 5, + [205958] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3312), 3, + STATE(3310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4196), 20, + ACTIONS(4285), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218931,39 +218942,39 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206021] = 5, + [205995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3313), 3, + STATE(3311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [206058] = 16, + ACTIONS(2484), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [206032] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218972,52 +218983,84 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(4248), 1, + ACTIONS(4242), 1, anon_sym_LPAREN, - STATE(3009), 1, + STATE(3010), 1, sym__identifier, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, + STATE(4342), 1, sym__external_name, - STATE(5883), 1, + STATE(5679), 1, sym_record_element_resolution, - STATE(6350), 1, + STATE(6563), 1, sym_name, - STATE(7576), 1, + STATE(6749), 1, sym__element_resolution, - STATE(7575), 2, + STATE(6751), 2, sym_resolution_indication, sym_record_resolution, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3314), 3, + STATE(3312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4250), 4, + ACTIONS(4244), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [206117] = 5, + [206091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3315), 3, + STATE(3313), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2544), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [206128] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 20, + ACTIONS(3380), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219038,7 +219081,39 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206154] = 5, + [206165] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3315), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2398), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [206202] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219049,10 +219124,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 20, + ACTIONS(3470), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219070,7 +219145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206191] = 5, + [206239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219081,28 +219156,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [206228] = 5, + ACTIONS(2596), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [206276] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219116,7 +219191,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3270), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219134,7 +219209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206265] = 5, + [206313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219145,10 +219220,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 20, + ACTIONS(3218), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219166,7 +219241,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206302] = 5, + [206350] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219177,7 +219252,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 20, + ACTIONS(2636), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219198,7 +219273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206339] = 5, + [206387] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219209,7 +219284,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 20, + ACTIONS(3310), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219230,7 +219305,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206376] = 5, + [206424] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219241,77 +219316,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [206413] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3918), 1, - anon_sym_LPAREN, - ACTIONS(4282), 1, - sym_PARAMETER, - STATE(3417), 1, - sym_parenthesis_group, - STATE(3323), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2097), 17, + ACTIONS(3726), 20, sym_identifier, - sym_BUS, - sym_GENERIC, - sym_RANGE, - sym_REGISTER, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_COMPONENT, + sym_CONFIGURATION, + sym_ENTITY, + sym_FOR, + sym_IF, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - sym_variable_assignment, + anon_sym_LPAREN, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [206456] = 5, + [206461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3324), 3, + STATE(3323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 20, + ACTIONS(3310), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219329,18 +219369,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206493] = 5, + [206498] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3325), 3, + STATE(3324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 20, + ACTIONS(2618), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219361,7 +219401,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206530] = 5, + [206535] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4287), 1, + anon_sym_DOT, + ACTIONS(4290), 1, + anon_sym_LPAREN, + ACTIONS(4293), 1, + anon_sym_SQUOTE, + ACTIONS(4296), 1, + anon_sym_LBRACK, + ACTIONS(4299), 1, + sym_GENERIC, + ACTIONS(4302), 1, + sym_PARAMETER, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4409), 1, + sym__name_selector, + STATE(3325), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4446), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1485), 6, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [206590] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219372,7 +219453,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 20, + ACTIONS(3218), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219393,7 +219474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206567] = 5, + [206627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219404,7 +219485,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3384), 20, + ACTIONS(3356), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219425,7 +219506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206604] = 5, + [206664] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219436,10 +219517,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 20, + ACTIONS(3248), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219457,7 +219538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206641] = 5, + [206701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219468,7 +219549,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 20, + ACTIONS(3354), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219489,7 +219570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206678] = 5, + [206738] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219500,10 +219581,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 20, + ACTIONS(3318), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219521,7 +219602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206715] = 5, + [206775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219532,10 +219613,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 20, + ACTIONS(3316), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219553,7 +219634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206752] = 5, + [206812] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219564,7 +219645,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 20, + ACTIONS(3368), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219585,7 +219666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206789] = 5, + [206849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219596,10 +219677,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 20, + ACTIONS(4305), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219617,7 +219698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206826] = 5, + [206886] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219628,7 +219709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 20, + ACTIONS(2462), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219649,7 +219730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206863] = 5, + [206923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219660,7 +219741,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 20, + ACTIONS(2644), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219681,7 +219762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206900] = 5, + [206960] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219692,28 +219773,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [206937] = 5, + ACTIONS(3416), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [206997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219724,7 +219805,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 20, + ACTIONS(3478), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219745,42 +219826,39 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206974] = 8, + [207034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3864), 1, - anon_sym_LPAREN, - ACTIONS(4284), 1, - sym_PARAMETER, - STATE(3372), 1, - sym_parenthesis_group, STATE(3338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 17, - sym_identifier, - sym_BUS, - sym_GENERIC, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [207017] = 5, + ACTIONS(4168), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [207071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219791,10 +219869,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 20, + ACTIONS(3478), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219812,7 +219890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207054] = 5, + [207108] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219823,28 +219901,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 20, - sym_identifier, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [207091] = 5, + ACTIONS(3282), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [207145] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -219855,7 +219933,39 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 20, + ACTIONS(3222), 20, + sym_ALIAS, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [207182] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3342), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2492), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219876,21 +219986,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207128] = 5, + [207219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3342), 3, + STATE(3343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3444), 20, + ACTIONS(3254), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219908,50 +220018,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207165] = 5, + [207256] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3343), 3, + STATE(3344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [207202] = 5, + ACTIONS(2570), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3344), 3, + STATE(3345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 20, + ACTIONS(3284), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219972,53 +220082,56 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207239] = 5, + [207330] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3345), 3, + ACTIONS(3868), 1, + anon_sym_LPAREN, + ACTIONS(4307), 1, + sym_PARAMETER, + STATE(3367), 1, + sym_parenthesis_group, + STATE(3346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [207276] = 5, + ACTIONS(2362), 17, + sym_identifier, + sym_BUS, + sym_GENERIC, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3346), 3, + STATE(3347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 20, + ACTIONS(3296), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220036,96 +220149,85 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207313] = 16, + [207410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4286), 1, - sym_ALIAS, - ACTIONS(4289), 1, - sym_ATTRIBUTE, - ACTIONS(4292), 1, - sym_END, - ACTIONS(4294), 1, - sym_FUNCTION, - ACTIONS(4300), 1, - sym_PROCEDURE, - ACTIONS(4303), 1, - sym_PRIVATE, - ACTIONS(4306), 1, - sym_USE, - STATE(4847), 1, - sym__protected_type_declarative_item, - STATE(7478), 1, - sym__subprogram_specification, - ACTIONS(4297), 2, - sym_IMPURE, - sym_PURE, - STATE(8303), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3347), 4, + STATE(3348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_protected_type_declaration_repeat1, - STATE(4766), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [207372] = 5, + ACTIONS(2566), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3348), 3, + STATE(3349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 20, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [207409] = 5, + ACTIONS(2520), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207484] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3349), 3, + STATE(3350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 20, + ACTIONS(4309), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220143,21 +220245,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207446] = 5, + [207521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3350), 3, + STATE(3351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 20, + ACTIONS(4311), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220175,106 +220277,126 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207483] = 15, + [207558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4309), 1, + STATE(3352), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2512), 20, + sym_identifier, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, - ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4313), 1, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SQUOTE, - ACTIONS(4315), 1, anon_sym_LBRACK, - ACTIONS(4317), 1, - sym_GENERIC, - ACTIONS(4319), 1, - sym_PARAMETER, - STATE(3359), 1, - aux_sym_name_repeat1, - STATE(4441), 1, - sym_generic_map_aspect, - STATE(4517), 1, - sym__name_selector, - STATE(3351), 3, + [207595] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1503), 5, + ACTIONS(2618), 19, + sym_identifier, sym_BUS, + sym_GENERIC, + sym_PARAMETER, sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, - STATE(4518), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [207539] = 15, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207631] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4309), 1, + ACTIONS(4313), 1, anon_sym_DOT, - ACTIONS(4311), 1, + ACTIONS(4316), 1, anon_sym_LPAREN, - ACTIONS(4313), 1, + ACTIONS(4319), 1, anon_sym_SQUOTE, - ACTIONS(4315), 1, + ACTIONS(4322), 1, anon_sym_LBRACK, - ACTIONS(4317), 1, + ACTIONS(4325), 1, sym_GENERIC, - ACTIONS(4319), 1, + ACTIONS(4328), 1, sym_PARAMETER, - STATE(3351), 1, - aux_sym_name_repeat1, - STATE(4441), 1, + STATE(4410), 1, sym_generic_map_aspect, - STATE(4517), 1, + STATE(4461), 1, sym__name_selector, - STATE(3352), 3, + STATE(3354), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 5, - sym_BUS, - sym_RANGE, + aux_sym_name_repeat1, + ACTIONS(1485), 5, + sym_END, + sym_FOR, + sym_PORT, + sym_USE, anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(4518), 5, + STATE(4462), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [207595] = 5, + [207685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3353), 3, + STATE(3355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 19, + ACTIONS(2574), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220284,28 +220406,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207631] = 5, + [207721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3354), 3, + STATE(3356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 19, + ACTIONS(2674), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220315,22 +220437,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207667] = 5, + [207757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3355), 3, + STATE(3357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 19, + ACTIONS(2644), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220350,64 +220473,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207703] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4321), 1, - anon_sym_LPAREN, - ACTIONS(4323), 1, - sym_ACCESS, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4327), 1, - sym_FILE, - ACTIONS(4329), 1, - sym_NEW, - ACTIONS(4331), 1, - sym_PROTECTED, - ACTIONS(4333), 1, - sym_RANGE, - ACTIONS(4335), 1, - sym_RECORD, - STATE(6411), 1, - sym_range_constraint, - STATE(7023), 1, - sym__type_definition, - STATE(3356), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7221), 9, - sym_array_type_definition, - sym_access_type_definition, - sym_file_type_definition, - sym_protected_type_instantiation_definition, - sym_protected_type_declaration, - sym_protected_type_body, - sym_physical_type_definition, - sym_enumeration_type_definition, - sym_record_type_definition, - [207759] = 5, + [207793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3357), 3, + STATE(3358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 19, + ACTIONS(2566), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220417,28 +220500,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207795] = 5, + [207829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3358), 3, + STATE(3359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 19, + ACTIONS(2520), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220448,93 +220531,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207831] = 14, + [207865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4337), 1, - anon_sym_DOT, - ACTIONS(4340), 1, - anon_sym_LPAREN, - ACTIONS(4343), 1, - anon_sym_SQUOTE, - ACTIONS(4346), 1, - anon_sym_LBRACK, - ACTIONS(4349), 1, - sym_GENERIC, - ACTIONS(4352), 1, - sym_PARAMETER, - STATE(4441), 1, - sym_generic_map_aspect, - STATE(4517), 1, - sym__name_selector, - STATE(3359), 4, + STATE(3360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1465), 5, + ACTIONS(2512), 19, + sym_identifier, sym_BUS, - sym_RANGE, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(4518), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [207885] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4355), 1, - anon_sym_DOT, - ACTIONS(4357), 1, - anon_sym_LPAREN, - ACTIONS(4359), 1, - anon_sym_SQUOTE, - ACTIONS(4361), 1, - anon_sym_LBRACK, - ACTIONS(4363), 1, sym_GENERIC, - ACTIONS(4365), 1, sym_PARAMETER, - STATE(3424), 1, - aux_sym_name_repeat1, - STATE(4421), 1, - sym_generic_map_aspect, - STATE(4506), 1, - sym__name_selector, - STATE(3360), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1503), 5, - sym_BUS, sym_RANGE, sym_REGISTER, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, sym_variable_assignment, - STATE(4507), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [207941] = 5, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [207901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220545,12 +220577,13 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 19, + ACTIONS(2570), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220560,12 +220593,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207977] = 5, + [207937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220576,7 +220608,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 19, + ACTIONS(2520), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220596,64 +220628,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208013] = 15, + [207973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4355), 1, - anon_sym_DOT, - ACTIONS(4357), 1, - anon_sym_LPAREN, - ACTIONS(4359), 1, - anon_sym_SQUOTE, - ACTIONS(4361), 1, - anon_sym_LBRACK, - ACTIONS(4363), 1, - sym_GENERIC, - ACTIONS(4365), 1, - sym_PARAMETER, - STATE(3360), 1, - aux_sym_name_repeat1, - STATE(4421), 1, - sym_generic_map_aspect, - STATE(4506), 1, - sym__name_selector, STATE(3363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 5, - sym_BUS, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - STATE(4507), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [208069] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3364), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2670), 19, + ACTIONS(2492), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220663,29 +220655,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208105] = 5, + [208009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3365), 3, + STATE(3364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 19, + ACTIONS(2622), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220695,11 +220685,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208141] = 14, + [208045] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220708,55 +220699,54 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(5646), 1, + STATE(6000), 1, sym_name, - STATE(7612), 1, + STATE(7664), 1, sym_signal_list, - STATE(7613), 1, + STATE(7726), 1, sym_guarded_signal_specification, - ACTIONS(4367), 2, + ACTIONS(4331), 2, sym_ALL, sym_OTHERS, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3366), 3, + STATE(3365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [208195] = 5, + [208099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3367), 3, + STATE(3366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 19, + ACTIONS(2370), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220766,22 +220756,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208231] = 5, + [208135] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3368), 3, + STATE(3367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 19, + ACTIONS(2496), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220801,7 +220792,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208267] = 5, + [208171] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4333), 1, + anon_sym_LPAREN, + ACTIONS(4335), 1, + sym_ACCESS, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4339), 1, + sym_FILE, + ACTIONS(4341), 1, + sym_NEW, + ACTIONS(4343), 1, + sym_PROTECTED, + ACTIONS(4345), 1, + sym_RANGE, + ACTIONS(4347), 1, + sym_RECORD, + STATE(6459), 1, + sym_range_constraint, + STATE(7834), 1, + sym__type_definition, + STATE(3368), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6880), 9, + sym_array_type_definition, + sym_access_type_definition, + sym_file_type_definition, + sym_protected_type_instantiation_definition, + sym_protected_type_declaration, + sym_protected_type_body, + sym_physical_type_definition, + sym_enumeration_type_definition, + sym_record_type_definition, + [208227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220812,7 +220844,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 19, + ACTIONS(2596), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220832,7 +220864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208303] = 5, + [208263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220843,12 +220875,13 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 19, + ACTIONS(2402), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220858,12 +220891,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208339] = 5, + [208299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220874,7 +220906,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 19, + ACTIONS(2424), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220894,7 +220926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208375] = 5, + [208335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -220905,12 +220937,13 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 19, + ACTIONS(2462), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220920,59 +220953,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208411] = 5, + [208371] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4349), 1, + anon_sym_DOT, + ACTIONS(4351), 1, + anon_sym_LPAREN, + ACTIONS(4353), 1, + anon_sym_SQUOTE, + ACTIONS(4355), 1, + anon_sym_LBRACK, + ACTIONS(4357), 1, + sym_PARAMETER, + STATE(3354), 1, + aux_sym_name_repeat1, + STATE(4410), 1, + sym_generic_map_aspect, + STATE(4461), 1, + sym__name_selector, STATE(3373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 19, - sym_identifier, - sym_BUS, + STATE(4462), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1465), 6, + sym_END, + sym_FOR, sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [208425] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(4359), 1, + anon_sym_QMARK, + STATE(3024), 1, + sym__direct_name, + STATE(6203), 1, + sym__target, + STATE(4342), 2, + sym__identifier, + sym__external_name, + STATE(6242), 2, + sym_name, + sym_aggregate, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(3374), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - anon_sym_SEMI, + [208479] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4349), 1, anon_sym_DOT, + ACTIONS(4351), 1, anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_LT_LT, + ACTIONS(4353), 1, anon_sym_SQUOTE, + ACTIONS(4355), 1, anon_sym_LBRACK, - [208447] = 5, + ACTIONS(4357), 1, + sym_PARAMETER, + STATE(3373), 1, + aux_sym_name_repeat1, + STATE(4410), 1, + sym_generic_map_aspect, + STATE(4461), 1, + sym__name_selector, + STATE(3375), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4462), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1481), 6, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [208533] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3374), 3, + ACTIONS(4333), 1, + anon_sym_LPAREN, + ACTIONS(4335), 1, + sym_ACCESS, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4339), 1, + sym_FILE, + ACTIONS(4341), 1, + sym_NEW, + ACTIONS(4343), 1, + sym_PROTECTED, + ACTIONS(4345), 1, + sym_RANGE, + ACTIONS(4347), 1, + sym_RECORD, + STATE(6459), 1, + sym_range_constraint, + STATE(7430), 1, + sym__type_definition, + STATE(3376), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6880), 9, + sym_array_type_definition, + sym_access_type_definition, + sym_file_type_definition, + sym_protected_type_instantiation_definition, + sym_protected_type_declaration, + sym_protected_type_body, + sym_physical_type_definition, + sym_enumeration_type_definition, + sym_record_type_definition, + [208589] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 19, + ACTIONS(2596), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220982,23 +221145,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208483] = 5, + [208625] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3375), 3, + ACTIONS(4333), 1, + anon_sym_LPAREN, + ACTIONS(4335), 1, + sym_ACCESS, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4339), 1, + sym_FILE, + ACTIONS(4341), 1, + sym_NEW, + ACTIONS(4343), 1, + sym_PROTECTED, + ACTIONS(4345), 1, + sym_RANGE, + ACTIONS(4347), 1, + sym_RECORD, + STATE(6459), 1, + sym_range_constraint, + STATE(6878), 1, + sym__type_definition, + STATE(3378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 19, + STATE(6880), 9, + sym_array_type_definition, + sym_access_type_definition, + sym_file_type_definition, + sym_protected_type_instantiation_definition, + sym_protected_type_declaration, + sym_protected_type_body, + sym_physical_type_definition, + sym_enumeration_type_definition, + sym_record_type_definition, + [208681] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3379), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2428), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221018,49 +221221,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208519] = 5, + [208717] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3376), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(4361), 1, + sym_POSTPONED, + ACTIONS(4363), 1, + sym_PROCESS, + STATE(3024), 1, + sym__direct_name, + STATE(7431), 1, + sym_assertion, + STATE(8235), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 19, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, + [208773] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4365), 1, anon_sym_DOT, + ACTIONS(4367), 1, anon_sym_LPAREN, + ACTIONS(4369), 1, + anon_sym_SQUOTE, + ACTIONS(4371), 1, + anon_sym_LBRACK, + ACTIONS(4373), 1, + sym_GENERIC, + ACTIONS(4375), 1, + sym_PARAMETER, + STATE(3415), 1, + aux_sym_name_repeat1, + STATE(4443), 1, + sym_generic_map_aspect, + STATE(4527), 1, + sym__name_selector, + STATE(3381), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1465), 5, + sym_BUS, + sym_RANGE, + anon_sym_SEMI, anon_sym_RPAREN, sym_variable_assignment, - anon_sym_LT_LT, + STATE(4528), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [208829] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4365), 1, + anon_sym_DOT, + ACTIONS(4367), 1, + anon_sym_LPAREN, + ACTIONS(4369), 1, anon_sym_SQUOTE, + ACTIONS(4371), 1, anon_sym_LBRACK, - [208555] = 5, + ACTIONS(4373), 1, + sym_GENERIC, + ACTIONS(4375), 1, + sym_PARAMETER, + STATE(3381), 1, + aux_sym_name_repeat1, + STATE(4443), 1, + sym_generic_map_aspect, + STATE(4527), 1, + sym__name_selector, + STATE(3382), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 5, + sym_BUS, + sym_RANGE, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(4528), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [208885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3377), 3, + STATE(3383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 19, + ACTIONS(2670), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221080,28 +221375,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208591] = 8, + [208921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3954), 1, - anon_sym_LPAREN, - ACTIONS(4369), 1, - sym_PARAMETER, - STATE(3451), 1, - sym_parenthesis_group, - STATE(3378), 3, + STATE(3384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 16, + ACTIONS(2484), 19, sym_identifier, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, + sym_PARAMETER, sym_RANGE, sym_character_literal, sym_operator_symbol, @@ -221111,41 +221400,44 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208633] = 15, + [208957] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4321), 1, + ACTIONS(4333), 1, anon_sym_LPAREN, - ACTIONS(4323), 1, + ACTIONS(4335), 1, sym_ACCESS, - ACTIONS(4325), 1, + ACTIONS(4337), 1, sym_ARRAY, - ACTIONS(4327), 1, + ACTIONS(4339), 1, sym_FILE, - ACTIONS(4329), 1, + ACTIONS(4341), 1, sym_NEW, - ACTIONS(4331), 1, + ACTIONS(4343), 1, sym_PROTECTED, - ACTIONS(4333), 1, + ACTIONS(4345), 1, sym_RANGE, - ACTIONS(4335), 1, + ACTIONS(4347), 1, sym_RECORD, - STATE(6411), 1, + STATE(6459), 1, sym_range_constraint, - STATE(6816), 1, + STATE(6723), 1, sym__type_definition, - STATE(3379), 3, + STATE(3385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7221), 9, + STATE(6880), 9, sym_array_type_definition, sym_access_type_definition, sym_file_type_definition, @@ -221155,18 +221447,18 @@ static const uint16_t ts_small_parse_table[] = { sym_physical_type_definition, sym_enumeration_type_definition, sym_record_type_definition, - [208689] = 5, + [209013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3380), 3, + STATE(3386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 19, + ACTIONS(2574), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221186,24 +221478,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208725] = 5, + [209049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3381), 3, + STATE(3387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 19, + ACTIONS(2544), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221213,62 +221504,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208761] = 14, + [209085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4371), 1, - anon_sym_DOT, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4377), 1, - anon_sym_SQUOTE, - ACTIONS(4380), 1, - anon_sym_LBRACK, - ACTIONS(4383), 1, - sym_GENERIC, - ACTIONS(4386), 1, - sym_PARAMETER, - STATE(4433), 1, - sym_generic_map_aspect, - STATE(4461), 1, - sym__name_selector, - STATE(3382), 4, + STATE(3388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1465), 5, - sym_END, - sym_FOR, - sym_PORT, - sym_USE, + ACTIONS(2674), 19, + sym_identifier, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_REGISTER, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_SEMI, - STATE(4462), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [208815] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [209121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3383), 3, + STATE(3389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 19, + ACTIONS(2488), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221288,24 +221571,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208851] = 5, + [209157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3384), 3, + STATE(3390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 19, + ACTIONS(2398), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221315,28 +221597,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208887] = 5, + [209193] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3385), 3, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(4377), 1, + sym_PARAMETER, + STATE(3519), 1, + sym_parenthesis_group, + STATE(3391), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2362), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [209235] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 19, + ACTIONS(2462), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221346,22 +221662,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208923] = 5, + [209271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3386), 3, + STATE(3393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 19, + ACTIONS(2618), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221381,24 +221698,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208959] = 5, + [209307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3387), 3, + STATE(3394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 19, + ACTIONS(2402), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221408,27 +221724,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208995] = 5, + [209343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3388), 3, + STATE(3395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 19, + ACTIONS(2636), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221438,23 +221756,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209031] = 5, + [209379] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3389), 3, + STATE(3396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 19, + ACTIONS(2562), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221474,64 +221791,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209067] = 14, + [209415] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, + ACTIONS(4333), 1, anon_sym_LPAREN, + ACTIONS(4335), 1, + sym_ACCESS, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4339), 1, + sym_FILE, + ACTIONS(4341), 1, + sym_NEW, + ACTIONS(4343), 1, + sym_PROTECTED, + ACTIONS(4345), 1, + sym_RANGE, + ACTIONS(4347), 1, + sym_RECORD, + STATE(6459), 1, + sym_range_constraint, + STATE(8070), 1, + sym__type_definition, + STATE(3397), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6880), 9, + sym_array_type_definition, + sym_access_type_definition, + sym_file_type_definition, + sym_protected_type_instantiation_definition, + sym_protected_type_declaration, + sym_protected_type_body, + sym_physical_type_definition, + sym_enumeration_type_definition, + sym_record_type_definition, + [209471] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(4389), 1, - anon_sym_QMARK, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6540), 1, - sym__target, - STATE(4332), 2, + STATE(6000), 1, + sym_name, + STATE(7664), 1, + sym_signal_list, + STATE(7786), 1, + sym_guarded_signal_specification, + ACTIONS(4331), 2, + sym_ALL, + sym_OTHERS, + STATE(4342), 2, sym__identifier, sym__external_name, - STATE(6312), 2, - sym_name, - sym_aggregate, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3390), 3, + STATE(3398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [209121] = 5, + [209525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3391), 3, + STATE(3399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 19, + ACTIONS(2640), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221541,28 +221898,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209157] = 5, + [209561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3392), 3, + STATE(3400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 19, + ACTIONS(2648), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221572,22 +221929,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209193] = 5, + [209597] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3393), 3, + ACTIONS(4379), 1, + anon_sym_DOT, + ACTIONS(4382), 1, + anon_sym_LPAREN, + ACTIONS(4385), 1, + anon_sym_SQUOTE, + ACTIONS(4388), 1, + anon_sym_LBRACK, + ACTIONS(4391), 1, + sym_GENERIC, + ACTIONS(4394), 1, + sym_PARAMETER, + STATE(4433), 1, + sym_generic_map_aspect, + STATE(4553), 1, + sym__name_selector, + STATE(3401), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + ACTIONS(1485), 5, + sym_BUS, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4555), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [209651] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 19, + ACTIONS(2398), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221607,59 +222005,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209229] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4321), 1, - anon_sym_LPAREN, - ACTIONS(4323), 1, - sym_ACCESS, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4327), 1, - sym_FILE, - ACTIONS(4329), 1, - sym_NEW, - ACTIONS(4331), 1, - sym_PROTECTED, - ACTIONS(4333), 1, - sym_RANGE, - ACTIONS(4335), 1, - sym_RECORD, - STATE(6411), 1, - sym_range_constraint, - STATE(6808), 1, - sym__type_definition, - STATE(3394), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7221), 9, - sym_array_type_definition, - sym_access_type_definition, - sym_file_type_definition, - sym_protected_type_instantiation_definition, - sym_protected_type_declaration, - sym_protected_type_body, - sym_physical_type_definition, - sym_enumeration_type_definition, - sym_record_type_definition, - [209285] = 5, + [209687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3395), 3, + STATE(3403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 19, + ACTIONS(2492), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221679,18 +222036,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209321] = 5, + [209723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3396), 3, + STATE(3404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 19, + ACTIONS(2644), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221710,18 +222067,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209357] = 5, + [209759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3397), 3, + STATE(3405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 19, + ACTIONS(2566), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221741,24 +222098,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209393] = 5, + [209795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3398), 3, + STATE(3406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 19, + ACTIONS(2512), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221768,22 +222124,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209429] = 5, + [209831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3399), 3, + STATE(3407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 19, + ACTIONS(2544), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221803,18 +222160,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209465] = 5, + [209867] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3400), 3, + STATE(3408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 19, + ACTIONS(2484), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221834,63 +222191,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209501] = 14, + [209903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(5646), 1, - sym_name, - STATE(7612), 1, - sym_signal_list, - STATE(7645), 1, - sym_guarded_signal_specification, - ACTIONS(4367), 2, - sym_ALL, - sym_OTHERS, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3401), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [209555] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3402), 3, + STATE(3409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 19, + ACTIONS(2516), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221900,23 +222218,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209591] = 5, + [209939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3403), 3, + STATE(3410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 19, + ACTIONS(2670), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221936,58 +222253,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209627] = 14, + [209975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(5646), 1, - sym_name, - STATE(7612), 1, - sym_signal_list, - STATE(7710), 1, - sym_guarded_signal_specification, - ACTIONS(4367), 2, - sym_ALL, - sym_OTHERS, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3404), 3, + STATE(3411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(2424), 19, sym_identifier, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_REGISTER, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [209681] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [210011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3405), 3, + STATE(3412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 19, + ACTIONS(2570), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222007,23 +222315,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209717] = 5, + [210047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3406), 3, + STATE(3413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 19, + ACTIONS(2428), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222033,23 +222342,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209753] = 5, + [210083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3407), 3, + STATE(3414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 19, + ACTIONS(2636), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222069,23 +222377,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209789] = 5, + [210119] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3408), 3, + ACTIONS(4397), 1, + anon_sym_DOT, + ACTIONS(4400), 1, + anon_sym_LPAREN, + ACTIONS(4403), 1, + anon_sym_SQUOTE, + ACTIONS(4406), 1, + anon_sym_LBRACK, + ACTIONS(4409), 1, + sym_GENERIC, + ACTIONS(4412), 1, + sym_PARAMETER, + STATE(4443), 1, + sym_generic_map_aspect, + STATE(4527), 1, + sym__name_selector, + STATE(3415), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + ACTIONS(1485), 5, + sym_BUS, + sym_RANGE, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(4528), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [210173] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 19, + ACTIONS(2540), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222095,28 +222444,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209825] = 5, + [210209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3409), 3, + STATE(3417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 19, + ACTIONS(2648), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222126,28 +222475,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209861] = 5, + [210245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3410), 3, + STATE(3418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 19, + ACTIONS(2640), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222157,29 +222506,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209897] = 5, + [210281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3411), 3, + STATE(3419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 19, + ACTIONS(2488), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222189,11 +222536,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209933] = 14, + [210317] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -222202,121 +222550,49 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(5646), 1, + STATE(6000), 1, sym_name, - STATE(7612), 1, + STATE(7664), 1, sym_signal_list, - STATE(7770), 1, + STATE(7666), 1, sym_guarded_signal_specification, - ACTIONS(4367), 2, + ACTIONS(4331), 2, sym_ALL, sym_OTHERS, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3412), 3, + STATE(3420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [209987] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4321), 1, - anon_sym_LPAREN, - ACTIONS(4323), 1, - sym_ACCESS, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4327), 1, - sym_FILE, - ACTIONS(4329), 1, - sym_NEW, - ACTIONS(4331), 1, - sym_PROTECTED, - ACTIONS(4333), 1, - sym_RANGE, - ACTIONS(4335), 1, - sym_RECORD, - STATE(6411), 1, - sym_range_constraint, - STATE(7214), 1, - sym__type_definition, - STATE(3413), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7221), 9, - sym_array_type_definition, - sym_access_type_definition, - sym_file_type_definition, - sym_protected_type_instantiation_definition, - sym_protected_type_declaration, - sym_protected_type_body, - sym_physical_type_definition, - sym_enumeration_type_definition, - sym_record_type_definition, - [210043] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3414), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2404), 19, + ACTIONS(3030), 4, sym_identifier, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [210079] = 5, + [210371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3415), 3, + STATE(3421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 19, + ACTIONS(2562), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222336,49 +222612,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210115] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3416), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2420), 19, - sym_identifier, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [210151] = 5, + [210407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3417), 3, + STATE(3422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 19, + ACTIONS(2622), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222398,38 +222643,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210187] = 15, + [210443] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4321), 1, + ACTIONS(4333), 1, anon_sym_LPAREN, - ACTIONS(4323), 1, + ACTIONS(4335), 1, sym_ACCESS, - ACTIONS(4325), 1, + ACTIONS(4337), 1, sym_ARRAY, - ACTIONS(4327), 1, + ACTIONS(4339), 1, sym_FILE, - ACTIONS(4329), 1, + ACTIONS(4341), 1, sym_NEW, - ACTIONS(4331), 1, + ACTIONS(4343), 1, sym_PROTECTED, - ACTIONS(4333), 1, + ACTIONS(4345), 1, sym_RANGE, - ACTIONS(4335), 1, + ACTIONS(4347), 1, sym_RECORD, - STATE(6411), 1, + STATE(6459), 1, sym_range_constraint, - STATE(7455), 1, + STATE(7160), 1, sym__type_definition, - STATE(3418), 3, + STATE(3423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7221), 9, + STATE(6880), 9, sym_array_type_definition, sym_access_type_definition, sym_file_type_definition, @@ -222439,98 +222684,90 @@ static const uint16_t ts_small_parse_table[] = { sym_physical_type_definition, sym_enumeration_type_definition, sym_record_type_definition, - [210243] = 14, + [210499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4391), 1, - anon_sym_DOT, - ACTIONS(4393), 1, - anon_sym_LPAREN, - ACTIONS(4395), 1, - anon_sym_SQUOTE, - ACTIONS(4397), 1, - anon_sym_LBRACK, - ACTIONS(4399), 1, - sym_PARAMETER, - STATE(3420), 1, - aux_sym_name_repeat1, - STATE(4433), 1, - sym_generic_map_aspect, - STATE(4461), 1, - sym__name_selector, - STATE(3419), 3, + STATE(3424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4462), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 6, - sym_END, - sym_FOR, + ACTIONS(2536), 19, + sym_identifier, + sym_BUS, sym_GENERIC, - sym_PORT, - sym_USE, + sym_PARAMETER, + sym_RANGE, + sym_REGISTER, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_SEMI, - [210297] = 14, + anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [210535] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4391), 1, + ACTIONS(4415), 1, anon_sym_DOT, - ACTIONS(4393), 1, + ACTIONS(4417), 1, anon_sym_LPAREN, - ACTIONS(4395), 1, + ACTIONS(4419), 1, anon_sym_SQUOTE, - ACTIONS(4397), 1, + ACTIONS(4421), 1, anon_sym_LBRACK, - ACTIONS(4399), 1, + ACTIONS(4423), 1, + sym_GENERIC, + ACTIONS(4425), 1, sym_PARAMETER, - STATE(3382), 1, + STATE(3401), 1, aux_sym_name_repeat1, STATE(4433), 1, sym_generic_map_aspect, - STATE(4461), 1, + STATE(4553), 1, sym__name_selector, - STATE(3420), 3, + STATE(3425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4462), 5, + ACTIONS(1465), 5, + sym_BUS, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4555), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1503), 6, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [210351] = 5, + [210591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3421), 3, + STATE(3426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 19, + ACTIONS(2370), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222550,136 +222787,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210387] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4321), 1, - anon_sym_LPAREN, - ACTIONS(4323), 1, - sym_ACCESS, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4327), 1, - sym_FILE, - ACTIONS(4329), 1, - sym_NEW, - ACTIONS(4331), 1, - sym_PROTECTED, - ACTIONS(4333), 1, - sym_RANGE, - ACTIONS(4335), 1, - sym_RECORD, - STATE(6411), 1, - sym_range_constraint, - STATE(7213), 1, - sym__type_definition, - STATE(3422), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7221), 9, - sym_array_type_definition, - sym_access_type_definition, - sym_file_type_definition, - sym_protected_type_instantiation_definition, - sym_protected_type_declaration, - sym_protected_type_body, - sym_physical_type_definition, - sym_enumeration_type_definition, - sym_record_type_definition, - [210443] = 5, + [210627] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3423), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6000), 1, + sym_name, + STATE(7661), 1, + sym_guarded_signal_specification, + STATE(7664), 1, + sym_signal_list, + ACTIONS(4331), 2, + sym_ALL, + sym_OTHERS, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 19, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [210479] = 14, + [210681] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4401), 1, + ACTIONS(4415), 1, anon_sym_DOT, - ACTIONS(4404), 1, + ACTIONS(4417), 1, anon_sym_LPAREN, - ACTIONS(4407), 1, + ACTIONS(4419), 1, anon_sym_SQUOTE, - ACTIONS(4410), 1, + ACTIONS(4421), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(4423), 1, sym_GENERIC, - ACTIONS(4416), 1, + ACTIONS(4425), 1, sym_PARAMETER, - STATE(4421), 1, + STATE(3425), 1, + aux_sym_name_repeat1, + STATE(4433), 1, sym_generic_map_aspect, - STATE(4506), 1, + STATE(4553), 1, sym__name_selector, - STATE(3424), 4, + STATE(3428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1465), 5, + ACTIONS(1481), 5, sym_BUS, sym_RANGE, sym_REGISTER, anon_sym_SEMI, sym_variable_assignment, - STATE(4507), 5, + STATE(4555), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [210533] = 5, + [210737] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3425), 3, + STATE(3429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 19, + ACTIONS(2540), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222689,28 +222894,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210569] = 5, + [210773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3426), 3, + STATE(3430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 19, + ACTIONS(2516), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222720,27 +222925,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210605] = 5, + [210809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3427), 3, + STATE(3431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 19, + ACTIONS(2496), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222750,29 +222957,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210641] = 5, + [210845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3428), 3, + STATE(3432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 19, + ACTIONS(2536), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222782,669 +222987,599 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210677] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(4419), 1, - sym_POSTPONED, - ACTIONS(4421), 1, - sym_PROCESS, - STATE(3020), 1, - sym__direct_name, - STATE(7283), 1, - sym_assertion, - STATE(8035), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3429), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [210733] = 5, + [210881] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3430), 3, + ACTIONS(4427), 1, + anon_sym_DOT, + ACTIONS(4429), 1, + anon_sym_LPAREN, + ACTIONS(4431), 1, + anon_sym_SQUOTE, + ACTIONS(4433), 1, + anon_sym_LBRACK, + ACTIONS(4435), 1, + sym_GENERIC, + ACTIONS(4437), 1, + sym_PARAMETER, + STATE(3502), 1, + aux_sym_name_repeat1, + STATE(4455), 1, + sym_generic_map_aspect, + STATE(4662), 1, + sym__name_selector, + STATE(3433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 19, - sym_identifier, + ACTIONS(1465), 4, sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [210769] = 14, + STATE(4658), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [210936] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4439), 1, anon_sym_LT_LT, - ACTIONS(247), 1, - sym_TYPE, - STATE(3020), 1, + STATE(2800), 1, sym__direct_name, - STATE(5344), 1, + STATE(4011), 1, + sym_resolution_indication, + STATE(4386), 1, sym_name, - STATE(5407), 1, - sym_unspecified_type_indication, - STATE(5410), 1, - sym__incomplete_type_mark, - STATE(4332), 2, + STATE(5097), 1, + sym_subtype_indication, + STATE(3370), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3431), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(3372), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [210822] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4423), 1, - anon_sym_LPAREN, - STATE(3435), 1, - sym__attribute, - STATE(3455), 1, - sym_parenthesis_expression, - STATE(3456), 1, - sym__attribute_designator, - STATE(3432), 3, + STATE(3434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4425), 4, + ACTIONS(4441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4427), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [210867] = 10, + [210989] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4429), 1, + ACTIONS(9), 1, anon_sym_LPAREN, - STATE(2124), 1, - sym__attribute_designator, - STATE(2126), 1, - sym_parenthesis_expression, - STATE(2207), 1, - sym__attribute, - STATE(3433), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6498), 1, + sym__target, + STATE(4342), 2, + sym__identifier, + sym__external_name, + STATE(6242), 2, + sym_name, + sym_aggregate, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4431), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4433), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [210912] = 14, + [211040] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4445), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2958), 1, sym__direct_name, - STATE(4221), 1, + STATE(4280), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4497), 1, sym_name, - STATE(7745), 1, + STATE(7882), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3882), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3434), 3, + STATE(3436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, + STATE(3880), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [210965] = 5, + [211093] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3435), 3, + ACTIONS(4451), 1, + anon_sym_DOT, + ACTIONS(4453), 1, + anon_sym_LPAREN, + ACTIONS(4455), 1, + anon_sym_SQUOTE, + ACTIONS(4457), 1, + anon_sym_LBRACK, + ACTIONS(4459), 1, + sym_GENERIC, + ACTIONS(4461), 1, + sym_PARAMETER, + STATE(3544), 1, + aux_sym_name_repeat1, + STATE(4494), 1, + sym_generic_map_aspect, + STATE(4593), 1, + sym__name_selector, + STATE(3437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 18, - sym_identifier, - sym_GENERIC, + ACTIONS(1465), 4, sym_IS, sym_OPEN, - sym_PARAMETER, sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_SEMI, + STATE(4556), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [211148] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4451), 1, anon_sym_DOT, + ACTIONS(4453), 1, anon_sym_LPAREN, - anon_sym_LT_LT, + ACTIONS(4455), 1, anon_sym_SQUOTE, + ACTIONS(4457), 1, anon_sym_LBRACK, - [211000] = 14, + ACTIONS(4459), 1, + sym_GENERIC, + ACTIONS(4461), 1, + sym_PARAMETER, + STATE(3437), 1, + aux_sym_name_repeat1, + STATE(4494), 1, + sym_generic_map_aspect, + STATE(4593), 1, + sym__name_selector, + STATE(3438), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 4, + sym_IS, + sym_OPEN, + sym_RANGE, + anon_sym_SEMI, + STATE(4556), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [211203] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4441), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2810), 1, + STATE(2897), 1, sym__direct_name, - STATE(4245), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4400), 1, sym_name, - STATE(5356), 1, + STATE(5176), 1, sym_subtype_indication, - STATE(3517), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4445), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3436), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3504), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4443), 4, + STATE(3439), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211053] = 14, + [211256] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2897), 1, sym__direct_name, - STATE(4221), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4400), 1, sym_name, - STATE(6260), 1, + STATE(5180), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3437), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3744), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4437), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [211106] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4447), 1, - anon_sym_LPAREN, - STATE(840), 1, - sym__attribute, - STATE(869), 1, - sym_parenthesis_expression, - STATE(877), 1, - sym__attribute_designator, - STATE(3438), 3, + STATE(3440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4449), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4451), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211151] = 5, + [211309] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3439), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2466), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2897), 1, + sym__direct_name, + STATE(4013), 1, + sym_resolution_indication, + STATE(4400), 1, + sym_name, + STATE(5217), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211186] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4453), 1, - anon_sym_LPAREN, - STATE(4885), 1, - sym__attribute, - STATE(4904), 1, - sym_parenthesis_expression, - STATE(4905), 1, - sym__attribute_designator, - STATE(3440), 3, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4455), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4457), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211231] = 5, + [211362] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3441), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2474), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(7870), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211266] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4459), 1, - anon_sym_LPAREN, - STATE(4415), 1, - sym__attribute_designator, - STATE(4418), 1, - sym_parenthesis_expression, - STATE(4431), 1, - sym__attribute, STATE(3442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4461), 4, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4463), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211311] = 5, + [211415] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2897), 1, + sym__direct_name, + STATE(4013), 1, + sym_resolution_indication, + STATE(4400), 1, + sym_name, + STATE(5226), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 18, + ACTIONS(4204), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211346] = 5, + [211468] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7821), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 18, + ACTIONS(4204), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211381] = 10, + [211521] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4465), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(1860), 1, - sym__attribute, - STATE(1908), 1, - sym_parenthesis_expression, - STATE(1912), 1, - sym__attribute_designator, + ACTIONS(4463), 1, + anon_sym_LT_LT, + STATE(2850), 1, + sym__direct_name, + STATE(4008), 1, + sym_resolution_indication, + STATE(4407), 1, + sym_name, + STATE(5507), 1, + sym_subtype_indication, + STATE(3549), 2, + sym__identifier, + sym__external_name, + ACTIONS(4467), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4467), 4, + STATE(3533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4465), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4469), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211426] = 10, + [211574] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4471), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__attribute_designator, - STATE(4613), 1, - sym_parenthesis_expression, - STATE(4648), 1, - sym__attribute, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(5889), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4473), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4475), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211471] = 10, + [211627] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4477), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(4681), 1, - sym__attribute_designator, - STATE(4682), 1, - sym_parenthesis_expression, - STATE(4841), 1, - sym__attribute, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(6462), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4479), 4, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4481), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211516] = 5, + [211680] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223455,7 +223590,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 18, + ACTIONS(2424), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -223474,46 +223609,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [211551] = 14, + [211715] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2897), 1, sym__direct_name, - STATE(4221), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4400), 1, sym_name, - STATE(7799), 1, + STATE(5258), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211604] = 5, + [211768] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223524,7 +223659,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 18, + ACTIONS(2536), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -223543,7 +223678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [211639] = 5, + [211803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223554,7 +223689,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 18, + ACTIONS(2516), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -223573,33 +223708,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [211674] = 14, + [211838] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2897), 1, sym__direct_name, - STATE(4185), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4400), 1, sym_name, - STATE(5329), 1, + STATE(5265), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -223607,77 +223742,77 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211727] = 14, + [211891] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2897), 1, sym__direct_name, - STATE(4221), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4400), 1, sym_name, - STATE(6229), 1, + STATE(5277), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211780] = 14, + [211944] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2793), 1, sym__direct_name, - STATE(4185), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4270), 1, sym_name, - STATE(5231), 1, + STATE(7424), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -223685,211 +223820,224 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211833] = 5, + [211997] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, + anon_sym_LT_LT, + STATE(2850), 1, + sym__direct_name, + STATE(4008), 1, + sym_resolution_indication, + STATE(4407), 1, + sym_name, + STATE(5435), 1, + sym_subtype_indication, + STATE(3549), 2, + sym__identifier, + sym__external_name, + ACTIONS(4467), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 18, + STATE(3533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4465), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211868] = 5, + [212050] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(6887), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 18, + ACTIONS(4204), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [211903] = 10, + [212103] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4483), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(3373), 1, - sym__attribute_designator, - STATE(3391), 1, - sym_parenthesis_expression, - STATE(3393), 1, - sym__attribute, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(6024), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4485), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4487), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [211948] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4491), 1, - sym_ACCESS, - ACTIONS(4493), 1, - sym_FILE, - ACTIONS(4495), 1, - sym_PRIVATE, - ACTIONS(4497), 1, - sym_RANGE, - ACTIONS(4499), 1, - sym_UNITS, - ACTIONS(4501), 1, - sym_box, - STATE(6142), 1, - sym__incomplete_type_definition, - STATE(3458), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5461), 9, - sym_private_incomplete_type_definition, - sym_scalar_incomplete_type_definition, - sym_discrete_incomplete_type_definition, - sym_integer_incomplete_type_definition, - sym_physical_incomplete_type_definition, - sym_floating_incomplete_type_definition, - sym_array_type_definition, - sym_access_incomplete_type_definition, - sym_file_incomplete_type_definition, - [212001] = 14, + [212156] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4445), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2958), 1, sym__direct_name, - STATE(3991), 1, + STATE(4280), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4497), 1, sym_name, - STATE(6157), 1, + STATE(7849), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3882), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3458), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3880), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, + ACTIONS(4447), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [212209] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(3459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(2488), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [212054] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [212244] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4439), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2800), 1, sym__direct_name, - STATE(3991), 1, + STATE(4011), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4386), 1, sym_name, - STATE(5845), 1, + STATE(5083), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3370), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3372), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -223897,151 +224045,151 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212107] = 14, + [212297] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(4503), 1, - sym_PROCESS, - STATE(3020), 1, + STATE(2897), 1, sym__direct_name, - STATE(7259), 1, - sym_assertion, - STATE(8144), 1, + STATE(4013), 1, + sym_resolution_indication, + STATE(4400), 1, sym_name, - STATE(4332), 2, + STATE(5340), 1, + sym_subtype_indication, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212160] = 14, + [212350] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2897), 1, sym__direct_name, - STATE(4221), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4400), 1, sym_name, - STATE(6302), 1, + STATE(5327), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212213] = 14, + [212403] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2793), 1, sym__direct_name, - STATE(4221), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4270), 1, sym_name, - STATE(7681), 1, + STATE(6710), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212266] = 14, + [212456] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4445), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2958), 1, sym__direct_name, - STATE(4221), 1, + STATE(4280), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4497), 1, sym_name, - STATE(7833), 1, + STATE(6259), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3882), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -224049,42 +224197,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, + STATE(3880), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212319] = 14, + [212509] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4439), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2800), 1, sym__direct_name, - STATE(3991), 1, + STATE(4011), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4386), 1, sym_name, - STATE(5853), 1, + STATE(5105), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3370), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3372), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -224092,34 +224240,34 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212372] = 14, + [212562] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4441), 1, + ACTIONS(3806), 1, + sym_TYPE, + ACTIONS(4469), 1, anon_sym_LT_LT, - STATE(2810), 1, + STATE(3518), 1, sym__direct_name, - STATE(4245), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(5506), 1, sym_name, - STATE(5419), 1, - sym_subtype_indication, - STATE(3517), 2, + STATE(5514), 1, + sym__incomplete_type_mark, + STATE(5519), 1, + sym_unspecified_type_indication, + STATE(4661), 2, sym__identifier, sym__external_name, - ACTIONS(4445), 3, + ACTIONS(4473), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -224127,72 +224275,81 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3504), 3, + STATE(4640), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4443), 4, + ACTIONS(4471), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212425] = 5, + [212615] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, + anon_sym_LT_LT, + STATE(2850), 1, + sym__direct_name, + STATE(4008), 1, + sym_resolution_indication, + STATE(4407), 1, + sym_name, + STATE(5386), 1, + sym_subtype_indication, + STATE(3549), 2, + sym__identifier, + sym__external_name, + ACTIONS(4467), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 18, + STATE(3533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4465), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [212460] = 14, + [212668] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2793), 1, sym__direct_name, - STATE(4185), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4270), 1, sym_name, - STATE(5325), 1, + STATE(5633), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -224200,66 +224357,114 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212513] = 5, + [212721] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3469), 3, + ACTIONS(4475), 1, + anon_sym_DOT, + ACTIONS(4478), 1, + anon_sym_LPAREN, + ACTIONS(4481), 1, + anon_sym_SQUOTE, + ACTIONS(4484), 1, + anon_sym_LBRACK, + ACTIONS(4487), 1, + sym_GENERIC, + ACTIONS(4490), 1, + sym_PARAMETER, + STATE(4533), 1, + sym_generic_map_aspect, + STATE(4561), 1, + sym__name_selector, + ACTIONS(1485), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(3469), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + aux_sym_name_repeat1, + STATE(4570), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [212774] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(7815), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(3470), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [212548] = 10, + [212827] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4505), 1, + ACTIONS(4493), 1, anon_sym_LPAREN, - STATE(1995), 1, + STATE(4891), 1, sym__attribute_designator, - STATE(1996), 1, + STATE(4935), 1, sym_parenthesis_expression, - STATE(2189), 1, + STATE(4954), 1, sym__attribute, - STATE(3470), 3, + STATE(3471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4507), 4, + ACTIONS(4495), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4509), 10, + ACTIONS(4497), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224270,63 +224475,33 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212593] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3471), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2666), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [212628] = 14, + [212872] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2897), 1, sym__direct_name, - STATE(3991), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4400), 1, sym_name, - STATE(7030), 1, + STATE(5249), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -224334,38 +224509,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212681] = 14, + [212925] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2897), 1, sym__direct_name, - STATE(3991), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4400), 1, sym_name, - STATE(5546), 1, + STATE(6029), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -224373,75 +224548,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [212734] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6910), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3474), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212787] = 10, + [212978] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4511), 1, + ACTIONS(4499), 1, anon_sym_LPAREN, - STATE(4589), 1, - sym__attribute, - STATE(4621), 1, + STATE(4415), 1, sym_parenthesis_expression, - STATE(4622), 1, + STATE(4429), 1, sym__attribute_designator, - STATE(3475), 3, + STATE(4448), 1, + sym__attribute, + STATE(3474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4513), 4, + ACTIONS(4501), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4515), 10, + ACTIONS(4503), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224452,204 +224588,156 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212832] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3476), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2556), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [212867] = 14, + [213023] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4517), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2798), 1, + STATE(2897), 1, sym__direct_name, - STATE(4124), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4337), 1, + STATE(4400), 1, sym_name, - STATE(5138), 1, + STATE(6023), 1, sym_subtype_indication, - STATE(3428), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4521), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3430), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3477), 3, + STATE(3475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4519), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212920] = 14, + [213076] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5324), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3478), 3, + STATE(3476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(2492), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [212973] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [213111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5204), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3479), 3, + STATE(3477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(2570), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [213026] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [213146] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2897), 1, sym__direct_name, - STATE(3991), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4400), 1, sym_name, - STATE(7336), 1, + STATE(5213), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3480), 3, + STATE(3478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213079] = 5, + [213199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3481), 3, + STATE(3479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 18, + ACTIONS(2512), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -224668,18 +224756,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [213114] = 5, + [213234] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3482), 3, + STATE(3480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 18, + ACTIONS(2520), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -224698,18 +224786,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [213149] = 5, + [213269] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3483), 3, + STATE(3481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 18, + ACTIONS(2566), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -224728,68 +224816,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [213184] = 10, + [213304] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4523), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(1849), 1, - sym__attribute_designator, - STATE(1850), 1, - sym_parenthesis_expression, - STATE(1897), 1, - sym__attribute, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(6185), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3482), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [213357] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2897), 1, + sym__direct_name, + STATE(4013), 1, + sym_resolution_indication, + STATE(4400), 1, + sym_name, + STATE(5342), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3483), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [213410] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(7169), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4525), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4527), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [213229] = 14, + [213463] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4439), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2800), 1, sym__direct_name, - STATE(3991), 1, + STATE(4011), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4386), 1, sym_name, - STATE(8187), 1, + STATE(5164), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3370), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3372), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -224797,34 +224967,34 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213282] = 14, + [213516] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4441), 1, + ACTIONS(4445), 1, anon_sym_LT_LT, - STATE(2810), 1, + STATE(2958), 1, sym__direct_name, - STATE(4245), 1, + STATE(4280), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4497), 1, sym_name, - STATE(5411), 1, + STATE(7761), 1, sym_subtype_indication, - STATE(3517), 2, + STATE(3882), 2, sym__identifier, sym__external_name, - ACTIONS(4445), 3, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -224832,118 +225002,148 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3504), 3, + STATE(3880), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4443), 4, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213335] = 14, + [213569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + STATE(3487), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2644), 18, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(4441), 1, anon_sym_LT_LT, - STATE(2810), 1, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [213604] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, + anon_sym_LT_LT, + STATE(2850), 1, sym__direct_name, - STATE(4245), 1, + STATE(4008), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4407), 1, sym_name, - STATE(5475), 1, + STATE(5543), 1, sym_subtype_indication, - STATE(3517), 2, + STATE(3549), 2, sym__identifier, sym__external_name, - ACTIONS(4445), 3, + ACTIONS(4467), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3487), 3, + STATE(3488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3504), 3, + STATE(3533), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4443), 4, + ACTIONS(4465), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213388] = 14, + [213657] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4517), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2798), 1, + STATE(2793), 1, sym__direct_name, - STATE(4124), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4337), 1, + STATE(4270), 1, sym_name, - STATE(5117), 1, + STATE(5902), 1, sym_subtype_indication, - STATE(3428), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4521), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3430), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3488), 3, + STATE(3489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4519), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213441] = 10, + [213710] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4529), 1, + ACTIONS(4505), 1, anon_sym_LPAREN, - STATE(1370), 1, - sym__attribute, - STATE(1384), 1, + STATE(4747), 1, sym__attribute_designator, - STATE(1386), 1, + STATE(4748), 1, sym_parenthesis_expression, - STATE(3489), 3, + STATE(4767), 1, + sym__attribute, + STATE(3490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4531), 4, + ACTIONS(4507), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4533), 10, + ACTIONS(4509), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224954,144 +225154,109 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [213486] = 14, + [213755] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(5736), 1, + STATE(6364), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3490), 3, + STATE(3491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213539] = 14, + [213808] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2793), 1, sym__direct_name, - STATE(4221), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4270), 1, sym_name, - STATE(7854), 1, + STATE(5845), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3491), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3744), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4437), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [213592] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4535), 1, - anon_sym_LPAREN, - STATE(2047), 1, - sym__attribute, - STATE(2086), 1, - sym_parenthesis_expression, - STATE(2087), 1, - sym__attribute_designator, STATE(3492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4537), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4539), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [213637] = 10, + [213861] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4541), 1, + ACTIONS(4511), 1, anon_sym_LPAREN, - STATE(4656), 1, - sym__attribute, - STATE(4796), 1, + STATE(838), 1, sym_parenthesis_expression, - STATE(4797), 1, + STATE(876), 1, + sym__attribute, + STATE(877), 1, sym__attribute_designator, STATE(3493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4543), 4, + ACTIONS(4513), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4545), 10, + ACTIONS(4515), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225102,81 +225267,85 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [213682] = 14, + [213906] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4441), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2810), 1, + STATE(2793), 1, sym__direct_name, - STATE(4245), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4270), 1, sym_name, - STATE(5515), 1, + STATE(6586), 1, sym_subtype_indication, - STATE(3517), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4445), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3504), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4443), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213735] = 10, + [213959] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4547), 1, - anon_sym_LPAREN, - STATE(4494), 1, - sym_parenthesis_expression, - STATE(4499), 1, - sym__attribute, - STATE(4527), 1, - sym__attribute_designator, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(247), 1, + sym_TYPE, + STATE(3024), 1, + sym__direct_name, + STATE(5352), 1, + sym_unspecified_type_indication, + STATE(5401), 1, + sym_name, + STATE(5404), 1, + sym__incomplete_type_mark, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4549), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4551), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [213780] = 5, + [214012] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225187,7 +225356,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 18, + ACTIONS(2618), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -225206,72 +225375,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [213815] = 14, + [214047] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4325), 1, - sym_ARRAY, - ACTIONS(4489), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4491), 1, - sym_ACCESS, - ACTIONS(4493), 1, - sym_FILE, - ACTIONS(4495), 1, - sym_PRIVATE, - ACTIONS(4497), 1, - sym_RANGE, - ACTIONS(4499), 1, - sym_UNITS, - ACTIONS(4501), 1, - sym_box, - STATE(5436), 1, - sym__incomplete_type_definition, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(6091), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5461), 9, - sym_private_incomplete_type_definition, - sym_scalar_incomplete_type_definition, - sym_discrete_incomplete_type_definition, - sym_integer_incomplete_type_definition, - sym_physical_incomplete_type_definition, - sym_floating_incomplete_type_definition, - sym_array_type_definition, - sym_access_incomplete_type_definition, - sym_file_incomplete_type_definition, - [213868] = 14, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [214100] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2897), 1, sym__direct_name, - STATE(3991), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4400), 1, sym_name, - STATE(5655), 1, + STATE(5304), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -225279,66 +225448,184 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213921] = 5, + [214153] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4517), 1, + anon_sym_LPAREN, + STATE(1813), 1, + sym__attribute, + STATE(1849), 1, + sym_parenthesis_expression, + STATE(1851), 1, + sym__attribute_designator, STATE(3499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 18, + ACTIONS(4519), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4521), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [214198] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4445), 1, + anon_sym_LT_LT, + STATE(2958), 1, + sym__direct_name, + STATE(4280), 1, + sym_resolution_indication, + STATE(4497), 1, + sym_name, + STATE(7697), 1, + sym_subtype_indication, + STATE(3882), 2, + sym__identifier, + sym__external_name, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(3500), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - anon_sym_SEMI, + [214251] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4523), 1, + anon_sym_LPAREN, + STATE(3393), 1, + sym__attribute, + STATE(3422), 1, + sym__attribute_designator, + STATE(3426), 1, + sym_parenthesis_expression, + STATE(3501), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4525), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4527), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [214296] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4529), 1, anon_sym_DOT, + ACTIONS(4532), 1, anon_sym_LPAREN, - anon_sym_LT_LT, + ACTIONS(4535), 1, anon_sym_SQUOTE, + ACTIONS(4538), 1, anon_sym_LBRACK, - [213956] = 10, + ACTIONS(4541), 1, + sym_GENERIC, + ACTIONS(4544), 1, + sym_PARAMETER, + STATE(4455), 1, + sym_generic_map_aspect, + STATE(4662), 1, + sym__name_selector, + ACTIONS(1485), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(3502), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4658), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [214349] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4553), 1, + ACTIONS(4547), 1, anon_sym_LPAREN, - STATE(1361), 1, + STATE(4560), 1, sym__attribute, - STATE(1391), 1, + STATE(4625), 1, sym_parenthesis_expression, - STATE(1392), 1, + STATE(4635), 1, sym__attribute_designator, - STATE(3500), 3, + STATE(3503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4555), 4, + ACTIONS(4549), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4557), 10, + ACTIONS(4551), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225349,135 +225636,126 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214001] = 14, + [214394] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2897), 1, sym__direct_name, - STATE(3991), 1, + STATE(4013), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4400), 1, sym_name, - STATE(6073), 1, + STATE(5325), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3501), 3, + STATE(3504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214054] = 14, + [214447] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2793), 1, sym__direct_name, - STATE(4185), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4270), 1, sym_name, - STATE(5321), 1, + STATE(8079), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3502), 3, + STATE(3505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214107] = 14, + [214500] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4435), 1, - anon_sym_LT_LT, - STATE(2952), 1, - sym__direct_name, - STATE(4221), 1, - sym_resolution_indication, - STATE(4496), 1, - sym_name, - STATE(7866), 1, - sym_subtype_indication, - STATE(3748), 2, - sym__identifier, - sym__external_name, - ACTIONS(4439), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3503), 3, + STATE(3506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, + ACTIONS(2596), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [214160] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214535] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3504), 3, + STATE(3507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 18, + ACTIONS(2398), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -225496,101 +225774,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [214195] = 10, + [214570] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4559), 1, - anon_sym_LPAREN, - STATE(2114), 1, - sym__attribute, - STATE(2150), 1, - sym_parenthesis_expression, - STATE(2151), 1, - sym__attribute_designator, - STATE(3505), 3, + STATE(3508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4561), 4, + ACTIONS(2544), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(4563), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [214240] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4565), 1, - anon_sym_LPAREN, - STATE(1006), 1, - sym__attribute_designator, - STATE(1009), 1, - sym_parenthesis_expression, - STATE(1109), 1, - sym__attribute, - STATE(3506), 3, + STATE(3509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4567), 4, + ACTIONS(2484), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(4569), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [214285] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214640] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4571), 1, + ACTIONS(4553), 1, anon_sym_LPAREN, - STATE(1493), 1, - sym__attribute_designator, - STATE(1494), 1, - sym_parenthesis_expression, - STATE(1519), 1, + STATE(4501), 1, sym__attribute, - STATE(3507), 3, + STATE(4537), 1, + sym_parenthesis_expression, + STATE(4539), 1, + sym__attribute_designator, + STATE(3510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4573), 4, + ACTIONS(4555), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4575), 10, + ACTIONS(4557), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225601,19 +225869,59 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214330] = 5, + [214685] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3508), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2404), 18, - sym_identifier, + ACTIONS(4559), 1, + anon_sym_DOT, + ACTIONS(4561), 1, + anon_sym_LPAREN, + ACTIONS(4563), 1, + anon_sym_SQUOTE, + ACTIONS(4565), 1, + anon_sym_LBRACK, + ACTIONS(4567), 1, + sym_GENERIC, + ACTIONS(4569), 1, + sym_PARAMETER, + STATE(3469), 1, + aux_sym_name_repeat1, + STATE(4533), 1, + sym_generic_map_aspect, + STATE(4561), 1, + sym__name_selector, + STATE(3511), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1465), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(4570), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [214740] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3512), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2670), 18, + sym_identifier, sym_GENERIC, sym_IS, sym_OPEN, @@ -225631,213 +225939,244 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [214365] = 14, + [214775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + STATE(3513), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2428), 18, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(4517), 1, anon_sym_LT_LT, - STATE(2798), 1, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214810] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3798), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, + anon_sym_LT_LT, + STATE(2850), 1, sym__direct_name, - STATE(4124), 1, + STATE(4008), 1, sym_resolution_indication, - STATE(4337), 1, + STATE(4407), 1, sym_name, - STATE(5151), 1, + STATE(5411), 1, sym_subtype_indication, - STATE(3428), 2, + STATE(3549), 2, sym__identifier, sym__external_name, - ACTIONS(4521), 3, + ACTIONS(4467), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3430), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3509), 3, + STATE(3514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4519), 4, + STATE(3533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4465), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214418] = 14, + [214863] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2793), 1, sym__direct_name, - STATE(3991), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4270), 1, sym_name, - STATE(7215), 1, + STATE(5811), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3510), 3, + STATE(3515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214471] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4577), 1, - anon_sym_LPAREN, - ACTIONS(4579), 1, - sym_ACCESS, - ACTIONS(4581), 1, - sym_ARRAY, - ACTIONS(4583), 1, - sym_FILE, - ACTIONS(4585), 1, - sym_PRIVATE, - ACTIONS(4587), 1, - sym_RANGE, - ACTIONS(4589), 1, - sym_UNITS, - ACTIONS(4591), 1, - sym_box, - STATE(5564), 1, - sym__incomplete_type_definition, - STATE(3511), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5509), 9, - sym_private_incomplete_type_definition, - sym_scalar_incomplete_type_definition, - sym_discrete_incomplete_type_definition, - sym_integer_incomplete_type_definition, - sym_physical_incomplete_type_definition, - sym_floating_incomplete_type_definition, - sym_array_type_definition, - sym_access_incomplete_type_definition, - sym_file_incomplete_type_definition, - [214524] = 14, + [214916] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(3796), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2793), 1, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(4363), 1, + sym_PROCESS, + STATE(3024), 1, sym__direct_name, - STATE(4241), 1, - sym_resolution_indication, - STATE(4326), 1, + STATE(7431), 1, + sym_assertion, + STATE(8235), 1, sym_name, - STATE(5547), 1, - sym_subtype_indication, - STATE(3358), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(3806), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3357), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3512), 3, + STATE(3516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3798), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214577] = 14, + [214969] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2793), 1, sym__direct_name, - STATE(4185), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4270), 1, sym_name, - STATE(5297), 1, + STATE(8259), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3513), 3, + STATE(3517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [214630] = 5, + [215022] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3514), 3, + ACTIONS(4427), 1, + anon_sym_DOT, + ACTIONS(4429), 1, + anon_sym_LPAREN, + ACTIONS(4431), 1, + anon_sym_SQUOTE, + ACTIONS(4433), 1, + anon_sym_LBRACK, + ACTIONS(4435), 1, + sym_GENERIC, + ACTIONS(4437), 1, + sym_PARAMETER, + STATE(3433), 1, + aux_sym_name_repeat1, + STATE(4455), 1, + sym_generic_map_aspect, + STATE(4662), 1, + sym__name_selector, + STATE(3518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 18, + ACTIONS(1481), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(4658), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [215077] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3519), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2496), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -225856,92 +226195,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [214665] = 10, + [215112] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4593), 1, - anon_sym_LPAREN, - STATE(1535), 1, - sym__attribute_designator, - STATE(1538), 1, - sym_parenthesis_expression, - STATE(1558), 1, - sym__attribute, - STATE(3515), 3, + STATE(3520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4595), 4, + ACTIONS(2370), 18, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4597), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [214710] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5654), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, sym_character_literal, sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3516), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4200), 4, - sym_identifier, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [214763] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3517), 3, + STATE(3521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 18, + ACTIONS(2622), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -225960,419 +226255,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [214798] = 14, + [215182] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(4421), 1, - sym_PROCESS, - STATE(3020), 1, - sym__direct_name, - STATE(7283), 1, - sym_assertion, - STATE(8035), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3518), 3, + STATE(3522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(2562), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [214851] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4599), 1, - anon_sym_DOT, - ACTIONS(4601), 1, - anon_sym_LPAREN, - ACTIONS(4603), 1, - anon_sym_SQUOTE, - ACTIONS(4605), 1, - anon_sym_LBRACK, - ACTIONS(4607), 1, - sym_GENERIC, - ACTIONS(4609), 1, - sym_PARAMETER, - STATE(3568), 1, - aux_sym_name_repeat1, - STATE(4453), 1, - sym_generic_map_aspect, - STATE(4647), 1, - sym__name_selector, - STATE(3519), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1503), 4, - sym_FOR, - sym_UNTIL, anon_sym_SEMI, - anon_sym_COMMA, - STATE(4645), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [214906] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4599), 1, anon_sym_DOT, - ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4603), 1, + anon_sym_LT_LT, anon_sym_SQUOTE, - ACTIONS(4605), 1, anon_sym_LBRACK, - ACTIONS(4607), 1, - sym_GENERIC, - ACTIONS(4609), 1, - sym_PARAMETER, - STATE(3519), 1, - aux_sym_name_repeat1, - STATE(4453), 1, - sym_generic_map_aspect, - STATE(4647), 1, - sym__name_selector, - STATE(3520), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(4645), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [214961] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4611), 1, - anon_sym_LPAREN, - STATE(2171), 1, - sym__attribute, - STATE(2259), 1, - sym_parenthesis_expression, - STATE(2260), 1, - sym__attribute_designator, - STATE(3521), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4613), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4615), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [215006] = 14, + [215217] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4463), 1, anon_sym_LT_LT, - STATE(2789), 1, + STATE(2850), 1, sym__direct_name, - STATE(3991), 1, + STATE(4008), 1, sym_resolution_indication, - STATE(4275), 1, + STATE(4407), 1, sym_name, - STATE(5715), 1, + STATE(5553), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3549), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4467), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3522), 3, + STATE(3523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + STATE(3533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4465), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [215059] = 14, + [215270] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4441), 1, - anon_sym_LT_LT, - STATE(2810), 1, - sym__direct_name, - STATE(4245), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5491), 1, - sym_subtype_indication, - STATE(3517), 2, - sym__identifier, - sym__external_name, - ACTIONS(4445), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3504), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3523), 3, + STATE(3524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4443), 4, + ACTIONS(2640), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [215112] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6814), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3524), 3, + STATE(3525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(2648), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [215165] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4617), 1, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4620), 1, anon_sym_LPAREN, - ACTIONS(4623), 1, + anon_sym_LT_LT, anon_sym_SQUOTE, - ACTIONS(4626), 1, anon_sym_LBRACK, - ACTIONS(4629), 1, - sym_GENERIC, - ACTIONS(4632), 1, - sym_PARAMETER, - STATE(4456), 1, - sym_generic_map_aspect, - STATE(4631), 1, - sym__name_selector, - ACTIONS(1465), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(3525), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4632), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [215218] = 14, + [215340] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5309), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(3526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(2540), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [215271] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215375] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4571), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5165), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, + STATE(1930), 1, + sym__attribute_designator, + STATE(1932), 1, + sym_parenthesis_expression, + STATE(1984), 1, + sym__attribute, STATE(3527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4573), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [215324] = 10, + ACTIONS(4575), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [215420] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4635), 1, + ACTIONS(4577), 1, anon_sym_LPAREN, - STATE(1130), 1, + STATE(2020), 1, + sym__attribute, + STATE(2122), 1, sym_parenthesis_expression, - STATE(1209), 1, + STATE(2132), 1, sym__attribute_designator, - STATE(1219), 1, - sym__attribute, STATE(3528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4637), 4, + ACTIONS(4579), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4639), 10, + ACTIONS(4581), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226383,31 +226484,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215369] = 10, + [215465] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4641), 1, + ACTIONS(4583), 1, anon_sym_LPAREN, - STATE(1949), 1, + STATE(4564), 1, sym__attribute, - STATE(1987), 1, + STATE(4655), 1, sym_parenthesis_expression, - STATE(1988), 1, + STATE(4657), 1, sym__attribute_designator, STATE(3529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4643), 4, + ACTIONS(4585), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4645), 10, + ACTIONS(4587), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226418,31 +226519,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215414] = 10, + [215510] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4647), 1, + ACTIONS(4589), 1, anon_sym_LPAREN, - STATE(3735), 1, + STATE(1866), 1, + sym__attribute, + STATE(1904), 1, sym_parenthesis_expression, - STATE(3736), 1, + STATE(1905), 1, sym__attribute_designator, - STATE(3762), 1, - sym__attribute, STATE(3530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4649), 4, + ACTIONS(4591), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4651), 10, + ACTIONS(4593), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226453,70 +226554,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215459] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5303), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3531), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4200), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [215512] = 10, + [215555] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4653), 1, + ACTIONS(4595), 1, anon_sym_LPAREN, - STATE(4473), 1, + STATE(4469), 1, sym__attribute_designator, - STATE(4474), 1, + STATE(4470), 1, sym_parenthesis_expression, - STATE(4491), 1, + STATE(4498), 1, sym__attribute, - STATE(3532), 3, + STATE(3531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4655), 4, + ACTIONS(4597), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4657), 10, + ACTIONS(4599), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226527,70 +226589,100 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215557] = 14, + [215600] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4517), 1, - anon_sym_LT_LT, - STATE(2798), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4337), 1, - sym_name, - STATE(5131), 1, - sym_subtype_indication, - STATE(3428), 2, - sym__identifier, - sym__external_name, - ACTIONS(4521), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3430), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, + ACTIONS(4603), 1, + sym_ACCESS, + ACTIONS(4605), 1, + sym_FILE, + ACTIONS(4607), 1, + sym_PRIVATE, + ACTIONS(4609), 1, + sym_RANGE, + ACTIONS(4611), 1, + sym_UNITS, + ACTIONS(4613), 1, + sym_box, + STATE(5504), 1, + sym__incomplete_type_definition, + STATE(3532), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(5527), 9, + sym_private_incomplete_type_definition, + sym_scalar_incomplete_type_definition, + sym_discrete_incomplete_type_definition, + sym_integer_incomplete_type_definition, + sym_physical_incomplete_type_definition, + sym_floating_incomplete_type_definition, + sym_array_type_definition, + sym_access_incomplete_type_definition, + sym_file_incomplete_type_definition, + [215653] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(3533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4519), 4, + ACTIONS(2462), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [215610] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215688] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4659), 1, + ACTIONS(4615), 1, anon_sym_LPAREN, - STATE(3370), 1, + STATE(1486), 1, + sym__attribute, + STATE(1666), 1, sym__attribute_designator, - STATE(3371), 1, + STATE(1667), 1, sym_parenthesis_expression, - STATE(3397), 1, - sym__attribute, STATE(3534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4661), 4, + ACTIONS(4617), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4663), 10, + ACTIONS(4619), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226601,144 +226693,166 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215655] = 14, + [215733] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4621), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(7027), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, + STATE(2150), 1, + sym__attribute, + STATE(2208), 1, + sym_parenthesis_expression, + STATE(2218), 1, + sym__attribute_designator, STATE(3535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4623), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [215708] = 14, + ACTIONS(4625), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [215778] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4665), 1, + ACTIONS(4559), 1, anon_sym_DOT, - ACTIONS(4668), 1, + ACTIONS(4561), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(4563), 1, anon_sym_SQUOTE, - ACTIONS(4674), 1, + ACTIONS(4565), 1, anon_sym_LBRACK, - ACTIONS(4677), 1, + ACTIONS(4567), 1, sym_GENERIC, - ACTIONS(4680), 1, + ACTIONS(4569), 1, sym_PARAMETER, - STATE(4480), 1, + STATE(3511), 1, + aux_sym_name_repeat1, + STATE(4533), 1, sym_generic_map_aspect, - STATE(4596), 1, + STATE(4561), 1, sym__name_selector, - ACTIONS(1465), 4, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, - STATE(3536), 4, + STATE(3536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4599), 5, + ACTIONS(1481), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(4570), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [215761] = 10, + [215833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4683), 1, - anon_sym_LPAREN, - STATE(4321), 1, - sym_parenthesis_expression, - STATE(4322), 1, - sym__attribute_designator, - STATE(4353), 1, - sym__attribute, STATE(3537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4685), 4, + ACTIONS(2674), 18, sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(4687), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [215806] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215868] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4689), 1, + STATE(3538), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2574), 18, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215903] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4627), 1, anon_sym_LPAREN, - STATE(4736), 1, + STATE(4693), 1, sym__attribute, - STATE(4763), 1, + STATE(4713), 1, sym_parenthesis_expression, - STATE(4770), 1, + STATE(4714), 1, sym__attribute_designator, - STATE(3538), 3, + STATE(3539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4691), 4, + ACTIONS(4629), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4693), 10, + ACTIONS(4631), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226749,31 +226863,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215851] = 10, + [215948] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4695), 1, + ACTIONS(4633), 1, anon_sym_LPAREN, - STATE(972), 1, - sym__attribute_designator, - STATE(985), 1, - sym_parenthesis_expression, - STATE(987), 1, + STATE(1338), 1, sym__attribute, - STATE(3539), 3, + STATE(1372), 1, + sym_parenthesis_expression, + STATE(1373), 1, + sym__attribute_designator, + STATE(3540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4697), 4, + ACTIONS(4635), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4699), 10, + ACTIONS(4637), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226784,100 +226898,101 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215896] = 5, + [215993] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3540), 3, + ACTIONS(4639), 1, + anon_sym_LPAREN, + STATE(3496), 1, + sym__attribute, + STATE(3520), 1, + sym_parenthesis_expression, + STATE(3521), 1, + sym__attribute_designator, + STATE(3541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 18, + ACTIONS(4641), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [215931] = 14, + ACTIONS(4643), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [216038] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5569), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3541), 3, + STATE(5037), 1, + sym__attribute_designator, + STATE(5039), 1, + sym_parenthesis_expression, + STATE(5059), 1, + sym__attribute, + STATE(3542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4647), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [215984] = 10, + ACTIONS(4649), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [216083] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4701), 1, + ACTIONS(4651), 1, anon_sym_LPAREN, - STATE(1630), 1, + STATE(1151), 1, sym__attribute_designator, - STATE(1631), 1, + STATE(1158), 1, sym_parenthesis_expression, - STATE(1642), 1, + STATE(1228), 1, sym__attribute, - STATE(3542), 3, + STATE(3543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4703), 4, + ACTIONS(4653), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4705), 10, + ACTIONS(4655), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226888,100 +227003,144 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216029] = 5, + [216128] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3543), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2674), 18, - sym_identifier, + ACTIONS(4657), 1, + anon_sym_DOT, + ACTIONS(4660), 1, + anon_sym_LPAREN, + ACTIONS(4663), 1, + anon_sym_SQUOTE, + ACTIONS(4666), 1, + anon_sym_LBRACK, + ACTIONS(4669), 1, sym_GENERIC, + ACTIONS(4672), 1, + sym_PARAMETER, + STATE(4494), 1, + sym_generic_map_aspect, + STATE(4593), 1, + sym__name_selector, + ACTIONS(1485), 4, sym_IS, sym_OPEN, - sym_PARAMETER, sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [216064] = 14, + STATE(3544), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4556), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [216181] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3802), 1, - sym_TYPE, - ACTIONS(4707), 1, - anon_sym_LT_LT, - STATE(3559), 1, - sym__direct_name, - STATE(5503), 1, - sym_name, - STATE(5505), 1, - sym__incomplete_type_mark, - STATE(5514), 1, - sym_unspecified_type_indication, - STATE(4651), 2, - sym__identifier, - sym__external_name, - ACTIONS(4711), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3544), 3, + ACTIONS(4675), 1, + anon_sym_LPAREN, + STATE(3277), 1, + sym__attribute_designator, + STATE(3278), 1, + sym_parenthesis_expression, + STATE(3324), 1, + sym__attribute, + STATE(3545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4653), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4709), 4, + ACTIONS(4677), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [216117] = 10, + ACTIONS(4679), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [216226] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4681), 1, + anon_sym_LPAREN, + ACTIONS(4683), 1, + sym_ACCESS, + ACTIONS(4685), 1, + sym_ARRAY, + ACTIONS(4687), 1, + sym_FILE, + ACTIONS(4689), 1, + sym_PRIVATE, + ACTIONS(4691), 1, + sym_RANGE, + ACTIONS(4693), 1, + sym_UNITS, + ACTIONS(4695), 1, + sym_box, + STATE(5523), 1, + sym__incomplete_type_definition, + STATE(3546), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(5530), 9, + sym_private_incomplete_type_definition, + sym_scalar_incomplete_type_definition, + sym_discrete_incomplete_type_definition, + sym_integer_incomplete_type_definition, + sym_physical_incomplete_type_definition, + sym_floating_incomplete_type_definition, + sym_array_type_definition, + sym_access_incomplete_type_definition, + sym_file_incomplete_type_definition, + [216279] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4713), 1, + ACTIONS(4697), 1, anon_sym_LPAREN, - STATE(1059), 1, + STATE(1086), 1, + sym__attribute, + STATE(1089), 1, sym__attribute_designator, - STATE(1065), 1, + STATE(1114), 1, sym_parenthesis_expression, - STATE(1106), 1, - sym__attribute, - STATE(3545), 3, + STATE(3547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(4699), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4717), 10, + ACTIONS(4701), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226992,31 +227151,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216162] = 10, + [216324] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4719), 1, + ACTIONS(4703), 1, anon_sym_LPAREN, - STATE(4620), 1, + STATE(2057), 1, sym__attribute, - STATE(4641), 1, + STATE(2289), 1, sym__attribute_designator, - STATE(4642), 1, + STATE(2290), 1, sym_parenthesis_expression, - STATE(3546), 3, + STATE(3548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4721), 4, + ACTIONS(4705), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4723), 10, + ACTIONS(4707), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227027,18 +227186,18 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216207] = 5, + [216369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3547), 3, + STATE(3549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 18, + ACTIONS(2402), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227057,108 +227216,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216242] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4435), 1, - anon_sym_LT_LT, - STATE(2952), 1, - sym__direct_name, - STATE(4221), 1, - sym_resolution_indication, - STATE(4496), 1, - sym_name, - STATE(6408), 1, - sym_subtype_indication, - STATE(3748), 2, - sym__identifier, - sym__external_name, - ACTIONS(4439), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3548), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3744), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4437), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [216295] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(9), 1, - anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6368), 1, - sym__target, - STATE(4332), 2, - sym__identifier, - sym__external_name, - STATE(6312), 2, - sym_name, - sym_aggregate, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3549), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [216346] = 10, + [216404] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4725), 1, + ACTIONS(4709), 1, anon_sym_LPAREN, - STATE(908), 1, + STATE(969), 1, sym__attribute, - STATE(920), 1, + STATE(997), 1, sym_parenthesis_expression, - STATE(921), 1, + STATE(998), 1, sym__attribute_designator, STATE(3550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4727), 4, + ACTIONS(4711), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4729), 10, + ACTIONS(4713), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227169,31 +227251,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216391] = 10, + [216449] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4731), 1, + ACTIONS(4715), 1, anon_sym_LPAREN, - STATE(1243), 1, - sym__attribute, - STATE(1295), 1, - sym_parenthesis_expression, - STATE(1296), 1, + STATE(1352), 1, sym__attribute_designator, + STATE(1353), 1, + sym_parenthesis_expression, + STATE(1378), 1, + sym__attribute, STATE(3551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4733), 4, + ACTIONS(4717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4735), 10, + ACTIONS(4719), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227204,31 +227286,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216436] = 10, + [216494] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4737), 1, + ACTIONS(4721), 1, anon_sym_LPAREN, - STATE(4867), 1, - sym__attribute, - STATE(4879), 1, + STATE(4453), 1, sym_parenthesis_expression, - STATE(4882), 1, + STATE(4535), 1, sym__attribute_designator, + STATE(4554), 1, + sym__attribute, STATE(3552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4739), 4, + ACTIONS(4723), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4741), 10, + ACTIONS(4725), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227239,31 +227321,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216481] = 10, + [216539] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4743), 1, + ACTIONS(4727), 1, anon_sym_LPAREN, - STATE(1332), 1, + STATE(4669), 1, sym__attribute, - STATE(1351), 1, + STATE(4856), 1, sym_parenthesis_expression, - STATE(1352), 1, + STATE(4857), 1, sym__attribute_designator, STATE(3553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4745), 4, + ACTIONS(4729), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4747), 10, + ACTIONS(4731), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227274,33 +227356,72 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216526] = 10, + [216584] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4749), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - STATE(1120), 1, - sym__attribute, - STATE(1168), 1, - sym_parenthesis_expression, - STATE(1175), 1, - sym__attribute_designator, - STATE(3554), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4751), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4753), 10, - sym_attribute_function, - sym_attribute_impure_function, + ACTIONS(4202), 1, + anon_sym_LT_LT, + STATE(2793), 1, + sym__direct_name, + STATE(4004), 1, + sym_resolution_indication, + STATE(4270), 1, + sym_name, + STATE(5489), 1, + sym_subtype_indication, + STATE(3270), 2, + sym__identifier, + sym__external_name, + ACTIONS(4206), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3334), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3554), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4204), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [216637] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4733), 1, + anon_sym_LPAREN, + STATE(1543), 1, + sym__attribute, + STATE(1567), 1, + sym_parenthesis_expression, + STATE(1568), 1, + sym__attribute_designator, + STATE(3555), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4735), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4737), 10, + sym_attribute_function, + sym_attribute_impure_function, sym_attribute_mode_view, sym_attribute_pure_function, sym_attribute_range, @@ -227309,109 +227430,105 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216571] = 14, + [216682] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4739), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2873), 1, - sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, - sym_name, - STATE(5203), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3555), 3, + STATE(4706), 1, + sym__attribute_designator, + STATE(4711), 1, + sym_parenthesis_expression, + STATE(4759), 1, + sym__attribute, + STATE(3556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4741), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [216624] = 14, + ACTIONS(4743), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [216727] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(4445), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2958), 1, sym__direct_name, - STATE(4185), 1, + STATE(4280), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4497), 1, sym_name, - STATE(5290), 1, + STATE(7174), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3882), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(4449), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3556), 3, + STATE(3557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + STATE(3880), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4447), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [216677] = 10, + [216780] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4755), 1, + ACTIONS(4745), 1, anon_sym_LPAREN, - STATE(5029), 1, - sym_parenthesis_expression, - STATE(5038), 1, + STATE(1724), 1, sym__attribute_designator, - STATE(5057), 1, + STATE(1733), 1, + sym_parenthesis_expression, + STATE(1818), 1, sym__attribute, - STATE(3557), 3, + STATE(3558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4757), 4, + ACTIONS(4747), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4759), 10, + ACTIONS(4749), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227422,31 +227539,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216722] = 10, + [216825] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4761), 1, + ACTIONS(4751), 1, anon_sym_LPAREN, - STATE(1829), 1, + STATE(2001), 1, sym__attribute_designator, - STATE(1832), 1, + STATE(2002), 1, sym_parenthesis_expression, - STATE(1883), 1, + STATE(2197), 1, sym__attribute, - STATE(3558), 3, + STATE(3559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(4753), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4765), 10, + ACTIONS(4755), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227457,141 +227574,66 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216767] = 15, + [216870] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4767), 1, - anon_sym_DOT, - ACTIONS(4769), 1, + ACTIONS(4757), 1, anon_sym_LPAREN, - ACTIONS(4771), 1, - anon_sym_SQUOTE, - ACTIONS(4773), 1, - anon_sym_LBRACK, - ACTIONS(4775), 1, - sym_GENERIC, - ACTIONS(4777), 1, - sym_PARAMETER, - STATE(3561), 1, - aux_sym_name_repeat1, - STATE(4456), 1, - sym_generic_map_aspect, - STATE(4631), 1, - sym__name_selector, - STATE(3559), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(4632), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [216822] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, + STATE(1704), 1, + sym__attribute, + STATE(1716), 1, + sym_parenthesis_expression, + STATE(1717), 1, + sym__attribute_designator, STATE(3560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 18, + ACTIONS(4759), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [216857] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4767), 1, - anon_sym_DOT, - ACTIONS(4769), 1, - anon_sym_LPAREN, - ACTIONS(4771), 1, - anon_sym_SQUOTE, - ACTIONS(4773), 1, - anon_sym_LBRACK, - ACTIONS(4775), 1, - sym_GENERIC, - ACTIONS(4777), 1, - sym_PARAMETER, - STATE(3525), 1, - aux_sym_name_repeat1, - STATE(4456), 1, - sym_generic_map_aspect, - STATE(4631), 1, - sym__name_selector, - STATE(3561), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1503), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(4632), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [216912] = 10, + ACTIONS(4761), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [216915] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4779), 1, + ACTIONS(4763), 1, anon_sym_LPAREN, - STATE(1036), 1, + STATE(904), 1, sym__attribute, - STATE(1039), 1, + STATE(905), 1, sym__attribute_designator, - STATE(1068), 1, + STATE(919), 1, sym_parenthesis_expression, - STATE(3562), 3, + STATE(3561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4781), 4, + ACTIONS(4765), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4783), 10, + ACTIONS(4767), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227602,18 +227644,18 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216957] = 5, + [216960] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3563), 3, + STATE(3562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 18, + ACTIONS(2636), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227632,31 +227674,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216992] = 10, + [216995] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4785), 1, + ACTIONS(4769), 1, anon_sym_LPAREN, - STATE(4679), 1, - sym__attribute, - STATE(4690), 1, - sym_parenthesis_expression, - STATE(4757), 1, + STATE(1083), 1, sym__attribute_designator, - STATE(3564), 3, + STATE(1084), 1, + sym_parenthesis_expression, + STATE(1092), 1, + sym__attribute, + STATE(3563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4787), 4, + ACTIONS(4771), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4789), 10, + ACTIONS(4773), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227667,100 +227709,105 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217037] = 5, + [217040] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3565), 3, + ACTIONS(4775), 1, + anon_sym_LPAREN, + STATE(939), 1, + sym__attribute_designator, + STATE(940), 1, + sym_parenthesis_expression, + STATE(978), 1, + sym__attribute, + STATE(3564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 18, + ACTIONS(4777), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [217072] = 14, + ACTIONS(4779), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217085] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(3800), 1, anon_sym_LT_LT, - STATE(2873), 1, + STATE(2795), 1, sym__direct_name, - STATE(4185), 1, + STATE(4016), 1, sym_resolution_indication, - STATE(4394), 1, + STATE(4352), 1, sym_name, - STATE(5284), 1, + STATE(5529), 1, sym_subtype_indication, - STATE(3240), 2, + STATE(3394), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(3810), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, + STATE(3392), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3566), 3, + STATE(3565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(3802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217125] = 10, + [217138] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4791), 1, + ACTIONS(4781), 1, anon_sym_LPAREN, - STATE(1684), 1, - sym__attribute, - STATE(1722), 1, + STATE(1556), 1, sym__attribute_designator, - STATE(1728), 1, + STATE(1557), 1, sym_parenthesis_expression, - STATE(3567), 3, + STATE(1594), 1, + sym__attribute, + STATE(3566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4793), 4, + ACTIONS(4783), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4795), 10, + ACTIONS(4785), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227771,70 +227818,66 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217170] = 14, + [217183] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4797), 1, - anon_sym_DOT, - ACTIONS(4800), 1, + ACTIONS(4787), 1, anon_sym_LPAREN, - ACTIONS(4803), 1, - anon_sym_SQUOTE, - ACTIONS(4806), 1, - anon_sym_LBRACK, - ACTIONS(4809), 1, - sym_GENERIC, - ACTIONS(4812), 1, - sym_PARAMETER, - STATE(4453), 1, - sym_generic_map_aspect, - STATE(4647), 1, - sym__name_selector, - ACTIONS(1465), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(3568), 4, + STATE(3353), 1, + sym__attribute, + STATE(3364), 1, + sym__attribute_designator, + STATE(3366), 1, + sym_parenthesis_expression, + STATE(3567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4645), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [217223] = 10, + ACTIONS(4789), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4791), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217228] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4815), 1, + ACTIONS(4793), 1, anon_sym_LPAREN, - STATE(3288), 1, + STATE(1148), 1, sym__attribute_designator, - STATE(3296), 1, + STATE(1197), 1, sym_parenthesis_expression, - STATE(3335), 1, + STATE(1232), 1, sym__attribute, - STATE(3569), 3, + STATE(3568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4817), 4, + ACTIONS(4795), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4819), 10, + ACTIONS(4797), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227845,31 +227888,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217268] = 10, + [217273] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4821), 1, + ACTIONS(4799), 1, anon_sym_LPAREN, - STATE(1249), 1, - sym__attribute, - STATE(1283), 1, - sym_parenthesis_expression, - STATE(1285), 1, + STATE(1031), 1, sym__attribute_designator, - STATE(3570), 3, + STATE(1037), 1, + sym_parenthesis_expression, + STATE(1103), 1, + sym__attribute, + STATE(3569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4823), 4, + ACTIONS(4801), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4825), 10, + ACTIONS(4803), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227880,31 +227923,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217313] = 10, + [217318] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4827), 1, + ACTIONS(4805), 1, anon_sym_LPAREN, - STATE(1755), 1, + STATE(4809), 1, sym__attribute_designator, - STATE(1758), 1, + STATE(4810), 1, sym_parenthesis_expression, - STATE(1796), 1, + STATE(4870), 1, sym__attribute, - STATE(3571), 3, + STATE(3570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4829), 4, + ACTIONS(4807), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4831), 10, + ACTIONS(4809), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227915,149 +227958,136 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217358] = 14, + [217363] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4811), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(5989), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3572), 3, + STATE(1437), 1, + sym__attribute, + STATE(1443), 1, + sym_parenthesis_expression, + STATE(1484), 1, + sym__attribute_designator, + STATE(3571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4813), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217411] = 14, + ACTIONS(4815), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217408] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(4833), 1, - sym_ALL, - STATE(3020), 1, - sym__direct_name, - STATE(5823), 1, - sym_name, - STATE(6885), 1, - sym__process_sensitivity_list, - STATE(6887), 1, - sym_sensitivity_list, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3573), 3, + ACTIONS(4817), 1, + anon_sym_LPAREN, + STATE(1246), 1, + sym__attribute, + STATE(1270), 1, + sym_parenthesis_expression, + STATE(1273), 1, + sym__attribute_designator, + STATE(3572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4819), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217464] = 15, + ACTIONS(4821), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217453] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4835), 1, - anon_sym_DOT, - ACTIONS(4837), 1, + ACTIONS(4823), 1, anon_sym_LPAREN, - ACTIONS(4839), 1, - anon_sym_SQUOTE, - ACTIONS(4841), 1, - anon_sym_LBRACK, - ACTIONS(4843), 1, - sym_GENERIC, - ACTIONS(4845), 1, - sym_PARAMETER, - STATE(3536), 1, - aux_sym_name_repeat1, - STATE(4480), 1, - sym_generic_map_aspect, - STATE(4596), 1, - sym__name_selector, - STATE(3574), 3, + STATE(1947), 1, + sym__attribute, + STATE(2193), 1, + sym_parenthesis_expression, + STATE(2198), 1, + sym__attribute_designator, + STATE(3573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1503), 4, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, - STATE(4599), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [217519] = 10, + ACTIONS(4825), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4827), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217498] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4847), 1, + ACTIONS(4829), 1, anon_sym_LPAREN, - STATE(1441), 1, + STATE(1514), 1, sym__attribute, - STATE(1620), 1, + STATE(1639), 1, sym_parenthesis_expression, - STATE(1621), 1, + STATE(1645), 1, sym__attribute_designator, - STATE(3575), 3, + STATE(3574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4849), 4, + ACTIONS(4831), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4851), 10, + ACTIONS(4833), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228068,31 +228098,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217564] = 10, + [217543] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4853), 1, + ACTIONS(4835), 1, anon_sym_LPAREN, - STATE(4446), 1, - sym__attribute, - STATE(4525), 1, - sym__attribute_designator, - STATE(4526), 1, + STATE(4373), 1, sym_parenthesis_expression, - STATE(3576), 3, + STATE(4375), 1, + sym__attribute_designator, + STATE(4393), 1, + sym__attribute, + STATE(3575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4855), 4, + ACTIONS(4837), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4857), 10, + ACTIONS(4839), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228103,110 +228133,109 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217609] = 15, + [217588] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4835), 1, - anon_sym_DOT, - ACTIONS(4837), 1, + ACTIONS(4337), 1, + sym_ARRAY, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4839), 1, - anon_sym_SQUOTE, - ACTIONS(4841), 1, - anon_sym_LBRACK, - ACTIONS(4843), 1, - sym_GENERIC, - ACTIONS(4845), 1, - sym_PARAMETER, - STATE(3574), 1, - aux_sym_name_repeat1, - STATE(4480), 1, - sym_generic_map_aspect, - STATE(4596), 1, - sym__name_selector, - STATE(3577), 3, + ACTIONS(4603), 1, + sym_ACCESS, + ACTIONS(4605), 1, + sym_FILE, + ACTIONS(4607), 1, + sym_PRIVATE, + ACTIONS(4609), 1, + sym_RANGE, + ACTIONS(4611), 1, + sym_UNITS, + ACTIONS(4613), 1, + sym_box, + STATE(6510), 1, + sym__incomplete_type_definition, + STATE(3576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 4, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, - STATE(4599), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [217664] = 14, + STATE(5527), 9, + sym_private_incomplete_type_definition, + sym_scalar_incomplete_type_definition, + sym_discrete_incomplete_type_definition, + sym_integer_incomplete_type_definition, + sym_physical_incomplete_type_definition, + sym_floating_incomplete_type_definition, + sym_array_type_definition, + sym_access_incomplete_type_definition, + sym_file_incomplete_type_definition, + [217641] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(3798), 1, anon_sym_LPAREN, - ACTIONS(4435), 1, + ACTIONS(4202), 1, anon_sym_LT_LT, - STATE(2952), 1, + STATE(2793), 1, sym__direct_name, - STATE(4221), 1, + STATE(4004), 1, sym_resolution_indication, - STATE(4496), 1, + STATE(4270), 1, sym_name, - STATE(7666), 1, + STATE(6480), 1, sym_subtype_indication, - STATE(3748), 2, + STATE(3270), 2, sym__identifier, sym__external_name, - ACTIONS(4439), 3, + ACTIONS(4206), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3578), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3744), 3, + STATE(3334), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4437), 4, + STATE(3577), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4204), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217717] = 10, + [217694] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4859), 1, + ACTIONS(4841), 1, anon_sym_LPAREN, - STATE(964), 1, + STATE(3822), 1, sym__attribute, - STATE(976), 1, + STATE(3852), 1, sym_parenthesis_expression, - STATE(977), 1, + STATE(3853), 1, sym__attribute_designator, - STATE(3579), 3, + STATE(3578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4861), 4, + ACTIONS(4843), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4863), 10, + ACTIONS(4845), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228217,31 +228246,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217762] = 10, + [217739] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4865), 1, + ACTIONS(4847), 1, anon_sym_LPAREN, - STATE(4828), 1, + STATE(4791), 1, sym__attribute, - STATE(4846), 1, - sym__attribute_designator, - STATE(4849), 1, + STATE(4821), 1, sym_parenthesis_expression, - STATE(3580), 3, + STATE(4830), 1, + sym__attribute_designator, + STATE(3579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4867), 4, + ACTIONS(4849), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4869), 10, + ACTIONS(4851), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228252,70 +228281,66 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217807] = 14, + [217784] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, + ACTIONS(4853), 1, anon_sym_LPAREN, - ACTIONS(4198), 1, - anon_sym_LT_LT, - STATE(2789), 1, - sym__direct_name, - STATE(3991), 1, - sym_resolution_indication, - STATE(4275), 1, - sym_name, - STATE(6090), 1, - sym_subtype_indication, - STATE(3240), 2, - sym__identifier, - sym__external_name, - ACTIONS(4202), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3581), 3, + STATE(1237), 1, + sym_parenthesis_expression, + STATE(1248), 1, + sym__attribute, + STATE(1257), 1, + sym__attribute_designator, + STATE(3580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + ACTIONS(4855), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217860] = 10, + ACTIONS(4857), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [217829] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4871), 1, + ACTIONS(4859), 1, anon_sym_LPAREN, - STATE(1446), 1, - sym__attribute_designator, - STATE(1449), 1, - sym_parenthesis_expression, - STATE(1575), 1, + STATE(4638), 1, sym__attribute, - STATE(3582), 3, + STATE(4649), 1, + sym_parenthesis_expression, + STATE(4650), 1, + sym__attribute_designator, + STATE(3581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4873), 4, + ACTIONS(4861), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4875), 10, + ACTIONS(4863), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228326,178 +228351,213 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217905] = 14, + [217874] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3794), 1, - anon_sym_LPAREN, - ACTIONS(4198), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2873), 1, + ACTIONS(4865), 1, + sym_ALL, + STATE(3024), 1, sym__direct_name, - STATE(4185), 1, - sym_resolution_indication, - STATE(4394), 1, + STATE(5933), 1, sym_name, - STATE(5300), 1, - sym_subtype_indication, - STATE(3240), 2, + STATE(7299), 1, + sym_sensitivity_list, + STATE(7373), 1, + sym__process_sensitivity_list, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(4202), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3583), 3, + STATE(3582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4200), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217958] = 13, + [217927] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(4879), 1, - anon_sym_RBRACK, - ACTIONS(4883), 1, - sym_RETURN, - STATE(3590), 1, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(4867), 1, + sym_PROCESS, + STATE(3024), 1, sym__direct_name, - STATE(5470), 1, + STATE(7316), 1, + sym_assertion, + STATE(8218), 1, sym_name, - STATE(4659), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3584), 3, + STATE(3583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218008] = 13, + [217980] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(4887), 1, - anon_sym_RBRACK, - ACTIONS(4889), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5473), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + ACTIONS(4869), 1, + anon_sym_LPAREN, + STATE(1291), 1, + sym__attribute, + STATE(1384), 1, + sym_parenthesis_expression, + STATE(1386), 1, + sym__attribute_designator, + STATE(3584), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4871), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4873), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [218025] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4875), 1, + anon_sym_LPAREN, + STATE(1731), 1, + sym__attribute_designator, + STATE(1734), 1, + sym_parenthesis_expression, + STATE(1785), 1, + sym__attribute, STATE(3585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4877), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218058] = 14, + ACTIONS(4879), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [218070] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4891), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(4893), 1, + ACTIONS(4884), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4887), 1, anon_sym_SQUOTE, - ACTIONS(4897), 1, + ACTIONS(4890), 1, anon_sym_LBRACK, - ACTIONS(4899), 1, + ACTIONS(4893), 1, + sym_GENERIC, + ACTIONS(4896), 1, sym_PARAMETER, - STATE(3597), 1, - aux_sym_name_repeat1, - STATE(4559), 1, + STATE(4652), 1, sym_generic_map_aspect, - STATE(4795), 1, + STATE(4876), 1, sym__name_selector, - STATE(3586), 3, + ACTIONS(1485), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3586), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - STATE(4794), 5, + aux_sym_name_repeat1, + STATE(4887), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [218110] = 13, + [218122] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, ACTIONS(4901), 1, anon_sym_RBRACK, - ACTIONS(4903), 1, + ACTIONS(4905), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5466), 1, + STATE(5403), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228505,36 +228565,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218160] = 13, + [218172] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4905), 1, + ACTIONS(4909), 1, anon_sym_RBRACK, - ACTIONS(4907), 1, + ACTIONS(4911), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5550), 1, + STATE(5385), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228542,36 +228602,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218210] = 13, + [218222] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4909), 1, + ACTIONS(4913), 1, anon_sym_RBRACK, - ACTIONS(4911), 1, + ACTIONS(4915), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5481), 1, + STATE(5502), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228579,75 +228639,73 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218260] = 15, + [218272] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4913), 1, - anon_sym_DOT, - ACTIONS(4915), 1, - anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, ACTIONS(4917), 1, - anon_sym_SQUOTE, - ACTIONS(4919), 1, - anon_sym_LBRACK, - ACTIONS(4921), 1, - sym_GENERIC, - ACTIONS(4923), 1, - sym_PARAMETER, - STATE(3594), 1, - aux_sym_name_repeat1, - STATE(4638), 1, - sym_generic_map_aspect, - STATE(4663), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, + sym_box, + STATE(3024), 1, + sym__direct_name, + STATE(6608), 1, + sym_name, + STATE(6609), 1, + sym__interface_subprogram_default, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4664), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [218314] = 13, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [218322] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4925), 1, + ACTIONS(4919), 1, anon_sym_RBRACK, - ACTIONS(4927), 1, + ACTIONS(4921), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5488), 1, + STATE(5521), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228655,36 +228713,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218364] = 13, + [218372] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4929), 1, + ACTIONS(4923), 1, anon_sym_RBRACK, - ACTIONS(4931), 1, + ACTIONS(4925), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5487), 1, + STATE(5562), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228692,36 +228750,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218414] = 13, + [218422] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4933), 1, + ACTIONS(4927), 1, anon_sym_RBRACK, - ACTIONS(4935), 1, + ACTIONS(4929), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5457), 1, + STATE(5390), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228729,75 +228787,73 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218464] = 15, + [218472] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4913), 1, - anon_sym_DOT, - ACTIONS(4915), 1, - anon_sym_LPAREN, - ACTIONS(4917), 1, - anon_sym_SQUOTE, - ACTIONS(4919), 1, - anon_sym_LBRACK, - ACTIONS(4921), 1, - sym_GENERIC, - ACTIONS(4923), 1, - sym_PARAMETER, - STATE(3605), 1, - aux_sym_name_repeat1, - STATE(4638), 1, - sym_generic_map_aspect, - STATE(4663), 1, - sym__name_selector, - ACTIONS(1503), 3, - sym_RETURN, - anon_sym_COMMA, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(4931), 1, anon_sym_RBRACK, + ACTIONS(4933), 1, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5571), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4664), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [218518] = 13, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [218522] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4937), 1, + ACTIONS(4935), 1, anon_sym_RBRACK, - ACTIONS(4939), 1, + ACTIONS(4937), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5459), 1, + STATE(5406), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228805,149 +228861,149 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218568] = 14, + [218572] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_RBRACK, ACTIONS(4941), 1, - anon_sym_DOT, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5377), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3596), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [218622] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(4943), 1, + anon_sym_DOT, + ACTIONS(4946), 1, anon_sym_LPAREN, - ACTIONS(4945), 1, + ACTIONS(4949), 1, anon_sym_SQUOTE, - ACTIONS(4947), 1, + ACTIONS(4952), 1, anon_sym_LBRACK, - ACTIONS(4949), 1, + ACTIONS(4955), 1, + sym_GENERIC, + ACTIONS(4958), 1, sym_PARAMETER, - STATE(3657), 1, - aux_sym_name_repeat1, - STATE(4572), 1, + STATE(4616), 1, sym_generic_map_aspect, - STATE(4825), 1, + STATE(4739), 1, sym__name_selector, - STATE(3596), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, + ACTIONS(1485), 3, sym_PORT, anon_sym_SEMI, anon_sym_LT_EQ, - STATE(4827), 5, + STATE(3597), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4740), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [218620] = 14, + [218674] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4891), 1, + ACTIONS(4961), 1, anon_sym_DOT, - ACTIONS(4893), 1, + ACTIONS(4963), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4965), 1, anon_sym_SQUOTE, - ACTIONS(4897), 1, + ACTIONS(4967), 1, anon_sym_LBRACK, - ACTIONS(4899), 1, + ACTIONS(4969), 1, sym_PARAMETER, - STATE(3623), 1, + STATE(3597), 1, aux_sym_name_repeat1, - STATE(4559), 1, + STATE(4616), 1, sym_generic_map_aspect, - STATE(4795), 1, + STATE(4739), 1, sym__name_selector, - STATE(3597), 3, + STATE(3598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1503), 4, + ACTIONS(1465), 4, sym_GENERIC, sym_PORT, - sym_USE, anon_sym_SEMI, - STATE(4794), 5, + anon_sym_LT_EQ, + STATE(4740), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [218672] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(4951), 1, - anon_sym_RBRACK, - ACTIONS(4953), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5454), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3598), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [218722] = 13, + [218726] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4955), 1, + ACTIONS(4971), 1, anon_sym_RBRACK, - ACTIONS(4957), 1, + ACTIONS(4973), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5448), 1, + STATE(5561), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228955,36 +229011,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218772] = 13, + [218776] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4959), 1, + ACTIONS(4975), 1, anon_sym_RBRACK, - ACTIONS(4961), 1, + ACTIONS(4977), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5492), 1, + STATE(5539), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -228992,36 +229048,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218822] = 13, + [218826] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4963), 1, + ACTIONS(4979), 1, anon_sym_RBRACK, - ACTIONS(4965), 1, + ACTIONS(4981), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5450), 1, + STATE(5366), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229029,36 +229085,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218872] = 13, + [218876] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4967), 1, + ACTIONS(4983), 1, anon_sym_RBRACK, - ACTIONS(4969), 1, + ACTIONS(4985), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5502), 1, + STATE(5393), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229066,36 +229122,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218922] = 13, + [218926] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4971), 1, + ACTIONS(4987), 1, anon_sym_RBRACK, - ACTIONS(4973), 1, + ACTIONS(4989), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5504), 1, + STATE(5369), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229103,36 +229159,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218972] = 13, + [218976] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4975), 1, + ACTIONS(4991), 1, anon_sym_RBRACK, - ACTIONS(4977), 1, + ACTIONS(4993), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5444), 1, + STATE(5400), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229140,222 +229196,224 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219022] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4979), 1, - anon_sym_DOT, - ACTIONS(4982), 1, - anon_sym_LPAREN, - ACTIONS(4985), 1, - anon_sym_SQUOTE, - ACTIONS(4988), 1, - anon_sym_LBRACK, - ACTIONS(4991), 1, - sym_GENERIC, - ACTIONS(4994), 1, - sym_PARAMETER, - STATE(4638), 1, - sym_generic_map_aspect, - STATE(4663), 1, - sym__name_selector, - ACTIONS(1465), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(3605), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4664), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [219074] = 13, + [219026] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4997), 1, + ACTIONS(4995), 1, anon_sym_RBRACK, - ACTIONS(4999), 1, + ACTIONS(4997), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5513), 1, + STATE(5557), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3606), 3, + STATE(3605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219124] = 13, + [219076] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5001), 1, + ACTIONS(4999), 1, anon_sym_RBRACK, - ACTIONS(5003), 1, + ACTIONS(5001), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5429), 1, + STATE(5362), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3607), 3, + STATE(3606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219174] = 13, + [219126] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5005), 1, + ACTIONS(5003), 1, anon_sym_RBRACK, - ACTIONS(5007), 1, + ACTIONS(5005), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5438), 1, + STATE(5410), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3608), 3, + STATE(3607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219224] = 13, + [219176] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(5009), 1, - anon_sym_RBRACK, - ACTIONS(5011), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5425), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3609), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [219274] = 13, + ACTIONS(4961), 1, + anon_sym_DOT, + ACTIONS(4963), 1, + anon_sym_LPAREN, + ACTIONS(4965), 1, + anon_sym_SQUOTE, + ACTIONS(4967), 1, + anon_sym_LBRACK, + ACTIONS(4969), 1, + sym_PARAMETER, + STATE(3598), 1, + aux_sym_name_repeat1, + STATE(4616), 1, + sym_generic_map_aspect, + STATE(4739), 1, + sym__name_selector, + STATE(3608), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, + anon_sym_LT_EQ, + STATE(4740), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [219228] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, + ACTIONS(5007), 1, + anon_sym_DOT, + ACTIONS(5009), 1, + anon_sym_LPAREN, + ACTIONS(5011), 1, + anon_sym_SQUOTE, ACTIONS(5013), 1, - anon_sym_RBRACK, + anon_sym_LBRACK, ACTIONS(5015), 1, + sym_GENERIC, + ACTIONS(5017), 1, + sym_PARAMETER, + STATE(3640), 1, + aux_sym_name_repeat1, + STATE(4567), 1, + sym_generic_map_aspect, + STATE(4842), 1, + sym__name_selector, + ACTIONS(1465), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3609), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4841), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [219282] = 13, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(5019), 1, + anon_sym_RBRACK, + ACTIONS(5021), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5519), 1, + STATE(5396), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229363,36 +229421,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219324] = 13, + [219332] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5017), 1, + ACTIONS(5023), 1, anon_sym_RBRACK, - ACTIONS(5019), 1, + ACTIONS(5025), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5421), 1, + STATE(5381), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229400,36 +229458,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219374] = 13, + [219382] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5021), 1, + ACTIONS(5027), 1, anon_sym_RBRACK, - ACTIONS(5023), 1, + ACTIONS(5029), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5511), 1, + STATE(5414), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229437,36 +229495,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219424] = 13, + [219432] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5025), 1, + ACTIONS(5031), 1, anon_sym_RBRACK, - ACTIONS(5027), 1, + ACTIONS(5033), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5416), 1, + STATE(5550), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229474,36 +229532,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219474] = 13, + [219482] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5029), 1, + ACTIONS(5035), 1, anon_sym_RBRACK, - ACTIONS(5031), 1, + ACTIONS(5037), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5414), 1, + STATE(5399), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229511,36 +229569,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219524] = 13, + [219532] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5033), 1, + ACTIONS(5039), 1, anon_sym_RBRACK, - ACTIONS(5035), 1, + ACTIONS(5041), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5525), 1, + STATE(5374), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229548,36 +229606,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219574] = 13, + [219582] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5037), 1, + ACTIONS(5043), 1, anon_sym_RBRACK, - ACTIONS(5039), 1, + ACTIONS(5045), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5527), 1, + STATE(5429), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229585,36 +229643,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219624] = 13, + [219632] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5041), 1, + ACTIONS(5047), 1, anon_sym_RBRACK, - ACTIONS(5043), 1, + ACTIONS(5049), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5524), 1, + STATE(5546), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229622,75 +229680,73 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219674] = 15, + [219682] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5045), 1, - anon_sym_DOT, - ACTIONS(5047), 1, - anon_sym_LPAREN, - ACTIONS(5049), 1, - anon_sym_SQUOTE, + ACTIONS(4899), 1, + anon_sym_LT_LT, ACTIONS(5051), 1, - anon_sym_LBRACK, + anon_sym_RBRACK, ACTIONS(5053), 1, - sym_GENERIC, - ACTIONS(5055), 1, - sym_PARAMETER, - STATE(3637), 1, - aux_sym_name_repeat1, - STATE(4595), 1, - sym_generic_map_aspect, - STATE(4818), 1, - sym__name_selector, - ACTIONS(1503), 3, - sym_OF, - anon_sym_SEMI, - anon_sym_RPAREN, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5419), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4830), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [219728] = 13, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [219732] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5057), 1, + ACTIONS(5055), 1, anon_sym_RBRACK, - ACTIONS(5059), 1, + ACTIONS(5057), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5532), 1, + STATE(5518), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229698,166 +229754,164 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219778] = 13, + [219782] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4269), 1, + anon_sym_DOT, + ACTIONS(4271), 1, + anon_sym_LPAREN, + ACTIONS(4273), 1, + anon_sym_SQUOTE, + ACTIONS(4275), 1, + anon_sym_LBRACK, + ACTIONS(4279), 1, + sym_PARAMETER, + STATE(3325), 1, + aux_sym_name_repeat1, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4409), 1, + sym__name_selector, + STATE(3620), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1465), 4, + sym_GENERIC, + sym_RANGE, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4446), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [219834] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5061), 1, + ACTIONS(5059), 1, anon_sym_RBRACK, - ACTIONS(5063), 1, + ACTIONS(5061), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5536), 1, + STATE(5537), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3620), 3, + STATE(3621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219828] = 13, + [219884] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5065), 1, + ACTIONS(5063), 1, anon_sym_RBRACK, - ACTIONS(5067), 1, + ACTIONS(5065), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5542), 1, + STATE(5424), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3621), 3, + STATE(3622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219878] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5045), 1, - anon_sym_DOT, - ACTIONS(5047), 1, - anon_sym_LPAREN, - ACTIONS(5049), 1, - anon_sym_SQUOTE, - ACTIONS(5051), 1, - anon_sym_LBRACK, - ACTIONS(5053), 1, - sym_GENERIC, - ACTIONS(5055), 1, - sym_PARAMETER, - STATE(3618), 1, - aux_sym_name_repeat1, - STATE(4595), 1, - sym_generic_map_aspect, - STATE(4818), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_OF, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3622), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4830), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [219932] = 14, + [219934] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(5067), 1, + anon_sym_RBRACK, ACTIONS(5069), 1, - anon_sym_DOT, - ACTIONS(5072), 1, - anon_sym_LPAREN, - ACTIONS(5075), 1, - anon_sym_SQUOTE, - ACTIONS(5078), 1, - anon_sym_LBRACK, - ACTIONS(5081), 1, - sym_GENERIC, - ACTIONS(5084), 1, - sym_PARAMETER, - STATE(4559), 1, - sym_generic_map_aspect, - STATE(4795), 1, - sym__name_selector, - ACTIONS(1465), 3, - sym_PORT, - sym_USE, - anon_sym_SEMI, - STATE(3623), 4, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5356), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4794), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, [219984] = 13, ACTIONS(3), 1, sym__grave_accent, @@ -229865,20 +229919,20 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5087), 1, + ACTIONS(5071), 1, anon_sym_RBRACK, - ACTIONS(5089), 1, + ACTIONS(5073), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5406), 1, + STATE(5533), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229886,11 +229940,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -229902,20 +229956,20 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5091), 1, + ACTIONS(5075), 1, anon_sym_RBRACK, - ACTIONS(5093), 1, + ACTIONS(5077), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5400), 1, + STATE(5391), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229923,11 +229977,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -229939,20 +229993,20 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5095), 1, + ACTIONS(5079), 1, anon_sym_RBRACK, - ACTIONS(5097), 1, + ACTIONS(5081), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5399), 1, + STATE(5526), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -229960,114 +230014,112 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220134] = 15, + [220134] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5099), 1, - anon_sym_DOT, - ACTIONS(5101), 1, - anon_sym_LPAREN, - ACTIONS(5103), 1, - anon_sym_SQUOTE, - ACTIONS(5105), 1, - anon_sym_LBRACK, - ACTIONS(5107), 1, - sym_GENERIC, - ACTIONS(5109), 1, - sym_PARAMETER, - STATE(3647), 1, - aux_sym_name_repeat1, - STATE(4607), 1, - sym_generic_map_aspect, - STATE(4718), 1, - sym__name_selector, - ACTIONS(1503), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(5083), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5383), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4720), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220188] = 15, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [220184] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5099), 1, + ACTIONS(5007), 1, anon_sym_DOT, - ACTIONS(5101), 1, + ACTIONS(5009), 1, anon_sym_LPAREN, - ACTIONS(5103), 1, + ACTIONS(5011), 1, anon_sym_SQUOTE, - ACTIONS(5105), 1, + ACTIONS(5013), 1, anon_sym_LBRACK, - ACTIONS(5107), 1, + ACTIONS(5015), 1, sym_GENERIC, - ACTIONS(5109), 1, + ACTIONS(5017), 1, sym_PARAMETER, - STATE(3627), 1, + STATE(3609), 1, aux_sym_name_repeat1, - STATE(4607), 1, + STATE(4567), 1, sym_generic_map_aspect, - STATE(4718), 1, + STATE(4842), 1, sym__name_selector, - ACTIONS(1487), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(1481), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(3628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4720), 5, + STATE(4841), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [220242] = 13, + [220238] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5111), 1, - sym_box, - STATE(3020), 1, + ACTIONS(5087), 1, + anon_sym_RBRACK, + ACTIONS(5089), 1, + sym_RETURN, + STATE(3668), 1, sym__direct_name, - STATE(6177), 1, - sym__interface_subprogram_default, - STATE(6178), 1, + STATE(5511), 1, sym_name, - STATE(4332), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230075,36 +230127,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220292] = 13, + [220288] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(4248), 1, - anon_sym_LPAREN, - STATE(3020), 1, + ACTIONS(5091), 1, + anon_sym_RBRACK, + ACTIONS(5093), 1, + sym_RETURN, + STATE(3668), 1, sym__direct_name, - STATE(6192), 1, - sym_resolution_indication, - STATE(6350), 1, + STATE(5367), 1, sym_name, - STATE(4332), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230112,36 +230164,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220342] = 13, + [220338] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5113), 1, + ACTIONS(5095), 1, anon_sym_RBRACK, - ACTIONS(5115), 1, + ACTIONS(5097), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5395), 1, + STATE(5503), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230149,36 +230201,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220392] = 13, + [220388] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5117), 1, + ACTIONS(5099), 1, anon_sym_RBRACK, - ACTIONS(5119), 1, + ACTIONS(5101), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5393), 1, + STATE(5434), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230186,36 +230238,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220442] = 13, + [220438] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5121), 1, + ACTIONS(5103), 1, anon_sym_RBRACK, - ACTIONS(5123), 1, + ACTIONS(5105), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5392), 1, + STATE(5430), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230223,36 +230275,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220492] = 13, + [220488] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5125), 1, + ACTIONS(5107), 1, anon_sym_RBRACK, - ACTIONS(5127), 1, + ACTIONS(5109), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5386), 1, + STATE(5387), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230260,36 +230312,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220542] = 13, + [220538] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5129), 1, + ACTIONS(5111), 1, anon_sym_RBRACK, - ACTIONS(5131), 1, + ACTIONS(5113), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5415), 1, + STATE(5371), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230297,36 +230349,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220592] = 13, + [220588] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5133), 1, + ACTIONS(5115), 1, anon_sym_RBRACK, - ACTIONS(5135), 1, + ACTIONS(5117), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5554), 1, + STATE(5493), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230334,257 +230386,265 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220642] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5137), 1, - anon_sym_DOT, - ACTIONS(5140), 1, - anon_sym_LPAREN, - ACTIONS(5143), 1, - anon_sym_SQUOTE, - ACTIONS(5146), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - sym_GENERIC, - ACTIONS(5152), 1, - sym_PARAMETER, - STATE(4595), 1, - sym_generic_map_aspect, - STATE(4818), 1, - sym__name_selector, - ACTIONS(1465), 3, - sym_OF, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3637), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4830), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220694] = 13, + [220638] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5155), 1, + ACTIONS(5119), 1, anon_sym_RBRACK, - ACTIONS(5157), 1, + ACTIONS(5121), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5486), 1, + STATE(5361), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3638), 3, + STATE(3637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220744] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5159), 1, - anon_sym_DOT, - ACTIONS(5162), 1, - anon_sym_LPAREN, - ACTIONS(5165), 1, - anon_sym_SQUOTE, - ACTIONS(5168), 1, - anon_sym_LBRACK, - ACTIONS(5171), 1, - sym_GENERIC, - ACTIONS(5174), 1, - sym_PARAMETER, - STATE(4572), 1, - sym_generic_map_aspect, - STATE(4825), 1, - sym__name_selector, - ACTIONS(1465), 3, - sym_PORT, - anon_sym_SEMI, - anon_sym_LT_EQ, - STATE(3639), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4827), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220796] = 13, + [220688] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5177), 1, + ACTIONS(5123), 1, anon_sym_RBRACK, - ACTIONS(5179), 1, + ACTIONS(5125), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5378), 1, + STATE(5485), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3640), 3, + STATE(3638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220846] = 13, + [220738] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5181), 1, + ACTIONS(5127), 1, anon_sym_RBRACK, - ACTIONS(5183), 1, + ACTIONS(5129), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5379), 1, + STATE(5437), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3641), 3, + STATE(3639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220896] = 8, + [220788] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4142), 1, + ACTIONS(5131), 1, + anon_sym_DOT, + ACTIONS(5134), 1, anon_sym_LPAREN, - ACTIONS(5185), 1, + ACTIONS(5137), 1, + anon_sym_SQUOTE, + ACTIONS(5140), 1, + anon_sym_LBRACK, + ACTIONS(5143), 1, + sym_GENERIC, + ACTIONS(5146), 1, sym_PARAMETER, - STATE(3732), 1, - sym_parenthesis_group, - STATE(3642), 3, + STATE(4567), 1, + sym_generic_map_aspect, + STATE(4842), 1, + sym__name_selector, + ACTIONS(1485), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3640), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 14, - sym_identifier, + aux_sym_name_repeat1, + STATE(4841), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220840] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5149), 1, + anon_sym_DOT, + ACTIONS(5151), 1, + anon_sym_LPAREN, + ACTIONS(5153), 1, + anon_sym_SQUOTE, + ACTIONS(5155), 1, + anon_sym_LBRACK, + ACTIONS(5157), 1, sym_GENERIC, - sym_IS, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5159), 1, + sym_PARAMETER, + STATE(3586), 1, + aux_sym_name_repeat1, + STATE(4652), 1, + sym_generic_map_aspect, + STATE(4876), 1, + sym__name_selector, + ACTIONS(1465), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3641), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4887), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220894] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5149), 1, anon_sym_DOT, - anon_sym_LT_LT, + ACTIONS(5151), 1, + anon_sym_LPAREN, + ACTIONS(5153), 1, anon_sym_SQUOTE, + ACTIONS(5155), 1, anon_sym_LBRACK, - [220936] = 9, + ACTIONS(5157), 1, + sym_GENERIC, + ACTIONS(5159), 1, + sym_PARAMETER, + STATE(3641), 1, + aux_sym_name_repeat1, + STATE(4652), 1, + sym_generic_map_aspect, + STATE(4876), 1, + sym__name_selector, + ACTIONS(1481), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3642), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4887), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220948] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7625), 1, - sym__attribute_designator, - STATE(7626), 1, + STATE(7659), 1, sym__identifier, - STATE(7627), 1, + STATE(7721), 1, sym__attribute, + STATE(8281), 1, + sym__attribute_designator, STATE(3643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5189), 10, + ACTIONS(5163), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -230595,27 +230655,27 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [220978] = 13, + [220990] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5191), 1, + ACTIONS(5165), 1, anon_sym_RBRACK, - ACTIONS(5193), 1, + ACTIONS(5167), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5373), 1, + STATE(5479), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230623,141 +230683,105 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [221028] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(5195), 1, - anon_sym_RBRACK, - ACTIONS(5197), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5347), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3645), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221078] = 15, + [221040] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5199), 1, + ACTIONS(5169), 1, anon_sym_DOT, - ACTIONS(5201), 1, + ACTIONS(5171), 1, anon_sym_LPAREN, - ACTIONS(5203), 1, + ACTIONS(5173), 1, anon_sym_SQUOTE, - ACTIONS(5205), 1, + ACTIONS(5175), 1, anon_sym_LBRACK, - ACTIONS(5207), 1, + ACTIONS(5177), 1, sym_GENERIC, - ACTIONS(5209), 1, + ACTIONS(5179), 1, sym_PARAMETER, STATE(3653), 1, aux_sym_name_repeat1, - STATE(4626), 1, + STATE(4565), 1, sym_generic_map_aspect, - STATE(4701), 1, + STATE(4694), 1, sym__name_selector, - ACTIONS(1503), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3646), 3, + ACTIONS(1465), 3, + sym_END, + sym_FOR, + sym_USE, + STATE(3645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4700), 5, + STATE(4695), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221132] = 14, + [221094] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5211), 1, + ACTIONS(5169), 1, anon_sym_DOT, - ACTIONS(5214), 1, + ACTIONS(5171), 1, anon_sym_LPAREN, - ACTIONS(5217), 1, + ACTIONS(5173), 1, anon_sym_SQUOTE, - ACTIONS(5220), 1, + ACTIONS(5175), 1, anon_sym_LBRACK, - ACTIONS(5223), 1, + ACTIONS(5177), 1, sym_GENERIC, - ACTIONS(5226), 1, + ACTIONS(5179), 1, sym_PARAMETER, - STATE(4607), 1, + STATE(3645), 1, + aux_sym_name_repeat1, + STATE(4565), 1, sym_generic_map_aspect, - STATE(4718), 1, + STATE(4694), 1, sym__name_selector, - ACTIONS(1465), 3, + ACTIONS(1481), 3, sym_END, sym_FOR, sym_USE, - STATE(3647), 4, + STATE(3646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4720), 5, + STATE(4695), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221184] = 5, + [221148] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3648), 3, + STATE(3647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5229), 17, + ACTIONS(5181), 17, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -230775,27 +230799,64 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [221218] = 13, + [221182] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5231), 1, + ACTIONS(5183), 1, anon_sym_RBRACK, - ACTIONS(5233), 1, + ACTIONS(5185), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5453), 1, + STATE(5473), 1, + sym_name, + STATE(4774), 2, + sym__identifier, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3648), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [221232] = 13, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(4242), 1, + anon_sym_LPAREN, + STATE(3024), 1, + sym__direct_name, + STATE(6357), 1, + sym_resolution_indication, + STATE(6563), 1, sym_name, - STATE(4659), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230803,38 +230864,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221268] = 9, + [221282] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, + STATE(7721), 1, sym__attribute, - STATE(7842), 1, + STATE(7724), 1, sym__identifier, - STATE(8291), 1, + STATE(8288), 1, sym__attribute_designator, STATE(3650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5189), 10, + ACTIONS(5163), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -230845,133 +230906,174 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [221310] = 9, + [221324] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, - sym__attribute, - STATE(7643), 1, + ACTIONS(4899), 1, + anon_sym_LT_LT, + ACTIONS(5187), 1, + anon_sym_RBRACK, + ACTIONS(5189), 1, + sym_RETURN, + STATE(3668), 1, + sym__direct_name, + STATE(5466), 1, + sym_name, + STATE(4774), 2, sym__identifier, - STATE(8265), 1, - sym__attribute_designator, + sym__external_name, + ACTIONS(4907), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + STATE(4775), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5189), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [221352] = 9, + [221374] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, - sym__attribute, - STATE(7708), 1, - sym__identifier, - STATE(8272), 1, - sym__attribute_designator, + ACTIONS(4126), 1, + anon_sym_LPAREN, + ACTIONS(5191), 1, + sym_PARAMETER, + STATE(3842), 1, + sym_parenthesis_group, STATE(3652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + ACTIONS(2362), 14, sym_identifier, + sym_GENERIC, + sym_IS, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(5189), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [221394] = 14, + anon_sym_DOT, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [221414] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5235), 1, + ACTIONS(5193), 1, anon_sym_DOT, - ACTIONS(5238), 1, + ACTIONS(5196), 1, anon_sym_LPAREN, - ACTIONS(5241), 1, + ACTIONS(5199), 1, anon_sym_SQUOTE, - ACTIONS(5244), 1, + ACTIONS(5202), 1, anon_sym_LBRACK, - ACTIONS(5247), 1, + ACTIONS(5205), 1, sym_GENERIC, - ACTIONS(5250), 1, + ACTIONS(5208), 1, sym_PARAMETER, - STATE(4626), 1, + STATE(4565), 1, sym_generic_map_aspect, - STATE(4701), 1, + STATE(4694), 1, sym__name_selector, - ACTIONS(1465), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1485), 3, + sym_END, + sym_FOR, + sym_USE, STATE(3653), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4700), 5, + STATE(4695), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [221466] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5211), 1, + anon_sym_DOT, + ACTIONS(5214), 1, + anon_sym_LPAREN, + ACTIONS(5217), 1, + anon_sym_SQUOTE, + ACTIONS(5220), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + sym_GENERIC, + ACTIONS(5226), 1, + sym_PARAMETER, + STATE(4614), 1, + sym_generic_map_aspect, + STATE(4730), 1, + sym__name_selector, + ACTIONS(1485), 3, + sym_PORT, + sym_USE, + anon_sym_SEMI, + STATE(3654), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4727), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221446] = 9, + [221518] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, + STATE(7721), 1, sym__attribute, - STATE(7812), 1, + STATE(7784), 1, sym__identifier, - STATE(8286), 1, + STATE(8295), 1, sym__attribute_designator, - STATE(3654), 3, + STATE(3655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5189), 10, + ACTIONS(5163), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -230982,140 +231084,102 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [221488] = 13, + [221560] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5253), 1, + ACTIONS(5229), 1, anon_sym_RBRACK, - ACTIONS(5255), 1, + ACTIONS(5231), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5368), 1, + STATE(5447), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3655), 3, + STATE(3656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221538] = 14, + [221610] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4232), 1, + ACTIONS(4269), 1, anon_sym_DOT, - ACTIONS(4234), 1, + ACTIONS(4271), 1, anon_sym_LPAREN, - ACTIONS(4236), 1, + ACTIONS(4273), 1, anon_sym_SQUOTE, - ACTIONS(4238), 1, + ACTIONS(4275), 1, anon_sym_LBRACK, - ACTIONS(4242), 1, + ACTIONS(4279), 1, sym_PARAMETER, - STATE(3661), 1, + STATE(3620), 1, aux_sym_name_repeat1, - STATE(4390), 1, - sym_generic_map_aspect, STATE(4403), 1, - sym__name_selector, - STATE(3656), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_RANGE, - anon_sym_SEMI, - sym_variable_assignment, - STATE(4404), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [221590] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4941), 1, - anon_sym_DOT, - ACTIONS(4943), 1, - anon_sym_LPAREN, - ACTIONS(4945), 1, - anon_sym_SQUOTE, - ACTIONS(4947), 1, - anon_sym_LBRACK, - ACTIONS(4949), 1, - sym_PARAMETER, - STATE(3639), 1, - aux_sym_name_repeat1, - STATE(4572), 1, sym_generic_map_aspect, - STATE(4825), 1, + STATE(4409), 1, sym__name_selector, STATE(3657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1503), 4, + ACTIONS(1481), 4, sym_GENERIC, - sym_PORT, + sym_RANGE, anon_sym_SEMI, - anon_sym_LT_EQ, - STATE(4827), 5, + sym_variable_assignment, + STATE(4446), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221642] = 13, + [221662] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5257), 1, + ACTIONS(5233), 1, anon_sym_RBRACK, - ACTIONS(5259), 1, + ACTIONS(5235), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5367), 1, + STATE(5452), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -231123,75 +231187,74 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221692] = 15, + [221712] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5199), 1, + ACTIONS(5237), 1, anon_sym_DOT, - ACTIONS(5201), 1, + ACTIONS(5239), 1, anon_sym_LPAREN, - ACTIONS(5203), 1, + ACTIONS(5241), 1, anon_sym_SQUOTE, - ACTIONS(5205), 1, + ACTIONS(5243), 1, anon_sym_LBRACK, - ACTIONS(5207), 1, - sym_GENERIC, - ACTIONS(5209), 1, + ACTIONS(5245), 1, sym_PARAMETER, - STATE(3646), 1, + STATE(3662), 1, aux_sym_name_repeat1, - STATE(4626), 1, + STATE(4614), 1, sym_generic_map_aspect, - STATE(4701), 1, + STATE(4730), 1, sym__name_selector, - ACTIONS(1487), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, STATE(3659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4700), 5, + ACTIONS(1481), 4, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + STATE(4727), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221746] = 13, + [221764] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5261), 1, + ACTIONS(5247), 1, anon_sym_RBRACK, - ACTIONS(5263), 1, + ACTIONS(5249), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5549), 1, + STATE(5459), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -231199,187 +231262,146 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221796] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4232), 1, - anon_sym_DOT, - ACTIONS(4234), 1, - anon_sym_LPAREN, - ACTIONS(4236), 1, - anon_sym_SQUOTE, - ACTIONS(4238), 1, - anon_sym_LBRACK, - ACTIONS(4242), 1, - sym_PARAMETER, - STATE(3286), 1, - aux_sym_name_repeat1, - STATE(4390), 1, - sym_generic_map_aspect, - STATE(4403), 1, - sym__name_selector, - STATE(3661), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1503), 4, - sym_GENERIC, - sym_RANGE, - anon_sym_SEMI, - sym_variable_assignment, - STATE(4404), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [221848] = 13, + [221814] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - ACTIONS(5265), 1, + ACTIONS(5251), 1, anon_sym_RBRACK, - ACTIONS(5267), 1, + ACTIONS(5253), 1, sym_RETURN, - STATE(3590), 1, + STATE(3668), 1, sym__direct_name, - STATE(5361), 1, + STATE(5359), 1, sym_name, - STATE(4659), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3662), 3, + STATE(3661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221898] = 13, + [221864] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(5269), 1, - anon_sym_RBRACK, - ACTIONS(5271), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5363), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3663), 3, + ACTIONS(5237), 1, + anon_sym_DOT, + ACTIONS(5239), 1, + anon_sym_LPAREN, + ACTIONS(5241), 1, + anon_sym_SQUOTE, + ACTIONS(5243), 1, + anon_sym_LBRACK, + ACTIONS(5245), 1, + sym_PARAMETER, + STATE(3654), 1, + aux_sym_name_repeat1, + STATE(4614), 1, + sym_generic_map_aspect, + STATE(4730), 1, + sym__name_selector, + STATE(3662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [221948] = 13, + ACTIONS(1465), 4, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + STATE(4727), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [221916] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(5273), 1, - anon_sym_RBRACK, - ACTIONS(5275), 1, - sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5357), 1, - sym_name, - STATE(4659), 2, + STATE(7710), 1, + sym__attribute_designator, + STATE(7713), 1, sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3664), 3, + STATE(7721), 1, + sym__attribute, + STATE(3663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221998] = 9, + ACTIONS(5163), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [221958] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, + STATE(7721), 1, sym__attribute, - STATE(7768), 1, + STATE(7828), 1, sym__identifier, - STATE(8279), 1, + STATE(8302), 1, sym__attribute_designator, - STATE(3665), 3, + STATE(3664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5187), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5189), 10, + ACTIONS(5163), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -231390,204 +231412,167 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [222040] = 13, + [222000] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, - anon_sym_LT_LT, - ACTIONS(5277), 1, - anon_sym_RBRACK, - ACTIONS(5279), 1, + ACTIONS(5255), 1, + anon_sym_DOT, + ACTIONS(5258), 1, + anon_sym_LPAREN, + ACTIONS(5261), 1, + anon_sym_SQUOTE, + ACTIONS(5264), 1, + anon_sym_LBRACK, + ACTIONS(5267), 1, + sym_GENERIC, + ACTIONS(5270), 1, + sym_PARAMETER, + STATE(4619), 1, + sym_generic_map_aspect, + STATE(4776), 1, + sym__name_selector, + ACTIONS(1485), 3, sym_RETURN, - STATE(3590), 1, - sym__direct_name, - STATE(5352), 1, - sym_name, - STATE(4659), 2, - sym__identifier, - sym__external_name, - ACTIONS(4885), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3666), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3665), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4881), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [222090] = 15, + aux_sym_name_repeat1, + STATE(4778), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [222052] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(7721), 1, + sym__attribute, + STATE(7858), 1, sym__identifier, - STATE(6812), 1, - sym__external_pathname, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(3667), 3, + STATE(8307), 1, + sym__attribute_designator, + STATE(3666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(5161), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [222143] = 15, + ACTIONS(5163), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [222094] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5273), 1, anon_sym_DOT, + ACTIONS(5275), 1, + anon_sym_LPAREN, + ACTIONS(5277), 1, + anon_sym_SQUOTE, + ACTIONS(5279), 1, + anon_sym_LBRACK, + ACTIONS(5281), 1, + sym_GENERIC, ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7941), 1, - sym__external_pathname, - STATE(3668), 3, + sym_PARAMETER, + STATE(3665), 1, + aux_sym_name_repeat1, + STATE(4619), 1, + sym_generic_map_aspect, + STATE(4776), 1, + sym__name_selector, + ACTIONS(1465), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [222196] = 12, + STATE(4778), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [222148] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5287), 1, + ACTIONS(5273), 1, + anon_sym_DOT, + ACTIONS(5275), 1, anon_sym_LPAREN, - ACTIONS(5289), 1, - anon_sym_LT_LT, - STATE(3622), 1, - sym__direct_name, - STATE(5812), 1, - sym_name, - STATE(4798), 2, - sym__identifier, - sym__external_name, - ACTIONS(5293), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3669), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5291), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [222243] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, + ACTIONS(5277), 1, + anon_sym_SQUOTE, + ACTIONS(5279), 1, + anon_sym_LBRACK, ACTIONS(5281), 1, - anon_sym_DOT, + sym_GENERIC, ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7739), 1, - sym__external_pathname, - STATE(3670), 3, + sym_PARAMETER, + STATE(3667), 1, + aux_sym_name_repeat1, + STATE(4619), 1, + sym_generic_map_aspect, + STATE(4776), 1, + sym__name_selector, + ACTIONS(1481), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [222296] = 5, + STATE(4778), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [222202] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3671), 3, + STATE(3669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3378), 16, + ACTIONS(3422), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -231604,18 +231589,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [222329] = 5, + [222235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3672), 3, + STATE(3670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3406), 16, + ACTIONS(3286), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -231632,106 +231617,210 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [222362] = 5, + [222268] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3673), 3, + STATE(7721), 1, + sym__attribute, + STATE(8315), 1, + sym__attribute_designator, + STATE(3671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3376), 16, + ACTIONS(5285), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222395] = 5, + ACTIONS(5163), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [222307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3674), 3, + STATE(3672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3374), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, + ACTIONS(5287), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [222340] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3673), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5289), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [222373] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(5291), 1, + anon_sym_LPAREN, + STATE(3024), 1, + sym__direct_name, + STATE(6789), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(3674), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222428] = 5, + [222420] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5293), 1, + anon_sym_LPAREN, + ACTIONS(5295), 1, + anon_sym_LT_LT, + STATE(3642), 1, + sym__direct_name, + STATE(5697), 1, + sym_name, + STATE(4861), 2, + sym__identifier, + sym__external_name, + ACTIONS(5299), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 16, + STATE(4879), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5297), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222461] = 5, + [222467] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(7721), 1, + sym__attribute, + STATE(8312), 1, + sym__attribute_designator, STATE(3676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 16, + ACTIONS(5285), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(5163), 10, + sym_attribute_function, + sym_attribute_impure_function, + sym_attribute_mode_view, + sym_attribute_pure_function, + sym_attribute_range, + sym_attribute_signal, + sym_attribute_subtype, + sym_attribute_type, + sym_attribute_value, + sym_library_attribute, + [222506] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3677), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5301), 16, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_CONSTANT, + sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -231744,345 +231833,374 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [222494] = 5, + [222539] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3677), 3, + STATE(3678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3398), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, + ACTIONS(5303), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222527] = 5, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [222572] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3678), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8017), 1, + sym__external_pathname, + STATE(3679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3400), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222560] = 5, + [222625] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3679), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(8346), 1, + sym_group_constituent_list, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3402), 16, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222593] = 15, + [222672] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7791), 1, + STATE(8016), 1, sym__external_pathname, - STATE(3680), 3, + STATE(3681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [222646] = 15, + [222725] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7792), 1, + STATE(8015), 1, sym__external_pathname, - STATE(3681), 3, + STATE(3682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [222699] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3682), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3414), 16, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222732] = 5, + [222778] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8014), 1, + sym__external_pathname, STATE(3683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3416), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222765] = 15, + [222831] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7793), 1, + STATE(8013), 1, sym__external_pathname, STATE(3684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [222818] = 5, + [222884] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8012), 1, + sym__external_pathname, STATE(3685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222851] = 5, + [222937] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8011), 1, + sym__external_pathname, STATE(3686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3418), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222884] = 5, + [222990] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8010), 1, + sym__external_pathname, STATE(3687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3328), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [222917] = 5, + [223043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232093,885 +232211,860 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3326), 16, + ACTIONS(2636), 16, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_LT, - [222950] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [223076] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7737), 1, + STATE(8009), 1, sym__external_pathname, STATE(3689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223003] = 5, + [223129] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8008), 1, + sym__external_pathname, STATE(3690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5295), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223036] = 5, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223182] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8007), 1, + sym__external_pathname, STATE(3691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223069] = 5, + [223235] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8006), 1, + sym__external_pathname, STATE(3692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223102] = 5, + [223288] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8005), 1, + sym__external_pathname, STATE(3693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223135] = 5, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223341] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8004), 1, + sym__external_pathname, STATE(3694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223168] = 5, + [223394] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8003), 1, + sym__external_pathname, STATE(3695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223201] = 5, + [223447] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8002), 1, + sym__external_pathname, STATE(3696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223234] = 5, + [223500] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(8001), 1, + sym__external_pathname, STATE(3697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223267] = 15, + [223553] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7829), 1, + STATE(8000), 1, sym__external_pathname, STATE(3698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223320] = 5, + [223606] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7999), 1, + sym__external_pathname, STATE(3699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223353] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3700), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3270), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223386] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3701), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5297), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223419] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3702), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3306), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223452] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3703), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2474), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223485] = 15, + [223659] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7675), 1, + STATE(7998), 1, sym__external_pathname, - STATE(3704), 3, + STATE(3700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223538] = 15, + [223712] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7830), 1, + STATE(7997), 1, sym__external_pathname, - STATE(3705), 3, + STATE(3701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223591] = 15, + [223765] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7831), 1, + STATE(7996), 1, sym__external_pathname, - STATE(3706), 3, + STATE(3702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223644] = 15, + [223818] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7674), 1, + STATE(7995), 1, sym__external_pathname, - STATE(3707), 3, + STATE(3703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223697] = 15, + [223871] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7673), 1, + STATE(7994), 1, sym__external_pathname, - STATE(3708), 3, + STATE(3704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223750] = 5, + [223924] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3709), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3308), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [223783] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3710), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2498), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [223816] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3711), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7993), 1, + sym__external_pathname, + STATE(3705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3218), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223849] = 5, + [223977] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3712), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7992), 1, + sym__external_pathname, + STATE(3706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223882] = 12, + [224030] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6002), 1, - sym_name, - STATE(7080), 1, - sym_group_constituent_list, - STATE(4332), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3713), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7991), 1, + sym__external_pathname, + STATE(3707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [223929] = 5, + [224083] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3714), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7990), 1, + sym__external_pathname, + STATE(3708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223962] = 5, + [224136] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3715), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7989), 1, + sym__external_pathname, + STATE(3709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [223995] = 5, + [224189] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3716), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7988), 1, + sym__external_pathname, + STATE(3710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224028] = 12, + [224242] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232980,1973 +233073,1585 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6002), 1, + STATE(5699), 1, sym_name, - STATE(7059), 1, - sym_group_constituent_list, - STATE(4332), 2, + STATE(8269), 1, + sym_verification_unit_list, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3717), 3, + STATE(3711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [224075] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3718), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3300), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [224108] = 5, + [224289] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3719), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3294), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [224141] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5299), 1, - anon_sym_DOT, - ACTIONS(5302), 1, - anon_sym_LPAREN, ACTIONS(5305), 1, - anon_sym_SQUOTE, - ACTIONS(5308), 1, - anon_sym_LBRACK, - ACTIONS(5311), 1, - sym_GENERIC, - ACTIONS(5314), 1, - sym_PARAMETER, - STATE(4803), 1, - sym_generic_map_aspect, - STATE(4918), 1, - sym__name_selector, - ACTIONS(1465), 2, - sym_IS, - sym_RANGE, - STATE(3720), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4917), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [224192] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3721), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2674), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224225] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3722), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3252), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [224258] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3723), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7987), 1, + sym__external_pathname, + STATE(3712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224291] = 5, + [224342] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3724), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2370), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224324] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3725), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3316), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [224357] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3726), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7986), 1, + sym__external_pathname, + STATE(3713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [224390] = 5, + [224395] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3727), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5317), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [224423] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3728), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5319), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [224456] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3729), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2506), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224489] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3730), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3478), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [224522] = 12, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6002), 1, - sym_name, - STATE(7028), 1, - sym_group_constituent_list, - STATE(4332), 2, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3731), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7985), 1, + sym__external_pathname, + STATE(3714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [224569] = 5, + [224448] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3732), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2572), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224602] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3733), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7984), 1, + sym__external_pathname, + STATE(3715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [224635] = 5, + [224501] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3734), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2614), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224668] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3735), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7983), 1, + sym__external_pathname, + STATE(3716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224701] = 5, + [224554] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3736), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2610), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224734] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3737), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7982), 1, + sym__external_pathname, + STATE(3717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224767] = 5, + [224607] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3738), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2636), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224800] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3739), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7981), 1, + sym__external_pathname, + STATE(3718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224833] = 5, + [224660] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3740), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7980), 1, + sym__external_pathname, + STATE(3719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224866] = 13, + [224713] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4941), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(4945), 1, - anon_sym_SQUOTE, - ACTIONS(4947), 1, - anon_sym_LBRACK, - ACTIONS(4949), 1, - sym_PARAMETER, - STATE(3639), 1, - aux_sym_name_repeat1, - STATE(4572), 1, - sym_generic_map_aspect, - STATE(4825), 1, - sym__name_selector, - STATE(3741), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1503), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LPAREN, - STATE(4827), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [224915] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3742), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7979), 1, + sym__external_pathname, + STATE(3720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224948] = 5, + [224766] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3743), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2580), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(5305), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [224981] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3744), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7978), 1, + sym__external_pathname, + STATE(3721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225014] = 12, + [224819] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6002), 1, - sym_name, - STATE(6986), 1, - sym_group_constituent_list, - STATE(4332), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3745), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7977), 1, + sym__external_pathname, + STATE(3722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225061] = 15, + [224872] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7851), 1, + STATE(7976), 1, sym__external_pathname, - STATE(3746), 3, + STATE(3723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225114] = 13, + [224925] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4941), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(4945), 1, - anon_sym_SQUOTE, - ACTIONS(4947), 1, - anon_sym_LBRACK, - ACTIONS(4949), 1, - sym_PARAMETER, - STATE(3741), 1, - aux_sym_name_repeat1, - STATE(4572), 1, - sym_generic_map_aspect, - STATE(4825), 1, - sym__name_selector, - STATE(3747), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LPAREN, - STATE(4827), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [225163] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3748), 3, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7975), 1, + sym__external_pathname, + STATE(3724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225196] = 15, + [224978] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7852), 1, + STATE(7974), 1, sym__external_pathname, - STATE(3749), 3, + STATE(3725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225249] = 5, + [225031] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3750), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7973), 1, + sym__external_pathname, + STATE(3726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225282] = 15, + [225084] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7853), 1, + STATE(7972), 1, sym__external_pathname, - STATE(3751), 3, + STATE(3727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225335] = 5, + [225137] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3752), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(5311), 1, + sym_library_constant_unit, + STATE(3024), 1, + sym__direct_name, + STATE(6889), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 16, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225368] = 5, + [225184] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3753), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7971), 1, + sym__external_pathname, + STATE(3729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225401] = 8, + [225237] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, - sym__attribute, - STATE(8296), 1, - sym__attribute_designator, - STATE(3754), 3, + ACTIONS(5313), 1, + anon_sym_DOT, + ACTIONS(5316), 1, + anon_sym_LPAREN, + ACTIONS(5319), 1, + anon_sym_SQUOTE, + ACTIONS(5322), 1, + anon_sym_LBRACK, + ACTIONS(5325), 1, + sym_GENERIC, + ACTIONS(5328), 1, + sym_PARAMETER, + STATE(4723), 1, + sym_generic_map_aspect, + STATE(4919), 1, + sym__name_selector, + ACTIONS(1485), 2, + sym_IS, + sym_RANGE, + STATE(3730), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5321), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(5189), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [225440] = 5, + aux_sym_name_repeat1, + STATE(4922), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [225288] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3755), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7970), 1, + sym__external_pathname, + STATE(3731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3268), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225473] = 12, + [225341] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5331), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3536), 1, sym__direct_name, - STATE(6002), 1, + STATE(5175), 1, sym_name, - STATE(6898), 1, - sym_group_constituent_list, - STATE(4332), 2, + STATE(5874), 1, + sym_sensitivity_list, + STATE(4608), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5335), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3756), 3, + STATE(3732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4559), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225520] = 5, + [225388] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3757), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7969), 1, + sym__external_pathname, + STATE(3733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225553] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3758), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3322), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [225586] = 15, + [225441] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7863), 1, + STATE(7968), 1, sym__external_pathname, - STATE(3759), 3, + STATE(3734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225639] = 15, + [225494] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7864), 1, + STATE(7967), 1, sym__external_pathname, - STATE(3760), 3, + STATE(3735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225692] = 5, + [225547] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3761), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7966), 1, + sym__external_pathname, + STATE(3736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3274), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225725] = 5, + [225600] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3762), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7965), 1, + sym__external_pathname, + STATE(3737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225758] = 15, + [225653] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7865), 1, + STATE(7964), 1, sym__external_pathname, - STATE(3763), 3, + STATE(3738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225811] = 5, + [225706] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3764), 3, + STATE(3739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [225844] = 15, + ACTIONS(3310), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [225739] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7869), 1, + STATE(7963), 1, sym__external_pathname, - STATE(3765), 3, + STATE(3740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225897] = 5, + [225792] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3766), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7962), 1, + sym__external_pathname, + STATE(3741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225930] = 12, + [225845] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6002), 1, - sym_name, - STATE(6776), 1, - sym_group_constituent_list, - STATE(4332), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3767), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7961), 1, + sym__external_pathname, + STATE(3742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225977] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3768), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3338), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [226010] = 15, + [225898] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7870), 1, + STATE(7960), 1, sym__external_pathname, - STATE(3769), 3, + STATE(3743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226063] = 15, + [225951] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7871), 1, + STATE(7959), 1, sym__external_pathname, - STATE(3770), 3, + STATE(3744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226116] = 5, + [226004] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3771), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7958), 1, + sym__external_pathname, + STATE(3745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [226149] = 5, + [226057] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3772), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7957), 1, + sym__external_pathname, + STATE(3746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3296), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [226182] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3773), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5323), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [226215] = 5, + [226110] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3774), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7956), 1, + sym__external_pathname, + STATE(3747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5325), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [226248] = 15, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226163] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7873), 1, + STATE(7955), 1, sym__external_pathname, - STATE(3775), 3, + STATE(3748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226301] = 15, + [226216] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7874), 1, + STATE(7954), 1, sym__external_pathname, - STATE(3776), 3, + STATE(3749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226354] = 12, + [226269] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, - anon_sym_LT_LT, - ACTIONS(5327), 1, - sym_library_namespace, - STATE(3747), 1, - sym__direct_name, - STATE(5563), 1, - sym_name, - STATE(4800), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(3750), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3777), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7953), 1, + sym__external_pathname, + STATE(3750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3730), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226401] = 15, + [226322] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7875), 1, + STATE(7952), 1, sym__external_pathname, - STATE(3778), 3, + STATE(3751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226454] = 15, + [226375] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7876), 1, + STATE(7951), 1, sym__external_pathname, - STATE(3779), 3, + STATE(3752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226507] = 5, + [226428] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3780), 3, + STATE(3753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 16, + ACTIONS(3218), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -234963,18 +234668,56 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [226540] = 5, + [226461] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3781), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7950), 1, + sym__external_pathname, + STATE(3754), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226514] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 16, + ACTIONS(3248), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -234991,69 +234734,82 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [226573] = 12, + [226547] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6002), 1, - sym_name, - STATE(8065), 1, - sym_group_constituent_list, - STATE(4332), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3782), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7949), 1, + sym__external_pathname, + STATE(3756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226620] = 5, + [226600] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3783), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7948), 1, + sym__external_pathname, + STATE(3757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3298), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, [226653] = 15, ACTIONS(3), 1, sym__grave_accent, @@ -235061,33 +234817,33 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7877), 1, + STATE(7947), 1, sym__external_pathname, - STATE(3784), 3, + STATE(3758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -235099,33 +234855,33 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(8001), 1, + STATE(7946), 1, sym__external_pathname, - STATE(3785), 3, + STATE(3759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -235137,277 +234893,267 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(8000), 1, + STATE(7945), 1, sym__external_pathname, - STATE(3786), 3, + STATE(3760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226812] = 15, + [226812] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7999), 1, - sym__external_pathname, - STATE(3787), 3, + STATE(3761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2516), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [226865] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [226845] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7878), 1, + STATE(7944), 1, sym__external_pathname, - STATE(3788), 3, + STATE(3762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226918] = 15, + [226898] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7879), 1, + STATE(7943), 1, sym__external_pathname, - STATE(3789), 3, + STATE(3763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226971] = 15, + [226951] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7998), 1, + STATE(7942), 1, sym__external_pathname, - STATE(3790), 3, + STATE(3764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227024] = 15, + [227004] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7880), 1, + STATE(7941), 1, sym__external_pathname, - STATE(3791), 3, + STATE(3765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227077] = 15, + [227057] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7881), 1, + STATE(7940), 1, sym__external_pathname, - STATE(3792), 3, + STATE(3766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227130] = 5, + [227110] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3793), 3, + STATE(3767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3478), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -235424,603 +235170,576 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [227163] = 12, + [227143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(5868), 1, - sym_name, - STATE(8040), 1, - sym_verification_unit_list, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3794), 3, + STATE(3768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [227210] = 15, + ACTIONS(3296), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [227176] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3769), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3284), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [227209] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7882), 1, + STATE(7939), 1, sym__external_pathname, - STATE(3795), 3, + STATE(3770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227263] = 15, + [227262] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7883), 1, + STATE(7938), 1, sym__external_pathname, - STATE(3796), 3, + STATE(3771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227316] = 15, + [227315] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7884), 1, + STATE(7937), 1, sym__external_pathname, - STATE(3797), 3, + STATE(3772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227369] = 15, + [227368] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7885), 1, + STATE(7936), 1, sym__external_pathname, - STATE(3798), 3, + STATE(3773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227422] = 15, + [227421] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7886), 1, - sym__external_pathname, - STATE(3799), 3, + STATE(3774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2536), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [227475] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [227454] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7997), 1, + STATE(7935), 1, sym__external_pathname, - STATE(3800), 3, + STATE(3775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227528] = 15, + [227507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7887), 1, - sym__external_pathname, - STATE(3801), 3, + STATE(3776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2488), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [227581] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [227540] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7888), 1, + STATE(7934), 1, sym__external_pathname, - STATE(3802), 3, + STATE(3777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227634] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3803), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3338), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [227667] = 15, + [227593] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7889), 1, + STATE(7933), 1, sym__external_pathname, - STATE(3804), 3, + STATE(3778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227720] = 15, + [227646] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7996), 1, + STATE(7932), 1, sym__external_pathname, - STATE(3805), 3, + STATE(3779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227773] = 15, + [227699] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7890), 1, + STATE(7931), 1, sym__external_pathname, - STATE(3806), 3, + STATE(3780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227826] = 15, + [227752] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7891), 1, + STATE(7930), 1, sym__external_pathname, - STATE(3807), 3, + STATE(3781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227879] = 15, + [227805] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7995), 1, + STATE(7929), 1, sym__external_pathname, - STATE(3808), 3, + STATE(3782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227932] = 5, + [227858] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3809), 3, + STATE(3783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3240), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [227965] = 5, + ACTIONS(3254), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [227891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3810), 3, + STATE(3784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 16, + ACTIONS(3222), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -236037,762 +235756,756 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [227998] = 15, + [227924] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7994), 1, - sym__external_pathname, - STATE(3811), 3, + STATE(3785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228051] = 15, + ACTIONS(3282), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [227957] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7892), 1, + STATE(7928), 1, sym__external_pathname, - STATE(3812), 3, + STATE(3786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228104] = 12, + [228010] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(5329), 1, - sym_library_constant_unit, - STATE(3020), 1, - sym__direct_name, - STATE(8264), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3813), 3, + STATE(3787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228151] = 15, + ACTIONS(3326), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7993), 1, - sym__external_pathname, - STATE(3814), 3, + STATE(3788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228204] = 15, + ACTIONS(3354), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228076] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7992), 1, + STATE(7927), 1, sym__external_pathname, - STATE(3815), 3, + STATE(3789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228257] = 15, + [228129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3790), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3356), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228162] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7991), 1, + STATE(7926), 1, sym__external_pathname, - STATE(3816), 3, + STATE(3791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228310] = 15, + [228215] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7893), 1, + STATE(7925), 1, sym__external_pathname, - STATE(3817), 3, + STATE(3792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228363] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3818), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3238), 16, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [228396] = 15, + [228268] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7894), 1, + STATE(7924), 1, sym__external_pathname, - STATE(3819), 3, + STATE(3793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228449] = 15, + [228321] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7895), 1, + STATE(7923), 1, sym__external_pathname, - STATE(3820), 3, + STATE(3794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228502] = 15, + [228374] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7896), 1, + STATE(7922), 1, sym__external_pathname, - STATE(3821), 3, + STATE(3795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228555] = 12, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5331), 1, - anon_sym_LT_LT, - STATE(3520), 1, - sym__direct_name, - STATE(5275), 1, - sym_name, - STATE(5794), 1, - sym_sensitivity_list, - STATE(4554), 2, - sym__identifier, - sym__external_name, - ACTIONS(5335), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3822), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4552), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5333), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228602] = 15, + [228427] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7897), 1, + STATE(7921), 1, sym__external_pathname, - STATE(3823), 3, + STATE(3796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228655] = 15, + [228480] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7990), 1, + STATE(7920), 1, sym__external_pathname, - STATE(3824), 3, + STATE(3797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228708] = 15, + [228533] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7898), 1, + STATE(7919), 1, sym__external_pathname, - STATE(3825), 3, + STATE(3798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228761] = 15, + [228586] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7989), 1, + STATE(7918), 1, sym__external_pathname, - STATE(3826), 3, + STATE(3799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228814] = 15, + [228639] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7988), 1, + STATE(7917), 1, sym__external_pathname, - STATE(3827), 3, + STATE(3800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228867] = 15, + [228692] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3801), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3362), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228725] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3802), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3380), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228758] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7987), 1, + STATE(7916), 1, sym__external_pathname, - STATE(3828), 3, + STATE(3803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228920] = 15, + [228811] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7986), 1, + STATE(7915), 1, sym__external_pathname, - STATE(3829), 3, + STATE(3804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228973] = 15, + [228864] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7899), 1, + STATE(7914), 1, sym__external_pathname, - STATE(3830), 3, + STATE(3805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229026] = 5, + [228917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3831), 3, + STATE(3806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 16, + ACTIONS(3280), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -236809,160 +236522,254 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229059] = 15, + [228950] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3807), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3388), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [228983] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3808), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5337), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [229016] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3809), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5339), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [229049] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7985), 1, + STATE(7913), 1, sym__external_pathname, - STATE(3832), 3, + STATE(3810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229112] = 15, + [229102] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7900), 1, + STATE(7912), 1, sym__external_pathname, - STATE(3833), 3, + STATE(3811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229165] = 5, + [229155] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3834), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7911), 1, + sym__external_pathname, + STATE(3812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3384), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [229198] = 15, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [229208] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7901), 1, + STATE(7910), 1, sym__external_pathname, - STATE(3835), 3, + STATE(3813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229251] = 5, + [229261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3836), 3, + STATE(3814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 16, + ACTIONS(3416), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -236979,18 +236786,56 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229284] = 5, + [229294] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3837), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7909), 1, + sym__external_pathname, + STATE(3815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 16, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [229347] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3816), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3426), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -237007,98 +236852,98 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229317] = 15, + [229380] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7902), 1, + STATE(7908), 1, sym__external_pathname, - STATE(3838), 3, + STATE(3817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229370] = 15, + [229433] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7903), 1, + STATE(7907), 1, sym__external_pathname, - STATE(3839), 3, + STATE(3818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229423] = 5, + [229486] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3840), 3, + STATE(3819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3276), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -237111,268 +236956,258 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229456] = 15, + [229519] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7904), 1, + STATE(7906), 1, sym__external_pathname, - STATE(3841), 3, + STATE(3820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229509] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3842), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3386), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [229542] = 15, + [229572] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, STATE(7905), 1, sym__external_pathname, - STATE(3843), 3, + STATE(3821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229595] = 5, + [229625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3844), 3, + STATE(3822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [229628] = 15, + ACTIONS(2618), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [229658] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7984), 1, + STATE(7904), 1, sym__external_pathname, - STATE(3845), 3, + STATE(3823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229681] = 15, + [229711] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7983), 1, + STATE(7903), 1, sym__external_pathname, - STATE(3846), 3, + STATE(3824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [229734] = 15, + [229764] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3825), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2492), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7982), 1, - sym__external_pathname, - STATE(3847), 3, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [229797] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2570), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [229787] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [229830] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3848), 3, + STATE(3827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 16, + ACTIONS(3442), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -237385,60 +237220,50 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229820] = 15, + [229863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7906), 1, - sym__external_pathname, - STATE(3849), 3, + STATE(3828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229873] = 5, + ACTIONS(3440), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [229896] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3850), 3, + STATE(3829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 16, + ACTIONS(3428), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -237451,382 +237276,434 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [229906] = 5, + [229929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3851), 3, + STATE(3830), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3402), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [229962] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 16, + ACTIONS(2596), 16, sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_DOT, anon_sym_LPAREN, anon_sym_LT_LT, - [229939] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [229995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7907), 1, - sym__external_pathname, - STATE(3852), 3, + STATE(3832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2398), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [229992] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230028] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7908), 1, - sym__external_pathname, - STATE(3853), 3, + STATE(3833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2544), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230045] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7909), 1, - sym__external_pathname, - STATE(3854), 3, + STATE(3834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2484), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230098] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230094] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3835), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2512), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7910), 1, - sym__external_pathname, - STATE(3855), 3, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230127] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2520), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230151] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230160] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3856), 3, + STATE(3837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [230184] = 15, + ACTIONS(2566), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3838), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2670), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7911), 1, - sym__external_pathname, - STATE(3857), 3, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230226] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2428), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230237] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230259] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7912), 1, + STATE(7902), 1, sym__external_pathname, - STATE(3858), 3, + STATE(3840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230290] = 15, + [230312] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7913), 1, + STATE(7901), 1, sym__external_pathname, - STATE(3859), 3, + STATE(3841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230343] = 15, + [230365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3842), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2496), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7914), 1, - sym__external_pathname, - STATE(3860), 3, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230398] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2644), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230396] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3861), 3, + STATE(3844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 16, + ACTIONS(3400), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -237839,132 +237716,158 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [230429] = 15, + [230464] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7915), 1, - sym__external_pathname, - STATE(3862), 3, + STATE(3845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [230482] = 15, + ACTIONS(3390), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [230497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7916), 1, - sym__external_pathname, - STATE(3863), 3, + STATE(3846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [230535] = 15, + ACTIONS(3366), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [230530] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7917), 1, - sym__external_pathname, - STATE(3864), 3, + STATE(3847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [230588] = 5, + ACTIONS(3256), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [230563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3865), 3, + STATE(3848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 16, + ACTIONS(3246), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [230596] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3849), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3240), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [230629] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3850), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3414), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -237981,246 +237884,382 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [230621] = 15, + [230662] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3851), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3448), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [230695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5337), 1, + STATE(3852), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2370), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5339), 1, anon_sym_LPAREN, - ACTIONS(5341), 1, + anon_sym_LT_LT, anon_sym_SQUOTE, - ACTIONS(5343), 1, anon_sym_LBRACK, - ACTIONS(5345), 1, + [230728] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3853), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2622), 16, + sym_identifier, sym_GENERIC, - ACTIONS(5347), 1, + sym_IS, sym_PARAMETER, - STATE(3882), 1, - aux_sym_name_repeat1, - STATE(4803), 1, - sym_generic_map_aspect, - STATE(4918), 1, - sym__name_selector, - ACTIONS(1487), 2, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230761] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3854), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2562), 16, + sym_identifier, + sym_GENERIC, sym_IS, + sym_PARAMETER, sym_RANGE, - STATE(3866), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230794] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4917), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [230674] = 15, + ACTIONS(2640), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230827] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3856), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2648), 16, + sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6807), 1, - sym__external_pathname, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(3867), 3, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230860] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2540), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230727] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [230893] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7918), 1, + STATE(7900), 1, sym__external_pathname, - STATE(3868), 3, + STATE(3858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230780] = 15, + [230946] = 13, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4961), 1, + anon_sym_DOT, + ACTIONS(4965), 1, + anon_sym_SQUOTE, + ACTIONS(4967), 1, + anon_sym_LBRACK, + ACTIONS(4969), 1, + sym_PARAMETER, + STATE(3597), 1, + aux_sym_name_repeat1, + STATE(4616), 1, + sym_generic_map_aspect, + STATE(4739), 1, + sym__name_selector, + STATE(3859), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1465), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, + anon_sym_LPAREN, + STATE(4740), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [230995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7919), 1, - sym__external_pathname, - STATE(3869), 3, + STATE(3860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2674), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230833] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231028] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7981), 1, + STATE(7899), 1, sym__external_pathname, - STATE(3870), 3, + STATE(3861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230886] = 15, + [231081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7980), 1, - sym__external_pathname, - STATE(3871), 3, + STATE(3862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3446), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [230939] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231114] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3872), 3, + STATE(3863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 16, + ACTIONS(3272), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -238237,208 +238276,158 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [230972] = 15, + [231147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7979), 1, - sym__external_pathname, - STATE(3873), 3, + STATE(3864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3444), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231025] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231180] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7978), 1, - sym__external_pathname, - STATE(3874), 3, + STATE(3865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3438), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231078] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7920), 1, - sym__external_pathname, - STATE(3875), 3, + STATE(3866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3408), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231131] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231246] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7977), 1, - sym__external_pathname, - STATE(3876), 3, + STATE(3867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3386), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231184] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7976), 1, - sym__external_pathname, - STATE(3877), 3, + STATE(3868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3308), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231237] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231312] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3878), 3, + STATE(3869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 16, + ACTIONS(3226), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -238455,758 +238444,846 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [231270] = 15, + [231345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3870), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3290), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231378] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7921), 1, + STATE(7898), 1, sym__external_pathname, - STATE(3879), 3, + STATE(3871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231323] = 8, + [231431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7627), 1, - sym__attribute, - STATE(8299), 1, - sym__attribute_designator, - STATE(3880), 3, + STATE(3872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5321), 4, + ACTIONS(3294), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(5189), 10, - sym_attribute_function, - sym_attribute_impure_function, - sym_attribute_mode_view, - sym_attribute_pure_function, - sym_attribute_range, - sym_attribute_signal, - sym_attribute_subtype, - sym_attribute_type, - sym_attribute_value, - sym_library_attribute, - [231362] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231464] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(6836), 1, + STATE(7897), 1, sym__external_pathname, - STATE(3881), 3, + STATE(3873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231415] = 15, + [231517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5337), 1, - anon_sym_DOT, - ACTIONS(5339), 1, + STATE(3874), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3358), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231550] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3875), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3370), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, + anon_sym_LT_LT, + [231583] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(5341), 1, - anon_sym_SQUOTE, + anon_sym_DOT, ACTIONS(5343), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5345), 1, - sym_GENERIC, + anon_sym_SQUOTE, ACTIONS(5347), 1, + anon_sym_LBRACK, + ACTIONS(5349), 1, + sym_GENERIC, + ACTIONS(5351), 1, sym_PARAMETER, - STATE(3720), 1, + STATE(3892), 1, aux_sym_name_repeat1, - STATE(4803), 1, + STATE(4723), 1, sym_generic_map_aspect, - STATE(4918), 1, + STATE(4919), 1, sym__name_selector, - ACTIONS(1503), 2, + ACTIONS(1481), 2, sym_IS, sym_RANGE, - STATE(3882), 3, + STATE(3876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4917), 5, + STATE(4922), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [231468] = 15, + [231636] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7975), 1, - sym__external_pathname, - STATE(3883), 3, + STATE(3877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3372), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231521] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7922), 1, - sym__external_pathname, - STATE(3884), 3, + STATE(3878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2574), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231574] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231702] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7974), 1, + STATE(7896), 1, sym__external_pathname, - STATE(3885), 3, + STATE(3879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231627] = 15, + [231755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7973), 1, - sym__external_pathname, - STATE(3886), 3, + STATE(3880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2462), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231680] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231788] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(4961), 1, anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7972), 1, - sym__external_pathname, - STATE(3887), 3, + ACTIONS(4965), 1, + anon_sym_SQUOTE, + ACTIONS(4967), 1, + anon_sym_LBRACK, + ACTIONS(4969), 1, + sym_PARAMETER, + STATE(3859), 1, + aux_sym_name_repeat1, + STATE(4616), 1, + sym_generic_map_aspect, + STATE(4739), 1, + sym__name_selector, + STATE(3881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(1481), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, + anon_sym_LPAREN, + STATE(4740), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [231837] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3882), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2402), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [231733] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231870] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7971), 1, + STATE(7895), 1, sym__external_pathname, - STATE(3888), 3, + STATE(3883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231786] = 15, + [231923] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7970), 1, + STATE(7894), 1, sym__external_pathname, - STATE(3889), 3, + STATE(3884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231839] = 12, + [231976] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(5349), 1, - anon_sym_LPAREN, - STATE(3020), 1, - sym__direct_name, - STATE(8255), 1, - sym_name, - STATE(4332), 2, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3890), 3, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7893), 1, + sym__external_pathname, + STATE(3885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231886] = 15, + [232029] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7923), 1, + STATE(7892), 1, sym__external_pathname, - STATE(3891), 3, + STATE(3886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231939] = 15, + [232082] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7969), 1, + STATE(7891), 1, sym__external_pathname, - STATE(3892), 3, + STATE(3887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231992] = 15, + [232135] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7924), 1, - sym__external_pathname, - STATE(3893), 3, + STATE(3888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3374), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [232045] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3894), 3, + STATE(3889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232078] = 15, + ACTIONS(3376), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7925), 1, - sym__external_pathname, - STATE(3895), 3, + STATE(3890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3378), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [232131] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232234] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7926), 1, - sym__external_pathname, - STATE(3896), 3, + STATE(3891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3420), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [232184] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232267] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5341), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5343), 1, + anon_sym_LPAREN, + ACTIONS(5345), 1, + anon_sym_SQUOTE, + ACTIONS(5347), 1, + anon_sym_LBRACK, + ACTIONS(5349), 1, + sym_GENERIC, + ACTIONS(5351), 1, + sym_PARAMETER, + STATE(3730), 1, + aux_sym_name_repeat1, + STATE(4723), 1, + sym_generic_map_aspect, + STATE(4919), 1, + sym__name_selector, + ACTIONS(1465), 2, + sym_IS, + sym_RANGE, + STATE(3892), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4922), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [232320] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7927), 1, + STATE(7890), 1, sym__external_pathname, - STATE(3897), 3, + STATE(3893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232237] = 15, + [232373] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7928), 1, + STATE(7889), 1, sym__external_pathname, - STATE(3898), 3, + STATE(3894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232290] = 5, + [232426] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3899), 3, + STATE(3895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 16, + ACTIONS(3424), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -239223,1092 +239300,1100 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [232323] = 15, + [232459] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7929), 1, + STATE(7887), 1, sym__external_pathname, - STATE(3900), 3, + STATE(3896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232376] = 15, + [232512] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7930), 1, + STATE(7886), 1, sym__external_pathname, - STATE(3901), 3, + STATE(3897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232429] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3902), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3404), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232462] = 5, + [232565] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3903), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7885), 1, + sym__external_pathname, + STATE(3898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232495] = 5, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [232618] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3904), 3, + STATE(3899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232528] = 15, + ACTIONS(3466), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232651] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7931), 1, + STATE(7881), 1, sym__external_pathname, - STATE(3905), 3, + STATE(3900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232581] = 15, + [232704] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7968), 1, + STATE(7880), 1, sym__external_pathname, - STATE(3906), 3, + STATE(3901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232634] = 15, + [232757] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7932), 1, + STATE(7879), 1, sym__external_pathname, - STATE(3907), 3, + STATE(3902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232687] = 15, + [232810] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7967), 1, - sym__external_pathname, - STATE(3908), 3, + STATE(3903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3464), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [232740] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3909), 3, + STATE(3904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232773] = 5, + ACTIONS(3456), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232876] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3910), 3, + STATE(3905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3396), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232806] = 5, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3911), 3, + STATE(3906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3392), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232839] = 5, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232942] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3912), 3, + STATE(3907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3300), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232872] = 5, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [232975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3913), 3, + STATE(3908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3242), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [232905] = 15, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233008] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7933), 1, - sym__external_pathname, - STATE(3914), 3, + STATE(3909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3250), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [232958] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233041] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7934), 1, - sym__external_pathname, - STATE(3915), 3, + STATE(3910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3252), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [233011] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233074] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3916), 3, + STATE(3911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3394), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233044] = 5, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3917), 3, + STATE(3912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5351), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233077] = 5, + ACTIONS(3360), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233140] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3918), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7869), 1, + sym__external_pathname, + STATE(3913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233110] = 5, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [233193] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3919), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7868), 1, + sym__external_pathname, + STATE(3914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233143] = 15, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [233246] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7935), 1, + STATE(7867), 1, sym__external_pathname, - STATE(3920), 3, + STATE(3915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [233196] = 5, + [233299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3921), 3, + STATE(3916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233229] = 5, + ACTIONS(3314), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233332] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3922), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7847), 1, + sym__external_pathname, + STATE(3917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233262] = 15, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [233385] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7936), 1, + STATE(7846), 1, sym__external_pathname, - STATE(3923), 3, + STATE(3918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [233315] = 15, + [233438] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7937), 1, + STATE(7845), 1, sym__external_pathname, - STATE(3924), 3, + STATE(3919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [233368] = 15, + [233491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + STATE(3920), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3268), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233524] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7938), 1, + STATE(7809), 1, sym__external_pathname, - STATE(3925), 3, + STATE(3921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [233421] = 5, + [233577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3926), 3, + STATE(3922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3266), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233454] = 5, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233610] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3927), 3, + STATE(3923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3316), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3482), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233487] = 15, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7966), 1, - sym__external_pathname, - STATE(3928), 3, + STATE(3924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3412), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [233540] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233676] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3929), 3, + STATE(3925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3410), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233573] = 15, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7965), 1, - sym__external_pathname, - STATE(3930), 3, + STATE(3926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3288), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [233626] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233742] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3931), 3, + STATE(3927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_CONSTANT, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [233659] = 15, + ACTIONS(3418), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7939), 1, - sym__external_pathname, - STATE(3932), 3, + STATE(3928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3398), 16, sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [233712] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233808] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3933), 3, + STATE(3929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 16, + ACTIONS(3232), 16, + sym_identifier, + sym_ASSERT, + sym_ELSE, + sym_ELSIF, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233841] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3930), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3362), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240325,18 +240410,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [233745] = 5, + [233874] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3934), 3, + STATE(3931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 16, + ACTIONS(3414), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240353,46 +240438,53 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [233778] = 5, + [233907] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3935), 3, + ACTIONS(3738), 1, + anon_sym_LT_LT, + ACTIONS(5353), 1, + sym_library_namespace, + STATE(3881), 1, + sym__direct_name, + STATE(5567), 1, + sym_name, + STATE(4737), 2, + sym__identifier, + sym__external_name, + ACTIONS(3760), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 16, + STATE(4738), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3740), 4, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [233811] = 5, + [233954] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3936), 3, + STATE(3933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3380), 16, + ACTIONS(3310), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240409,18 +240501,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [233844] = 5, + [233987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3937), 3, + STATE(3934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3384), 16, + ACTIONS(3218), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240437,56 +240529,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [233877] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7964), 1, - sym__external_pathname, - STATE(3938), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233930] = 5, + [234020] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3939), 3, + STATE(3935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 16, + ACTIONS(3296), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240503,132 +240557,94 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [233963] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7963), 1, - sym__external_pathname, - STATE(3940), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [234016] = 15, + [234053] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7962), 1, + STATE(7808), 1, sym__external_pathname, - STATE(3941), 3, + STATE(3936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234069] = 15, + [234106] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7961), 1, + STATE(7807), 1, sym__external_pathname, - STATE(3942), 3, + STATE(3937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234122] = 5, + [234159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3943), 3, + STATE(3938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 16, + ACTIONS(3284), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240645,122 +240661,132 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234155] = 5, + [234192] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3944), 3, + ACTIONS(5305), 1, + anon_sym_DOT, + ACTIONS(5307), 1, + anon_sym_AT, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(4582), 1, + aux_sym_relative_pathname_repeat1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, + STATE(7337), 1, + sym_partial_pathname, + STATE(7755), 1, + sym__external_pathname, + STATE(3939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - [234188] = 15, + STATE(7338), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [234245] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7960), 1, + STATE(7754), 1, sym__external_pathname, - STATE(3945), 3, + STATE(3940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234241] = 15, + [234298] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7959), 1, + STATE(7753), 1, sym__external_pathname, - STATE(3946), 3, + STATE(3941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234294] = 5, + [234351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3947), 3, + STATE(3942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 16, + ACTIONS(3254), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240777,170 +240803,237 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234327] = 15, + [234384] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7958), 1, + STATE(7691), 1, sym__external_pathname, - STATE(3948), 3, + STATE(3943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234380] = 15, + [234437] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7940), 1, + STATE(7690), 1, sym__external_pathname, - STATE(3949), 3, + STATE(3944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234433] = 15, + [234490] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7957), 1, + STATE(7689), 1, sym__external_pathname, - STATE(3950), 3, + STATE(3945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234486] = 15, + [234543] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(7096), 1, + sym_group_constituent_list, + STATE(4342), 2, sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7956), 1, - sym__external_pathname, - STATE(3951), 3, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234539] = 5, + [234590] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3952), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(7075), 1, + sym_group_constituent_list, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 16, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [234637] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(7044), 1, + sym_group_constituent_list, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3948), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [234684] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3949), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3222), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -240957,84 +241050,81 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234572] = 5, + [234717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3953), 3, + STATE(3950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, + ACTIONS(3282), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [234605] = 15, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [234750] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(7002), 1, + sym_group_constituent_list, + STATE(4342), 2, sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7738), 1, - sym__external_pathname, - STATE(3954), 3, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234658] = 5, + [234797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3955), 3, + STATE(3952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 16, + ACTIONS(3478), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241051,22 +241141,22 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234691] = 5, + [234830] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3956), 3, + STATE(3953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 16, + ACTIONS(3326), 16, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_CONSTANT, + sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -241079,22 +241169,22 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234724] = 5, + [234863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3957), 3, + STATE(3954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5353), 16, + ACTIONS(3354), 16, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_CONSTANT, + sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -241107,56 +241197,81 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234757] = 15, + [234896] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(3955), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3356), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [234929] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(6914), 1, + sym_group_constituent_list, + STATE(4342), 2, sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7942), 1, - sym__external_pathname, - STATE(3958), 3, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234810] = 5, + [234976] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3959), 3, + STATE(3957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 16, + ACTIONS(3380), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241173,45 +241288,98 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234843] = 15, + [235009] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(5599), 1, + sym_name, + STATE(6792), 1, + sym_group_constituent_list, + STATE(4342), 2, sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7943), 1, - sym__external_pathname, - STATE(3960), 3, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234896] = 5, + [235056] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3959), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5355), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235089] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3960), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5357), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_CONSTANT, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235122] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241222,7 +241390,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 16, + ACTIONS(3248), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241239,159 +241407,139 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [234929] = 15, + [235155] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7325), 1, + sym__external_pathname, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7955), 1, - sym__external_pathname, STATE(3962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [234982] = 15, + [235208] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7326), 1, + sym__external_pathname, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7944), 1, - sym__external_pathname, STATE(3963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [235035] = 15, + [235261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7954), 1, - sym__external_pathname, STATE(3964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235088] = 15, + ACTIONS(3280), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235294] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7953), 1, - sym__external_pathname, STATE(3965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235141] = 5, + ACTIONS(3388), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241402,252 +241550,202 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 16, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [235174] = 15, + ACTIONS(3416), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235360] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7945), 1, - sym__external_pathname, STATE(3967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235227] = 15, + ACTIONS(3426), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235393] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, + ACTIONS(5305), 1, anon_sym_DOT, - ACTIONS(5283), 1, + ACTIONS(5307), 1, anon_sym_AT, - ACTIONS(5285), 1, + ACTIONS(5309), 1, anon_sym_CARET, - STATE(4565), 1, + STATE(4582), 1, aux_sym_relative_pathname_repeat1, - STATE(5021), 1, + STATE(5026), 1, aux_sym_partial_pathname_repeat1, - STATE(5750), 1, + STATE(5921), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - STATE(6827), 1, + STATE(7337), 1, sym_partial_pathname, - STATE(7946), 1, + STATE(7342), 1, sym__external_pathname, STATE(3968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, + STATE(7338), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [235280] = 15, + [235446] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7947), 1, - sym__external_pathname, STATE(3969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235333] = 15, + ACTIONS(3276), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7952), 1, - sym__external_pathname, STATE(3970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235386] = 15, + ACTIONS(3442), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235512] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7951), 1, - sym__external_pathname, STATE(3971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235439] = 15, + ACTIONS(3226), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7950), 1, - sym__external_pathname, STATE(3972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235492] = 5, + ACTIONS(3440), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235578] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241658,7 +241756,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 16, + ACTIONS(3240), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241675,7 +241773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [235525] = 5, + [235611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241686,7 +241784,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3426), 16, + ACTIONS(3246), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241703,7 +241801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [235558] = 5, + [235644] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241714,7 +241812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 16, + ACTIONS(3256), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -241731,182 +241829,175 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [235591] = 15, + [235677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7949), 1, - sym__external_pathname, STATE(3976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, + ACTIONS(2424), 16, sym_identifier, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [235644] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [235710] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5281), 1, - anon_sym_DOT, - ACTIONS(5283), 1, - anon_sym_AT, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(4565), 1, - aux_sym_relative_pathname_repeat1, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(6827), 1, - sym_partial_pathname, - STATE(7948), 1, - sym__external_pathname, STATE(3977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6832), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235697] = 11, + ACTIONS(3366), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6830), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235741] = 11, + ACTIONS(3390), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235776] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6841), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235785] = 11, + ACTIONS(3400), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6923), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235829] = 11, + ACTIONS(3402), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235842] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3981), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3428), 16, + sym_ALIAS, + sym_ATTRIBUTE, + sym_CONSTANT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + [235875] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241915,31 +242006,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4337), 1, sym__direct_name, - STATE(6682), 1, + STATE(8044), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3981), 3, + STATE(3982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [235873] = 11, + [235919] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241948,31 +242039,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6952), 1, + STATE(6684), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3982), 3, + STATE(3983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [235917] = 11, + [235963] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -241981,74 +242072,47 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6917), 1, + STATE(6692), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3983), 3, + STATE(3984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [235961] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3984), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3400), 15, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [235993] = 11, + [236007] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5355), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3419), 1, + STATE(3628), 1, sym__direct_name, - STATE(5109), 1, + STATE(6395), 1, sym_name, - STATE(4458), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(5359), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242056,32 +242120,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4459), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5357), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236037] = 11, + [236051] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(5872), 1, + STATE(6649), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242089,16 +242153,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236081] = 11, + [236095] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242107,11 +242171,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6977), 1, + STATE(6646), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242122,16 +242186,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236125] = 11, + [236139] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242140,11 +242204,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7012), 1, + STATE(6697), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242155,32 +242219,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236169] = 11, + [236183] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6903), 1, + STATE(6398), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242188,16 +242252,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236213] = 11, + [236227] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242206,11 +242270,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7019), 1, + STATE(8180), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242221,32 +242285,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236257] = 11, + [236271] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5367), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3243), 1, + STATE(3024), 1, sym__direct_name, - STATE(4960), 1, + STATE(6637), 1, sym_name, - STATE(4423), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5371), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242254,59 +242318,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4402), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5369), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236301] = 5, + [236315] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6640), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3402), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [236333] = 11, + [236359] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(4094), 1, sym__direct_name, - STATE(6084), 1, + STATE(5233), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242314,59 +242384,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236377] = 5, + [236403] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5359), 1, + anon_sym_LT_LT, + STATE(3628), 1, + sym__direct_name, + STATE(5739), 1, + sym_name, + STATE(4844), 2, + sym__identifier, + sym__external_name, + ACTIONS(5363), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3414), 15, + STATE(4843), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5361), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [236409] = 11, + [236447] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(7042), 1, + STATE(5692), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242374,16 +242450,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236453] = 11, + [236491] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242392,11 +242468,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7058), 1, + STATE(6642), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242407,32 +242483,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236497] = 11, + [236535] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(7062), 1, + STATE(6022), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242440,36 +242516,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236541] = 11, + [236579] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, + ACTIONS(1205), 1, anon_sym_LT_LT, - STATE(724), 1, + STATE(785), 1, sym__direct_name, - STATE(1601), 1, + STATE(2574), 1, sym_name, - STATE(850), 2, + STATE(1612), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(1217), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, + STATE(1620), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -242477,28 +242553,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(802), 4, + ACTIONS(1207), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236585] = 11, + [236623] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6711), 1, + STATE(6570), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242506,16 +242582,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236629] = 11, + [236667] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242524,11 +242600,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6726), 1, + STATE(6696), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242539,65 +242615,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236673] = 11, + [236711] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1439), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(852), 1, sym__direct_name, - STATE(7262), 1, + STATE(2737), 1, sym_name, - STATE(4332), 2, + STATE(1945), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1949), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(1441), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236717] = 11, + [236755] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5365), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3375), 1, sym__direct_name, - STATE(7295), 1, + STATE(5163), 1, sym_name, - STATE(4332), 2, + STATE(4459), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5369), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242605,16 +242681,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4460), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236761] = 11, + [236799] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242623,11 +242699,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7296), 1, + STATE(6648), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242638,32 +242714,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236805] = 11, + [236843] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5371), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3284), 1, sym__direct_name, - STATE(6730), 1, + STATE(4980), 1, sym_name, - STATE(4332), 2, + STATE(4447), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5375), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242671,16 +242747,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4408), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5373), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236849] = 11, + [236887] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242689,11 +242765,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4337), 1, sym__direct_name, - STATE(6895), 1, + STATE(8144), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242704,92 +242780,98 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236893] = 5, + [236931] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(4337), 1, + sym__direct_name, + STATE(8135), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3416), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [236925] = 11, + [236975] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(395), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(734), 1, sym__direct_name, - STATE(6107), 1, + STATE(1974), 1, sym_name, - STATE(4869), 2, + STATE(987), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(403), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(932), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(397), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236969] = 11, + [237019] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5377), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3438), 1, sym__direct_name, - STATE(6890), 1, + STATE(5238), 1, sym_name, - STATE(4332), 2, + STATE(4563), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5381), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242797,16 +242879,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4558), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5379), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237013] = 11, + [237063] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242815,11 +242897,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8325), 1, + STATE(6702), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242830,65 +242912,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237057] = 11, + [237107] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(760), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(745), 1, sym__direct_name, - STATE(6870), 1, + STATE(2344), 1, sym_name, - STATE(4332), 2, + STATE(1038), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(776), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1065), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(762), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237101] = 11, + [237151] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5383), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3428), 1, sym__direct_name, - STATE(7449), 1, + STATE(5124), 1, sym_name, - STATE(4332), 2, + STATE(4514), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5387), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242896,36 +242978,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4529), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5385), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237145] = 11, + [237195] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1291), 1, + ACTIONS(411), 1, anon_sym_LT_LT, - STATE(864), 1, + STATE(777), 1, sym__direct_name, - STATE(2752), 1, + STATE(2531), 1, sym_name, - STATE(1939), 2, + STATE(1300), 2, sym__identifier, sym__external_name, - ACTIONS(1303), 3, + ACTIONS(431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1943), 3, + STATE(1298), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -242933,28 +243015,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1293), 4, + ACTIONS(413), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237189] = 11, + [237239] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5371), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3657), 1, sym__direct_name, - STATE(7509), 1, + STATE(5195), 1, sym_name, - STATE(4332), 2, + STATE(4447), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5375), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242962,65 +243044,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4408), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5373), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237233] = 11, + [237283] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(876), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(860), 1, sym__direct_name, - STATE(6670), 1, + STATE(2771), 1, sym_name, - STATE(4332), 2, + STATE(2261), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(888), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(2278), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(1285), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237277] = 11, + [237327] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(7510), 1, + STATE(6529), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243028,32 +243110,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237321] = 11, + [237371] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5389), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3382), 1, sym__direct_name, - STATE(8326), 1, + STATE(5104), 1, sym_name, - STATE(4332), 2, + STATE(4522), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5393), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243061,65 +243143,66 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4524), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5391), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237365] = 11, + [237415] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1331), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(796), 1, sym__direct_name, - STATE(6855), 1, + STATE(2685), 1, sym_name, - STATE(4332), 2, + STATE(1684), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1343), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1683), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(1333), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237409] = 11, + [237459] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6853), 1, - sym_name, - STATE(4332), 2, + STATE(4689), 1, sym__identifier, + STATE(4844), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6529), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243127,16 +243210,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237453] = 11, + [237505] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243145,11 +243228,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6629), 1, + STATE(6712), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243160,16 +243243,47 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237497] = 11, + [237549] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2364), 1, + anon_sym_COLON, + ACTIONS(4172), 1, + anon_sym_LPAREN, + ACTIONS(5397), 1, + sym_PARAMETER, + STATE(4351), 1, + sym_parenthesis_group, + STATE(4020), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2362), 11, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [237589] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243178,97 +243292,91 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6668), 1, + STATE(6724), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4020), 3, + STATE(4021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237541] = 11, + [237633] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1225), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - STATE(871), 1, + STATE(732), 1, sym__direct_name, - STATE(2732), 1, + STATE(2095), 1, sym_name, - STATE(2040), 2, + STATE(934), 2, sym__identifier, sym__external_name, - ACTIONS(1237), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2041), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4021), 3, + STATE(4022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1227), 4, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237585] = 11, + [237677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(4084), 1, - sym__direct_name, - STATE(5879), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4022), 3, + STATE(4023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3232), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [237629] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [237709] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243277,38 +243385,38 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7782), 1, + STATE(6726), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4023), 3, + STATE(4024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237673] = 5, + [237753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4024), 3, + STATE(4025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -243328,248 +243436,221 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [237705] = 11, + [237785] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3608), 1, sym__direct_name, - STATE(6635), 1, + STATE(5896), 1, sym_name, - STATE(4332), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4025), 3, + STATE(4026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237749] = 11, + [237829] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6676), 1, + STATE(6524), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4026), 3, + STATE(4027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237793] = 11, + [237873] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4877), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3590), 1, + STATE(4337), 1, sym__direct_name, - STATE(5669), 1, + STATE(8121), 1, sym_name, - STATE(4659), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(4885), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4027), 3, + STATE(4028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4660), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4881), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237837] = 11, + [237917] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1135), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(856), 1, sym__direct_name, - STATE(7536), 1, + STATE(2722), 1, sym_name, - STATE(4332), 2, + STATE(2167), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1147), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4028), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(2292), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4029), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1137), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237881] = 11, + [237961] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3608), 1, sym__direct_name, - STATE(7557), 1, + STATE(5894), 1, sym_name, - STATE(4332), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4029), 3, + STATE(4030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237925] = 11, + [238005] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1389), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(864), 1, sym__direct_name, - STATE(7562), 1, + STATE(2702), 1, sym_name, - STATE(4332), 2, + STATE(2160), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1401), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4030), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(2157), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [237969] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, STATE(4031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 15, + ACTIONS(1391), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [238001] = 11, + [238049] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6681), 1, + STATE(5720), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243577,36 +243658,36 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238045] = 11, + [238093] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, + ACTIONS(1367), 1, anon_sym_LT_LT, - STATE(817), 1, + STATE(839), 1, sym__direct_name, - STATE(2617), 1, + STATE(2711), 1, sym_name, - STATE(1831), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1193), 3, + ACTIONS(1379), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1844), 3, + STATE(2046), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -243614,61 +243695,61 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1183), 4, + ACTIONS(1369), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238089] = 11, + [238137] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1247), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(832), 1, sym__direct_name, - STATE(6833), 1, + STATE(2644), 1, sym_name, - STATE(4332), 2, + STATE(1868), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1259), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1867), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(1249), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238133] = 11, + [238181] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(4234), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3646), 1, sym__direct_name, - STATE(7153), 1, + STATE(4598), 1, sym_name, - STATE(4332), 2, + STATE(4683), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4240), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243676,16 +243757,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4684), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5399), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238177] = 11, + [238225] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243694,11 +243775,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6826), 1, + STATE(6732), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243709,16 +243790,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238221] = 11, + [238269] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243727,11 +243808,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5285), 1, + STATE(6741), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243742,16 +243823,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238265] = 11, + [238313] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243760,11 +243841,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6804), 1, + STATE(6742), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243775,82 +243856,76 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238309] = 11, + [238357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7581), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3418), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [238353] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238389] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(725), 1, sym__direct_name, - STATE(6741), 1, + STATE(1472), 1, sym_name, - STATE(4332), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(849), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238397] = 11, + [238433] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243859,11 +243934,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5286), 1, + STATE(6747), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243874,275 +243949,246 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238441] = 5, + [238477] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1179), 1, + anon_sym_LT_LT, + STATE(843), 1, + sym__direct_name, + STATE(2758), 1, + sym_name, + STATE(2228), 2, + sym__identifier, + sym__external_name, + ACTIONS(1191), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2246), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3378), 15, + ACTIONS(1181), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [238473] = 11, + [238521] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1335), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(813), 1, + STATE(3024), 1, sym__direct_name, - STATE(2654), 1, + STATE(6762), 1, sym_name, - STATE(1821), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1347), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1824), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1337), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238517] = 11, + [238565] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1415), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(806), 1, sym__direct_name, - STATE(6785), 1, + STATE(2637), 1, sym_name, - STATE(4332), 2, + STATE(1882), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1427), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1883), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(1417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238561] = 11, + [238609] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(850), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(778), 1, sym__direct_name, - STATE(6782), 1, + STATE(2484), 1, sym_name, - STATE(4332), 2, + STATE(1412), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(862), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1415), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(852), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238605] = 11, + [238653] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, + ACTIONS(898), 1, anon_sym_LT_LT, - STATE(3747), 1, + STATE(763), 1, sym__direct_name, - STATE(5462), 1, + STATE(2486), 1, sym_name, - STATE(4800), 2, + STATE(1322), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(910), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1314), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(900), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238649] = 11, + [238697] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(962), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(793), 1, sym__direct_name, - STATE(6763), 1, + STATE(2579), 1, sym_name, - STATE(4332), 2, + STATE(1672), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(974), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1660), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(964), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238693] = 11, + [238741] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(920), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(795), 1, sym__direct_name, - STATE(5339), 1, + STATE(2548), 1, sym_name, - STATE(4332), 2, + STATE(1564), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(932), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1533), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238737] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4184), 1, - anon_sym_DOT, - ACTIONS(4186), 1, - anon_sym_LPAREN, - ACTIONS(4188), 1, - anon_sym_SQUOTE, - ACTIONS(4194), 1, - sym_PARAMETER, - STATE(4057), 1, - aux_sym_name_repeat1, - STATE(4130), 1, - sym_generic_map_aspect, - STATE(4325), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_LBRACK, - STATE(4049), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4327), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, [238785] = 11, ACTIONS(3), 1, sym__grave_accent, @@ -244152,26 +244198,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6738), 1, + STATE(8181), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4050), 3, + STATE(4049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -244183,147 +244229,165 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(942), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(754), 1, sym__direct_name, - STATE(7631), 1, + STATE(2434), 1, sym_name, - STATE(4332), 2, + STATE(1122), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(954), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4051), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(1188), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4050), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(944), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238873] = 5, + [238873] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4052), 3, + ACTIONS(984), 1, + anon_sym_LT_LT, + STATE(788), 1, + sym__direct_name, + STATE(2537), 1, + sym_name, + STATE(1531), 2, + sym__identifier, + sym__external_name, + ACTIONS(996), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1536), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3406), 15, + ACTIONS(986), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [238905] = 5, + [238917] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4053), 3, + ACTIONS(1044), 1, + anon_sym_LT_LT, + STATE(747), 1, + sym__direct_name, + STATE(2418), 1, + sym_name, + STATE(1052), 2, + sym__identifier, + sym__external_name, + ACTIONS(1056), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1054), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3376), 15, + ACTIONS(1046), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [238937] = 11, + [238961] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1309), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(819), 1, sym__direct_name, - STATE(7634), 1, + STATE(2679), 1, sym_name, - STATE(4332), 2, + STATE(1747), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1321), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4054), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(1745), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4053), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1311), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238981] = 5, + [239005] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4055), 3, + ACTIONS(1289), 1, + anon_sym_LT_LT, + STATE(797), 1, + sym__direct_name, + STATE(2627), 1, + sym_name, + STATE(1676), 2, + sym__identifier, + sym__external_name, + ACTIONS(1301), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1900), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 15, + ACTIONS(1291), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [239013] = 11, + [239049] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244332,66 +244396,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4337), 1, sym__direct_name, - STATE(6755), 1, + STATE(8103), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4056), 3, + STATE(4055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239057] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4184), 1, - anon_sym_DOT, - ACTIONS(4186), 1, - anon_sym_LPAREN, - ACTIONS(4188), 1, - anon_sym_SQUOTE, - ACTIONS(4194), 1, - sym_PARAMETER, - STATE(3013), 1, - aux_sym_name_repeat1, - STATE(4130), 1, - sym_generic_map_aspect, - STATE(4325), 1, - sym__name_selector, - ACTIONS(1503), 3, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_LBRACK, - STATE(4057), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4327), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [239105] = 11, + [239093] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244400,75 +244429,75 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6751), 1, + STATE(7468), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4058), 3, + STATE(4056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239149] = 11, + [239137] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(734), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(762), 1, sym__direct_name, - STATE(7649), 1, + STATE(2454), 1, sym_name, - STATE(4332), 2, + STATE(842), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(746), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4059), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(849), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4057), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(802), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239193] = 5, + [239181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4060), 3, + STATE(4058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3274), 15, + ACTIONS(3466), 15, sym_identifier, sym_ASSERT, sym_END, @@ -244484,7 +244513,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [239225] = 11, + [239213] = 13, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4170), 1, + anon_sym_DOT, + ACTIONS(4172), 1, + anon_sym_LPAREN, + ACTIONS(4174), 1, + anon_sym_SQUOTE, + ACTIONS(4180), 1, + sym_PARAMETER, + STATE(4020), 1, + sym_generic_map_aspect, + STATE(4067), 1, + aux_sym_name_repeat1, + STATE(4345), 1, + sym__name_selector, + ACTIONS(1481), 3, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_LBRACK, + STATE(4059), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4349), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [239261] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244493,58 +244557,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7669), 1, + STATE(6764), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4061), 3, + STATE(4060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239269] = 5, + [239305] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4062), 3, + ACTIONS(1225), 1, + anon_sym_LT_LT, + STATE(780), 1, + sym__direct_name, + STATE(2560), 1, + sym_name, + STATE(1582), 2, + sym__identifier, + sym__external_name, + ACTIONS(1237), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1580), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3374), 15, + ACTIONS(1227), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [239301] = 11, + [239349] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244553,98 +244623,91 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6731), 1, + STATE(6774), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4063), 3, + STATE(4062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239345] = 11, + [239393] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(1157), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(775), 1, sym__direct_name, - STATE(7676), 1, + STATE(2499), 1, sym_name, - STATE(4332), 2, + STATE(1325), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1169), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4064), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4335), 3, + STATE(1327), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4063), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1159), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239389] = 12, + [239437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4949), 1, - sym__identifier, - STATE(8323), 1, - sym_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4065), 3, + STATE(4064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3288), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [239435] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [239469] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244653,31 +244716,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6720), 1, + STATE(6790), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4066), 3, + STATE(4065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239479] = 11, + [239513] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244686,64 +244749,66 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6778), 1, + STATE(6793), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4067), 3, + STATE(4066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239523] = 11, + [239557] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7686), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4068), 3, + ACTIONS(4170), 1, + anon_sym_DOT, + ACTIONS(4172), 1, + anon_sym_LPAREN, + ACTIONS(4174), 1, + anon_sym_SQUOTE, + ACTIONS(4180), 1, + sym_PARAMETER, + STATE(3017), 1, + aux_sym_name_repeat1, + STATE(4020), 1, + sym_generic_map_aspect, + STATE(4345), 1, + sym__name_selector, + ACTIONS(1465), 3, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_LBRACK, + STATE(4067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [239567] = 11, + STATE(4349), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [239605] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244752,75 +244817,69 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5187), 1, + STATE(6798), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4069), 3, + STATE(4068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239611] = 11, + [239649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7696), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4070), 3, + STATE(4069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3410), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [239655] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [239681] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4071), 3, + STATE(4070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 15, + ACTIONS(3412), 15, sym_identifier, sym_ASSERT, sym_END, @@ -244836,7 +244895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [239687] = 11, + [239713] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244845,65 +244904,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7697), 1, + STATE(6823), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4072), 3, + STATE(4071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239731] = 12, + [239757] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(1103), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(831), 1, sym__direct_name, - STATE(4749), 1, + STATE(2558), 1, + sym_name, + STATE(934), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6329), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(1115), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4073), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4870), 3, + STATE(953), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5373), 4, + STATE(4072), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1105), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239777] = 11, + [239801] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244912,118 +244970,144 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8323), 1, + STATE(6825), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4074), 3, + STATE(4073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239821] = 11, + [239845] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(850), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(774), 1, + STATE(3024), 1, sym__direct_name, - STATE(2520), 1, + STATE(6837), 1, sym_name, - STATE(1402), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(862), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1401), 3, + STATE(4074), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [239889] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(4075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(852), 4, + ACTIONS(3482), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [239865] = 12, + anon_sym_LPAREN, + anon_sym_LT_LT, + [239921] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(1006), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(738), 1, sym__direct_name, - STATE(4661), 1, + STATE(2313), 1, + sym_name, + STATE(1058), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6338), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(1018), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1061), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5373), 4, + ACTIONS(1008), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239911] = 11, + [239965] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1245), 1, + ACTIONS(1267), 1, anon_sym_LT_LT, - STATE(870), 1, + STATE(767), 1, sym__direct_name, - STATE(2731), 1, + STATE(2506), 1, sym_name, - STATE(2127), 2, + STATE(1401), 2, sym__identifier, sym__external_name, - ACTIONS(1257), 3, + ACTIONS(1279), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2125), 3, + STATE(1399), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -245031,12 +245115,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1247), 4, + ACTIONS(1269), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239955] = 11, + [240009] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245045,11 +245129,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7146), 1, + STATE(6855), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245060,43 +245144,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239999] = 5, + [240053] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6857), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3328), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [240031] = 11, + [240097] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245105,11 +245195,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8322), 1, + STATE(7179), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245120,49 +245210,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240075] = 11, + [240141] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(754), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(749), 1, + STATE(3628), 1, sym__direct_name, - STATE(2411), 1, + STATE(6281), 1, sym_name, - STATE(1083), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(770), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1086), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(756), 4, + STATE(4843), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240119] = 11, + [240185] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245171,11 +245261,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7707), 1, + STATE(6862), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245186,16 +245276,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240163] = 11, + [240229] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245204,11 +245294,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7727), 1, + STATE(6870), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245219,52 +245309,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240207] = 14, + [240273] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4184), 1, - anon_sym_DOT, - ACTIONS(4186), 1, - anon_sym_LPAREN, - ACTIONS(4188), 1, - anon_sym_SQUOTE, - ACTIONS(4190), 1, - anon_sym_LBRACK, - ACTIONS(4194), 1, - sym_PARAMETER, - STATE(4091), 1, - aux_sym_name_repeat1, - STATE(4130), 1, - sym_generic_map_aspect, - STATE(4325), 1, - sym__name_selector, - ACTIONS(1487), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6871), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4327), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [240257] = 11, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [240317] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245273,11 +245360,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6790), 1, + STATE(7158), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245288,16 +245375,70 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [240361] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4086), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3266), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [240393] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4087), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3268), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240301] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [240425] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245306,141 +245447,170 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4337), 1, sym__direct_name, - STATE(7730), 1, + STATE(8077), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4086), 3, + STATE(4088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240345] = 11, + [240469] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6793), 1, - sym_name, - STATE(4332), 2, + STATE(4667), 1, sym__identifier, + STATE(4844), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6627), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4087), 3, + STATE(4089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240389] = 11, + [240515] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(6746), 1, - sym_name, - STATE(4332), 2, + STATE(4666), 1, sym__identifier, + STATE(4844), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6583), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4088), 3, + STATE(4090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240433] = 11, + [240561] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(956), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(777), 1, + STATE(3024), 1, sym__direct_name, - STATE(2515), 1, + STATE(6879), 1, sym_name, - STATE(1367), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(968), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1366), 3, + STATE(4091), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4089), 3, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [240605] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(958), 4, + ACTIONS(3314), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240477] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [240637] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4090), 3, + STATE(4093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 15, + ACTIONS(3360), 15, sym_identifier, sym_ASSERT, sym_END, @@ -245456,43 +245626,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [240509] = 14, + [240669] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4184), 1, + ACTIONS(4170), 1, anon_sym_DOT, - ACTIONS(4186), 1, + ACTIONS(4172), 1, anon_sym_LPAREN, - ACTIONS(4188), 1, + ACTIONS(4174), 1, anon_sym_SQUOTE, - ACTIONS(4190), 1, + ACTIONS(4176), 1, anon_sym_LBRACK, - ACTIONS(4194), 1, + ACTIONS(4180), 1, sym_PARAMETER, - STATE(3013), 1, - aux_sym_name_repeat1, - STATE(4130), 1, + STATE(4020), 1, sym_generic_map_aspect, - STATE(4325), 1, + STATE(4101), 1, + aux_sym_name_repeat1, + STATE(4345), 1, sym__name_selector, - ACTIONS(1503), 2, + ACTIONS(1481), 2, sym_GENERIC, anon_sym_SEMI, - STATE(4091), 3, + STATE(4094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4327), 5, + STATE(4349), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [240559] = 11, + [240719] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245501,31 +245671,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7741), 1, + STATE(6899), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4092), 3, + STATE(4095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240603] = 11, + [240763] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245534,31 +245704,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8014), 1, + STATE(6900), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4093), 3, + STATE(4096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240647] = 11, + [240807] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245567,31 +245737,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7755), 1, + STATE(6905), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4094), 3, + STATE(4097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240691] = 11, + [240851] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245600,31 +245770,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6748), 1, + STATE(6918), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4095), 3, + STATE(4098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240735] = 11, + [240895] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245633,229 +245803,268 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6800), 1, + STATE(6919), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4096), 3, + STATE(4099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240779] = 11, + [240939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(8329), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4097), 3, + STATE(4100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3286), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240823] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [240971] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(8016), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4098), 3, + ACTIONS(4170), 1, + anon_sym_DOT, + ACTIONS(4172), 1, + anon_sym_LPAREN, + ACTIONS(4174), 1, + anon_sym_SQUOTE, + ACTIONS(4176), 1, + anon_sym_LBRACK, + ACTIONS(4180), 1, + sym_PARAMETER, + STATE(3017), 1, + aux_sym_name_repeat1, + STATE(4020), 1, + sym_generic_map_aspect, + STATE(4345), 1, + sym__name_selector, + ACTIONS(1465), 2, + sym_GENERIC, + anon_sym_SEMI, + STATE(4101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + STATE(4349), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [241021] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4102), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3252), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240867] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(4084), 1, - sym__direct_name, - STATE(5979), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4099), 3, + STATE(4103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3250), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240911] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241085] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(7762), 1, + STATE(6583), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4100), 3, + STATE(4104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240955] = 11, + [241129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(4049), 1, - sym__direct_name, - STATE(5180), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + STATE(4105), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3242), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, + sym_library_constant, sym_library_constant_std_logic, - STATE(4101), 3, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241161] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3300), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [240999] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241193] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(7776), 1, + STATE(6293), 1, sym_name, - STATE(4332), 2, + STATE(4844), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4102), 3, + STATE(4107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241043] = 11, + [241237] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245864,97 +246073,112 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6722), 1, + STATE(8114), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4103), 3, + STATE(4108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241087] = 11, + [241281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, - anon_sym_LT_LT, - STATE(3659), 1, - sym__direct_name, - STATE(6102), 1, - sym_name, - STATE(4869), 2, - sym__identifier, - sym__external_name, - ACTIONS(5365), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4104), 3, + STATE(4109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3392), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241131] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7095), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + STATE(4110), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3394), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, + sym_library_constant, sym_library_constant_std_logic, - STATE(4105), 3, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241345] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3396), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241175] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241377] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245963,31 +246187,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6719), 1, + STATE(8092), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4106), 3, + STATE(4112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241219] = 11, + [241421] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245996,64 +246220,58 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5304), 1, + STATE(8067), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4107), 3, + STATE(4113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241263] = 11, + [241465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7781), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4108), 3, + STATE(4114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3456), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241307] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241497] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246062,31 +246280,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(7209), 1, + STATE(5269), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4109), 3, + STATE(4115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241351] = 11, + [241541] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246095,31 +246313,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4084), 1, + STATE(3024), 1, sym__direct_name, - STATE(5692), 1, + STATE(8132), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4110), 3, + STATE(4116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241395] = 11, + [241585] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246128,64 +246346,58 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4094), 1, sym__direct_name, - STATE(6710), 1, + STATE(5843), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4111), 3, + STATE(4117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241439] = 11, + [241629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1044), 1, - anon_sym_LT_LT, - STATE(780), 1, - sym__direct_name, - STATE(2553), 1, - sym_name, - STATE(1477), 2, - sym__identifier, - sym__external_name, - ACTIONS(1056), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1485), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4112), 3, + STATE(4118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1046), 4, + ACTIONS(3464), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241483] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241661] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246194,31 +246406,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(4059), 1, sym__direct_name, - STATE(5305), 1, + STATE(5318), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4113), 3, + STATE(4119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241527] = 11, + [241705] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246227,42 +246439,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6805), 1, + STATE(6928), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4114), 3, + STATE(4120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241571] = 5, + [241749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4115), 3, + STATE(4121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 15, + ACTIONS(3424), 15, sym_identifier, sym_ASSERT, sym_END, @@ -246278,7 +246490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [241603] = 11, + [241781] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246287,31 +246499,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7795), 1, + STATE(7777), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4116), 3, + STATE(4122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241647] = 11, + [241825] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246320,124 +246532,155 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6740), 1, + STATE(7720), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4117), 3, + STATE(4123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241691] = 11, + [241869] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1465), 1, + sym_AFTER, + ACTIONS(5401), 1, + anon_sym_DOT, + ACTIONS(5403), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_SQUOTE, + ACTIONS(5407), 1, + anon_sym_LBRACK, + ACTIONS(5409), 1, + sym_GENERIC, + ACTIONS(5411), 1, + sym_PARAMETER, + STATE(4245), 1, + aux_sym_name_repeat1, + STATE(4950), 1, + sym_generic_map_aspect, + STATE(5018), 1, + sym__name_selector, + STATE(4124), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(5020), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [241921] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(6104), 1, + STATE(6910), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4118), 3, + STATE(4125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241735] = 5, + [241965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4119), 3, + STATE(4126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 15, + ACTIONS(3422), 15, sym_identifier, - sym_GENERIC, - sym_PARAMETER, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [241767] = 11, + [241997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1313), 1, - anon_sym_LT_LT, - STATE(865), 1, - sym__direct_name, - STATE(2765), 1, - sym_name, - STATE(2218), 2, - sym__identifier, - sym__external_name, - ACTIONS(1325), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2217), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4120), 3, + STATE(4127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1315), 4, + ACTIONS(3420), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241811] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242029] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246446,58 +246689,58 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6695), 1, + STATE(7570), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4121), 3, + STATE(4128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241855] = 5, + [242073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4122), 3, + STATE(4129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3418), 15, + ACTIONS(2636), 15, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, + sym_GENERIC, + sym_PARAMETER, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT_LT, - [241887] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [242105] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246506,196 +246749,193 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6693), 1, + STATE(6946), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4123), 3, + STATE(4130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241931] = 11, + [242149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5375), 1, - anon_sym_LT_LT, - STATE(3363), 1, - sym__direct_name, - STATE(5112), 1, - sym_name, - STATE(4503), 2, - sym__identifier, - sym__external_name, - ACTIONS(5379), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4124), 3, + STATE(4131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4504), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5377), 4, + ACTIONS(3378), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241975] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6686), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4125), 3, + STATE(4132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3376), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242019] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(8218), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4126), 3, + STATE(4133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3374), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242063] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7808), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4127), 3, + STATE(4134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3372), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242107] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6818), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + STATE(4135), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3370), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, + sym_library_constant, sym_library_constant_std_logic, - STATE(4128), 3, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242309] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3358), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242151] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242341] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246704,164 +246944,118 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7809), 1, + STATE(6949), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4129), 3, + STATE(4137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242195] = 9, + [242385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2099), 1, - anon_sym_COLON, - ACTIONS(4186), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - sym_PARAMETER, - STATE(4319), 1, - sym_parenthesis_group, - STATE(4130), 3, + STATE(4138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 11, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [242235] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(896), 1, - anon_sym_LT_LT, - STATE(845), 1, - sym__direct_name, - STATE(2706), 1, - sym_name, - STATE(2020), 2, - sym__identifier, - sym__external_name, - ACTIONS(908), 3, + ACTIONS(3294), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2018), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4131), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1263), 4, - sym_identifier, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242279] = 14, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1465), 1, - sym_AFTER, - ACTIONS(5383), 1, - anon_sym_DOT, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5389), 1, - anon_sym_SQUOTE, - ACTIONS(5392), 1, - anon_sym_LBRACK, - ACTIONS(5395), 1, - sym_GENERIC, - ACTIONS(5398), 1, - sym_PARAMETER, - STATE(4951), 1, - sym_generic_map_aspect, - STATE(5022), 1, - sym__name_selector, - STATE(4132), 4, + STATE(4139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(5023), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [242329] = 11, + ACTIONS(3290), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242449] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3881), 1, sym__direct_name, - STATE(8268), 1, + STATE(5516), 1, sym_name, - STATE(4332), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4133), 3, + STATE(4140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242373] = 11, + [242493] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246870,31 +247064,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7824), 1, + STATE(6956), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4134), 3, + STATE(4141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242417] = 11, + [242537] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246903,42 +247097,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6684), 1, + STATE(6967), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4135), 3, + STATE(4142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242461] = 5, + [242581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4136), 3, + STATE(4143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 15, + ACTIONS(3308), 15, sym_identifier, sym_ASSERT, sym_END, @@ -246954,106 +247148,94 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [242493] = 11, + [242613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(6856), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4137), 3, + STATE(4144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3386), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242537] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242645] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7716), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4138), 3, + STATE(4145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3408), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242581] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242677] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(4899), 1, anon_sym_LT_LT, - STATE(4084), 1, + STATE(3668), 1, sym__direct_name, - STATE(5268), 1, + STATE(5935), 1, sym_name, - STATE(4332), 2, + STATE(4774), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4907), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4139), 3, + STATE(4146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4775), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242625] = 11, + [242721] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247062,97 +247244,118 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7845), 1, + STATE(7769), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4140), 3, + STATE(4147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242669] = 11, + [242765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, - anon_sym_LT_LT, - STATE(3659), 1, - sym__direct_name, - STATE(5614), 1, - sym_name, - STATE(4869), 2, - sym__identifier, - sym__external_name, - ACTIONS(5365), 3, + STATE(4148), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3438), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, + sym_library_constant, sym_library_constant_std_logic, - STATE(4141), 3, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242797] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3444), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242713] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242829] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(5607), 1, + STATE(6968), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4142), 3, + STATE(4150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242757] = 11, + [242873] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247161,97 +247364,91 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6679), 1, + STATE(7292), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4143), 3, + STATE(4151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242801] = 11, + [242917] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1066), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(882), 1, + STATE(3024), 1, sym__direct_name, - STATE(2712), 1, + STATE(7290), 1, sym_name, - STATE(1915), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1078), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2287), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4144), 3, + STATE(4152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1068), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242845] = 11, + [242961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, - anon_sym_LT_LT, - STATE(3020), 1, - sym__direct_name, - STATE(7491), 1, - sym_name, - STATE(4332), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4145), 3, + STATE(4153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3272), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [242889] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242993] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247260,31 +247457,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6951), 1, + STATE(5563), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4146), 3, + STATE(4154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242933] = 11, + [243037] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247293,31 +247490,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6935), 1, + STATE(7145), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4147), 3, + STATE(4155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242977] = 11, + [243081] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247326,64 +247523,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7754), 1, + STATE(7797), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4148), 3, + STATE(4156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243021] = 11, + [243125] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5413), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4169), 1, sym__direct_name, - STATE(6632), 1, + STATE(7099), 1, sym_name, - STATE(4332), 2, + STATE(5009), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5417), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4149), 3, + STATE(4157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(5017), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5415), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243065] = 11, + [243169] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247392,31 +247589,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(8044), 1, + STATE(5185), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4150), 3, + STATE(4158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243109] = 11, + [243213] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247425,31 +247622,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4094), 1, sym__direct_name, - STATE(8047), 1, + STATE(5836), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4151), 3, + STATE(4159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243153] = 11, + [243257] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247458,31 +247655,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6633), 1, + STATE(6974), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4152), 3, + STATE(4160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243197] = 11, + [243301] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247491,64 +247688,118 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6883), 1, + STATE(6988), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4153), 3, + STATE(4161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243241] = 11, + [243345] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3596), 1, + STATE(3024), 1, sym__direct_name, - STATE(5616), 1, + STATE(6989), 1, sym_name, - STATE(4800), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4154), 3, + STATE(4162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [243389] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4163), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3446), 15, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LPAREN, + anon_sym_LT_LT, + [243421] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4164), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3448), 15, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [243285] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [243453] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247557,91 +247808,97 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(6867), 1, + STATE(5193), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4155), 3, + STATE(4165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243329] = 11, + [243497] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(6181), 1, + STATE(7024), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4156), 3, + STATE(4166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243373] = 5, + [243541] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4157), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7016), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3300), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [243405] = 11, + [243585] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247650,38 +247907,38 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6868), 1, + STATE(6872), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4158), 3, + STATE(4168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243449] = 15, + [243629] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1487), 1, + ACTIONS(1481), 1, sym_AFTER, ACTIONS(5401), 1, anon_sym_DOT, @@ -247695,23 +247952,23 @@ static const uint16_t ts_small_parse_table[] = { sym_GENERIC, ACTIONS(5411), 1, sym_PARAMETER, - STATE(4193), 1, + STATE(4124), 1, aux_sym_name_repeat1, - STATE(4951), 1, + STATE(4950), 1, sym_generic_map_aspect, - STATE(5022), 1, + STATE(5018), 1, sym__name_selector, - STATE(4159), 3, + STATE(4169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5023), 5, + STATE(5020), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [243501] = 11, + [243681] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247720,58 +247977,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6902), 1, + STATE(6638), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4160), 3, + STATE(4170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243545] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4161), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3298), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [243577] = 11, + [243725] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247780,131 +248010,130 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8054), 1, + STATE(7798), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4162), 3, + STATE(4171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243621] = 11, + [243769] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3596), 1, + STATE(3024), 1, sym__direct_name, - STATE(5613), 1, + STATE(6685), 1, sym_name, - STATE(4800), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4163), 3, + STATE(4172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243665] = 12, + [243813] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(4862), 1, + STATE(7012), 1, + sym_name, + STATE(4342), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6181), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4164), 3, + STATE(4173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5373), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243711] = 11, + [243857] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1357), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(784), 1, + STATE(3024), 1, sym__direct_name, - STATE(2582), 1, + STATE(6738), 1, sym_name, - STATE(1608), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1369), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1616), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4165), 3, + STATE(4174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1359), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243755] = 11, + [243901] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247913,58 +248142,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6904), 1, + STATE(7018), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4166), 3, + STATE(4175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243799] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4167), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3296), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [243831] = 11, + [243945] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247973,64 +248175,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(8086), 1, + STATE(5315), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4168), 3, + STATE(4176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243875] = 11, + [243989] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5419), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3659), 1, sym__direct_name, - STATE(8093), 1, + STATE(5547), 1, sym_name, - STATE(4332), 2, + STATE(4736), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5423), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4169), 3, + STATE(4177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4735), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243919] = 11, + [244033] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248039,92 +248241,97 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(7838), 1, + STATE(5334), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4170), 3, + STATE(4178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243963] = 12, + [244077] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(4775), 1, + STATE(7028), 1, + sym_name, + STATE(4342), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6164), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4171), 3, + STATE(4179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5373), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244009] = 5, + [244121] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4172), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7046), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244041] = 11, + [244165] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248133,64 +248340,65 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6949), 1, + STATE(7049), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4173), 3, + STATE(4181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244085] = 11, + [244209] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3628), 1, sym__direct_name, - STATE(8130), 1, - sym_name, - STATE(4332), 2, + STATE(4688), 1, sym__identifier, + STATE(4844), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6331), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4174), 3, + STATE(4182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244129] = 11, + [244255] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248199,31 +248407,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8166), 1, + STATE(7069), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4175), 3, + STATE(4183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244173] = 11, + [244299] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248232,97 +248440,97 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4094), 1, sym__direct_name, - STATE(8168), 1, + STATE(5695), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4176), 3, + STATE(4184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244217] = 11, + [244343] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1000), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(788), 1, + STATE(4059), 1, sym__direct_name, - STATE(2550), 1, + STATE(5338), 1, sym_name, - STATE(1513), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1012), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1516), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4177), 3, + STATE(4185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1002), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244261] = 11, + [244387] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1096), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(734), 1, + STATE(4094), 1, sym__direct_name, - STATE(2045), 1, + STATE(5787), 1, sym_name, - STATE(945), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1108), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4178), 3, + STATE(4186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1098), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244305] = 11, + [244431] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248331,58 +248539,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(4337), 1, sym__direct_name, - STATE(8028), 1, + STATE(7000), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4179), 3, + STATE(4187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244349] = 5, + [244475] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4180), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6888), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244381] = 11, + [244519] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248391,145 +248605,131 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(8061), 1, + STATE(6906), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4181), 3, + STATE(4189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244425] = 5, + [244563] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4182), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3438), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, + ACTIONS(5359), 1, + anon_sym_LT_LT, + STATE(3628), 1, + sym__direct_name, + STATE(4844), 1, + sym__external_name, + STATE(4874), 1, + sym__identifier, + STATE(6416), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244457] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4183), 3, + STATE(4190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3294), 15, + STATE(4843), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5395), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244489] = 5, + [244609] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4184), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7087), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244521] = 11, + [244653] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5367), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3656), 1, + STATE(3024), 1, sym__direct_name, - STATE(5276), 1, + STATE(7030), 1, sym_name, - STATE(4423), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5371), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4185), 3, + STATE(4192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4402), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5369), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244565] = 11, + [244697] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248538,31 +248738,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8196), 1, + STATE(7104), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4186), 3, + STATE(4193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244609] = 11, + [244741] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248571,31 +248771,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8220), 1, + STATE(7123), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4187), 3, + STATE(4194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244653] = 11, + [244785] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248604,64 +248804,65 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8221), 1, + STATE(7027), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4188), 3, + STATE(4195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244697] = 11, + [244829] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5413), 1, + ACTIONS(5359), 1, anon_sym_LT_LT, - STATE(3586), 1, + STATE(3628), 1, sym__direct_name, - STATE(5385), 1, - sym_name, - STATE(4824), 2, - sym__identifier, + STATE(4844), 1, sym__external_name, - ACTIONS(5417), 3, + STATE(4873), 1, + sym__identifier, + STATE(6472), 1, + sym_name, + ACTIONS(5363), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4189), 3, + STATE(4196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4815), 3, + STATE(4843), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5415), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244741] = 11, + [244875] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248670,31 +248871,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(8087), 1, + STATE(7393), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4190), 3, + STATE(4197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244785] = 11, + [244919] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248703,95 +248904,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5322), 1, + STATE(7402), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4191), 3, + STATE(4198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244829] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4192), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3440), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [244861] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1503), 1, - sym_AFTER, - ACTIONS(5401), 1, - anon_sym_DOT, - ACTIONS(5403), 1, - anon_sym_LPAREN, - ACTIONS(5405), 1, - anon_sym_SQUOTE, - ACTIONS(5407), 1, - anon_sym_LBRACK, - ACTIONS(5409), 1, - sym_GENERIC, - ACTIONS(5411), 1, - sym_PARAMETER, - STATE(4132), 1, - aux_sym_name_repeat1, - STATE(4951), 1, - sym_generic_map_aspect, - STATE(5022), 1, - sym__name_selector, - STATE(4193), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5023), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [244913] = 11, + [244963] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248800,64 +248937,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5279), 1, + STATE(7435), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4194), 3, + STATE(4199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244957] = 11, + [245007] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1022), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(753), 1, + STATE(4059), 1, sym__direct_name, - STATE(2440), 1, + STATE(5271), 1, sym_name, - STATE(1180), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1034), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1181), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4195), 3, + STATE(4200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1024), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245001] = 11, + [245051] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248866,31 +249003,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4094), 1, sym__direct_name, - STATE(8237), 1, + STATE(5977), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4196), 3, + STATE(4201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245045] = 11, + [245095] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248899,31 +249036,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4084), 1, + STATE(3024), 1, sym__direct_name, - STATE(5822), 1, + STATE(7126), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4197), 3, + STATE(4202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245089] = 11, + [245139] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248932,64 +249069,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(7038), 1, + STATE(5267), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4198), 3, + STATE(4203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245133] = 11, + [245183] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1157), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(769), 1, + STATE(3024), 1, sym__direct_name, - STATE(2508), 1, + STATE(7614), 1, sym_name, - STATE(1330), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1169), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1328), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4199), 3, + STATE(4204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1159), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245177] = 12, + [245227] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248998,32 +249135,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4946), 1, - sym__identifier, - STATE(8319), 1, + STATE(7617), 1, sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4200), 3, + STATE(4205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245223] = 11, + [245271] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249032,31 +249168,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8109), 1, + STATE(7700), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4201), 3, + STATE(4206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245267] = 11, + [245315] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249065,31 +249201,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7037), 1, + STATE(7146), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4202), 3, + STATE(4207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245311] = 11, + [245359] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249098,31 +249234,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8266), 1, + STATE(7172), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4203), 3, + STATE(4208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245355] = 11, + [245403] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249131,31 +249267,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(8105), 1, + STATE(7180), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4204), 3, + STATE(4209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245399] = 11, + [245447] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249164,31 +249300,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8275), 1, + STATE(7810), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4205), 3, + STATE(4210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245443] = 11, + [245491] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249197,31 +249333,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(8119), 1, + STATE(7812), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4206), 3, + STATE(4211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245487] = 11, + [245535] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249230,31 +249366,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(7452), 1, + STATE(5331), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4207), 3, + STATE(4212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245531] = 11, + [245579] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249263,31 +249399,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(8128), 1, + STATE(7855), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4208), 3, + STATE(4213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245575] = 11, + [245623] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249296,31 +249432,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(4059), 1, sym__direct_name, - STATE(5175), 1, + STATE(5222), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4209), 3, + STATE(4214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245619] = 11, + [245667] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249329,31 +249465,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4084), 1, + STATE(4094), 1, sym__direct_name, - STATE(6012), 1, + STATE(5842), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4210), 3, + STATE(4215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245663] = 11, + [245711] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249362,31 +249498,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(8292), 1, + STATE(5218), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4211), 3, + STATE(4216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245707] = 11, + [245755] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249395,58 +249531,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8321), 1, + STATE(7206), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4212), 3, + STATE(4217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [245751] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4213), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3240), 15, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [245783] = 11, + [245799] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249455,31 +249564,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8328), 1, + STATE(8287), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4214), 3, + STATE(4218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245827] = 11, + [245843] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249488,194 +249597,80 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5200), 1, + STATE(7228), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4215), 3, + STATE(4219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245871] = 5, + [245887] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4216), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3238), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [245903] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(427), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(735), 1, + STATE(3024), 1, sym__direct_name, - STATE(1968), 1, + STATE(8126), 1, sym_name, - STATE(966), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(961), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4217), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(429), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [245947] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4218), 3, + STATE(4220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3268), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [245979] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(399), 1, - anon_sym_LT_LT, - STATE(775), 1, - sym__direct_name, - STATE(2474), 1, - sym_name, - STATE(1343), 2, - sym__identifier, - sym__external_name, - ACTIONS(419), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1344), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4219), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(401), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246023] = 5, + [245931] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4220), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3266), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [246055] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5419), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - STATE(3866), 1, + STATE(3881), 1, sym__direct_name, - STATE(5910), 1, + STATE(5463), 1, sym_name, - STATE(4922), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(5423), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249683,16 +249678,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4884), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5421), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246099] = 11, + [245975] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249701,11 +249696,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7003), 1, + STATE(8196), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249716,32 +249711,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246143] = 11, + [246019] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(3738), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3608), 1, sym__direct_name, - STATE(7004), 1, + STATE(5640), 1, sym_name, - STATE(4332), 2, + STATE(4737), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3760), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249749,16 +249744,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4738), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246187] = 11, + [246063] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249767,11 +249762,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8334), 1, + STATE(7230), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249782,16 +249777,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246231] = 11, + [246107] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249800,11 +249795,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8347), 1, + STATE(8330), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249815,16 +249810,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246275] = 11, + [246151] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249833,11 +249828,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8348), 1, + STATE(8342), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249848,16 +249843,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246319] = 11, + [246195] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249866,11 +249861,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7054), 1, + STATE(7239), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249881,16 +249876,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246363] = 12, + [246239] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249899,14 +249894,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(4059), 1, sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4943), 1, - sym__identifier, - STATE(8317), 1, + STATE(5178), 1, sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -249915,43 +249909,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246409] = 5, + [246283] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7254), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3218), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [246441] = 11, + [246327] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249960,11 +249960,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5323), 1, + STATE(7256), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249975,49 +249975,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246485] = 11, + [246371] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(874), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(743), 1, + STATE(4059), 1, sym__direct_name, - STATE(2366), 1, + STATE(5177), 1, sym_name, - STATE(1035), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(886), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1029), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(876), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246529] = 11, + [246415] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250026,11 +250026,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8317), 1, + STATE(8358), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250041,16 +250041,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246573] = 11, + [246459] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250059,11 +250059,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7189), 1, + STATE(7270), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250074,16 +250074,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246617] = 11, + [246503] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250092,11 +250092,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8126), 1, + STATE(7289), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250107,16 +250107,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246661] = 11, + [246547] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250125,11 +250125,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6905), 1, + STATE(7291), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250140,16 +250140,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246705] = 11, + [246591] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250158,11 +250158,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8290), 1, + STATE(8357), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250173,16 +250173,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246749] = 11, + [246635] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250191,11 +250191,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8276), 1, + STATE(7312), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250206,43 +250206,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246793] = 5, + [246679] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7339), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [246825] = 11, + [246723] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250251,11 +250257,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7249), 1, + STATE(7300), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250266,16 +250272,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246869] = 11, + [246767] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250284,11 +250290,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8257), 1, + STATE(7354), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250299,32 +250305,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246913] = 11, + [246811] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5425), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3352), 1, + STATE(3024), 1, sym__direct_name, - STATE(5103), 1, + STATE(7376), 1, sym_name, - STATE(4512), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5429), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -250332,16 +250338,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4514), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5427), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246957] = 11, + [246855] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250350,11 +250356,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8216), 1, + STATE(7377), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250365,16 +250371,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247001] = 11, + [246899] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250383,11 +250389,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8211), 1, + STATE(7388), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250398,16 +250404,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247045] = 11, + [246943] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250416,11 +250422,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7394), 1, + STATE(8352), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250431,103 +250437,118 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247089] = 11, + [246987] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1485), 1, + sym_AFTER, + ACTIONS(5425), 1, + anon_sym_DOT, + ACTIONS(5428), 1, + anon_sym_LPAREN, ACTIONS(5431), 1, + anon_sym_SQUOTE, + ACTIONS(5434), 1, + anon_sym_LBRACK, + ACTIONS(5437), 1, + sym_GENERIC, + ACTIONS(5440), 1, + sym_PARAMETER, + STATE(4950), 1, + sym_generic_map_aspect, + STATE(5018), 1, + sym__name_selector, + STATE(4245), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(5020), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [247037] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3577), 1, + STATE(3024), 1, sym__direct_name, - STATE(5162), 1, + STATE(8337), 1, sym_name, - STATE(4588), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5435), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4245), 3, + STATE(4246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4591), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5433), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247133] = 5, + [247081] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4246), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3246), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(8333), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [247165] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, STATE(4247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [247197] = 11, + [247125] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250536,11 +250557,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8195), 1, + STATE(8331), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250551,16 +250572,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247241] = 11, + [247169] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250569,11 +250590,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8097), 1, + STATE(8322), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250584,16 +250605,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247285] = 11, + [247213] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250602,11 +250623,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8003), 1, + STATE(7369), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250617,16 +250638,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247329] = 11, + [247257] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250635,11 +250656,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7390), 1, + STATE(7415), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250650,16 +250671,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247373] = 11, + [247301] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250668,11 +250689,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(5331), 1, anon_sym_LT_LT, - STATE(3520), 1, + STATE(3536), 1, sym__direct_name, - STATE(5351), 1, + STATE(5566), 1, sym_name, - STATE(4554), 2, + STATE(4608), 2, sym__identifier, sym__external_name, ACTIONS(5335), 3, @@ -250683,7 +250704,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4552), 3, + STATE(4559), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -250692,40 +250713,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [247417] = 11, + [247345] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(978), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(783), 1, + STATE(3024), 1, sym__direct_name, - STATE(2609), 1, + STATE(7416), 1, sym_name, - STATE(1603), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(990), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1610), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(980), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247461] = 11, + [247389] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250734,13 +250755,14 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7251), 1, - sym_name, - STATE(4332), 2, - sym__identifier, + STATE(4342), 1, sym__external_name, + STATE(4896), 1, + sym__identifier, + STATE(7171), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -250749,16 +250771,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5297), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247505] = 12, + [247435] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250767,14 +250789,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4923), 1, - sym__identifier, - STATE(8309), 1, + STATE(7421), 1, sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -250783,16 +250804,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247551] = 11, + [247479] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250801,11 +250822,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7021), 1, + STATE(7446), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250816,16 +250837,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247595] = 11, + [247523] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250834,11 +250855,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7263), 1, + STATE(7450), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250849,16 +250870,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247639] = 11, + [247567] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250867,11 +250888,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(8064), 1, + STATE(8317), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250882,16 +250903,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247683] = 11, + [247611] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250900,11 +250921,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7858), 1, + STATE(7463), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250915,16 +250936,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247727] = 11, + [247655] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250933,11 +250954,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7841), 1, + STATE(8316), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250948,16 +250969,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247771] = 11, + [247699] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250966,11 +250987,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7281), 1, + STATE(7503), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250981,16 +251002,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247815] = 11, + [247743] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250999,11 +251020,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7823), 1, + STATE(7509), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251014,16 +251035,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247859] = 11, + [247787] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251032,11 +251053,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4338), 1, + STATE(3024), 1, sym__direct_name, - STATE(7555), 1, + STATE(8289), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251047,16 +251068,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247903] = 11, + [247831] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251065,11 +251086,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5338), 1, + STATE(8278), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251080,16 +251101,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247947] = 11, + [247875] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251098,11 +251119,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7780), 1, + STATE(8275), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251113,32 +251134,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247991] = 11, + [247919] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4274), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3628), 1, + STATE(3024), 1, sym__direct_name, - STATE(4630), 1, + STATE(8248), 1, sym_name, - STATE(4658), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(4280), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251146,16 +251167,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4704), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5437), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248035] = 11, + [247963] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251164,11 +251185,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7774), 1, + STATE(8112), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251179,16 +251200,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248079] = 11, + [248007] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251197,11 +251218,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7504), 1, + STATE(8237), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251212,16 +251233,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248123] = 11, + [248051] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251230,11 +251251,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6823), 1, + STATE(8212), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251245,92 +251266,95 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248167] = 11, + [248095] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1096), 1, - anon_sym_LT_LT, - STATE(802), 1, - sym__direct_name, - STATE(2562), 1, - sym_name, - STATE(945), 2, - sym__identifier, - sym__external_name, - ACTIONS(1108), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(940), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, + ACTIONS(5447), 1, + sym_RANGE, + STATE(5184), 1, + sym_range_constraint, STATE(4270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1098), 4, + ACTIONS(5443), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + ACTIONS(5445), 8, sym_identifier, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [248211] = 5, + anon_sym_LT_LT, + [248133] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(8206), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3326), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [248243] = 11, + [248177] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(5709), 1, + STATE(8205), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251338,16 +251362,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248287] = 11, + [248221] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251356,11 +251380,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6915), 1, + STATE(7539), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251371,16 +251395,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248331] = 11, + [248265] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251389,11 +251413,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6918), 1, + STATE(7345), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251404,46 +251428,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248375] = 8, + [248309] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5443), 1, - sym_RANGE, - STATE(5191), 1, - sym_range_constraint, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7595), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5439), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - ACTIONS(5441), 8, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LT_LT, - [248413] = 11, + [248353] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251452,11 +251479,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7761), 1, + STATE(7519), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251467,16 +251494,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248457] = 11, + [248397] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251485,11 +251512,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4084), 1, + STATE(3024), 1, sym__direct_name, - STATE(6000), 1, + STATE(8190), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251500,16 +251527,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248501] = 11, + [248441] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251518,11 +251545,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(5355), 1, + STATE(7340), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251533,16 +251560,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248545] = 11, + [248485] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251551,11 +251578,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7728), 1, + STATE(7607), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251566,33 +251593,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248589] = 12, + [248529] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(5449), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3876), 1, sym__direct_name, - STATE(4674), 1, + STATE(5672), 1, + sym_name, + STATE(4907), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6196), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(5453), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251600,16 +251626,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4909), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5373), 4, + ACTIONS(5451), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248635] = 11, + [248573] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251618,11 +251644,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4049), 1, + STATE(3024), 1, sym__direct_name, - STATE(5326), 1, + STATE(7636), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251633,49 +251659,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248679] = 11, + [248617] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1203), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(825), 1, + STATE(3024), 1, sym__direct_name, - STATE(2656), 1, + STATE(7637), 1, sym_name, - STATE(1840), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1215), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1876), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1205), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248723] = 11, + [248661] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251684,11 +251710,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7722), 1, + STATE(8178), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251699,16 +251725,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248767] = 11, + [248705] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251717,13 +251743,14 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7346), 1, - sym_name, - STATE(4332), 2, - sym__identifier, + STATE(4342), 1, sym__external_name, + STATE(4900), 1, + sym__identifier, + STATE(7201), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -251732,16 +251759,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5297), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248811] = 11, + [248751] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251750,11 +251777,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7544), 1, + STATE(6818), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251765,16 +251792,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248855] = 11, + [248795] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251783,13 +251810,14 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7706), 1, - sym_name, - STATE(4332), 2, - sym__identifier, + STATE(4342), 1, sym__external_name, + STATE(4901), 1, + sym__identifier, + STATE(7083), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -251798,16 +251826,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(5297), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248899] = 11, + [248841] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251816,11 +251844,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7548), 1, + STATE(8177), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251831,16 +251859,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248943] = 12, + [248885] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251849,14 +251877,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4927), 1, - sym__identifier, - STATE(8311), 1, + STATE(8154), 1, sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -251865,65 +251892,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248989] = 11, + [248929] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(762), 1, + STATE(3024), 1, sym__direct_name, - STATE(2502), 1, + STATE(7649), 1, sym_name, - STATE(1310), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1437), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1307), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1427), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249033] = 11, + [248973] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3747), 1, + STATE(3024), 1, sym__direct_name, - STATE(5529), 1, + STATE(8139), 1, sym_name, - STATE(4800), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251931,16 +251958,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249077] = 12, + [249017] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251949,14 +251976,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(4332), 1, - sym__external_name, - STATE(4928), 1, - sym__identifier, - STATE(8313), 1, + STATE(8137), 1, sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -251965,32 +251991,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5291), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249123] = 11, + [249061] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3728), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3596), 1, + STATE(3024), 1, sym__direct_name, - STATE(5858), 1, + STATE(8097), 1, sym_name, - STATE(4800), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(3750), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251998,49 +252024,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4737), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3730), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249167] = 11, + [249105] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(918), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(745), 1, + STATE(3024), 1, sym__direct_name, - STATE(2309), 1, + STATE(7679), 1, sym_name, - STATE(1043), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(930), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1044), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(920), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249211] = 11, + [249149] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252049,11 +252075,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7667), 1, + STATE(7682), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252064,16 +252090,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249255] = 11, + [249193] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252082,11 +252108,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7663), 1, + STATE(8081), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252097,16 +252123,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249299] = 11, + [249237] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252115,11 +252141,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7492), 1, + STATE(7261), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252130,16 +252156,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249343] = 11, + [249281] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252148,11 +252174,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6992), 1, + STATE(8080), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252163,76 +252189,83 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249387] = 11, + [249325] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1445), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(791), 1, + STATE(3024), 1, sym__direct_name, - STATE(2585), 1, + STATE(8041), 1, sym_name, - STATE(1419), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1457), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1533), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1447), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249431] = 5, + [249369] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(4342), 1, + sym__external_name, + STATE(4904), 1, + sym__identifier, + STATE(7261), 1, + sym_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3478), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5297), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [249463] = 11, + [249415] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252241,11 +252274,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6961), 1, + STATE(8026), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252256,66 +252289,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249507] = 11, + [249459] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1269), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(814), 1, + STATE(3024), 1, sym__direct_name, - STATE(2650), 1, + STATE(8020), 1, sym_name, - STATE(1701), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1281), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1703), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1271), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249551] = 12, + [249503] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(4727), 1, + STATE(7837), 1, + sym_name, + STATE(4342), 2, sym__identifier, - STATE(4869), 1, sym__external_name, - STATE(6135), 1, - sym_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252323,32 +252355,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5373), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249597] = 11, + [249547] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(6135), 1, - sym_name, - STATE(4869), 2, - sym__identifier, + STATE(4342), 1, sym__external_name, - ACTIONS(5365), 3, + STATE(4905), 1, + sym__identifier, + STATE(7276), 1, + sym_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252356,76 +252389,83 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(5297), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249641] = 5, + [249593] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(4342), 1, + sym__external_name, + STATE(4908), 1, + sym__identifier, + STATE(7309), 1, + sym_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5297), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [249673] = 11, + [249639] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(734), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(765), 1, + STATE(3024), 1, sym__direct_name, - STATE(2459), 1, + STATE(7827), 1, sym_name, - STATE(850), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(746), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(876), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(802), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249717] = 11, + [249683] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252434,11 +252474,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7632), 1, + STATE(7686), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252449,32 +252489,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249761] = 11, + [249727] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(6266), 1, + STATE(7309), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252482,32 +252522,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249805] = 11, + [249771] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5361), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3659), 1, + STATE(3024), 1, sym__direct_name, - STATE(6137), 1, + STATE(7711), 1, sym_name, - STATE(4869), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5365), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252515,16 +252555,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4870), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5363), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249849] = 11, + [249815] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252533,11 +252573,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7692), 1, + STATE(7303), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252548,32 +252588,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249893] = 11, + [249859] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5445), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4159), 1, + STATE(3024), 1, sym__direct_name, - STATE(8346), 1, + STATE(7712), 1, sym_name, - STATE(5017), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(5449), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252581,16 +252621,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5018), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5447), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249937] = 11, + [249903] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252599,11 +252639,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(7545), 1, + STATE(7722), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252614,76 +252654,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249981] = 11, + [249947] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1383), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(821), 1, + STATE(3024), 1, sym__direct_name, - STATE(2639), 1, + STATE(7744), 1, sym_name, - STATE(1679), 2, + STATE(4342), 2, sym__identifier, sym__external_name, - ACTIONS(1395), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1795), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1385), 4, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250025] = 5, + [249991] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7746), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 15, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [250057] = 11, + [250035] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252692,11 +252738,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3020), 1, + STATE(3024), 1, sym__direct_name, - STATE(6987), 1, + STATE(7825), 1, sym_name, - STATE(4332), 2, + STATE(4342), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252707,190 +252753,227 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4335), 3, + STATE(4338), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3024), 4, + ACTIONS(3030), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250101] = 6, + [250079] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2376), 1, - anon_sym_COLON, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7811), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250134] = 5, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [250123] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(6999), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3238), 14, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [250165] = 6, + [250167] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2676), 1, - anon_sym_COLON, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7778), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250198] = 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [250211] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2430), 1, - anon_sym_COLON, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7756), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250231] = 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [250255] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2574), 1, - anon_sym_COLON, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7771), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250264] = 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [250299] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2616), 1, - anon_sym_COLON, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3024), 1, + sym__direct_name, + STATE(7772), 1, + sym_name, + STATE(4342), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250297] = 6, + STATE(4338), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3030), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [250343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2578), 1, + ACTIONS(2400), 1, anon_sym_COLON, STATE(4321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 13, + ACTIONS(2398), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -252904,20 +252987,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250330] = 6, + [250376] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2612), 1, + ACTIONS(2430), 1, anon_sym_COLON, STATE(4322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 13, + ACTIONS(2428), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -252931,20 +253014,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250363] = 6, + [250409] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2472), 1, + ACTIONS(2638), 1, anon_sym_COLON, STATE(4323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 13, + ACTIONS(2636), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -252958,103 +253041,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250396] = 6, + [250442] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2638), 1, - anon_sym_COLON, STATE(4324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3392), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250429] = 6, + anon_sym_LT_LT, + [250473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2582), 1, - anon_sym_COLON, STATE(4325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3376), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250462] = 8, + anon_sym_LT_LT, + [250504] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5451), 1, - sym_RANGE, - STATE(5474), 1, - sym_range_constraint, STATE(4326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5439), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(5441), 8, + ACTIONS(3374), 14, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_LPAREN, anon_sym_LT_LT, - [250499] = 6, + [250535] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2672), 1, + ACTIONS(2538), 1, anon_sym_COLON, STATE(4327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 13, + ACTIONS(2536), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253068,47 +253146,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250532] = 6, + [250568] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2668), 1, - anon_sym_COLON, STATE(4328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3372), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250565] = 6, + anon_sym_LT_LT, + [250599] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2558), 1, + ACTIONS(2494), 1, anon_sym_COLON, STATE(4329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 13, + ACTIONS(2492), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253122,47 +253199,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250598] = 6, + [250632] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2500), 1, - anon_sym_COLON, STATE(4330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3370), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250631] = 6, + anon_sym_LT_LT, + [250663] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2476), 1, + ACTIONS(2572), 1, anon_sym_COLON, STATE(4331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 13, + ACTIONS(2570), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253176,47 +253252,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250664] = 6, + [250696] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2452), 1, - anon_sym_COLON, STATE(4332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3358), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [250697] = 6, + anon_sym_LT_LT, + [250727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2468), 1, + ACTIONS(2564), 1, anon_sym_COLON, STATE(4333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 13, + ACTIONS(2562), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253230,20 +253305,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250730] = 6, + [250760] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2422), 1, + ACTIONS(2518), 1, anon_sym_COLON, STATE(4334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 13, + ACTIONS(2516), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253257,20 +253332,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250763] = 6, + [250793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2608), 1, + ACTIONS(2598), 1, anon_sym_COLON, STATE(4335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 13, + ACTIONS(2596), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253284,20 +253359,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250796] = 6, + [250826] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2642), 1, + ACTIONS(2546), 1, anon_sym_COLON, STATE(4336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 13, + ACTIONS(2544), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253311,172 +253386,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250829] = 8, + [250859] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5453), 1, - sym_RANGE, - STATE(5439), 1, - sym_range_constraint, - STATE(4337), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5439), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(5441), 8, - sym_identifier, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [250866] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1487), 1, + ACTIONS(1481), 1, anon_sym_LPAREN, - ACTIONS(4184), 1, + ACTIONS(4170), 1, anon_sym_DOT, - ACTIONS(4188), 1, + ACTIONS(4174), 1, anon_sym_SQUOTE, - ACTIONS(4190), 1, + ACTIONS(4176), 1, anon_sym_LBRACK, - ACTIONS(4192), 1, + ACTIONS(4178), 1, sym_GENERIC, - ACTIONS(4194), 1, + ACTIONS(4180), 1, sym_PARAMETER, - STATE(4130), 1, + STATE(4020), 1, sym_generic_map_aspect, - STATE(4325), 1, + STATE(4345), 1, sym__name_selector, - STATE(4339), 1, + STATE(4350), 1, aux_sym_name_repeat1, - STATE(4338), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4327), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [250915] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1503), 1, - anon_sym_LPAREN, - ACTIONS(4184), 1, - anon_sym_DOT, - ACTIONS(4188), 1, - anon_sym_SQUOTE, - ACTIONS(4190), 1, - anon_sym_LBRACK, - ACTIONS(4192), 1, - sym_GENERIC, - ACTIONS(4194), 1, - sym_PARAMETER, - STATE(3013), 1, - aux_sym_name_repeat1, - STATE(4130), 1, - sym_generic_map_aspect, - STATE(4325), 1, - sym__name_selector, - STATE(4339), 3, + STATE(4337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4327), 5, + STATE(4349), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [250964] = 5, + [250908] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4340), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3476), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [250995] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2504), 1, - anon_sym_COLON, - STATE(4341), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2502), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [251028] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2530), 1, + ACTIONS(2464), 1, anon_sym_COLON, - STATE(4342), 3, + STATE(4338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 13, + ACTIONS(2462), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253490,18 +253448,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251061] = 5, + [250941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4343), 3, + STATE(4339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3478), 14, + ACTIONS(3294), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253516,18 +253474,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251092] = 5, + [250972] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4344), 3, + STATE(4340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 14, + ACTIONS(3290), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253542,18 +253500,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251123] = 5, + [251003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4345), 3, + STATE(4341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 14, + ACTIONS(3288), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253568,44 +253526,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251154] = 5, + [251034] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4346), 3, + ACTIONS(2404), 1, + anon_sym_COLON, + STATE(4342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2402), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [251185] = 5, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4347), 3, + STATE(4343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 14, + ACTIONS(3286), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253620,18 +253579,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251216] = 5, + [251098] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4348), 3, + STATE(4344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3218), 14, + ACTIONS(3252), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253646,18 +253605,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251247] = 5, + [251129] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4349), 3, + ACTIONS(2576), 1, + anon_sym_COLON, + STATE(4345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 14, + ACTIONS(2574), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251162] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4346), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3420), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253672,18 +253658,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251278] = 5, + [251193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4350), 3, + STATE(4347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3416), 14, + ACTIONS(3422), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253698,18 +253684,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251309] = 5, + [251224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4351), 3, + STATE(4348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3240), 14, + ACTIONS(3424), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253724,20 +253710,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251340] = 6, + [251255] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2604), 1, + ACTIONS(2676), 1, anon_sym_COLON, - STATE(4352), 3, + STATE(4349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 13, + ACTIONS(2674), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253751,73 +253737,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251373] = 6, + [251288] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2380), 1, - anon_sym_COLON, - STATE(4353), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2378), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(1465), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, + ACTIONS(4170), 1, + anon_sym_DOT, + ACTIONS(4174), 1, anon_sym_SQUOTE, + ACTIONS(4176), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - [251406] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4354), 3, + ACTIONS(4178), 1, + sym_GENERIC, + ACTIONS(4180), 1, + sym_PARAMETER, + STATE(3017), 1, + aux_sym_name_repeat1, + STATE(4020), 1, + sym_generic_map_aspect, + STATE(4345), 1, + sym__name_selector, + STATE(4350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [251437] = 6, + STATE(4349), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [251337] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2426), 1, + ACTIONS(2498), 1, anon_sym_COLON, - STATE(4355), 3, + STATE(4351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 13, + ACTIONS(2496), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253831,44 +253799,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251470] = 5, + [251370] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4356), 3, + ACTIONS(5455), 1, + sym_RANGE, + STATE(5443), 1, + sym_range_constraint, + STATE(4352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 14, + ACTIONS(5443), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(5445), 8, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, anon_sym_LT_LT, - [251501] = 5, + [251407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4357), 3, + STATE(4353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 14, + ACTIONS(3360), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253877,105 +253848,50 @@ static const uint16_t ts_small_parse_table[] = { sym_WITH, sym_character_literal, sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LPAREN, - anon_sym_LT_LT, - [251532] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2406), 1, - anon_sym_COLON, - STATE(4358), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2404), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [251565] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2508), 1, - anon_sym_COLON, - STATE(4359), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2506), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [251598] = 6, + anon_sym_LT_LT, + [251438] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2372), 1, - anon_sym_COLON, - STATE(4360), 3, + STATE(4354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 13, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(3314), 14, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [251631] = 5, + anon_sym_LT_LT, + [251469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4361), 3, + STATE(4355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 14, + ACTIONS(3250), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253990,18 +253906,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251662] = 5, + [251500] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4362), 3, + STATE(4356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3268), 14, + ACTIONS(3232), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254016,20 +253932,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251693] = 6, + [251531] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2664), 1, + ACTIONS(2486), 1, anon_sym_COLON, - STATE(4363), 3, + STATE(4357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 13, + ACTIONS(2484), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254043,18 +253959,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251726] = 5, + [251564] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4364), 3, + STATE(4358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3274), 14, + ACTIONS(3466), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254069,18 +253985,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251757] = 5, + [251595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4365), 3, + STATE(4359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 14, + ACTIONS(3464), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254095,18 +254011,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251788] = 5, + [251626] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4366), 3, + STATE(4360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 14, + ACTIONS(3456), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254121,18 +254037,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251819] = 5, + [251657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4367), 3, + STATE(4361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3294), 14, + ACTIONS(3308), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254147,18 +254063,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251850] = 5, + [251688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4368), 3, + STATE(4362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3296), 14, + ACTIONS(3386), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254173,18 +254089,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251881] = 5, + [251719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4369), 3, + STATE(4363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3298), 14, + ACTIONS(3408), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254199,18 +254115,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251912] = 5, + [251750] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4370), 3, + STATE(4364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3300), 14, + ACTIONS(3410), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254225,18 +254141,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251943] = 5, + [251781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4371), 3, + STATE(4365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 14, + ACTIONS(3412), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254251,18 +254167,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251974] = 5, + [251812] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4372), 3, + STATE(4366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 14, + ACTIONS(3438), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254277,18 +254193,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252005] = 5, + [251843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4373), 3, + STATE(4367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 14, + ACTIONS(3444), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254303,18 +254219,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252036] = 5, + [251874] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4374), 3, + ACTIONS(2514), 1, + anon_sym_COLON, + STATE(4368), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2512), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251907] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 14, + ACTIONS(3482), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254329,18 +254272,126 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252067] = 5, + [251938] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4375), 3, + ACTIONS(2522), 1, + anon_sym_COLON, + STATE(4370), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2520), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251971] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2426), 1, + anon_sym_COLON, + STATE(4371), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2424), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252004] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2646), 1, + anon_sym_COLON, + STATE(4372), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2644), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252037] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2372), 1, + anon_sym_COLON, + STATE(4373), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2370), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252070] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3326), 14, + ACTIONS(3448), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254355,7 +254406,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252098] = 5, + [252101] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2624), 1, + anon_sym_COLON, + STATE(4375), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2622), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252134] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254366,7 +254444,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3328), 14, + ACTIONS(3446), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254381,7 +254459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252129] = 5, + [252165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254407,33 +254485,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252160] = 5, + [252196] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2568), 1, + anon_sym_COLON, STATE(4378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2566), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [252191] = 5, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254444,7 +254523,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3374), 14, + ACTIONS(3398), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254459,7 +254538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252222] = 5, + [252260] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254470,7 +254549,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3376), 14, + ACTIONS(3396), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254485,7 +254564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252253] = 5, + [252291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254496,7 +254575,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3406), 14, + ACTIONS(3394), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254511,7 +254590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252284] = 5, + [252322] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254537,7 +254616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252315] = 5, + [252353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254548,7 +254627,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3398), 14, + ACTIONS(3272), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254563,33 +254642,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252346] = 5, + [252384] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2672), 1, + anon_sym_COLON, STATE(4384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3400), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2670), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [252377] = 5, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254600,7 +254680,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3402), 14, + ACTIONS(3242), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254615,452 +254695,429 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252408] = 5, + [252448] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5457), 1, + sym_RANGE, + STATE(5462), 1, + sym_range_constraint, STATE(4386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3414), 14, + ACTIONS(5443), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(5445), 8, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LPAREN, anon_sym_LT_LT, - [252439] = 12, + [252485] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, - sym__entity_tag, - STATE(5951), 1, - sym_entity_designator, - STATE(6023), 1, - sym__identifier, - STATE(7834), 1, - sym_entity_specification, - STATE(8160), 1, - sym_entity_name_list, - ACTIONS(5455), 2, - sym_ALL, - sym_OTHERS, - ACTIONS(5457), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(2490), 1, + anon_sym_COLON, STATE(4387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [252483] = 12, + ACTIONS(2488), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252518] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, - sym__entity_tag, - STATE(5951), 1, - sym_entity_designator, - STATE(6023), 1, - sym__identifier, - STATE(7682), 1, - sym_entity_specification, - STATE(8160), 1, - sym_entity_name_list, - ACTIONS(5455), 2, - sym_ALL, - sym_OTHERS, - ACTIONS(5457), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(2642), 1, + anon_sym_COLON, STATE(4388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [252527] = 12, + ACTIONS(2640), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252551] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, - sym__entity_tag, - STATE(5951), 1, - sym_entity_designator, - STATE(6023), 1, - sym__identifier, - STATE(8157), 1, - sym_entity_specification, - STATE(8160), 1, - sym_entity_name_list, - ACTIONS(5455), 2, - sym_ALL, - sym_OTHERS, - ACTIONS(5457), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(2650), 1, + anon_sym_COLON, STATE(4389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [252571] = 8, + ACTIONS(2648), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252584] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4234), 1, - anon_sym_LPAREN, - ACTIONS(5459), 1, - sym_PARAMETER, - STATE(4419), 1, - sym_parenthesis_group, + ACTIONS(2542), 1, + anon_sym_COLON, STATE(4390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 10, + ACTIONS(2540), 13, sym_GENERIC, - sym_RANGE, + sym_PARAMETER, anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LT_EQ, sym_variable_assignment, anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [252607] = 8, + anon_sym_RBRACK, + [252617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5461), 1, - sym_RANGE, - STATE(5988), 1, - sym_range_constraint, - ACTIONS(5439), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, STATE(4391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5441), 8, + ACTIONS(3300), 14, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_LPAREN, anon_sym_LT_LT, - [252643] = 12, + [252648] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, - sym__entity_tag, - STATE(5951), 1, - sym_entity_designator, - STATE(6023), 1, - sym__identifier, - STATE(7746), 1, - sym_entity_specification, - STATE(8160), 1, - sym_entity_name_list, - ACTIONS(5455), 2, - sym_ALL, - sym_OTHERS, - ACTIONS(5457), 2, - sym_character_literal, - sym_operator_symbol, STATE(4392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3266), 14, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [252687] = 17, + anon_sym_LPAREN, + anon_sym_LT_LT, + [252679] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5463), 1, - anon_sym_SEMI, - ACTIONS(5465), 1, - sym_FOR, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5469), 1, - sym_USE, - STATE(5036), 1, - sym_binding_indication, - STATE(5037), 1, - aux_sym_configuration_head_repeat2, - STATE(5718), 1, - sym_generic_map_aspect, - STATE(6080), 1, - sym_block_configuration, - STATE(7141), 1, - sym_verification_unit_binding_indication, - STATE(7272), 1, - sym_port_map_aspect, - STATE(8259), 1, - sym_end_for, + ACTIONS(2620), 1, + anon_sym_COLON, STATE(4393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [252741] = 8, + ACTIONS(2618), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [252712] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5471), 1, - sym_RANGE, - STATE(5623), 1, - sym_range_constraint, - ACTIONS(5439), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, STATE(4394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5441), 8, + ACTIONS(3268), 14, sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WITH, sym_character_literal, sym_operator_symbol, sym_library_constant, sym_library_constant_std_logic, sym_library_function, sym_library_type, + anon_sym_LPAREN, anon_sym_LT_LT, - [252777] = 6, + [252743] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2530), 2, - anon_sym_LT, - anon_sym_GT, + STATE(5574), 1, + sym__entity_tag, + STATE(5859), 1, + sym_entity_designator, + STATE(5862), 1, + sym__identifier, + STATE(7150), 1, + sym_entity_name_list, + STATE(7850), 1, + sym_entity_specification, + ACTIONS(5459), 2, + sym_ALL, + sym_OTHERS, + ACTIONS(5461), 2, + sym_character_literal, + sym_operator_symbol, STATE(4395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - [252809] = 12, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [252787] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, + STATE(5574), 1, sym__entity_tag, - STATE(5951), 1, + STATE(5859), 1, sym_entity_designator, - STATE(6023), 1, + STATE(5862), 1, sym__identifier, - STATE(7855), 1, - sym_entity_specification, - STATE(8160), 1, + STATE(7150), 1, sym_entity_name_list, - ACTIONS(5455), 2, + STATE(7888), 1, + sym_entity_specification, + ACTIONS(5459), 2, sym_ALL, sym_OTHERS, - ACTIONS(5457), 2, + ACTIONS(5461), 2, sym_character_literal, sym_operator_symbol, STATE(4396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [252853] = 12, + [252831] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, + STATE(5574), 1, sym__entity_tag, - STATE(5951), 1, + STATE(5859), 1, sym_entity_designator, - STATE(6023), 1, + STATE(5862), 1, sym__identifier, - STATE(7800), 1, - sym_entity_specification, - STATE(8160), 1, + STATE(7150), 1, sym_entity_name_list, - ACTIONS(5455), 2, + STATE(7883), 1, + sym_entity_specification, + ACTIONS(5459), 2, sym_ALL, sym_OTHERS, - ACTIONS(5457), 2, + ACTIONS(5461), 2, sym_character_literal, sym_operator_symbol, STATE(4397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [252897] = 12, + [252875] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, + STATE(5574), 1, sym__entity_tag, - STATE(5951), 1, + STATE(5859), 1, sym_entity_designator, - STATE(6023), 1, + STATE(5862), 1, sym__identifier, - STATE(7867), 1, - sym_entity_specification, - STATE(8160), 1, + STATE(7150), 1, sym_entity_name_list, - ACTIONS(5455), 2, + STATE(7871), 1, + sym_entity_specification, + ACTIONS(5459), 2, sym_ALL, sym_OTHERS, - ACTIONS(5457), 2, + ACTIONS(5461), 2, sym_character_literal, sym_operator_symbol, STATE(4398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [252941] = 12, + [252919] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, + STATE(5574), 1, sym__entity_tag, - STATE(5951), 1, + STATE(5859), 1, sym_entity_designator, - STATE(6023), 1, + STATE(5862), 1, sym__identifier, - STATE(7872), 1, - sym_entity_specification, - STATE(8160), 1, + STATE(7150), 1, sym_entity_name_list, - ACTIONS(5455), 2, + STATE(7816), 1, + sym_entity_specification, + ACTIONS(5459), 2, sym_ALL, sym_OTHERS, - ACTIONS(5457), 2, + ACTIONS(5461), 2, sym_character_literal, sym_operator_symbol, STATE(4399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [252985] = 5, + [252963] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5463), 1, + sym_RANGE, + STATE(6031), 1, + sym_range_constraint, + ACTIONS(5443), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(4400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 12, + ACTIONS(5445), 8, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -255068,167 +255125,214 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253014] = 5, + [252999] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5465), 1, + anon_sym_SEMI, + ACTIONS(5467), 1, + sym_FOR, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5471), 1, + sym_USE, + STATE(5036), 1, + sym_binding_indication, + STATE(5069), 1, + aux_sym_configuration_head_repeat2, + STATE(5943), 1, + sym_generic_map_aspect, + STATE(6633), 1, + sym_block_configuration, + STATE(6831), 1, + sym_end_for, + STATE(6998), 1, + sym_verification_unit_binding_indication, + STATE(7391), 1, + sym_port_map_aspect, STATE(4401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253043] = 5, + [253053] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5574), 1, + sym__entity_tag, + STATE(5859), 1, + sym_entity_designator, + STATE(5862), 1, + sym__identifier, + STATE(7150), 1, + sym_entity_name_list, + STATE(7155), 1, + sym_entity_specification, + ACTIONS(5459), 2, + sym_ALL, + sym_OTHERS, + ACTIONS(5461), 2, + sym_character_literal, + sym_operator_symbol, STATE(4402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253072] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [253097] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4271), 1, + anon_sym_LPAREN, + ACTIONS(5473), 1, + sym_PARAMETER, + STATE(4414), 1, + sym_parenthesis_group, STATE(4403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 12, + ACTIONS(2362), 10, sym_GENERIC, - sym_PARAMETER, sym_RANGE, anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253101] = 5, + [253133] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2638), 2, + anon_sym_LT, + anon_sym_GT, STATE(4404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, + ACTIONS(2636), 11, anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, + anon_sym_COLON, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - [253130] = 5, + [253165] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5574), 1, + sym__entity_tag, + STATE(5859), 1, + sym_entity_designator, + STATE(5862), 1, + sym__identifier, + STATE(7150), 1, + sym_entity_name_list, + STATE(7762), 1, + sym_entity_specification, + ACTIONS(5459), 2, + sym_ALL, + sym_OTHERS, + ACTIONS(5461), 2, + sym_character_literal, + sym_operator_symbol, STATE(4405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253159] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [253209] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5574), 1, + sym__entity_tag, + STATE(5859), 1, + sym_entity_designator, + STATE(5862), 1, + sym__identifier, + STATE(7150), 1, + sym_entity_name_list, + STATE(7698), 1, + sym_entity_specification, + ACTIONS(5459), 2, + sym_ALL, + sym_OTHERS, + ACTIONS(5461), 2, + sym_character_literal, + sym_operator_symbol, STATE(4406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 12, + ACTIONS(3812), 4, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LT_LT, - [253188] = 5, + [253253] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5475), 1, + sym_RANGE, + STATE(5950), 1, + sym_range_constraint, + ACTIONS(5443), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(4407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 12, + ACTIONS(5445), 8, sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -255236,7 +255340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253217] = 5, + [253289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255247,20 +255351,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 12, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [253246] = 5, + ACTIONS(2462), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253318] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255271,44 +255375,47 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3268), 12, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [253275] = 5, + ACTIONS(2574), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253347] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4351), 1, + anon_sym_LPAREN, + ACTIONS(5477), 1, + sym_PARAMETER, + STATE(4471), 1, + sym_parenthesis_group, STATE(4410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 12, - sym_identifier, - sym_ASSERT, + ACTIONS(2362), 9, sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [253304] = 5, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253382] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255319,7 +255426,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 12, + ACTIONS(2424), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255332,7 +255439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253333] = 5, + [253411] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255343,20 +255450,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3296), 12, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [253362] = 5, + ACTIONS(2428), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253440] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255367,7 +255474,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 12, + ACTIONS(2644), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255380,7 +255487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253391] = 5, + [253469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255391,20 +255498,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3298), 12, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [253420] = 5, + ACTIONS(2496), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253498] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255415,7 +255522,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 12, + ACTIONS(2370), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255428,7 +255535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253449] = 5, + [253527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255439,7 +255546,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 12, + ACTIONS(2544), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [253556] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4417), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3360), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255452,18 +255583,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253478] = 5, + [253585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4417), 3, + STATE(4418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 12, + ACTIONS(3314), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255476,31 +255607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253507] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4418), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2576), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253536] = 5, + [253614] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255511,20 +255618,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253565] = 5, + ACTIONS(3268), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [253643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255535,7 +255642,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5473), 12, + ACTIONS(3266), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255548,34 +255655,31 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253594] = 8, + [253672] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4357), 1, - anon_sym_LPAREN, - ACTIONS(5475), 1, - sym_PARAMETER, - STATE(4531), 1, - sym_parenthesis_group, STATE(4421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 9, - sym_BUS, + ACTIONS(2670), 12, sym_GENERIC, + sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253629] = 5, + [253701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255586,20 +255690,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253658] = 5, + ACTIONS(3482), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [253730] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255610,7 +255714,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 12, + ACTIONS(2566), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255623,7 +255727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253687] = 5, + [253759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255634,7 +255738,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 12, + ACTIONS(2520), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255647,7 +255751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253716] = 5, + [253788] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255658,20 +255762,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253745] = 5, + ACTIONS(3412), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [253817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255682,20 +255786,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253774] = 5, + ACTIONS(3410), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [253846] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255706,7 +255810,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 12, + ACTIONS(2512), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255719,7 +255823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253803] = 5, + [253875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255730,7 +255834,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 12, + ACTIONS(2398), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255743,7 +255847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253832] = 5, + [253904] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255754,7 +255858,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 12, + ACTIONS(2622), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255767,7 +255871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253861] = 5, + [253933] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255778,7 +255882,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 12, + ACTIONS(2640), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255791,7 +255895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253890] = 5, + [253962] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255802,20 +255906,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 12, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [253919] = 5, + ACTIONS(3288), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [253991] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255826,7 +255930,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 12, + ACTIONS(2596), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255839,34 +255943,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253948] = 8, + [254020] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4393), 1, + ACTIONS(4417), 1, anon_sym_LPAREN, - ACTIONS(5477), 1, + ACTIONS(5479), 1, sym_PARAMETER, - STATE(4476), 1, + STATE(4530), 1, sym_parenthesis_group, STATE(4433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 9, - sym_END, - sym_FOR, + ACTIONS(2362), 9, + sym_BUS, sym_GENERIC, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [253983] = 5, + [254055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255877,7 +255981,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 12, + ACTIONS(2570), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255890,7 +255994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254012] = 5, + [254084] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255901,7 +256005,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 12, + ACTIONS(2492), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255914,7 +256018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254041] = 5, + [254113] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255925,31 +256029,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 12, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [254070] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4437), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2614), 12, + ACTIONS(2648), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255962,18 +256042,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254099] = 5, + [254142] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4438), 3, + STATE(4437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 12, + ACTIONS(2540), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255986,18 +256066,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254128] = 5, + [254171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4439), 3, + STATE(4438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 12, + ACTIONS(2536), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256010,18 +256090,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254157] = 5, + [254200] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4440), 3, + STATE(4439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 12, + ACTIONS(2562), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256034,45 +256114,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254186] = 8, + [254229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4311), 1, - anon_sym_LPAREN, - ACTIONS(5479), 1, - sym_PARAMETER, - STATE(4528), 1, - sym_parenthesis_group, - STATE(4441), 3, + STATE(4440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 9, - sym_BUS, + ACTIONS(2484), 12, sym_GENERIC, + sym_PARAMETER, sym_RANGE, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254221] = 5, + [254258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4442), 3, + STATE(4441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 12, + ACTIONS(2636), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256085,18 +256162,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254250] = 5, + [254287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4443), 3, + STATE(4442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5481), 12, + ACTIONS(3418), 12, sym_identifier, sym_ASSERT, sym_END, @@ -256109,54 +256186,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [254279] = 5, + [254316] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4444), 3, + ACTIONS(4367), 1, + anon_sym_LPAREN, + ACTIONS(5481), 1, + sym_PARAMETER, + STATE(4538), 1, + sym_parenthesis_group, + STATE(4443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 12, + ACTIONS(2362), 9, + sym_BUS, sym_GENERIC, - sym_PARAMETER, sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, - anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254308] = 5, + [254351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4445), 3, + STATE(4444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 11, - sym_BUS, + ACTIONS(2516), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254336] = 5, + [254380] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4445), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3398), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [254409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256167,19 +256272,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 11, - sym_BUS, + ACTIONS(2674), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254364] = 5, + [254438] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256190,19 +256296,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 11, - sym_BUS, + ACTIONS(2402), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254392] = 5, + [254467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256213,19 +256320,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 11, - sym_BUS, + ACTIONS(2618), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, + anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254420] = 5, + [254496] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256236,19 +256344,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [254448] = 5, + ACTIONS(5483), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [254525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256259,19 +256368,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [254476] = 5, + ACTIONS(3232), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [254554] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256282,76 +256392,67 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [254504] = 13, + ACTIONS(5485), 12, + sym_identifier, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [254583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5483), 1, - sym_ATTRIBUTE, - ACTIONS(5485), 1, - sym_FOR, - ACTIONS(5487), 1, - sym_GROUP, - ACTIONS(5489), 1, - sym_USE, - STATE(4671), 1, - aux_sym_configuration_head_repeat1, - STATE(5434), 1, - sym__configuration_declarative_item, - STATE(5538), 1, - aux_sym_configuration_head_repeat2, - STATE(8031), 1, - sym_verification_unit_binding_indication, STATE(4452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5435), 3, - sym_use_clause, - sym_attribute_specification, - sym_group_declaration, - [254548] = 8, + ACTIONS(2488), 12, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [254612] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4601), 1, - anon_sym_LPAREN, - ACTIONS(5491), 1, - sym_PARAMETER, - STATE(4616), 1, - sym_parenthesis_group, STATE(4453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 8, - sym_FOR, + ACTIONS(2370), 11, + sym_BUS, sym_GENERIC, - sym_UNTIL, + sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254582] = 5, + [254640] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256362,7 +256463,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 11, + ACTIONS(2566), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -256374,64 +256475,56 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254610] = 13, + [254668] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5483), 1, - sym_ATTRIBUTE, + ACTIONS(4429), 1, + anon_sym_LPAREN, ACTIONS(5487), 1, - sym_GROUP, - ACTIONS(5489), 1, - sym_USE, - ACTIONS(5493), 1, - sym_FOR, - STATE(4452), 1, - aux_sym_configuration_head_repeat1, - STATE(5432), 1, - aux_sym_configuration_head_repeat2, - STATE(5434), 1, - sym__configuration_declarative_item, - STATE(8031), 1, - sym_verification_unit_binding_indication, + sym_PARAMETER, + STATE(4648), 1, + sym_parenthesis_group, STATE(4455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5435), 3, - sym_use_clause, - sym_attribute_specification, - sym_group_declaration, - [254654] = 8, + ACTIONS(2362), 8, + sym_BUS, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [254702] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4769), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, - sym_PARAMETER, - STATE(4644), 1, - sym_parenthesis_group, STATE(4456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 8, + ACTIONS(2536), 11, sym_BUS, sym_GENERIC, + sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254688] = 5, + [254730] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256442,19 +256535,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, + ACTIONS(2516), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254716] = 5, + [254758] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256465,19 +256558,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 11, - sym_END, - sym_FOR, + ACTIONS(2488), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254744] = 5, + [254786] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256488,7 +256581,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 11, + ACTIONS(2402), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256500,7 +256593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [254772] = 5, + [254814] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256511,19 +256604,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 11, - sym_BUS, + ACTIONS(2462), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254800] = 5, + [254842] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256534,7 +256627,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 11, + ACTIONS(2574), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256546,7 +256639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [254828] = 5, + [254870] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256557,7 +256650,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 11, + ACTIONS(2674), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256569,72 +256662,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [254856] = 6, + [254898] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2948), 2, - anon_sym_COMMA, - anon_sym_COLON, STATE(4463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2540), 11, sym_END, sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [254886] = 12, + [254926] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5497), 1, - anon_sym_LPAREN, - ACTIONS(5499), 1, - sym__NOT, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - STATE(4835), 1, - sym_conditional_analysis_relation, - STATE(5050), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(7496), 1, - sym_conditional_analysis_expression, STATE(4464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [254928] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4465), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2674), 11, + ACTIONS(2636), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -256646,48 +256708,45 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254956] = 12, + [254954] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - ACTIONS(5503), 1, - anon_sym_LPAREN, - ACTIONS(5505), 1, - sym__NOT, - STATE(4842), 1, - sym_conditional_analysis_relation, - STATE(5002), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(7242), 1, - sym_conditional_analysis_expression, - STATE(4466), 3, + ACTIONS(5491), 1, + sym_VIEW, + STATE(7397), 1, + sym__element_mode_indication, + STATE(8321), 2, + sym__element_mode_view_indication, + sym_mode, + STATE(8345), 2, + sym_element_record_mode_view_indication, + sym_element_array_mode_view_indication, + STATE(4465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [254998] = 5, + ACTIONS(5489), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [254990] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4467), 3, + STATE(4466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, + ACTIONS(2648), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256699,37 +256758,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255026] = 12, + [255018] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - ACTIONS(5503), 1, + STATE(4467), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2566), 11, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(5505), 1, - sym__NOT, - STATE(4842), 1, - sym_conditional_analysis_relation, - STATE(5002), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(7266), 1, - sym_conditional_analysis_expression, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [255046] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(4468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [255068] = 5, + ACTIONS(2640), 11, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [255074] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256740,7 +256815,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 11, + ACTIONS(2622), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256752,7 +256827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255096] = 5, + [255102] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256763,7 +256838,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 11, + ACTIONS(2370), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256775,7 +256850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255124] = 5, + [255130] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256786,19 +256861,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 11, - sym_BUS, + ACTIONS(2496), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255152] = 5, + [255158] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256809,19 +256884,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 11, - sym_BUS, + ACTIONS(2428), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255180] = 5, + [255186] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256832,7 +256907,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 11, + ACTIONS(2670), 11, sym_END, sym_FOR, sym_GENERIC, @@ -256844,7 +256919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255208] = 5, + [255214] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256855,19 +256930,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 11, - sym_END, - sym_FOR, + ACTIONS(2492), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255236] = 5, + [255242] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256878,19 +256953,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 11, + ACTIONS(2570), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255264] = 5, + [255270] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256901,19 +256976,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 11, - sym_END, - sym_FOR, + ACTIONS(2492), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255292] = 5, + [255298] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256924,19 +256999,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 11, + ACTIONS(2536), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255320] = 5, + [255326] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256947,19 +257022,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 11, + ACTIONS(2570), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255348] = 5, + [255354] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256970,45 +257045,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 11, + ACTIONS(2516), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255376] = 8, + [255382] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4837), 1, - anon_sym_LPAREN, - ACTIONS(5507), 1, - sym_PARAMETER, - STATE(4614), 1, - sym_parenthesis_group, + ACTIONS(2940), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(4480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 8, + ACTIONS(2636), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, + sym_PARAMETER, + sym_USE, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255410] = 5, + [255412] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257019,7 +257092,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 11, + ACTIONS(2512), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257031,7 +257104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255438] = 5, + [255440] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257042,19 +257115,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 11, - sym_END, - sym_FOR, + ACTIONS(2520), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255466] = 5, + [255468] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257065,7 +257138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 11, + ACTIONS(2484), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257077,30 +257150,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255494] = 5, + [255496] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5493), 1, + anon_sym_LPAREN, + ACTIONS(5495), 1, + sym__NOT, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + STATE(4672), 1, + sym_conditional_analysis_relation, + STATE(4987), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(8055), 1, + sym_conditional_analysis_expression, STATE(4484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [255522] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [255538] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257111,7 +257191,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 11, + ACTIONS(2544), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257123,60 +257203,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255550] = 5, + [255566] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5499), 1, + sym_ATTRIBUTE, + ACTIONS(5501), 1, + sym_FOR, + ACTIONS(5503), 1, + sym_GROUP, + ACTIONS(5505), 1, + sym_USE, + STATE(4525), 1, + aux_sym_configuration_head_repeat1, + STATE(5542), 1, + sym__configuration_declarative_item, + STATE(5544), 1, + aux_sym_configuration_head_repeat2, + STATE(8202), 1, + sym_verification_unit_binding_indication, STATE(4486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 11, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [255578] = 12, + STATE(5540), 3, + sym_use_clause, + sym_attribute_specification, + sym_group_declaration, + [255610] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5497), 1, - anon_sym_LPAREN, - ACTIONS(5499), 1, - sym__NOT, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - STATE(4835), 1, - sym_conditional_analysis_relation, - STATE(5050), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(7437), 1, - sym_conditional_analysis_expression, STATE(4487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [255620] = 5, + ACTIONS(2488), 11, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [255638] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257187,42 +257268,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, + ACTIONS(2644), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255648] = 5, + [255666] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5493), 1, + anon_sym_LPAREN, + ACTIONS(5495), 1, + sym__NOT, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + STATE(4672), 1, + sym_conditional_analysis_relation, + STATE(4987), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(8118), 1, + sym_conditional_analysis_expression, STATE(4489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 11, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [255676] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [255708] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257233,7 +257321,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 11, + ACTIONS(2398), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257245,7 +257333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255704] = 5, + [255736] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257256,7 +257344,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 11, + ACTIONS(2596), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257268,7 +257356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255732] = 5, + [255764] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257279,19 +257367,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 11, + ACTIONS(2640), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255760] = 5, + [255792] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257302,42 +257390,45 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 11, - sym_END, - sym_FOR, + ACTIONS(2512), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255788] = 5, + [255820] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4453), 1, + anon_sym_LPAREN, + ACTIONS(5507), 1, + sym_PARAMETER, + STATE(4624), 1, + sym_parenthesis_group, STATE(4494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 11, - sym_BUS, + ACTIONS(2362), 8, sym_GENERIC, - sym_PARAMETER, + sym_IS, + sym_OPEN, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255816] = 5, + [255854] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257348,37 +257439,34 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, - sym_END, - sym_FOR, + ACTIONS(2520), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255844] = 8, + [255882] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5439), 1, - sym_IS, - ACTIONS(5509), 1, - sym_RANGE, - STATE(7580), 1, - sym_range_constraint, STATE(4496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5441), 8, + ACTIONS(3726), 11, sym_identifier, + sym_ASSERT, + sym_POSTPONED, + sym_PROCESS, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -257386,55 +257474,56 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [255878] = 5, + [255910] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5443), 1, + sym_IS, + ACTIONS(5509), 1, + sym_RANGE, + STATE(6636), 1, + sym_range_constraint, STATE(4497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [255906] = 7, + ACTIONS(5445), 8, + sym_identifier, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [255944] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - STATE(8112), 1, - sym_generic_map_aspect, STATE(4498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5511), 9, - sym_ALIAS, - sym_ATTRIBUTE, + ACTIONS(2618), 11, sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, sym_USE, - [255938] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [255972] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257445,19 +257534,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 11, - sym_BUS, + ACTIONS(2562), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255966] = 5, + [256000] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257468,19 +257557,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 11, - sym_END, - sym_FOR, + ACTIONS(2562), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255994] = 5, + [256028] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257491,42 +257580,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 11, - sym_END, - sym_FOR, + ACTIONS(2618), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256022] = 5, + [256056] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5493), 1, + anon_sym_LPAREN, + ACTIONS(5495), 1, + sym__NOT, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + STATE(4672), 1, + sym_conditional_analysis_relation, + STATE(4987), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(7194), 1, + sym_conditional_analysis_expression, STATE(4502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 11, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [256050] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [256098] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257537,19 +257633,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 11, + ACTIONS(2644), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256078] = 5, + [256126] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257560,49 +257656,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 11, - sym_BUS, + ACTIONS(2644), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256106] = 12, + [256154] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5497), 1, - anon_sym_LPAREN, - ACTIONS(5499), 1, - sym__NOT, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - STATE(4835), 1, - sym_conditional_analysis_relation, - STATE(5050), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(6848), 1, - sym_conditional_analysis_expression, STATE(4505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [256148] = 5, + ACTIONS(2566), 11, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [256182] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257613,30 +257702,55 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 11, - sym_BUS, + ACTIONS(2520), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256176] = 5, + [256210] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1599), 1, + sym_GENERIC, + STATE(7574), 1, + sym_generic_map_aspect, STATE(4507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 11, + ACTIONS(5511), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [256242] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4508), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2596), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257648,18 +257762,18 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256204] = 5, + [256270] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4508), 3, + STATE(4509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 11, + ACTIONS(2512), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257671,34 +257785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256232] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5515), 1, - sym_VIEW, - STATE(8231), 1, - sym__element_mode_indication, - STATE(8224), 2, - sym__element_mode_view_indication, - sym_mode, - STATE(8233), 2, - sym_element_record_mode_view_indication, - sym_element_array_mode_view_indication, - STATE(4509), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5513), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [256268] = 5, + [256298] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257709,19 +257796,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 11, - sym_END, - sym_FOR, + ACTIONS(2398), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256296] = 5, + [256326] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257732,19 +257819,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 11, - sym_END, - sym_FOR, + ACTIONS(2544), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256324] = 5, + [256354] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257755,19 +257842,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 11, + ACTIONS(2484), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256352] = 5, + [256382] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257778,19 +257865,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3720), 11, - sym_identifier, - sym_ASSERT, - sym_POSTPONED, - sym_PROCESS, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [256380] = 5, + ACTIONS(2570), 11, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [256410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257801,19 +257888,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 11, + ACTIONS(2402), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256408] = 5, + [256438] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257824,19 +257911,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 11, - sym_BUS, + ACTIONS(2492), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256436] = 5, + [256466] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257847,7 +257934,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, + ACTIONS(2424), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257859,7 +257946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256464] = 5, + [256494] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257870,19 +257957,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 11, + ACTIONS(2670), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256492] = 5, + [256522] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257893,19 +257980,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 11, + ACTIONS(2428), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256520] = 5, + [256550] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257916,7 +258003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 11, + ACTIONS(2488), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257928,7 +258015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256548] = 5, + [256578] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257939,19 +258026,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 11, - sym_BUS, + ACTIONS(2516), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - sym_REGISTER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256576] = 5, + [256606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257962,19 +258049,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, - sym_BUS, + ACTIONS(2536), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256604] = 5, + [256634] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -257985,7 +258072,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 11, + ACTIONS(2402), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257997,7 +258084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256632] = 5, + [256662] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258020,7 +258107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256660] = 5, + [256690] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258031,42 +258118,50 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 11, + ACTIONS(2462), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256688] = 5, + [256718] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5499), 1, + sym_ATTRIBUTE, + ACTIONS(5503), 1, + sym_GROUP, + ACTIONS(5505), 1, + sym_USE, + ACTIONS(5513), 1, + sym_FOR, + STATE(4777), 1, + aux_sym_configuration_head_repeat1, + STATE(5496), 1, + aux_sym_configuration_head_repeat2, + STATE(5542), 1, + sym__configuration_declarative_item, + STATE(8202), 1, + sym_verification_unit_binding_indication, STATE(4525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [256716] = 5, + STATE(5540), 3, + sym_use_clause, + sym_attribute_specification, + sym_group_declaration, + [256762] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258077,19 +258172,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 11, - sym_BUS, + ACTIONS(2636), 11, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256744] = 5, + [256790] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258100,19 +258195,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 11, + ACTIONS(2574), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256772] = 5, + [256818] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258123,7 +258218,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 11, + ACTIONS(2674), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -258135,7 +258230,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256800] = 5, + [256846] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258146,19 +258241,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 11, + ACTIONS(2462), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256828] = 5, + [256874] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258169,19 +258264,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 11, - sym_END, - sym_FOR, + ACTIONS(2496), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256856] = 5, + [256902] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258192,19 +258287,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 11, + ACTIONS(2540), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256884] = 5, + [256930] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258215,7 +258310,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 11, + ACTIONS(2648), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -258227,30 +258322,33 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256912] = 5, + [256958] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4561), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + sym_PARAMETER, + STATE(4636), 1, + sym_parenthesis_group, STATE(4533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 11, - sym_BUS, + ACTIONS(2362), 8, + sym_FOR, sym_GENERIC, - sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256940] = 5, + [256992] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258261,7 +258359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, + ACTIONS(2424), 11, sym_END, sym_FOR, sym_GENERIC, @@ -258273,7 +258371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256968] = 5, + [257020] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258284,42 +258382,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 11, - sym_END, - sym_FOR, + ACTIONS(2622), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256996] = 5, + [257048] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + ACTIONS(5517), 1, + anon_sym_LPAREN, + ACTIONS(5519), 1, + sym__NOT, + STATE(4755), 1, + sym_conditional_analysis_relation, + STATE(5054), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(7548), 1, + sym_conditional_analysis_expression, STATE(4536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [257024] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [257090] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258330,19 +258435,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 11, + ACTIONS(2370), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257052] = 5, + [257118] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258353,7 +258458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 11, + ACTIONS(2496), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -258365,7 +258470,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257080] = 5, + [257146] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258376,42 +258481,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 11, + ACTIONS(2622), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257108] = 5, + [257174] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + ACTIONS(5517), 1, + anon_sym_LPAREN, + ACTIONS(5519), 1, + sym__NOT, + STATE(4755), 1, + sym_conditional_analysis_relation, + STATE(5054), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(7558), 1, + sym_conditional_analysis_expression, STATE(4540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 11, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [257136] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [257216] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258422,49 +258534,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 11, + ACTIONS(2640), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257164] = 12, + [257244] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5497), 1, - anon_sym_LPAREN, - ACTIONS(5499), 1, - sym__NOT, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - STATE(4835), 1, - sym_conditional_analysis_relation, - STATE(5050), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, - STATE(7579), 1, - sym_conditional_analysis_expression, STATE(4542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [257206] = 5, + ACTIONS(2428), 11, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257272] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258475,19 +258580,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 11, + ACTIONS(2670), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257234] = 5, + [257300] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258498,7 +258603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 11, + ACTIONS(2648), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -258510,7 +258615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257262] = 5, + [257328] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258521,7 +258626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 11, + ACTIONS(2540), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -258533,7 +258638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257290] = 5, + [257356] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258544,19 +258649,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 11, + ACTIONS(2562), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257318] = 5, + [257384] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258567,49 +258672,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 11, + ACTIONS(2484), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257346] = 13, + [257412] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5517), 1, - sym_FOR, - ACTIONS(5519), 1, - sym_USE, - STATE(4987), 1, - aux_sym_block_configuration_repeat2, - STATE(5169), 1, - aux_sym_block_configuration_repeat1, - STATE(5585), 1, - sym_use_clause, - STATE(6110), 1, - sym__configuration_item, - STATE(8242), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, STATE(4548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [257389] = 5, + ACTIONS(2544), 11, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257440] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258620,48 +258718,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 10, + ACTIONS(2398), 11, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257416] = 13, + [257468] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5517), 1, - sym_FOR, - ACTIONS(5519), 1, - sym_USE, - STATE(5034), 1, - aux_sym_block_configuration_repeat2, - STATE(5169), 1, - aux_sym_block_configuration_repeat1, - STATE(5585), 1, - sym_use_clause, - STATE(6110), 1, - sym__configuration_item, - STATE(7300), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, STATE(4550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [257459] = 5, + ACTIONS(2596), 11, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257496] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258672,40 +258764,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 10, - sym_FOR, + ACTIONS(2424), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257486] = 5, + [257524] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5493), 1, + anon_sym_LPAREN, + ACTIONS(5495), 1, + sym__NOT, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + STATE(4672), 1, + sym_conditional_analysis_relation, + STATE(4987), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(6755), 1, + sym_conditional_analysis_expression, STATE(4552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 10, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [257513] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [257566] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258716,18 +258817,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 10, - sym_FOR, + ACTIONS(2574), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257540] = 5, + [257594] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258738,18 +258840,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 10, - sym_FOR, + ACTIONS(2618), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257567] = 5, + [257622] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258760,18 +258863,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 10, - sym_FOR, + ACTIONS(2674), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, + sym_REGISTER, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257594] = 5, + [257650] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258782,100 +258886,84 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 10, - sym_FOR, + ACTIONS(2674), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257621] = 13, + [257677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5517), 1, - sym_FOR, - ACTIONS(5519), 1, - sym_USE, - STATE(4550), 1, - aux_sym_block_configuration_repeat1, - STATE(5039), 1, - aux_sym_block_configuration_repeat2, - STATE(5585), 1, - sym_use_clause, - STATE(6110), 1, - sym__configuration_item, - STATE(7310), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, STATE(4557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [257664] = 10, + ACTIONS(2648), 10, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257704] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5521), 1, - anon_sym_SEMI, - ACTIONS(5525), 1, - sym_operator_symbol, - STATE(7206), 1, - sym__identifier, - STATE(7856), 1, - sym__designator, - ACTIONS(5523), 2, - sym_FUNCTION, - sym_PROCEDURE, STATE(4558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [257701] = 8, + ACTIONS(2462), 10, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4893), 1, - anon_sym_LPAREN, - ACTIONS(5527), 1, - sym_PARAMETER, - STATE(4761), 1, - sym_parenthesis_group, STATE(4559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, + ACTIONS(2462), 10, + sym_FOR, sym_GENERIC, - sym_PORT, - sym_USE, + sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257734] = 5, + [257758] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258886,18 +258974,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, - sym_FOR, + ACTIONS(2618), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257761] = 5, + [257785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258908,7 +258996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 10, + ACTIONS(2574), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -258919,7 +259007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257788] = 5, + [257812] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258930,18 +259018,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, - sym_BUS, + ACTIONS(2570), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257815] = 5, + [257839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258952,18 +259040,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, - sym_FOR, + ACTIONS(2402), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257842] = 5, + [257866] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258974,46 +259062,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 10, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, + ACTIONS(2618), 10, + sym_FOR, sym_GENERIC, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [257869] = 11, + sym_PARAMETER, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257893] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5285), 1, - anon_sym_CARET, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5076), 1, - aux_sym_relative_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(7573), 1, - sym_partial_pathname, + ACTIONS(5171), 1, + anon_sym_LPAREN, + ACTIONS(5521), 1, + sym_PARAMETER, + STATE(4720), 1, + sym_parenthesis_group, STATE(4565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [257908] = 5, + ACTIONS(2362), 7, + sym_END, + sym_FOR, + sym_GENERIC, + sym_USE, + anon_sym_DOT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257926] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259024,62 +259109,71 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 10, - sym_FOR, + ACTIONS(2596), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257935] = 5, + [257953] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5009), 1, + anon_sym_LPAREN, + ACTIONS(5523), 1, + sym_PARAMETER, + STATE(4819), 1, + sym_parenthesis_group, STATE(4567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 10, - sym_BUS, + ACTIONS(2362), 7, sym_GENERIC, - sym_PARAMETER, + sym_IS, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257962] = 5, + [257986] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5493), 1, + anon_sym_LPAREN, + ACTIONS(5495), 1, + sym__NOT, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + STATE(4972), 1, + sym_conditional_analysis_relation, + STATE(4987), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, STATE(4568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 10, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [257989] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [258025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259090,18 +259184,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 10, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(5525), 10, + sym_identifier, + sym_TYPE, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [258016] = 5, + anon_sym_LT_LT, + [258052] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259112,7 +259206,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 10, + ACTIONS(2674), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259123,7 +259217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258043] = 5, + [258079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259134,7 +259228,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 10, + ACTIONS(2644), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259145,32 +259239,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258070] = 8, + [258106] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, - anon_sym_LPAREN, - ACTIONS(5529), 1, - sym_PARAMETER, - STATE(4780), 1, - sym_parenthesis_group, STATE(4572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, + ACTIONS(2488), 10, sym_GENERIC, - sym_PORT, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LT_EQ, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258103] = 5, + [258133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259181,7 +259272,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 10, + ACTIONS(2424), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -259192,7 +259283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258130] = 5, + [258160] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259203,18 +259294,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, - sym_FOR, + ACTIONS(2398), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258157] = 5, + [258187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259225,7 +259316,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 10, + ACTIONS(2544), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259236,7 +259327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258184] = 5, + [258214] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259247,7 +259338,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 10, + ACTIONS(2484), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259258,7 +259349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258211] = 5, + [258241] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259269,18 +259360,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5531), 10, - sym_identifier, - sym_TYPE, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2670), 10, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [258238] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [258268] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259291,7 +259382,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 10, + ACTIONS(2636), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259302,7 +259393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258265] = 5, + [258295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259313,18 +259404,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 10, - sym_FOR, + ACTIONS(2428), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258292] = 5, + [258322] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259335,18 +259426,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 10, - sym_BUS, + ACTIONS(2540), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258319] = 5, + [258349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259357,7 +259448,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, + ACTIONS(2636), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -259368,35 +259459,35 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258346] = 11, + [258376] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5497), 1, - anon_sym_LPAREN, - ACTIONS(5499), 1, - sym__NOT, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - STATE(4961), 1, - sym_conditional_analysis_relation, - STATE(5050), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, + ACTIONS(5309), 1, + anon_sym_CARET, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5098), 1, + aux_sym_relative_pathname_repeat1, + STATE(5921), 1, sym__identifier, + STATE(6845), 1, + sym_partial_pathname, + STATE(7336), 1, + sym_pathname_element, STATE(4582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [258385] = 5, + [258415] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259407,18 +259498,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 10, - sym_BUS, + ACTIONS(2596), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258412] = 5, + [258442] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259429,18 +259520,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 10, - sym_BUS, + ACTIONS(2398), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258439] = 5, + [258469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259451,18 +259542,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 10, - sym_BUS, + ACTIONS(2488), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258466] = 5, + [258496] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259473,18 +259564,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 10, + ACTIONS(2566), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258493] = 5, + [258523] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259495,7 +259586,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, + ACTIONS(2536), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -259506,7 +259597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258520] = 5, + [258550] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259517,18 +259608,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 10, + ACTIONS(2516), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258547] = 5, + [258577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259539,18 +259630,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 10, - sym_FOR, + ACTIONS(2488), 10, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258574] = 5, + [258604] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259561,18 +259652,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 10, + ACTIONS(2424), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258601] = 5, + [258631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259583,18 +259674,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 10, + ACTIONS(2520), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258628] = 5, + [258658] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259605,18 +259696,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, + ACTIONS(2512), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258655] = 5, + [258685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259627,65 +259718,68 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 10, - sym_FOR, + ACTIONS(2574), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258682] = 5, + [258712] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5527), 1, + sym_END, + STATE(4860), 1, + aux_sym_record_type_definition_repeat1, + STATE(5256), 1, + sym_element_declaration, + STATE(5991), 1, + sym__identifier, + STATE(7658), 1, + sym_identifier_list, + STATE(8075), 1, + sym_end_record, STATE(4594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 10, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [258709] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [258751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5047), 1, - anon_sym_LPAREN, - ACTIONS(5533), 1, - sym_PARAMETER, - STATE(4854), 1, - sym_parenthesis_group, STATE(4595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, + ACTIONS(2516), 10, + sym_FOR, sym_GENERIC, - sym_OF, + sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258742] = 5, + [258778] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259696,18 +259790,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 10, + ACTIONS(2570), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258769] = 5, + [258805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259718,7 +259812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 10, + ACTIONS(2536), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259729,29 +259823,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258796] = 5, + [258832] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, + sym_FOR, + ACTIONS(5531), 1, + sym_USE, + STATE(4600), 1, + aux_sym_block_configuration_repeat1, + STATE(5027), 1, + aux_sym_block_configuration_repeat2, + STATE(5729), 1, + sym_use_clause, + STATE(6374), 1, + sym__configuration_item, + STATE(8215), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(4598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 10, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [258823] = 5, + [258875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259762,96 +259864,92 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 10, + ACTIONS(2492), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258850] = 5, + [258902] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, + sym_FOR, + ACTIONS(5531), 1, + sym_USE, + STATE(4981), 1, + aux_sym_block_configuration_repeat2, + STATE(5210), 1, + aux_sym_block_configuration_repeat1, + STATE(5729), 1, + sym_use_clause, + STATE(6374), 1, + sym__configuration_item, + STATE(7861), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(4600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 10, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [258877] = 11, + [258945] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5501), 1, - sym_directive_constant_builtin, - ACTIONS(5503), 1, - anon_sym_LPAREN, - ACTIONS(5505), 1, - sym__NOT, - STATE(4958), 1, - sym_conditional_analysis_relation, - STATE(5002), 1, - sym__conditional_analysis_identifier, - STATE(5082), 1, - sym__identifier, STATE(4601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [258916] = 11, + ACTIONS(2570), 10, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [258972] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(5362), 1, - sym_label_declaration, - STATE(6589), 1, - sym_generate_head, - STATE(6747), 1, - sym_generate_direct_block, - STATE(7060), 1, - sym__label, - STATE(7565), 1, - sym_generate_body, STATE(4602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [258955] = 5, + ACTIONS(2512), 10, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [258999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259862,46 +259960,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 10, + ACTIONS(2492), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258982] = 11, + [259026] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5539), 1, - sym_END, - STATE(4809), 1, - aux_sym_record_type_definition_repeat1, - STATE(5282), 1, - sym_element_declaration, - STATE(6017), 1, - sym__identifier, - STATE(7797), 1, - sym_identifier_list, - STATE(8114), 1, - sym_end_record, STATE(4604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [259021] = 5, + ACTIONS(2520), 10, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [259053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259912,18 +260004,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 10, + ACTIONS(2566), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259048] = 5, + [259080] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259934,43 +260026,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 10, - sym_FOR, + ACTIONS(2424), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259075] = 8, + [259107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5101), 1, - anon_sym_LPAREN, - ACTIONS(5541), 1, - sym_PARAMETER, - STATE(4782), 1, - sym_parenthesis_group, STATE(4607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, - sym_END, - sym_FOR, + ACTIONS(2644), 10, + sym_BUS, sym_GENERIC, - sym_USE, + sym_PARAMETER, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259108] = 5, + [259134] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259981,18 +260070,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 10, + ACTIONS(2402), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259135] = 5, + [259161] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260003,18 +260092,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 10, - sym_BUS, + ACTIONS(2492), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259162] = 5, + [259188] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260025,7 +260114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 10, + ACTIONS(2484), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -260036,29 +260125,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259189] = 5, + [259215] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5533), 1, + anon_sym_COLON, STATE(4611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 10, + ACTIONS(2636), 9, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259216] = 5, + [259244] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260069,7 +260159,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, + ACTIONS(2540), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260080,7 +260170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259243] = 5, + [259271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260091,40 +260181,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 10, + ACTIONS(2544), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259270] = 5, + [259298] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5239), 1, + anon_sym_LPAREN, + ACTIONS(5535), 1, + sym_PARAMETER, + STATE(4712), 1, + sym_parenthesis_group, STATE(4614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 10, + ACTIONS(2362), 7, sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259297] = 5, + [259331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260135,40 +260228,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, + ACTIONS(2648), 10, + sym_FOR, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259324] = 5, + [259358] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4963), 1, + anon_sym_LPAREN, + ACTIONS(5537), 1, + sym_PARAMETER, + STATE(4750), 1, + sym_parenthesis_group, STATE(4616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 10, - sym_FOR, + ACTIONS(2362), 7, sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, + sym_PORT, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [259351] = 5, + [259391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260179,7 +260275,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 10, + ACTIONS(2536), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260190,7 +260286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259378] = 5, + [259418] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260201,7 +260297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 10, + ACTIONS(2512), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260212,29 +260308,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259405] = 5, + [259445] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5275), 1, + anon_sym_LPAREN, + ACTIONS(5539), 1, + sym_PARAMETER, + STATE(4815), 1, + sym_parenthesis_group, STATE(4619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, + ACTIONS(2362), 7, sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259432] = 5, + anon_sym_RBRACK, + [259478] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260245,62 +260344,75 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 10, - sym_BUS, + ACTIONS(2520), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259459] = 5, + [259505] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, + sym_FOR, + ACTIONS(5531), 1, + sym_USE, + STATE(4629), 1, + aux_sym_block_configuration_repeat1, + STATE(5012), 1, + aux_sym_block_configuration_repeat2, + STATE(5729), 1, + sym_use_clause, + STATE(6374), 1, + sym__configuration_item, + STATE(7507), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(4621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 10, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [259486] = 5, + [259548] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5541), 1, + anon_sym_SEMI, + ACTIONS(5545), 1, + sym_operator_symbol, + STATE(7589), 1, + sym__identifier, + STATE(7792), 1, + sym__designator, + ACTIONS(5543), 2, + sym_FUNCTION, + sym_PROCEDURE, STATE(4622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [259513] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [259585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260311,7 +260423,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 10, + ACTIONS(2516), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260322,7 +260434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259540] = 5, + [259612] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260333,18 +260445,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 10, - sym_BUS, + ACTIONS(2496), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259567] = 5, + [259639] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260355,43 +260467,46 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 10, - sym_BUS, + ACTIONS(2370), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259594] = 8, + [259666] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5201), 1, - anon_sym_LPAREN, - ACTIONS(5543), 1, - sym_PARAMETER, - STATE(4873), 1, - sym_parenthesis_group, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(5425), 1, + sym_label_declaration, + STATE(6271), 1, + sym_generate_head, + STATE(6772), 1, + sym__label, + STATE(6776), 1, + sym_generate_body, + STATE(7204), 1, + sym_generate_direct_block, STATE(4626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, - sym_GENERIC, - sym_IS, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [259627] = 5, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [259705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260402,18 +260517,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 10, - sym_BUS, + ACTIONS(2648), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, + sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259654] = 5, + [259732] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260424,81 +260539,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 10, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [259681] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4629), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2636), 10, - sym_FOR, + ACTIONS(2566), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259708] = 13, + [259759] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + ACTIONS(3000), 1, sym_END, - ACTIONS(5517), 1, + ACTIONS(5529), 1, sym_FOR, - ACTIONS(5519), 1, + ACTIONS(5531), 1, sym_USE, - STATE(4548), 1, - aux_sym_block_configuration_repeat1, - STATE(4985), 1, + STATE(5015), 1, aux_sym_block_configuration_repeat2, - STATE(5585), 1, + STATE(5210), 1, + aux_sym_block_configuration_repeat1, + STATE(5729), 1, sym_use_clause, - STATE(6110), 1, + STATE(6374), 1, sym__configuration_item, - STATE(8213), 1, + STATE(7484), 1, sym_end_for, - STATE(6109), 2, + STATE(6453), 2, sym_block_configuration, sym_component_configuration, - STATE(4630), 3, + STATE(4629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [259751] = 5, + [259802] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4631), 3, + STATE(4630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 10, + ACTIONS(2562), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260509,62 +260602,62 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259778] = 5, + [259829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4632), 3, + STATE(4631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, ACTIONS(2670), 10, - sym_BUS, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259805] = 5, + [259856] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4633), 3, + STATE(4632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 10, - sym_FOR, + ACTIONS(2640), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_UNTIL, + sym_RANGE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259832] = 5, + [259883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4634), 3, + STATE(4633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 10, + ACTIONS(2428), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -260575,40 +260668,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259859] = 5, + [259910] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4635), 3, + ACTIONS(5497), 1, + sym_directive_constant_builtin, + ACTIONS(5517), 1, + anon_sym_LPAREN, + ACTIONS(5519), 1, + sym__NOT, + STATE(5004), 1, + sym_conditional_analysis_relation, + STATE(5054), 1, + sym__conditional_analysis_identifier, + STATE(5101), 1, + sym__identifier, + STATE(4634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 10, - sym_BUS, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [259886] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [259949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4636), 3, + STATE(4635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 10, + ACTIONS(2622), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260619,65 +260718,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259913] = 5, + [259976] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4637), 3, + STATE(4636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 10, - sym_BUS, + ACTIONS(2496), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259940] = 8, + [260003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4915), 1, - anon_sym_LPAREN, - ACTIONS(5545), 1, - sym_PARAMETER, - STATE(4685), 1, - sym_parenthesis_group, - STATE(4638), 3, + STATE(4637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 7, + ACTIONS(2644), 10, sym_GENERIC, - sym_RETURN, - anon_sym_COMMA, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [259973] = 5, + [260030] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4639), 3, + STATE(4638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 10, + ACTIONS(2618), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260688,30 +260784,57 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260000] = 6, + [260057] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5527), 1, + sym_END, + STATE(4594), 1, + aux_sym_record_type_definition_repeat1, + STATE(5256), 1, + sym_element_declaration, + STATE(5991), 1, + sym__identifier, + STATE(7658), 1, + sym_identifier_list, + STATE(7663), 1, + sym_end_record, + STATE(4639), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [260096] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5547), 1, - anon_sym_COLON, STATE(4640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2462), 10, + sym_BUS, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260029] = 5, + [260123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260722,7 +260845,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, + ACTIONS(2596), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260733,7 +260856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260056] = 5, + [260150] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260744,7 +260867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 10, + ACTIONS(2398), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260755,7 +260878,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260083] = 5, + [260177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260766,18 +260889,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 10, + ACTIONS(2544), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260110] = 5, + [260204] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260788,7 +260911,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 10, + ACTIONS(2484), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260799,7 +260922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260137] = 5, + [260231] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260810,18 +260933,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 10, - sym_FOR, + ACTIONS(4158), 10, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [260164] = 5, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [260258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260832,18 +260955,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 10, + ACTIONS(2670), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260191] = 5, + [260285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260854,18 +260977,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 10, - sym_FOR, + ACTIONS(2428), 10, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260218] = 5, + [260312] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260876,18 +260999,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 10, + ACTIONS(2496), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260245] = 5, + [260339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260898,18 +261021,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 10, + ACTIONS(2370), 10, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, sym_PARAMETER, - sym_RANGE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260272] = 5, + [260366] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260920,7 +261043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 10, + ACTIONS(2622), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260931,7 +261054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260299] = 5, + [260393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260942,7 +261065,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 10, + ACTIONS(2640), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260953,29 +261076,32 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260326] = 5, + [260420] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5151), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + sym_PARAMETER, + STATE(4851), 1, + sym_parenthesis_group, STATE(4652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 10, - sym_BUS, + ACTIONS(2362), 7, sym_GENERIC, - sym_PARAMETER, + sym_OF, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260353] = 5, + [260453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260986,7 +261112,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 10, + ACTIONS(2540), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260997,35 +261123,29 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260380] = 11, + [260480] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5539), 1, - sym_END, - STATE(4604), 1, - aux_sym_record_type_definition_repeat1, - STATE(5282), 1, - sym_element_declaration, - STATE(6017), 1, - sym__identifier, - STATE(7797), 1, - sym_identifier_list, - STATE(7801), 1, - sym_end_record, STATE(4654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [260419] = 5, + ACTIONS(2636), 10, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [260507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261036,17 +261156,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, - sym_END, + ACTIONS(2370), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260445] = 5, + [260534] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261057,17 +261178,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, + ACTIONS(2562), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [260471] = 5, + [260561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261078,17 +261200,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, + ACTIONS(2622), 10, + sym_FOR, sym_GENERIC, - sym_OF, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260497] = 5, + [260588] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261099,17 +261222,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, - sym_END, - sym_FOR, + ACTIONS(2674), 10, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260523] = 5, + [260615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261120,17 +261244,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, + ACTIONS(2562), 10, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [260549] = 5, + [260642] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261141,39 +261266,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, + ACTIONS(2640), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, + sym_UNTIL, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [260575] = 6, + [260669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5549), 1, - sym_OF, STATE(4661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2402), 10, + sym_BUS, sym_GENERIC, - sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260603] = 5, + [260696] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261184,127 +261310,136 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, + ACTIONS(2574), 10, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260629] = 5, + [260723] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5555), 1, + sym_THEN, + STATE(4634), 1, + sym_logical_operator, + STATE(4794), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [260655] = 5, + ACTIONS(5553), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [260755] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5293), 1, + sym__identifier, + STATE(5422), 1, + sym__logical_name, + STATE(5997), 1, + sym_selected_name, + STATE(7692), 1, + sym_selected_name_list, STATE(4664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [260681] = 5, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [260791] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5555), 1, + anon_sym_RPAREN, + STATE(4568), 1, + sym_logical_operator, + STATE(4679), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [260707] = 5, + ACTIONS(5553), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [260823] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5561), 1, + sym_OF, STATE(4666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, + ACTIONS(2402), 8, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260733] = 10, + [260851] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5764), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, - STATE(7618), 1, - sym_selected_name_list, + ACTIONS(5563), 1, + sym_OF, STATE(4667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [260769] = 5, + ACTIONS(2402), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [260879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261315,7 +261450,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, + ACTIONS(2562), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -261325,102 +261460,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260795] = 11, + [260905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5553), 1, - sym_CONTEXT, - ACTIONS(5555), 1, - sym_END, - ACTIONS(5557), 1, - sym_LIBRARY, - ACTIONS(5559), 1, - sym_USE, - STATE(4719), 1, - aux_sym_design_unit_repeat1, - STATE(5539), 1, - sym__context_item, STATE(4669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5531), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - [260833] = 5, + ACTIONS(2618), 9, + sym_GENERIC, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [260931] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + ACTIONS(5565), 1, + sym_VUNIT, + STATE(5422), 1, + sym__logical_name, + STATE(5636), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [260859] = 10, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [260967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5561), 1, - sym_ATTRIBUTE, - ACTIONS(5564), 1, - sym_FOR, - ACTIONS(5566), 1, - sym_GROUP, - ACTIONS(5569), 1, - sym_USE, - STATE(5434), 1, - sym__configuration_declarative_item, - STATE(5435), 3, - sym_use_clause, - sym_attribute_specification, - sym_group_declaration, - STATE(4671), 4, + STATE(4671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat1, - [260895] = 5, + ACTIONS(2492), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [260993] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5567), 1, + anon_sym_RPAREN, + STATE(4568), 1, + sym_logical_operator, + STATE(4665), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [260921] = 5, + ACTIONS(5553), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [261025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261431,39 +261563,44 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2512), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [260947] = 6, + [261051] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5572), 1, - sym_OF, + ACTIONS(5569), 1, + sym_CONTEXT, + ACTIONS(5571), 1, + sym_END, + ACTIONS(5573), 1, + sym_LIBRARY, + ACTIONS(5575), 1, + sym_USE, + STATE(4681), 1, + aux_sym_design_unit_repeat1, + STATE(5552), 1, + sym__context_item, STATE(4674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [260975] = 5, + STATE(5512), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + [261089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261474,17 +261611,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, + ACTIONS(2536), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261001] = 5, + [261115] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261495,17 +261632,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261027] = 5, + [261141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261518,15 +261655,15 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(2636), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261053] = 5, + [261167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261537,38 +261674,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2488), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261079] = 5, + [261193] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4679), 3, + ACTIONS(5577), 1, + anon_sym_RPAREN, + STATE(4568), 1, + sym_logical_operator, + STATE(4679), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [261105] = 5, + aux_sym_conditional_analysis_expression_repeat1, + ACTIONS(5579), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [261223] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261579,59 +261718,69 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, + ACTIONS(2424), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261131] = 5, + [261249] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4681), 3, + ACTIONS(2867), 1, + sym_END, + ACTIONS(5582), 1, + sym_CONTEXT, + ACTIONS(5585), 1, + sym_LIBRARY, + ACTIONS(5588), 1, + sym_USE, + STATE(5552), 1, + sym__context_item, + STATE(5512), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + STATE(4681), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [261157] = 5, + aux_sym_design_unit_repeat1, + [261285] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5993), 1, + sym__identifier, + STATE(5997), 1, + sym_selected_name, + STATE(7692), 1, + sym_selected_name_list, STATE(4682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [261183] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261321] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261642,17 +261791,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2402), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261209] = 5, + [261347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261663,17 +261812,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 9, + ACTIONS(2462), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [261235] = 5, + [261373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261684,17 +261833,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, + ACTIONS(2492), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261261] = 5, + [261399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261705,17 +261854,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, + ACTIONS(2570), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [261287] = 5, + [261425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261726,59 +261875,61 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, + ACTIONS(2512), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261313] = 5, + [261451] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5591), 1, + sym_OF, STATE(4688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, + ACTIONS(2402), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261339] = 5, + [261479] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5593), 1, + sym_OF, STATE(4689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, + ACTIONS(2402), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261365] = 5, + [261507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261789,17 +261940,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, - sym_END, - sym_FOR, + ACTIONS(2520), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261391] = 5, + [261533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261810,7 +261961,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, + ACTIONS(2566), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -261820,7 +261971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261417] = 5, + [261559] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261831,43 +261982,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + ACTIONS(2644), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, sym_USE, - [261443] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - ACTIONS(5574), 1, - sym_VUNIT, - STATE(5346), 1, - sym__logical_name, - STATE(5620), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, STATE(4693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [261479] = 5, + ACTIONS(2618), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261878,17 +262024,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3368), 9, - sym_ALIAS, - sym_ATTRIBUTE, + ACTIONS(2574), 9, sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, sym_USE, - [261505] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261637] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261900,16 +262046,16 @@ static const uint16_t ts_small_parse_table[] = { sym_line_comment, sym_block_comment, ACTIONS(2674), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261531] = 5, + [261663] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261920,17 +262066,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2596), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [261557] = 5, + [261689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261941,17 +262087,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, + ACTIONS(2424), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261583] = 5, + [261715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261962,17 +262108,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5576), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261609] = 5, + ACTIONS(2536), 9, + sym_GENERIC, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261983,7 +262129,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2398), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -261993,7 +262139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261635] = 5, + [261767] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262004,17 +262150,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, + ACTIONS(2540), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261661] = 5, + [261793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262025,9 +262171,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, + ACTIONS(2516), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -262035,7 +262181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261687] = 5, + [261819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262046,42 +262192,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2648), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261713] = 9, + [261845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4993), 1, - sym_component_specification, - STATE(5600), 1, - sym__label, - STATE(7598), 1, - sym_instantiation_list, - ACTIONS(4278), 2, - sym_ALL, - sym_OTHERS, STATE(4703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [261747] = 5, + ACTIONS(2636), 9, + sym_GENERIC, + sym_IS, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262092,17 +262234,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, - sym_END, - sym_FOR, + ACTIONS(2544), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261773] = 5, + [261897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262113,74 +262255,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2640), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [261799] = 9, + [261923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5371), 1, - sym__entity_tag, - STATE(6023), 1, - sym__identifier, - STATE(6189), 1, - sym_entity_designator, - ACTIONS(5457), 2, - sym_character_literal, - sym_operator_symbol, STATE(4706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [261833] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4707), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2502), 9, + ACTIONS(2622), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [261859] = 5, + [261949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4708), 3, + STATE(4707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 9, + ACTIONS(5595), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -262190,7 +262307,28 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [261885] = 5, + [261975] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4708), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2484), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262201,17 +262339,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3404), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + ACTIONS(2670), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, sym_USE, - [261911] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262222,7 +262360,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, + ACTIONS(2428), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262232,7 +262370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261937] = 5, + [262053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262243,17 +262381,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3410), 9, - sym_ALIAS, - sym_ATTRIBUTE, + ACTIONS(2370), 9, sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, sym_USE, - [261963] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262264,7 +262402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, + ACTIONS(2496), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262274,7 +262412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261989] = 5, + [262105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262285,7 +262423,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, + ACTIONS(2370), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262295,7 +262433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262015] = 5, + [262131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262306,17 +262444,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, - sym_END, - sym_FOR, + ACTIONS(2622), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262041] = 5, + [262157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262327,43 +262465,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, + ACTIONS(2562), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262067] = 10, + [262183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5299), 1, - sym__identifier, - STATE(5346), 1, - sym__logical_name, - STATE(5764), 1, - sym_selected_name, - STATE(7618), 1, - sym_selected_name_list, STATE(4716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [262103] = 5, + ACTIONS(2428), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262374,17 +262507,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, + ACTIONS(2640), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [262129] = 5, + [262235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262395,7 +262528,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, + ACTIONS(2670), 9, sym_END, sym_FOR, sym_GENERIC, @@ -262405,34 +262538,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262155] = 11, + [262261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5553), 1, - sym_CONTEXT, - ACTIONS(5557), 1, - sym_LIBRARY, - ACTIONS(5559), 1, - sym_USE, - ACTIONS(5580), 1, - sym_END, - STATE(4839), 1, - aux_sym_design_unit_repeat1, - STATE(5539), 1, - sym__context_item, STATE(4719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5531), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - [262193] = 5, + ACTIONS(2570), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262443,7 +262570,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, + ACTIONS(2496), 9, sym_END, sym_FOR, sym_GENERIC, @@ -262453,7 +262580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262219] = 5, + [262313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262464,17 +262591,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2544), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, sym_USE, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262245] = 5, + [262339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262485,38 +262612,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2488), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262271] = 5, + [262365] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5343), 1, + anon_sym_LPAREN, + ACTIONS(5597), 1, + sym_PARAMETER, + STATE(4936), 1, + sym_parenthesis_group, STATE(4723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, + ACTIONS(2362), 6, sym_GENERIC, sym_IS, - sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262297] = 5, + [262397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262527,17 +262657,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, + ACTIONS(2648), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262323] = 5, + [262423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262548,17 +262678,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, + ACTIONS(2540), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262349] = 5, + [262449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262569,39 +262699,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, + ACTIONS(2596), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262375] = 6, + [262475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5582), 1, - sym_OF, STATE(4727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2674), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, + sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262403] = 5, + [262501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262612,38 +262741,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, + ACTIONS(2398), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [262429] = 5, + [262527] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5599), 1, + sym_END, + STATE(4923), 1, + aux_sym_physical_type_definition_repeat1, + STATE(5228), 1, + sym_secondary_unit_declaration, + STATE(7770), 1, + sym_end_units, + STATE(8250), 1, + sym__identifier, STATE(4729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [262455] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [262563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262654,7 +262788,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2574), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262664,28 +262798,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262481] = 5, + [262589] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4731), 3, + ACTIONS(5604), 1, + sym_END, + STATE(5260), 1, + sym_mode_view_element_definition, + STATE(5789), 1, + sym__identifier, + STATE(8170), 1, + sym_record_element_list, + ACTIONS(5601), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4731), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [262507] = 5, + aux_sym_mode_view_body_repeat1, + [262623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262696,17 +262834,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, + ACTIONS(2596), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262533] = 5, + [262649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262717,42 +262855,44 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, - sym_END, - sym_FOR, + ACTIONS(2520), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262559] = 9, + [262675] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4973), 1, - sym_component_specification, - STATE(5600), 1, - sym__label, - STATE(7598), 1, - sym_instantiation_list, - ACTIONS(4278), 2, - sym_ALL, - sym_OTHERS, + ACTIONS(5569), 1, + sym_CONTEXT, + ACTIONS(5573), 1, + sym_LIBRARY, + ACTIONS(5575), 1, + sym_USE, + ACTIONS(5606), 1, + sym_END, + STATE(4674), 1, + aux_sym_design_unit_repeat1, + STATE(5552), 1, + sym__context_item, STATE(4734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [262593] = 5, + STATE(5512), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + [262713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262763,7 +262903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2462), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262773,7 +262913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262619] = 5, + [262739] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262784,7 +262924,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, + ACTIONS(2402), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262794,7 +262934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262645] = 5, + [262765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262805,7 +262945,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, + ACTIONS(2402), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262815,7 +262955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262671] = 5, + [262791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262826,17 +262966,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, - sym_END, - sym_FOR, + ACTIONS(2462), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262697] = 5, + [262817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262847,17 +262987,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, + ACTIONS(2574), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262723] = 5, + [262843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262868,63 +263008,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, + ACTIONS(2674), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [262749] = 7, + [262869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5584), 1, - anon_sym_RPAREN, - STATE(4582), 1, - sym_logical_operator, - STATE(4741), 4, + STATE(4741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_analysis_expression_repeat1, - ACTIONS(5586), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [262779] = 7, + ACTIONS(2540), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5584), 1, - sym_THEN, - STATE(4601), 1, - sym_logical_operator, - STATE(4742), 4, + STATE(4742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_analysis_expression_repeat1, - ACTIONS(5586), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [262809] = 5, + ACTIONS(2648), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262938,40 +263074,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2640), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [262835] = 10, + [262947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5589), 1, - sym_END, - STATE(4822), 1, - aux_sym_mode_view_body_repeat1, - STATE(5288), 1, - sym_mode_view_element_definition, - STATE(5570), 1, - sym__identifier, - STATE(8117), 1, - sym_record_element_list, STATE(4744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [262871] = 5, + ACTIONS(2562), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262982,17 +263113,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, + ACTIONS(2424), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262897] = 5, + anon_sym_RBRACK, + [262999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263003,17 +263134,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, + ACTIONS(2398), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262923] = 5, + [263025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263024,17 +263155,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, - sym_END, - sym_FOR, + ACTIONS(2622), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262949] = 5, + [263051] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263045,39 +263176,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, + ACTIONS(2370), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262975] = 6, + [263077] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, - sym_OF, STATE(4749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2644), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263003] = 5, + [263103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263088,17 +263218,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3420), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263029] = 5, + ACTIONS(2496), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263109,7 +263239,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, + ACTIONS(2428), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -263119,7 +263249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263055] = 5, + [263155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263130,17 +263260,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, + ACTIONS(2670), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263081] = 5, + [263181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263151,17 +263281,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 9, + ACTIONS(2566), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263107] = 5, + [263207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263172,38 +263302,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [263133] = 5, + ACTIONS(2696), 9, + sym_identifier, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_constant_unit, + sym_library_function, + sym_library_type, + anon_sym_LT_LT, + [263233] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5567), 1, + sym_THEN, + STATE(4634), 1, + sym_logical_operator, + STATE(4663), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [263159] = 5, + ACTIONS(5553), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [263265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263224,7 +263357,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [263185] = 5, + [263291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263235,17 +263368,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, - sym_END, - sym_FOR, + ACTIONS(2484), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263211] = 5, + [263317] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263256,7 +263389,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 9, + ACTIONS(5608), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -263266,7 +263399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [263237] = 5, + [263343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263277,43 +263410,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, - sym_identifier, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2618), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [263263] = 10, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5593), 1, - sym_END, - STATE(4833), 1, - aux_sym_physical_type_definition_repeat1, - STATE(5330), 1, - sym_secondary_unit_declaration, - STATE(8149), 1, - sym__identifier, - STATE(8193), 1, - sym_end_units, STATE(4760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [263299] = 5, + ACTIONS(2544), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263395] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263324,17 +263452,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, + ACTIONS(2424), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263325] = 5, + [263421] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263345,17 +263473,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, + ACTIONS(2398), 9, sym_GENERIC, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [263351] = 5, + [263447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263366,17 +263494,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, + ACTIONS(2596), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263377] = 5, + [263473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263387,17 +263515,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2570), 9, sym_GENERIC, - sym_OF, sym_PARAMETER, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263403] = 5, + [263499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263408,17 +263536,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, - sym_END, - sym_FOR, + ACTIONS(2512), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263429] = 5, + [263525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263429,17 +263557,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5595), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263455] = 5, + ACTIONS(2492), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263551] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263450,17 +263578,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3424), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263481] = 5, + ACTIONS(2618), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_EQ, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263471,17 +263599,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, + ACTIONS(2488), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263507] = 5, + [263603] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263492,17 +263620,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2636), 9, + sym_identifier, + sym_character_literal, + sym_operator_symbol, + sym_library_constant, + sym_library_constant_std_logic, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [263533] = 5, + anon_sym_LT_LT, + [263629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263513,17 +263641,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2640), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263559] = 5, + anon_sym_RBRACK, + [263655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263534,17 +263662,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2692), 9, - sym_identifier, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_constant_unit, - sym_library_function, - sym_library_type, - anon_sym_LT_LT, - [263585] = 5, + ACTIONS(2484), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263681] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263555,17 +263683,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, - sym_END, - sym_FOR, + ACTIONS(2544), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263611] = 5, + [263707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263576,63 +263704,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5597), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263637] = 8, + ACTIONS(2484), 9, + sym_GENERIC, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5601), 1, - sym_THEN, - STATE(4601), 1, - sym_logical_operator, - STATE(4742), 1, - aux_sym_conditional_analysis_expression_repeat1, STATE(4774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5599), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [263669] = 6, + ACTIONS(2402), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [263759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5603), 1, - sym_OF, STATE(4775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2462), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263697] = 5, + anon_sym_RBRACK, + [263785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263643,62 +263767,64 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, + ACTIONS(2574), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263723] = 5, + anon_sym_RBRACK, + [263811] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4777), 3, + ACTIONS(5610), 1, + sym_ATTRIBUTE, + ACTIONS(5613), 1, + sym_FOR, + ACTIONS(5615), 1, + sym_GROUP, + ACTIONS(5618), 1, + sym_USE, + STATE(5542), 1, + sym__configuration_declarative_item, + STATE(5540), 3, + sym_use_clause, + sym_attribute_specification, + sym_group_declaration, + STATE(4777), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, - sym_GENERIC, - sym_IS, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [263749] = 8, + aux_sym_configuration_head_repeat1, + [263847] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5601), 1, - anon_sym_RPAREN, - STATE(4582), 1, - sym_logical_operator, - STATE(4741), 1, - aux_sym_conditional_analysis_expression_repeat1, STATE(4778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5599), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [263781] = 5, + ACTIONS(2674), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [263873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263709,7 +263835,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 9, + ACTIONS(3310), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -263719,7 +263845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [263807] = 5, + [263899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263730,17 +263856,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, + ACTIONS(2540), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [263833] = 5, + anon_sym_RBRACK, + [263925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263751,17 +263877,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, + ACTIONS(2562), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, sym_USE, - anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263859] = 5, + [263951] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263772,7 +263898,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, + ACTIONS(2636), 9, sym_END, sym_FOR, sym_GENERIC, @@ -263782,7 +263908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263885] = 5, + [263977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263793,17 +263919,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, + ACTIONS(2648), 9, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263911] = 5, + anon_sym_RBRACK, + [264003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263814,17 +263940,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2644), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263937] = 5, + [264029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263835,9 +263961,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, + ACTIONS(2536), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -263845,7 +263971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263963] = 5, + [264055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263856,9 +263982,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2516), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -263866,7 +263992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263989] = 5, + [264081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263877,17 +264003,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2488), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264015] = 5, + [264107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263901,14 +264027,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2636), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264041] = 5, + anon_sym_RBRACK, + [264133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263919,17 +264045,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, - sym_END, - sym_FOR, + ACTIONS(2544), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264067] = 5, + [264159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263940,17 +264066,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, + ACTIONS(2428), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264093] = 5, + anon_sym_RBRACK, + [264185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263961,17 +264087,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2618), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264119] = 5, + [264211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263982,17 +264108,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, + ACTIONS(2520), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [264145] = 5, + [264237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264003,38 +264129,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2566), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264171] = 5, + [264263] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4794), 3, + ACTIONS(5577), 1, + sym_THEN, + STATE(4634), 1, + sym_logical_operator, + STATE(4794), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [264197] = 5, + aux_sym_conditional_analysis_expression_repeat1, + ACTIONS(5579), 6, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + [264293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264045,17 +264173,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, + ACTIONS(2636), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, - sym_USE, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [264223] = 5, + [264319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264066,17 +264194,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, + ACTIONS(2636), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264249] = 5, + [264345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264087,17 +264215,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2492), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264275] = 5, + [264371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264108,7 +264236,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, + ACTIONS(2492), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -264118,7 +264246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264301] = 5, + [264397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264129,17 +264257,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2536), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264327] = 5, + [264423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264150,17 +264278,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, + ACTIONS(2570), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264353] = 5, + [264449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264171,7 +264299,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, + ACTIONS(2516), 9, sym_END, sym_FOR, sym_GENERIC, @@ -264181,7 +264309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264379] = 5, + [264475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264192,9 +264320,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, + ACTIONS(2570), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264202,31 +264330,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264405] = 8, + [264501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5339), 1, - anon_sym_LPAREN, - ACTIONS(5605), 1, - sym_PARAMETER, - STATE(4902), 1, - sym_parenthesis_group, STATE(4803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 6, + ACTIONS(2670), 9, sym_GENERIC, - sym_IS, - sym_RANGE, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264437] = 5, + [264527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264237,17 +264362,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, + ACTIONS(2596), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264463] = 5, + [264553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264258,17 +264383,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, - sym_END, - sym_FOR, + ACTIONS(2398), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264489] = 5, + [264579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264279,17 +264404,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, + ACTIONS(2562), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264515] = 5, + anon_sym_RBRACK, + [264605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264300,63 +264425,64 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 9, - sym_END, - sym_FOR, + ACTIONS(2428), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264541] = 5, + [264631] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5621), 1, + sym_END, + STATE(4836), 1, + aux_sym_mode_view_body_repeat1, + STATE(5260), 1, + sym_mode_view_element_definition, + STATE(5789), 1, + sym__identifier, + STATE(8170), 1, + sym_record_element_list, STATE(4808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [264567] = 9, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [264667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5610), 1, - sym_END, - STATE(5282), 1, - sym_element_declaration, - STATE(6017), 1, - sym__identifier, - STATE(7797), 1, - sym_identifier_list, - ACTIONS(5607), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4809), 4, + STATE(4809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_record_type_definition_repeat1, - [264601] = 5, + ACTIONS(2622), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [264693] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264367,17 +264493,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, - sym_END, - sym_FOR, + ACTIONS(2370), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264627] = 5, + anon_sym_RBRACK, + [264719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264388,17 +264514,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [264653] = 5, + ACTIONS(2484), 9, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264409,17 +264535,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2512), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [264679] = 5, + [264771] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264430,17 +264556,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, + ACTIONS(2644), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264705] = 5, + anon_sym_RBRACK, + [264797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264451,17 +264577,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, - sym_END, - sym_FOR, + ACTIONS(2520), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264731] = 5, + [264823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264472,17 +264598,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, + ACTIONS(2496), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264757] = 5, + anon_sym_RBRACK, + [264849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264493,17 +264619,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, + ACTIONS(2566), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264783] = 5, + [264875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264514,17 +264640,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2670), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [264809] = 5, + [264901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264535,9 +264661,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, + ACTIONS(2428), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264545,7 +264671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264835] = 5, + [264927] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264556,38 +264682,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, - sym_END, - sym_FOR, + ACTIONS(2496), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264861] = 5, + [264953] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5574), 1, + sym__entity_tag, + STATE(5862), 1, + sym__identifier, + STATE(6393), 1, + sym_entity_designator, + ACTIONS(5461), 2, + sym_character_literal, + sym_operator_symbol, STATE(4820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [264887] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [264987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264598,9 +264728,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 9, + ACTIONS(2370), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264608,33 +264738,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264913] = 10, + [265013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5612), 1, - sym_END, - STATE(4837), 1, - aux_sym_mode_view_body_repeat1, - STATE(5288), 1, - sym_mode_view_element_definition, - STATE(5570), 1, - sym__identifier, - STATE(8117), 1, - sym_record_element_list, STATE(4822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [264949] = 5, + ACTIONS(2670), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [265039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264645,17 +264770,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [264975] = 5, + ACTIONS(2512), 9, + sym_GENERIC, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264666,17 +264791,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, + ACTIONS(2566), 9, sym_GENERIC, sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265001] = 5, + anon_sym_RBRACK, + [265091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264687,17 +264812,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265027] = 5, + ACTIONS(3296), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264708,7 +264833,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 9, + ACTIONS(2520), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -264718,7 +264843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265053] = 5, + [265143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264729,17 +264854,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, + ACTIONS(2566), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265079] = 5, + [265169] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264750,17 +264875,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, + ACTIONS(2596), 9, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265105] = 5, + anon_sym_RBRACK, + [265195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264771,7 +264896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2424), 9, sym_END, sym_FOR, sym_GENERIC, @@ -264781,7 +264906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265131] = 5, + [265221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264792,9 +264917,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 9, + ACTIONS(2622), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264802,7 +264927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265157] = 5, + [265247] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264813,7 +264938,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2424), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -264823,7 +264948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265183] = 5, + [265273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264834,56 +264959,30 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, - sym_GENERIC, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265209] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5593), 1, + ACTIONS(3356), 9, + sym_ALIAS, + sym_ATTRIBUTE, sym_END, - STATE(4944), 1, - aux_sym_physical_type_definition_repeat1, - STATE(5330), 1, - sym_secondary_unit_declaration, - STATE(8149), 1, - sym__identifier, - STATE(8230), 1, - sym_end_units, - STATE(4833), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [265245] = 5, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4834), 3, + STATE(4833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2562), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264891,156 +264990,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265271] = 8, + [265325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5614), 1, - anon_sym_RPAREN, - STATE(4582), 1, - sym_logical_operator, - STATE(4778), 1, - aux_sym_conditional_analysis_expression_repeat1, - STATE(4835), 3, + STATE(4834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5599), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [265303] = 5, + ACTIONS(2520), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [265351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4836), 3, + STATE(4835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, + ACTIONS(2640), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265329] = 9, + [265377] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5619), 1, + ACTIONS(5623), 1, sym_END, - STATE(5288), 1, + STATE(4731), 1, + aux_sym_mode_view_body_repeat1, + STATE(5260), 1, sym_mode_view_element_definition, - STATE(5570), 1, + STATE(5789), 1, sym__identifier, - STATE(8117), 1, + STATE(8170), 1, sym_record_element_list, - ACTIONS(5616), 4, + STATE(4836), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(4837), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_mode_view_body_repeat1, - [265363] = 5, + [265413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4838), 3, + STATE(4837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2648), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_PORT, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265389] = 10, + [265439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2869), 1, - sym_END, - ACTIONS(5621), 1, - sym_CONTEXT, - ACTIONS(5624), 1, - sym_LIBRARY, - ACTIONS(5627), 1, - sym_USE, - STATE(5539), 1, - sym__context_item, - STATE(5531), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - STATE(4839), 4, + STATE(4838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_design_unit_repeat1, - [265425] = 5, + ACTIONS(2488), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4840), 3, + STATE(4839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, - sym_END, - sym_FOR, + ACTIONS(2540), 9, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265451] = 5, + [265491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4841), 3, + STATE(4840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, + ACTIONS(2512), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -265050,84 +265142,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [265477] = 8, + [265517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5614), 1, - sym_THEN, - STATE(4601), 1, - sym_logical_operator, - STATE(4774), 1, - aux_sym_conditional_analysis_expression_repeat1, - STATE(4842), 3, + STATE(4841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5599), 6, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - [265509] = 5, + ACTIONS(2674), 9, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4843), 3, + STATE(4842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [265535] = 5, + ACTIONS(2574), 9, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4844), 3, + STATE(4843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [265561] = 5, + ACTIONS(2462), 9, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4845), 3, + STATE(4844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, + ACTIONS(2402), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -265137,28 +265226,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265587] = 5, + [265621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4846), 3, + STATE(4845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2484), 9, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265613] = 5, + anon_sym_RBRACK, + [265647] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4846), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3388), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265169,7 +265279,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5630), 9, + ACTIONS(3426), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -265179,28 +265289,32 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [265639] = 5, + [265699] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5021), 1, + sym_component_specification, + STATE(6004), 1, + sym__label, + STATE(7648), 1, + sym_instantiation_list, + ACTIONS(4238), 2, + sym_ALL, + sym_OTHERS, STATE(4848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, - sym_GENERIC, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265665] = 5, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [265733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265211,38 +265325,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, - sym_GENERIC, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265691] = 5, + ACTIONS(3276), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265759] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5011), 1, + sym_component_specification, + STATE(6004), 1, + sym__label, + STATE(7648), 1, + sym_instantiation_list, + ACTIONS(4238), 2, + sym_ALL, + sym_OTHERS, STATE(4850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265717] = 5, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [265793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265253,17 +265371,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 9, + ACTIONS(2496), 9, sym_GENERIC, + sym_OF, sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [265743] = 5, + [265819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265274,17 +265392,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, + ACTIONS(2536), 9, sym_GENERIC, - sym_OF, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265769] = 5, + anon_sym_RBRACK, + [265845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265295,7 +265413,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -265305,7 +265423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [265795] = 5, + [265871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265316,17 +265434,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, - sym_GENERIC, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265821] = 5, + ACTIONS(5625), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265337,17 +265455,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 9, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265847] = 5, + ACTIONS(5627), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265358,9 +265476,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, + ACTIONS(2370), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265368,7 +265486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265873] = 5, + [265949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265379,7 +265497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 9, + ACTIONS(2622), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -265389,7 +265507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265899] = 5, + [265975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265400,9 +265518,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 9, + ACTIONS(2636), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265410,49 +265528,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265925] = 5, + [266001] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5599), 1, + sym_END, + STATE(4729), 1, + aux_sym_physical_type_definition_repeat1, + STATE(5228), 1, + sym_secondary_unit_declaration, + STATE(8249), 1, + sym_end_units, + STATE(8250), 1, + sym__identifier, STATE(4859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 9, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265951] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266037] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4860), 3, + ACTIONS(5632), 1, + sym_END, + STATE(5256), 1, + sym_element_declaration, + STATE(5991), 1, + sym__identifier, + STATE(7658), 1, + sym_identifier_list, + ACTIONS(5629), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4860), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [265977] = 5, + aux_sym_record_type_definition_repeat1, + [266071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265463,9 +265590,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2402), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265473,29 +265600,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266003] = 6, + [266097] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5632), 1, - sym_OF, STATE(4862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2544), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266031] = 5, + anon_sym_RBRACK, + [266123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265506,17 +265632,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266057] = 5, + ACTIONS(3442), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265527,17 +265653,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, - sym_END, - sym_FOR, + ACTIONS(2488), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266083] = 5, + anon_sym_RBRACK, + [266175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265548,17 +265674,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [266109] = 5, + ACTIONS(3478), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265569,17 +265695,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 9, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - anon_sym_RBRACK, - [266135] = 5, + ACTIONS(3248), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265590,43 +265716,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 9, + ACTIONS(2398), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266161] = 10, + anon_sym_RBRACK, + [266253] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5764), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, - STATE(7529), 1, - sym_selected_name_list, STATE(4868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266197] = 5, + ACTIONS(2644), 9, + sym_GENERIC, + sym_OF, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [266279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265637,9 +265758,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 9, + ACTIONS(2640), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265647,7 +265768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266223] = 5, + [266305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265658,17 +265779,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 9, + ACTIONS(2618), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266249] = 5, + anon_sym_RBRACK, + [266331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265679,17 +265800,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 9, - sym_END, - sym_FOR, + ACTIONS(2570), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266275] = 5, + anon_sym_RBRACK, + [266357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265700,7 +265821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -265710,49 +265831,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [266301] = 5, + [266383] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5634), 1, + sym_OF, STATE(4873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 9, + ACTIONS(2402), 8, sym_GENERIC, sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266327] = 5, + [266411] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5636), 1, + sym_OF, STATE(4874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 9, + ACTIONS(2402), 8, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266353] = 5, + [266439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265763,17 +265886,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 9, - sym_GENERIC, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266379] = 5, + ACTIONS(3226), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265784,9 +265907,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2574), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265794,7 +265917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266405] = 5, + [266491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265805,17 +265928,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_EQ, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266431] = 5, + ACTIONS(3240), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265826,9 +265949,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 9, + ACTIONS(2648), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265836,7 +265959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266457] = 5, + [266543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265847,9 +265970,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 9, + ACTIONS(2462), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265857,7 +265980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266483] = 5, + [266569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265868,7 +265991,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 9, + ACTIONS(2644), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -265878,7 +266001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266509] = 5, + [266595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265889,17 +266012,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266535] = 5, + ACTIONS(3440), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265910,41 +266033,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266561] = 9, + ACTIONS(3256), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5634), 1, - anon_sym_SEMI, - STATE(5950), 1, - sym__label, - STATE(7421), 1, - sym_when_expression, STATE(4883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266594] = 5, + ACTIONS(2492), 9, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [266673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265955,144 +266075,148 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 8, + ACTIONS(2536), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + sym_PORT, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [266619] = 5, + [266699] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4885), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3366), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4885), 3, + STATE(4886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266644] = 5, + ACTIONS(3390), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4886), 3, + STATE(4887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 8, + ACTIONS(2674), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266669] = 9, + [266777] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5638), 1, - anon_sym_SEMI, - STATE(5766), 1, - sym__label, - STATE(7469), 1, - sym_when_expression, - STATE(4887), 3, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5993), 1, + sym__identifier, + STATE(5997), 1, + sym_selected_name, + STATE(8159), 1, + sym_selected_name_list, + STATE(4888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [266702] = 5, + [266813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4888), 3, + STATE(4889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266727] = 5, + ACTIONS(3428), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4889), 3, + STATE(4890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 8, + ACTIONS(2540), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266752] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5640), 1, - anon_sym_SEMI, - STATE(5760), 1, - sym__label, - STATE(7470), 1, - sym_when_expression, - STATE(4890), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5636), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266785] = 5, + [266865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266103,7 +266227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 8, + ACTIONS(2622), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266112,107 +266236,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266810] = 5, + [266890] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5667), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2474), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266835] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266923] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6153), 1, + sym__alias_designator, + STATE(6160), 1, + sym__identifier, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, STATE(4893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266860] = 5, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266954] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6160), 1, + sym__identifier, + STATE(6295), 1, + sym__alias_designator, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, STATE(4894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266885] = 5, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266985] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5636), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266910] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267018] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5640), 1, + sym_OF, STATE(4896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266935] = 9, + [267045] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266223,210 +266362,223 @@ static const uint16_t ts_small_parse_table[] = { sym_WHEN, ACTIONS(5642), 1, anon_sym_SEMI, - STATE(5907), 1, + STATE(5814), 1, sym__label, - STATE(7235), 1, + STATE(7086), 1, sym_when_expression, STATE(4897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [266968] = 9, + [267078] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5644), 1, - anon_sym_SEMI, - STATE(5996), 1, - sym__label, - STATE(7233), 1, - sym_when_expression, + STATE(6160), 1, + sym__identifier, + STATE(6297), 1, + sym__alias_designator, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, STATE(4898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267001] = 8, + [267109] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6247), 1, - sym__alias_designator, - STATE(6335), 1, - sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5646), 1, + anon_sym_SEMI, + STATE(5818), 1, + sym__label, + STATE(6966), 1, + sym_when_expression, STATE(4899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267032] = 5, + [267142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5648), 1, + sym_OF, STATE(4900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267057] = 5, + [267169] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5650), 1, + sym_OF, STATE(4901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267082] = 5, + [267196] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5604), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267107] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267229] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6222), 1, - sym__alias_designator, - STATE(6335), 1, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5698), 1, + sym_selected_name, + STATE(5993), 1, sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, STATE(4903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267138] = 5, + [267262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5652), 1, + sym_OF, STATE(4904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267163] = 5, + [267289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5654), 1, + sym_OF, STATE(4905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267188] = 5, + [267316] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5808), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267213] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266437,7 +266589,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 8, + ACTIONS(2402), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266446,170 +266598,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267238] = 5, + [267374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5656), 1, + sym_OF, STATE(4908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 8, + ACTIONS(2402), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267263] = 9, + [267401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5648), 1, - anon_sym_SEMI, - STATE(5920), 1, - sym__label, - STATE(7179), 1, - sym_when_expression, STATE(4909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267296] = 9, + ACTIONS(2462), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267426] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5650), 1, - anon_sym_SEMI, - STATE(5935), 1, - sym__label, - STATE(7419), 1, - sym_when_expression, STATE(4910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5658), 8, sym_identifier, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [267329] = 8, + anon_sym_LT_LT, + [267451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6202), 1, - sym__alias_designator, - STATE(6335), 1, - sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, STATE(4911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267360] = 9, + ACTIONS(2424), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267476] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(6007), 1, - sym__logical_name, - STATE(6019), 1, + STATE(5026), 1, + aux_sym_partial_pathname_repeat1, + STATE(5921), 1, sym__identifier, - STATE(7578), 1, - sym_logical_name_list, + STATE(6852), 1, + sym_partial_pathname, + STATE(7336), 1, + sym_pathname_element, STATE(4912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267393] = 9, + [267509] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5695), 1, - sym_selected_name, - STATE(6019), 1, + STATE(6160), 1, sym__identifier, + STATE(6264), 1, + sym__alias_designator, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, STATE(4913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267426] = 9, + [267540] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5693), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5660), 1, + anon_sym_SEMI, + STATE(5852), 1, + sym__label, + STATE(8093), 1, + sym_when_expression, STATE(4914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267459] = 9, + [267573] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266618,89 +266759,94 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(788), 1, sym_WHEN, - ACTIONS(5652), 1, + ACTIONS(5662), 1, anon_sym_SEMI, - STATE(5704), 1, + STATE(5816), 1, sym__label, - STATE(7701), 1, + STATE(8095), 1, sym_when_expression, STATE(4915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267492] = 12, + [267606] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5654), 1, - sym_END, - ACTIONS(5656), 1, - sym_GENERIC, - ACTIONS(5658), 1, - sym_IS, - ACTIONS(5660), 1, - sym_PORT, - STATE(5710), 1, - sym_generic_clause, - STATE(6534), 1, - sym_component_body, - STATE(7110), 1, - sym_port_clause, - STATE(7273), 1, - sym_end_component, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5901), 1, + sym_selected_name, + STATE(5993), 1, + sym__identifier, STATE(4916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [267531] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267639] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5664), 1, + anon_sym_SEMI, + STATE(5847), 1, + sym__label, + STATE(7219), 1, + sym_when_expression, STATE(4917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267556] = 5, + ACTIONS(5644), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267672] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5666), 1, + anon_sym_SEMI, + STATE(5883), 1, + sym__label, + STATE(7231), 1, + sym_when_expression, STATE(4918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267581] = 5, + ACTIONS(5644), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266711,7 +266857,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 8, + ACTIONS(2574), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266720,27 +266866,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267606] = 5, + [267730] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5668), 1, + anon_sym_SEMI, + STATE(5766), 1, + sym__label, + STATE(6953), 1, + sym_when_expression, STATE(4920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267631] = 9, + ACTIONS(5644), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267763] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266749,22 +266899,22 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(788), 1, sym_WHEN, - ACTIONS(5662), 1, + ACTIONS(5670), 1, anon_sym_SEMI, - STATE(5912), 1, + STATE(5769), 1, sym__label, - STATE(7177), 1, + STATE(6955), 1, sym_when_expression, STATE(4921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267664] = 5, + [267796] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266775,7 +266925,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 8, + ACTIONS(2674), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266784,184 +266934,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267689] = 6, + [267821] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5664), 1, - sym_OF, - STATE(4923), 3, + ACTIONS(5675), 1, + sym_END, + STATE(5228), 1, + sym_secondary_unit_declaration, + STATE(8250), 1, + sym__identifier, + ACTIONS(5672), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4923), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267716] = 9, + aux_sym_physical_type_definition_repeat1, + [267852] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5525), 1, - sym_operator_symbol, - ACTIONS(5666), 1, - anon_sym_SEMI, - STATE(7206), 1, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5677), 1, + sym_selected_name, + STATE(5993), 1, sym__identifier, - STATE(8127), 1, - sym__designator, STATE(4924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267749] = 9, + [267885] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5021), 1, - aux_sym_partial_pathname_repeat1, - STATE(5750), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, - STATE(7488), 1, - sym_partial_pathname, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5677), 1, + anon_sym_SEMI, + STATE(5949), 1, + sym__label, + STATE(7167), 1, + sym_when_expression, STATE(4925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267782] = 8, + [267918] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6291), 1, - sym__alias_designator, - STATE(6335), 1, - sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5679), 1, + anon_sym_SEMI, + STATE(5962), 1, + sym__label, + STATE(7168), 1, + sym_when_expression, STATE(4926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267813] = 6, + [267951] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5668), 1, - sym_OF, STATE(4927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, + ACTIONS(2636), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267840] = 6, + [267976] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5670), 1, - sym_OF, + ACTIONS(5545), 1, + sym_operator_symbol, + ACTIONS(5681), 1, + anon_sym_SEMI, + STATE(7589), 1, + sym__identifier, + STATE(8183), 1, + sym__designator, STATE(4928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267867] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268009] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5993), 1, + sym__identifier, + STATE(6302), 1, + sym_selected_name, STATE(4929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267892] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268042] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6332), 1, - sym__alias_designator, - STATE(6335), 1, - sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5683), 1, + anon_sym_SEMI, + STATE(5853), 1, + sym__label, + STATE(8029), 1, + sym_when_expression, STATE(4930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267923] = 9, + [268075] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266970,215 +267130,185 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(788), 1, sym_WHEN, - ACTIONS(5672), 1, + ACTIONS(5685), 1, anon_sym_SEMI, - STATE(5652), 1, + STATE(5855), 1, sym__label, - STATE(6712), 1, + STATE(8028), 1, sym_when_expression, STATE(4931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, + ACTIONS(5644), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267956] = 9, + [268108] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5674), 1, - anon_sym_SEMI, - STATE(5675), 1, - sym__label, - STATE(6753), 1, - sym_when_expression, STATE(4932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267989] = 12, + ACTIONS(2540), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5654), 1, - sym_END, - ACTIONS(5656), 1, - sym_GENERIC, - ACTIONS(5658), 1, - sym_IS, - ACTIONS(5660), 1, - sym_PORT, - STATE(5710), 1, - sym_generic_clause, - STATE(6608), 1, - sym_component_body, - STATE(7110), 1, - sym_port_clause, - STATE(7520), 1, - sym_end_component, STATE(4933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [268028] = 9, + ACTIONS(2648), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268158] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5571), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, STATE(4934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268061] = 9, + ACTIONS(2640), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5676), 1, - anon_sym_SEMI, - STATE(5716), 1, - sym__label, - STATE(7699), 1, - sym_when_expression, STATE(4935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5636), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268094] = 8, + ACTIONS(2370), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268208] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6204), 1, - sym__alias_designator, - STATE(6335), 1, - sym__identifier, - ACTIONS(5646), 2, - sym_character_literal, - sym_operator_symbol, STATE(4936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268125] = 8, + ACTIONS(2496), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268233] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6335), 1, + STATE(6160), 1, sym__identifier, - STATE(6336), 1, + STATE(6205), 1, sym__alias_designator, - ACTIONS(5646), 2, + ACTIONS(5638), 2, sym_character_literal, sym_operator_symbol, STATE(4937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268156] = 9, + [268264] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5777), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, STATE(4938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268189] = 9, + ACTIONS(2428), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(6007), 1, - sym__logical_name, - STATE(6019), 1, - sym__identifier, - STATE(7526), 1, - sym_logical_name_list, STATE(4939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268222] = 5, + ACTIONS(2670), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268314] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267189,7 +267319,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 8, + ACTIONS(2484), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267198,31 +267328,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268247] = 9, + [268339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5870), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, STATE(4941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268280] = 5, + ACTIONS(2544), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268364] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267233,7 +267359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 8, + ACTIONS(2536), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267242,144 +267368,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268305] = 6, + [268389] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5678), 1, - sym_OF, STATE(4943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, + ACTIONS(2398), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268332] = 8, + [268414] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5683), 1, - sym_END, - STATE(5330), 1, - sym_secondary_unit_declaration, - STATE(8149), 1, - sym__identifier, - ACTIONS(5680), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4944), 4, + STATE(4944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_physical_type_definition_repeat1, - [268363] = 9, + ACTIONS(2516), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5651), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, STATE(4945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268396] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5685), 1, - sym_OF, - STATE(4946), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2450), 7, + ACTIONS(2488), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268423] = 9, + [268464] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, + ACTIONS(5559), 1, sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5620), 1, - sym_selected_name, - STATE(6019), 1, + STATE(5993), 1, sym__identifier, - STATE(4947), 3, + STATE(6006), 1, + sym__logical_name, + STATE(8158), 1, + sym_logical_name_list, + STATE(4946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268456] = 9, + [268497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5592), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, - STATE(4948), 3, + STATE(4947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268489] = 6, + ACTIONS(2596), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268522] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267387,44 +267480,50 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(5687), 1, - sym_OF, - STATE(4949), 3, + sym_END, + ACTIONS(5689), 1, + sym_GENERIC, + ACTIONS(5691), 1, + sym_IS, + ACTIONS(5693), 1, + sym_PORT, + STATE(5982), 1, + sym_generic_clause, + STATE(6502), 1, + sym_component_body, + STATE(7404), 1, + sym_end_component, + STATE(7487), 1, + sym_port_clause, + STATE(4948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268516] = 9, + [268561] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, + ACTIONS(5559), 1, sym_library_namespace, - STATE(5346), 1, + STATE(5422), 1, sym__logical_name, - STATE(5638), 1, + STATE(5788), 1, sym_selected_name, - STATE(6019), 1, + STATE(5993), 1, sym__identifier, - STATE(4950), 3, + STATE(4949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268549] = 8, + [268594] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267433,96 +267532,56 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(5403), 1, anon_sym_LPAREN, - ACTIONS(5689), 1, + ACTIONS(5695), 1, sym_PARAMETER, - STATE(5030), 1, + STATE(5041), 1, sym_parenthesis_group, - STATE(4951), 3, + STATE(4950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2097), 5, + ACTIONS(2362), 5, sym_AFTER, sym_GENERIC, anon_sym_DOT, anon_sym_SQUOTE, anon_sym_LBRACK, - [268580] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4952), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2420), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268605] = 9, + [268625] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, + ACTIONS(5559), 1, sym_library_namespace, - STATE(5346), 1, + STATE(5422), 1, sym__logical_name, - STATE(6019), 1, - sym__identifier, - STATE(6061), 1, + STATE(5956), 1, sym_selected_name, - STATE(4953), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268638] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4954), 3, + STATE(5993), 1, + sym__identifier, + STATE(4951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5691), 8, + ACTIONS(3812), 4, sym_identifier, - sym_character_literal, - sym_operator_symbol, sym_library_constant, - sym_library_constant_std_logic, sym_library_function, sym_library_type, - anon_sym_LT_LT, - [268663] = 5, + [268658] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4955), 3, + STATE(4952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 8, + ACTIONS(2492), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267531,763 +267590,778 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268688] = 9, + [268683] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(5346), 1, - sym__logical_name, - STATE(5740), 1, - sym_selected_name, - STATE(6019), 1, - sym__identifier, - STATE(4956), 3, + STATE(4953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268721] = 12, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5654), 1, - sym_END, - ACTIONS(5656), 1, + ACTIONS(2570), 8, sym_GENERIC, - ACTIONS(5658), 1, sym_IS, - ACTIONS(5660), 1, - sym_PORT, - STATE(5710), 1, - sym_generic_clause, - STATE(6413), 1, - sym_component_body, - STATE(7097), 1, - sym_end_component, - STATE(7110), 1, - sym_port_clause, - STATE(4957), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [268760] = 5, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268708] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4958), 3, + STATE(4954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5584), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_THEN, - sym__XNOR, - sym__XOR, - [268784] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5693), 1, - anon_sym_SEMI, - ACTIONS(5695), 1, - anon_sym_LPAREN, - ACTIONS(5697), 1, + ACTIONS(2618), 8, sym_GENERIC, - ACTIONS(5699), 1, sym_IS, - ACTIONS(5701), 1, sym_PARAMETER, - STATE(5494), 1, - sym_subprogram_header, - STATE(8307), 1, - sym_parameter_list_specification, - STATE(4959), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [268820] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5443), 1, sym_RANGE, - STATE(5227), 1, - sym_range_constraint, - STATE(4960), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5703), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [268848] = 5, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4961), 3, + STATE(4955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5584), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_RPAREN, - [268872] = 8, + ACTIONS(2562), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268758] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5705), 1, - anon_sym_SEMI, - ACTIONS(5707), 1, - sym_CONTEXT, - STATE(7595), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(6072), 1, + sym__alias_designator, + STATE(6160), 1, sym__identifier, - STATE(4962), 3, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, + STATE(4956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268902] = 8, + [268789] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5709), 1, - sym_operator_symbol, - STATE(5132), 1, - sym__designator, - STATE(5433), 1, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5993), 1, sym__identifier, - STATE(4963), 3, + STATE(6006), 1, + sym__logical_name, + STATE(7643), 1, + sym_logical_name_list, + STATE(4957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4881), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268932] = 8, + [268822] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5711), 1, - anon_sym_SEMI, - ACTIONS(5713), 1, - sym_ENTITY, - STATE(7597), 1, + STATE(6105), 1, + sym__alias_designator, + STATE(6160), 1, sym__identifier, - STATE(4964), 3, + ACTIONS(5638), 2, + sym_character_literal, + sym_operator_symbol, + STATE(4958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268962] = 5, + [268853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4965), 3, + STATE(4959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5715), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_RPAREN, - [268986] = 5, + ACTIONS(2512), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268878] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4966), 3, + STATE(4960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5715), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym_THEN, - sym__XNOR, - sym__XOR, - [269010] = 8, + ACTIONS(2520), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268903] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5717), 1, - anon_sym_SEMI, - ACTIONS(5719), 1, - anon_sym_QMARK, - STATE(8167), 1, - sym__label, - STATE(4967), 3, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5422), 1, + sym__logical_name, + STATE(5993), 1, + sym__identifier, + STATE(6012), 1, + sym_selected_name, + STATE(4961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269040] = 11, + [268936] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, + ACTIONS(5687), 1, + sym_END, + ACTIONS(5689), 1, sym_GENERIC, - ACTIONS(5725), 1, + ACTIONS(5691), 1, sym_IS, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5729), 1, - sym_RETURN, - STATE(5387), 1, - sym_subprogram_header, - STATE(6957), 1, - sym_parameter_list_specification, - STATE(4968), 3, + ACTIONS(5693), 1, + sym_PORT, + STATE(5982), 1, + sym_generic_clause, + STATE(6095), 1, + sym_component_body, + STATE(7487), 1, + sym_port_clause, + STATE(7495), 1, + sym_end_component, + STATE(4962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269076] = 8, + [268975] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5731), 1, - anon_sym_SEMI, - ACTIONS(5733), 1, - sym_COMPONENT, - STATE(8208), 1, - sym__identifier, - STATE(4969), 3, + ACTIONS(5687), 1, + sym_END, + ACTIONS(5689), 1, + sym_GENERIC, + ACTIONS(5691), 1, + sym_IS, + ACTIONS(5693), 1, + sym_PORT, + STATE(5982), 1, + sym_generic_clause, + STATE(6601), 1, + sym_component_body, + STATE(7487), 1, + sym_port_clause, + STATE(8149), 1, + sym_end_component, + STATE(4963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269106] = 5, + [269014] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4970), 3, + STATE(4964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5735), 7, - sym__AND, - sym__NAND, - sym__NOR, - sym__OR, - sym__XNOR, - sym__XOR, - anon_sym_RPAREN, - [269130] = 11, + ACTIONS(2644), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5737), 1, - anon_sym_SEMI, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5741), 1, - sym_ON, - ACTIONS(5743), 1, - sym_UNTIL, - STATE(5199), 1, - sym_sensitivity_clause, - STATE(5952), 1, - sym_condition_clause, - STATE(7176), 1, - sym_timeout_clause, - STATE(4971), 3, + STATE(4965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269166] = 11, + ACTIONS(2566), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269064] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, + ACTIONS(5697), 1, anon_sym_LPAREN, - ACTIONS(5723), 1, + ACTIONS(5699), 1, sym_GENERIC, - ACTIONS(5727), 1, + ACTIONS(5701), 1, + sym_IS, + ACTIONS(5703), 1, sym_PARAMETER, - ACTIONS(5729), 1, + ACTIONS(5705), 1, sym_RETURN, - ACTIONS(5745), 1, - sym_IS, - STATE(5387), 1, + STATE(5445), 1, sym_subprogram_header, - STATE(6957), 1, + STATE(8146), 1, sym_parameter_list_specification, - STATE(4972), 3, + STATE(4966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269202] = 11, + [269100] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5747), 1, - anon_sym_SEMI, - ACTIONS(5749), 1, - sym_USE, - STATE(1385), 1, - sym_binding_indication, - STATE(5944), 1, - sym_generic_map_aspect, - STATE(6974), 1, - sym_port_map_aspect, - STATE(4973), 3, + STATE(4967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269238] = 11, + ACTIONS(2520), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269124] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, + STATE(4968), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3776), 7, + sym_identifier, + sym__NOT, + sym_directive_constant_builtin, + sym_library_constant, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - ACTIONS(5723), 1, + [269148] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4969), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2636), 7, + sym_AFTER, sym_GENERIC, - ACTIONS(5727), 1, sym_PARAMETER, - ACTIONS(5729), 1, - sym_RETURN, - ACTIONS(5751), 1, - sym_IS, - STATE(5387), 1, - sym_subprogram_header, - STATE(6957), 1, - sym_parameter_list_specification, - STATE(4974), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269172] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5707), 1, + anon_sym_SEMI, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5711), 1, + sym_ON, + ACTIONS(5713), 1, + sym_UNTIL, + STATE(5209), 1, + sym_sensitivity_clause, + STATE(5828), 1, + sym_condition_clause, + STATE(7076), 1, + sym_timeout_clause, + STATE(4970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269274] = 5, + [269208] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4975), 3, + STATE(4971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2882), 7, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(5715), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - [269298] = 8, + [269232] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5753), 1, - anon_sym_SEMI, - ACTIONS(5755), 1, - sym_CONFIGURATION, - STATE(8214), 1, + STATE(4972), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5577), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_RPAREN, + [269256] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(4966), 1, + sym__designator, + STATE(5281), 1, sym__identifier, - STATE(4976), 3, + STATE(4973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269328] = 8, + [269286] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5757), 1, - sym_character_literal, - STATE(5588), 1, - sym_enumeration_literal, - STATE(6231), 1, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(4990), 1, + sym__designator, + STATE(5281), 1, sym__identifier, - STATE(4977), 3, + STATE(4974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269358] = 8, + [269316] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5761), 1, + ACTIONS(5721), 1, sym_operator_symbol, - STATE(5384), 1, + STATE(4976), 1, sym__designator, - STATE(5745), 1, + STATE(5191), 1, sym__identifier, - STATE(4978), 3, + STATE(4975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5759), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269388] = 5, + [269346] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4979), 3, + ACTIONS(5723), 1, + anon_sym_SEMI, + ACTIONS(5725), 1, + anon_sym_LPAREN, + ACTIONS(5727), 1, + sym_GENERIC, + ACTIONS(5729), 1, + sym_IS, + ACTIONS(5731), 1, + sym_PARAMETER, + STATE(5569), 1, + sym_subprogram_header, + STATE(7135), 1, + sym_parameter_list_specification, + STATE(4976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269412] = 8, + [269382] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5763), 1, - anon_sym_SEMI, - ACTIONS(5765), 1, - sym_ARCHITECTURE, - STATE(8207), 1, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(5052), 1, + sym__designator, + STATE(5281), 1, sym__identifier, - STATE(4980), 3, + STATE(4977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269442] = 5, + [269412] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4981), 3, + ACTIONS(5721), 1, + sym_operator_symbol, + STATE(5016), 1, + sym__designator, + STATE(5191), 1, + sym__identifier, + STATE(4978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2428), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269466] = 8, + ACTIONS(5361), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269442] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5761), 1, + ACTIONS(5721), 1, sym_operator_symbol, - STATE(5521), 1, + STATE(4991), 1, sym__designator, - STATE(5745), 1, + STATE(5191), 1, sym__identifier, - STATE(4982), 3, + STATE(4979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5759), 4, + ACTIONS(5361), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269496] = 11, + [269472] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, - sym_ELSE, - ACTIONS(5769), 1, - sym_ELSIF, - ACTIONS(5771), 1, - sym_END, - STATE(5184), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6445), 1, - sym_else_generate, - STATE(7015), 1, - sym_end_generate, - STATE(4983), 3, + ACTIONS(5447), 1, + sym_RANGE, + STATE(5179), 1, + sym_range_constraint, + STATE(4980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269532] = 8, + ACTIONS(5733), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [269500] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5773), 1, - anon_sym_SEMI, - ACTIONS(5775), 1, - sym_PACKAGE, - STATE(8068), 1, - sym__identifier, - STATE(4984), 3, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, + sym_FOR, + STATE(5115), 1, + aux_sym_block_configuration_repeat2, + STATE(6374), 1, + sym__configuration_item, + STATE(6863), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, + STATE(4981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269562] = 10, + [269534] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5517), 1, - sym_FOR, - STATE(5129), 1, - aux_sym_block_configuration_repeat2, - STATE(6110), 1, - sym__configuration_item, - STATE(8242), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, - STATE(4985), 3, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(5025), 1, + sym__designator, + STATE(5281), 1, + sym__identifier, + STATE(4982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269596] = 8, + ACTIONS(5717), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269564] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5779), 1, + ACTIONS(5735), 1, sym_operator_symbol, - STATE(5137), 1, + STATE(5109), 1, sym__designator, - STATE(5295), 1, + STATE(5491), 1, sym__identifier, - STATE(4986), 3, + STATE(4983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5777), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269626] = 10, + [269594] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + ACTIONS(5737), 1, + sym_ELSE, + ACTIONS(5739), 1, + sym_ELSIF, + ACTIONS(5741), 1, sym_END, - ACTIONS(5517), 1, - sym_FOR, - STATE(5129), 1, - aux_sym_block_configuration_repeat2, - STATE(6110), 1, - sym__configuration_item, - STATE(8261), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, - STATE(4987), 3, + STATE(4996), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6580), 1, + sym_else_generate, + STATE(8123), 1, + sym_end_generate, + STATE(4984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269660] = 10, + [269630] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5781), 1, + ACTIONS(5697), 1, anon_sym_LPAREN, - ACTIONS(5783), 1, + ACTIONS(5699), 1, sym_GENERIC, - ACTIONS(5785), 1, + ACTIONS(5703), 1, sym_PARAMETER, - STATE(5331), 1, + ACTIONS(5743), 1, + sym_IS, + ACTIONS(5745), 1, + sym_RETURN, + STATE(5482), 1, sym_subprogram_header, - STATE(6475), 1, + STATE(7438), 1, sym_parameter_list_specification, - ACTIONS(5693), 2, - sym_IS, - anon_sym_SEMI, - STATE(4988), 3, + STATE(4985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269694] = 8, + [269666] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5551), 1, - sym_library_namespace, - STATE(6019), 1, + ACTIONS(5747), 1, + anon_sym_SEMI, + ACTIONS(5749), 1, + sym_CONTEXT, + STATE(6703), 1, sym__identifier, - STATE(6400), 1, - sym__logical_name, - STATE(4989), 3, + STATE(4986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, + [269696] = 7, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(8116), 1, + sym__conditional_analysis_operator, + ACTIONS(5753), 2, + anon_sym_LT, + anon_sym_GT, + STATE(4987), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5751), 4, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, [269724] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -268295,18 +268369,18 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4990), 3, + STATE(4988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3766), 7, - sym_identifier, - sym__NOT, - sym_directive_constant_builtin, - sym_library_constant, - sym_library_function, - sym_library_type, + ACTIONS(2492), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, [269748] = 11, ACTIONS(3), 1, sym__grave_accent, @@ -268314,21 +268388,21 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, + ACTIONS(5737), 1, sym_ELSE, - ACTIONS(5769), 1, + ACTIONS(5739), 1, sym_ELSIF, - ACTIONS(5771), 1, + ACTIONS(5741), 1, sym_END, - STATE(4983), 1, + STATE(5295), 1, aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, + STATE(5880), 1, sym_elsif_generate, - STATE(6454), 1, + STATE(6538), 1, sym_else_generate, - STATE(7039), 1, + STATE(6771), 1, sym_end_generate, - STATE(4991), 3, + STATE(4989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -268339,21 +268413,21 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5741), 1, - sym_ON, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5787), 1, - anon_sym_SEMI, - STATE(5269), 1, - sym_sensitivity_clause, - STATE(5615), 1, - sym_condition_clause, - STATE(6667), 1, - sym_timeout_clause, - STATE(4992), 3, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5745), 1, + sym_RETURN, + ACTIONS(5755), 1, + sym_IS, + STATE(5482), 1, + sym_subprogram_header, + STATE(7438), 1, + sym_parameter_list_specification, + STATE(4990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -268364,298 +268438,303 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5789), 1, + ACTIONS(5723), 1, anon_sym_SEMI, - ACTIONS(5791), 1, - sym_USE, - STATE(2985), 1, - sym_binding_indication, - STATE(5690), 1, - sym_generic_map_aspect, - STATE(7518), 1, - sym_port_map_aspect, - STATE(4993), 3, + ACTIONS(5725), 1, + anon_sym_LPAREN, + ACTIONS(5727), 1, + sym_GENERIC, + ACTIONS(5731), 1, + sym_PARAMETER, + ACTIONS(5757), 1, + sym_IS, + STATE(5569), 1, + sym_subprogram_header, + STATE(7135), 1, + sym_parameter_list_specification, + STATE(4991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269856] = 11, + [269856] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5793), 1, - sym_IS, - ACTIONS(5795), 1, - sym_RETURN, - STATE(5510), 1, - sym_subprogram_header, - STATE(7515), 1, - sym_parameter_list_specification, - STATE(4994), 3, + STATE(4992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269892] = 8, + ACTIONS(5759), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym__XNOR, + sym__XOR, + anon_sym_RPAREN, + [269880] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, - sym_operator_symbol, - STATE(4996), 1, - sym__designator, - STATE(5241), 1, + ACTIONS(5761), 1, + anon_sym_SEMI, + ACTIONS(5763), 1, + sym_ENTITY, + STATE(6683), 1, sym__identifier, - STATE(4995), 3, + STATE(4993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269922] = 11, + [269910] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5795), 1, - sym_RETURN, - ACTIONS(5801), 1, - sym_IS, - STATE(5510), 1, - sym_subprogram_header, - STATE(7515), 1, - sym_parameter_list_specification, - STATE(4996), 3, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(4985), 1, + sym__designator, + STATE(5281), 1, + sym__identifier, + STATE(4994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269958] = 8, + ACTIONS(5717), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269940] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5803), 1, - sym_operator_symbol, - STATE(4999), 1, - sym__designator, - STATE(5319), 1, - sym__identifier, - STATE(4997), 3, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(4997), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6557), 1, + sym_else_statement, + STATE(8085), 1, + sym_end_if, + STATE(4995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5363), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269988] = 11, + [269976] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5737), 1, + sym_ELSE, ACTIONS(5739), 1, - sym_FOR, + sym_ELSIF, ACTIONS(5741), 1, - sym_ON, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5805), 1, - anon_sym_SEMI, - STATE(5195), 1, - sym_sensitivity_clause, - STATE(6011), 1, - sym_condition_clause, - STATE(7416), 1, - sym_timeout_clause, - STATE(4998), 3, + sym_END, + STATE(5295), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6544), 1, + sym_else_generate, + STATE(8059), 1, + sym_end_generate, + STATE(4996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270024] = 11, + [270012] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5693), 1, - anon_sym_SEMI, - ACTIONS(5695), 1, - anon_sym_LPAREN, - ACTIONS(5697), 1, - sym_GENERIC, - ACTIONS(5701), 1, - sym_PARAMETER, - ACTIONS(5807), 1, - sym_IS, - STATE(5494), 1, - sym_subprogram_header, - STATE(8307), 1, - sym_parameter_list_specification, - STATE(4999), 3, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(5291), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6536), 1, + sym_else_statement, + STATE(8023), 1, + sym_end_if, + STATE(4997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270060] = 11, + [270048] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5729), 1, - sym_RETURN, - ACTIONS(5809), 1, - sym_IS, - STATE(5387), 1, - sym_subprogram_header, - STATE(6957), 1, - sym_parameter_list_specification, - STATE(5000), 3, + ACTIONS(5771), 1, + sym_character_literal, + STATE(6065), 1, + sym__identifier, + STATE(6251), 1, + sym_enumeration_literal, + STATE(4998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270096] = 11, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270078] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, + ACTIONS(5773), 1, + anon_sym_SEMI, + ACTIONS(5775), 1, + sym_PACKAGE, + STATE(8272), 1, + sym__identifier, + STATE(4999), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270108] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5813), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(5769), 1, sym_END, - STATE(5070), 1, + STATE(5008), 1, aux_sym_if_statement_block_repeat1, - STATE(5587), 1, + STATE(5758), 1, sym_elsif_statement, - STATE(6600), 1, + STATE(6536), 1, sym_else_statement, - STATE(6689), 1, + STATE(8023), 1, sym_end_if, - STATE(5001), 3, + STATE(5000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270132] = 7, + [270144] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7695), 1, - sym__conditional_analysis_operator, - ACTIONS(5819), 2, - anon_sym_LT, - anon_sym_GT, - STATE(5002), 3, + STATE(5001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5817), 4, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - [270160] = 11, + ACTIONS(2536), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5314), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6481), 1, - sym_else_statement, - STATE(7122), 1, - sym_end_if, - STATE(5003), 3, + STATE(5002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270196] = 8, + ACTIONS(2516), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270192] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5803), 1, - sym_operator_symbol, - STATE(4959), 1, - sym__designator, - STATE(5319), 1, + ACTIONS(5777), 1, + anon_sym_SEMI, + ACTIONS(5779), 1, + sym_ARCHITECTURE, + STATE(8221), 1, sym__identifier, - STATE(5004), 3, + STATE(5003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5363), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [270226] = 5, + [270222] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5005), 3, + STATE(5004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5735), 7, + ACTIONS(5577), 7, sym__AND, sym__NAND, sym__NOR, @@ -268663,261 +268742,283 @@ static const uint16_t ts_small_parse_table[] = { sym_THEN, sym__XNOR, sym__XOR, - [270250] = 11, + [270246] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5729), 1, - sym_RETURN, - ACTIONS(5821), 1, - sym_IS, - STATE(5387), 1, - sym_subprogram_header, - STATE(6957), 1, - sym_parameter_list_specification, - STATE(5006), 3, + STATE(5005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270286] = 5, + ACTIONS(5715), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_THEN, + sym__XNOR, + sym__XOR, + [270270] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5007), 3, + ACTIONS(5783), 1, + sym_operator_symbol, + STATE(5394), 1, + sym__designator, + STATE(5964), 1, + sym__identifier, + STATE(5006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270310] = 5, + ACTIONS(5781), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270300] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5008), 3, + ACTIONS(5787), 1, + sym_operator_symbol, + STATE(5100), 1, + sym__designator, + STATE(5268), 1, + sym__identifier, + STATE(5007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270334] = 11, + ACTIONS(5785), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270330] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5813), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(5769), 1, sym_END, - STATE(5003), 1, + STATE(5291), 1, aux_sym_if_statement_block_repeat1, - STATE(5587), 1, + STATE(5758), 1, sym_elsif_statement, - STATE(6494), 1, + STATE(6517), 1, sym_else_statement, - STATE(7173), 1, + STATE(7616), 1, sym_end_if, + STATE(5008), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [270366] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(5009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270370] = 11, + ACTIONS(2402), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270390] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5314), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6494), 1, - sym_else_statement, - STATE(7173), 1, - sym_end_if, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5711), 1, + sym_ON, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(5789), 1, + anon_sym_SEMI, + STATE(5336), 1, + sym_sensitivity_clause, + STATE(5819), 1, + sym_condition_clause, + STATE(8087), 1, + sym_timeout_clause, STATE(5010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270406] = 11, + [270426] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, - sym_ELSE, - ACTIONS(5769), 1, - sym_ELSIF, - ACTIONS(5771), 1, - sym_END, - STATE(5184), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6500), 1, - sym_else_generate, - STATE(7199), 1, - sym_end_generate, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5791), 1, + anon_sym_SEMI, + ACTIONS(5793), 1, + sym_USE, + STATE(1390), 1, + sym_binding_indication, + STATE(5970), 1, + sym_generic_map_aspect, + STATE(7451), 1, + sym_port_map_aspect, STATE(5011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270442] = 11, + [270462] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(3000), 1, sym_END, - STATE(5040), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6272), 1, - sym_else_statement, - STATE(7740), 1, - sym_end_if, + ACTIONS(5529), 1, + sym_FOR, + STATE(5115), 1, + aux_sym_block_configuration_repeat2, + STATE(6374), 1, + sym__configuration_item, + STATE(7484), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(5012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270478] = 5, + [270496] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5745), 1, + sym_RETURN, + ACTIONS(5795), 1, + sym_IS, + STATE(5482), 1, + sym_subprogram_header, + STATE(7438), 1, + sym_parameter_list_specification, STATE(5013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270502] = 8, + [270532] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5823), 1, - anon_sym_SEMI, - ACTIONS(5825), 1, - sym_PACKAGE, - STATE(7671), 1, + ACTIONS(5735), 1, + sym_operator_symbol, + STATE(5093), 1, + sym__designator, + STATE(5491), 1, sym__identifier, STATE(5014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [270532] = 11, + [270562] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, sym_FOR, - ACTIONS(5741), 1, - sym_ON, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5827), 1, - anon_sym_SEMI, - STATE(5333), 1, - sym_sensitivity_clause, - STATE(5821), 1, - sym_condition_clause, - STATE(7227), 1, - sym_timeout_clause, + STATE(5115), 1, + aux_sym_block_configuration_repeat2, + STATE(6374), 1, + sym__configuration_item, + STATE(7479), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(5015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270568] = 11, + [270596] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5010), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6507), 1, - sym_else_statement, - STATE(7225), 1, - sym_end_if, + ACTIONS(5797), 1, + anon_sym_LPAREN, + ACTIONS(5799), 1, + sym_GENERIC, + ACTIONS(5801), 1, + sym_PARAMETER, + STATE(5241), 1, + sym_subprogram_header, + STATE(6152), 1, + sym_parameter_list_specification, + ACTIONS(5723), 2, + sym_IS, + anon_sym_SEMI, STATE(5016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270604] = 5, + [270630] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268928,7 +269029,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, + ACTIONS(2462), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268936,7 +269037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270628] = 5, + [270654] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268947,7 +269048,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2606), 7, + ACTIONS(2574), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268955,79 +269056,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270652] = 11, + [270678] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, - sym_ELSE, - ACTIONS(5769), 1, - sym_ELSIF, - ACTIONS(5771), 1, - sym_END, - STATE(5184), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6354), 1, - sym_else_generate, - STATE(7566), 1, - sym_end_generate, + ACTIONS(5803), 1, + anon_sym_SEMI, + ACTIONS(5805), 1, + anon_sym_QMARK, + STATE(8285), 1, + sym__label, STATE(5019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270688] = 11, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270708] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5741), 1, - sym_ON, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5829), 1, - anon_sym_SEMI, - STATE(5308), 1, - sym_sensitivity_clause, - STATE(5791), 1, - sym_condition_clause, - STATE(7704), 1, - sym_timeout_clause, STATE(5020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270724] = 8, + ACTIONS(2674), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270732] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5042), 1, - aux_sym_partial_pathname_repeat1, - STATE(5589), 1, - sym__identifier, - STATE(6824), 1, - sym_pathname_element, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5807), 1, + anon_sym_SEMI, + ACTIONS(5809), 1, + sym_USE, + STATE(2968), 1, + sym_binding_indication, + STATE(5792), 1, + sym_generic_map_aspect, + STATE(8147), 1, + sym_port_map_aspect, STATE(5021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270754] = 5, + [270768] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269038,7 +269133,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2580), 7, + ACTIONS(2540), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269046,7 +269141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270778] = 5, + [270792] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269057,7 +269152,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2670), 7, + ACTIONS(2648), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269065,127 +269160,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270802] = 11, + [270816] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, - sym_ELSE, - ACTIONS(5769), 1, - sym_ELSIF, - ACTIONS(5771), 1, - sym_END, - STATE(5011), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6522), 1, - sym_else_generate, - STATE(7252), 1, - sym_end_generate, STATE(5024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270838] = 5, + ACTIONS(2884), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_PIPE, + [270840] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5745), 1, + sym_RETURN, + ACTIONS(5811), 1, + sym_IS, + STATE(5482), 1, + sym_subprogram_header, + STATE(7438), 1, + sym_parameter_list_specification, STATE(5025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270862] = 5, + [270876] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5045), 1, + aux_sym_partial_pathname_repeat1, + STATE(5711), 1, + sym__identifier, + STATE(7336), 1, + sym_pathname_element, STATE(5026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2666), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270886] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270906] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5529), 1, + sym_FOR, + STATE(5115), 1, + aux_sym_block_configuration_repeat2, + STATE(6374), 1, + sym__configuration_item, + STATE(7861), 1, + sym_end_for, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, STATE(5027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270910] = 5, + [270940] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5737), 1, + sym_ELSE, + ACTIONS(5739), 1, + sym_ELSIF, + ACTIONS(5741), 1, + sym_END, + STATE(5070), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6487), 1, + sym_else_generate, + STATE(7297), 1, + sym_end_generate, STATE(5028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2470), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270934] = 5, + [270976] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5813), 1, + anon_sym_SEMI, + ACTIONS(5815), 1, + sym_CONFIGURATION, + STATE(8214), 1, + sym__identifier, STATE(5029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2576), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270958] = 5, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271006] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269196,7 +269308,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2572), 7, + ACTIONS(2640), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269204,7 +269316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270982] = 5, + [271030] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269215,7 +269327,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2506), 7, + ACTIONS(2562), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269223,7 +269335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271006] = 5, + [271054] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269234,7 +269346,26 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2370), 7, + ACTIONS(5759), 7, + sym__AND, + sym__NAND, + sym__NOR, + sym__OR, + sym_THEN, + sym__XNOR, + sym__XOR, + [271078] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(5033), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2488), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269242,64 +269373,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271030] = 8, + [271102] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, + ACTIONS(5719), 1, sym_operator_symbol, - STATE(4994), 1, + STATE(5050), 1, sym__designator, - STATE(5241), 1, + STATE(5281), 1, sym__identifier, - STATE(5033), 3, + STATE(5034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, + ACTIONS(5717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [271060] = 10, + [271132] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + ACTIONS(5719), 1, + sym_operator_symbol, + STATE(5013), 1, + sym__designator, + STATE(5281), 1, + sym__identifier, + STATE(5035), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5717), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271162] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3000), 1, sym_END, - ACTIONS(5517), 1, + ACTIONS(5467), 1, sym_FOR, - STATE(5129), 1, - aux_sym_block_configuration_repeat2, - STATE(6110), 1, - sym__configuration_item, - STATE(7297), 1, - sym_end_for, - STATE(6109), 2, + ACTIONS(5817), 1, + sym_USE, + STATE(5040), 1, + aux_sym_configuration_head_repeat2, + STATE(6378), 1, sym_block_configuration, - sym_component_configuration, - STATE(5034), 3, + STATE(6969), 1, + sym_end_for, + STATE(6998), 1, + sym_verification_unit_binding_indication, + STATE(5036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271094] = 5, + [271198] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5035), 3, + STATE(5037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2502), 7, + ACTIONS(2622), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269307,68 +269461,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271118] = 11, + [271222] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5465), 1, + ACTIONS(5709), 1, sym_FOR, - ACTIONS(5831), 1, - sym_USE, - STATE(5054), 1, - aux_sym_configuration_head_repeat2, - STATE(6075), 1, - sym_block_configuration, - STATE(7141), 1, - sym_verification_unit_binding_indication, - STATE(8271), 1, - sym_end_for, - STATE(5036), 3, + ACTIONS(5711), 1, + sym_ON, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(5819), 1, + anon_sym_SEMI, + STATE(5188), 1, + sym_sensitivity_clause, + STATE(5873), 1, + sym_condition_clause, + STATE(7196), 1, + sym_timeout_clause, + STATE(5038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271154] = 11, + [271258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + STATE(5039), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2370), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271282] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3000), 1, sym_END, - ACTIONS(5465), 1, + ACTIONS(5467), 1, sym_FOR, - ACTIONS(5831), 1, + ACTIONS(5817), 1, sym_USE, - STATE(5334), 1, + STATE(5248), 1, aux_sym_configuration_head_repeat2, - STATE(6075), 1, + STATE(6328), 1, sym_block_configuration, - STATE(7141), 1, + STATE(6998), 1, sym_verification_unit_binding_indication, - STATE(8271), 1, + STATE(7053), 1, sym_end_for, - STATE(5037), 3, + STATE(5040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271190] = 5, + [271318] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5038), 3, + STATE(5041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 7, + ACTIONS(2496), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269376,315 +269549,269 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271214] = 10, + [271342] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + ACTIONS(5737), 1, + sym_ELSE, + ACTIONS(5739), 1, + sym_ELSIF, + ACTIONS(5741), 1, sym_END, - ACTIONS(5517), 1, - sym_FOR, - STATE(5129), 1, - aux_sym_block_configuration_repeat2, - STATE(6110), 1, - sym__configuration_item, - STATE(7300), 1, - sym_end_for, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, - STATE(5039), 3, + STATE(4989), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6265), 1, + sym_else_generate, + STATE(7217), 1, + sym_end_generate, + STATE(5042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271248] = 11, + [271378] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5813), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(5769), 1, sym_END, - STATE(5314), 1, + STATE(5291), 1, aux_sym_if_statement_block_repeat1, - STATE(5587), 1, + STATE(5758), 1, sym_elsif_statement, - STATE(6156), 1, + STATE(6561), 1, sym_else_statement, - STATE(8082), 1, + STATE(7313), 1, sym_end_if, - STATE(5040), 3, + STATE(5043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271284] = 8, + [271414] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5709), 1, - sym_operator_symbol, - STATE(5083), 1, - sym__designator, - STATE(5433), 1, + ACTIONS(5821), 1, + anon_sym_SEMI, + ACTIONS(5823), 1, + sym_PACKAGE, + STATE(7042), 1, sym__identifier, - STATE(5041), 3, + STATE(5044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4881), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [271314] = 7, + [271444] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6215), 1, + STATE(6096), 1, sym__identifier, - STATE(6824), 1, + STATE(7336), 1, sym_pathname_element, - ACTIONS(5833), 4, + ACTIONS(5825), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(5042), 4, + STATE(5045), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_partial_pathname_repeat1, - [271342] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5043), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2474), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271366] = 11, + [271472] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5769), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5771), 1, + ACTIONS(5769), 1, sym_END, STATE(5065), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6596), 1, - sym_else_generate, - STATE(7498), 1, - sym_end_generate, - STATE(5044), 3, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6421), 1, + sym_else_statement, + STATE(6927), 1, + sym_end_if, + STATE(5046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271402] = 11, + [271508] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, + ACTIONS(5709), 1, sym_FOR, - ACTIONS(5741), 1, + ACTIONS(5711), 1, sym_ON, - ACTIONS(5743), 1, + ACTIONS(5713), 1, sym_UNTIL, - ACTIONS(5836), 1, + ACTIONS(5828), 1, anon_sym_SEMI, - STATE(5235), 1, + STATE(5242), 1, sym_sensitivity_clause, - STATE(6026), 1, + STATE(5759), 1, sym_condition_clause, - STATE(7466), 1, + STATE(6934), 1, sym_timeout_clause, - STATE(5045), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [271438] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5046), 3, + STATE(5047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2498), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271462] = 11, + [271544] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5813), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(5769), 1, sym_END, - STATE(5314), 1, + STATE(5074), 1, aux_sym_if_statement_block_repeat1, - STATE(5587), 1, + STATE(5758), 1, sym_elsif_statement, - STATE(6547), 1, + STATE(6466), 1, sym_else_statement, - STATE(7368), 1, + STATE(7192), 1, sym_end_if, - STATE(5047), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [271498] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, STATE(5048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2466), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271522] = 8, + [271580] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, - sym_operator_symbol, - STATE(5006), 1, - sym__designator, - STATE(5241), 1, - sym__identifier, + ACTIONS(5737), 1, + sym_ELSE, + ACTIONS(5739), 1, + sym_ELSIF, + ACTIONS(5741), 1, + sym_END, + STATE(5295), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6373), 1, + sym_else_generate, + STATE(6756), 1, + sym_end_generate, STATE(5049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271552] = 7, + [271616] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7493), 1, - sym__conditional_analysis_operator, - ACTIONS(5819), 2, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5705), 1, + sym_RETURN, + ACTIONS(5830), 1, + sym_IS, + STATE(5445), 1, + sym_subprogram_header, + STATE(8146), 1, + sym_parameter_list_specification, STATE(5050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5817), 4, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - [271580] = 8, + [271652] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, - sym_operator_symbol, - STATE(4974), 1, - sym__designator, - STATE(5241), 1, - sym__identifier, STATE(5051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271610] = 5, + ACTIONS(2428), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271676] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5745), 1, + sym_RETURN, + ACTIONS(5832), 1, + sym_IS, + STATE(5482), 1, + sym_subprogram_header, + STATE(7438), 1, + sym_parameter_list_specification, STATE(5052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2602), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271634] = 5, + [271712] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269695,7 +269822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 7, + ACTIONS(2670), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269703,54 +269830,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271658] = 11, + [271736] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5465), 1, - sym_FOR, - ACTIONS(5831), 1, - sym_USE, - STATE(5334), 1, - aux_sym_configuration_head_repeat2, - STATE(6070), 1, - sym_block_configuration, - STATE(7141), 1, - sym_verification_unit_binding_indication, - STATE(8288), 1, - sym_end_for, + STATE(7182), 1, + sym__conditional_analysis_operator, + ACTIONS(5753), 2, + anon_sym_LT, + anon_sym_GT, STATE(5054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271694] = 8, + ACTIONS(5751), 4, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + [271764] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, - sym_operator_symbol, - STATE(4968), 1, - sym__designator, - STATE(5241), 1, - sym__identifier, STATE(5055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271724] = 5, + ACTIONS(2484), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271788] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269761,7 +269881,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2374), 7, + ACTIONS(2544), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269769,7 +269889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271748] = 5, + [271812] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269780,7 +269900,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2378), 7, + ACTIONS(2398), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269788,101 +269908,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271772] = 11, + [271836] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, - sym_ELSE, - ACTIONS(5769), 1, - sym_ELSIF, - ACTIONS(5771), 1, - sym_END, - STATE(5019), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6607), 1, - sym_else_generate, - STATE(6688), 1, - sym_end_generate, STATE(5058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271808] = 11, + ACTIONS(2596), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271860] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5067), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6578), 1, - sym_else_statement, - STATE(7463), 1, - sym_end_if, STATE(5059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271844] = 8, + ACTIONS(2618), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271884] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, + ACTIONS(5783), 1, sym_operator_symbol, - STATE(5000), 1, + STATE(5559), 1, sym__designator, - STATE(5241), 1, + STATE(5964), 1, sym__identifier, STATE(5060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, + ACTIONS(5781), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [271874] = 8, + [271914] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5799), 1, - sym_operator_symbol, - STATE(4972), 1, - sym__designator, - STATE(5241), 1, - sym__identifier, + ACTIONS(5737), 1, + sym_ELSE, + ACTIONS(5739), 1, + sym_ELSIF, + ACTIONS(5741), 1, + sym_END, + STATE(5049), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6394), 1, + sym_else_generate, + STATE(6681), 1, + sym_end_generate, STATE(5061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5797), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271904] = 5, + [271950] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269893,7 +270004,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 7, + ACTIONS(2644), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269901,73 +270012,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271928] = 5, + [271974] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5559), 1, + sym_library_namespace, + STATE(5993), 1, + sym__identifier, + STATE(6370), 1, + sym__logical_name, STATE(5063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2662), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271952] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272004] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5757), 1, - sym_character_literal, - STATE(6128), 1, - sym_enumeration_literal, - STATE(6231), 1, - sym__identifier, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5711), 1, + sym_ON, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(5834), 1, + anon_sym_SEMI, + STATE(5308), 1, + sym_sensitivity_clause, + STATE(5848), 1, + sym_condition_clause, + STATE(8025), 1, + sym_timeout_clause, STATE(5064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271982] = 11, + [272040] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, + ACTIONS(5765), 1, sym_ELSE, - ACTIONS(5769), 1, + ACTIONS(5767), 1, sym_ELSIF, - ACTIONS(5771), 1, + ACTIONS(5769), 1, sym_END, - STATE(5184), 1, - aux_sym_if_generate_statement_repeat1, - STATE(5591), 1, - sym_elsif_generate, - STATE(6570), 1, - sym_else_generate, - STATE(7443), 1, - sym_end_generate, + STATE(5291), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6183), 1, + sym_else_statement, + STATE(7324), 1, + sym_end_if, STATE(5065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272018] = 5, + [272076] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269978,7 +270095,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 7, + ACTIONS(2566), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269986,1766 +270103,1785 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [272042] = 11, + [272100] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5314), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6562), 1, - sym_else_statement, - STATE(7414), 1, - sym_end_if, STATE(5067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272078] = 11, + ACTIONS(2424), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [272124] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, - sym_ELSE, - ACTIONS(5813), 1, - sym_ELSIF, - ACTIONS(5815), 1, - sym_END, - STATE(5047), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6562), 1, - sym_else_statement, - STATE(7414), 1, - sym_end_if, + ACTIONS(5836), 1, + anon_sym_SEMI, + ACTIONS(5838), 1, + sym_COMPONENT, + STATE(7143), 1, + sym__identifier, STATE(5068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272114] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272154] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5803), 1, - sym_operator_symbol, - STATE(4988), 1, - sym__designator, - STATE(5319), 1, - sym__identifier, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5467), 1, + sym_FOR, + ACTIONS(5817), 1, + sym_USE, + STATE(5248), 1, + aux_sym_configuration_head_repeat2, + STATE(6378), 1, + sym_block_configuration, + STATE(6969), 1, + sym_end_for, + STATE(6998), 1, + sym_verification_unit_binding_indication, STATE(5069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5363), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272144] = 11, + [272190] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5811), 1, + ACTIONS(5737), 1, sym_ELSE, - ACTIONS(5813), 1, + ACTIONS(5739), 1, sym_ELSIF, - ACTIONS(5815), 1, + ACTIONS(5741), 1, sym_END, - STATE(5314), 1, - aux_sym_if_statement_block_repeat1, - STATE(5587), 1, - sym_elsif_statement, - STATE(6272), 1, - sym_else_statement, - STATE(7740), 1, - sym_end_if, + STATE(5295), 1, + aux_sym_if_generate_statement_repeat1, + STATE(5880), 1, + sym_elsif_generate, + STATE(6454), 1, + sym_else_generate, + STATE(7124), 1, + sym_end_generate, STATE(5070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272180] = 10, + [272226] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5838), 1, - anon_sym_SEMI, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5711), 1, + sym_ON, + ACTIONS(5713), 1, + sym_UNTIL, ACTIONS(5840), 1, - anon_sym_LT_EQ, - STATE(6617), 1, - sym_generic_map_aspect, - STATE(6706), 1, - sym_port_map_aspect, + anon_sym_SEMI, + STATE(5283), 1, + sym_sensitivity_clause, + STATE(5875), 1, + sym_condition_clause, + STATE(7249), 1, + sym_timeout_clause, STATE(5071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272213] = 7, + [272262] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5842), 1, - sym_BODY, - STATE(6388), 1, - sym__identifier, STATE(5072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272240] = 7, + ACTIONS(2512), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [272286] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4760), 1, - sym_primary_unit_declaration, - STATE(8116), 1, - sym__identifier, STATE(5073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272267] = 7, + ACTIONS(2570), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [272310] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5844), 1, - anon_sym_SEMI, - STATE(8186), 1, - sym__identifier, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(5291), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6449), 1, + sym_else_statement, + STATE(7062), 1, + sym_end_if, STATE(5074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272294] = 7, + [272346] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7609), 1, - sym_identifier_list, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(5078), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6449), 1, + sym_else_statement, + STATE(7062), 1, + sym_end_if, STATE(5075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272321] = 6, + [272382] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5846), 1, - anon_sym_CARET, - ACTIONS(5849), 4, + ACTIONS(5771), 1, + sym_character_literal, + STATE(6001), 1, + sym_enumeration_literal, + STATE(6065), 1, + sym__identifier, + STATE(5076), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(5076), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_relative_pathname_repeat1, - [272346] = 7, + [272412] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7501), 1, - sym_identifier_list, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(5043), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6183), 1, + sym_else_statement, + STATE(7324), 1, + sym_end_if, STATE(5077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272373] = 7, + [272448] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6725), 1, - sym_parameter_specification, - STATE(6732), 1, - sym__identifier, + ACTIONS(5765), 1, + sym_ELSE, + ACTIONS(5767), 1, + sym_ELSIF, + ACTIONS(5769), 1, + sym_END, + STATE(5291), 1, + aux_sym_if_statement_block_repeat1, + STATE(5758), 1, + sym_elsif_statement, + STATE(6427), 1, + sym_else_statement, + STATE(6939), 1, + sym_end_if, STATE(5078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5851), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272400] = 7, + [272484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5853), 1, - anon_sym_SEMI, - STATE(8240), 1, + STATE(6962), 1, sym__identifier, - STATE(5079), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5842), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272427] = 7, + STATE(5079), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_package_pathname_repeat1, + [272509] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5855), 1, - anon_sym_SEMI, - STATE(8253), 1, + STATE(5991), 1, sym__identifier, + STATE(7878), 1, + sym_identifier_list, STATE(5080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272454] = 7, + [272536] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5857), 1, - anon_sym_SEMI, - STATE(8304), 1, + STATE(5991), 1, sym__identifier, + STATE(7787), 1, + sym_identifier_list, STATE(5081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272481] = 6, + [272563] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5861), 2, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5845), 1, + anon_sym_SEMI, + STATE(7486), 1, + sym__label, STATE(5082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5859), 4, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - [272506] = 10, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272590] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5863), 1, - sym_RETURN, - STATE(5479), 1, - sym_subprogram_header, - STATE(7479), 1, - sym_parameter_list_specification, + ACTIONS(5847), 1, + anon_sym_SEMI, + ACTIONS(5849), 1, + sym_variable_assignment, + STATE(5981), 1, + sym_signal_kind, + STATE(7496), 1, + sym_initialiser, + ACTIONS(5851), 2, + sym_BUS, + sym_REGISTER, STATE(5083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272539] = 7, + [272621] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5865), 1, - anon_sym_SEMI, - STATE(8100), 1, - sym__label, + STATE(5167), 1, + aux_sym_package_pathname_repeat1, + STATE(6613), 1, + sym__identifier, STATE(5084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272566] = 7, + [272648] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5853), 1, + sym_ALL, + STATE(5841), 1, sym__identifier, - STATE(7850), 1, - sym_identifier_list, STATE(5085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272593] = 7, + [272675] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5855), 1, + sym_BODY, + STATE(6207), 1, sym__identifier, - STATE(7847), 1, - sym_identifier_list, STATE(5086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272620] = 7, + [272702] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(6879), 1, - sym_identifier_list, - STATE(5087), 3, + ACTIONS(5859), 1, + sym_WHEN, + STATE(6184), 1, + sym_when_expression, + ACTIONS(5857), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5087), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272647] = 7, + aux_sym_conditional_expression_repeat1, + [272729] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7859), 1, + STATE(7793), 1, sym_identifier_list, STATE(5088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272674] = 7, + [272756] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7862), 1, + STATE(7735), 1, sym_identifier_list, STATE(5089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272701] = 10, + [272783] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5867), 1, + ACTIONS(5862), 1, anon_sym_SEMI, - STATE(6519), 1, - sym_generic_map_aspect, - STATE(7254), 1, - sym_port_map_aspect, + STATE(7490), 1, + sym__label, STATE(5090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272734] = 7, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272810] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5869), 1, - anon_sym_SEMI, - STATE(8184), 1, + STATE(6725), 1, sym__identifier, + STATE(7148), 1, + sym_parameter_specification, STATE(5091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5864), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272761] = 7, + [272837] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7471), 1, + STATE(7795), 1, sym_identifier_list, STATE(5092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272788] = 5, + [272864] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5866), 1, + sym_RETURN, + STATE(5509), 1, + sym_subprogram_header, + STATE(6897), 1, + sym_parameter_list_specification, STATE(5093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 6, - sym_IS, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COLON, - [272811] = 7, + [272897] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7844), 1, + STATE(7785), 1, sym_identifier_list, STATE(5094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272838] = 10, + [272924] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5871), 1, + ACTIONS(5868), 1, anon_sym_SEMI, - STATE(6595), 1, - sym_generic_map_aspect, - STATE(7499), 1, - sym_port_map_aspect, + STATE(8339), 1, + sym__identifier, STATE(5095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272871] = 7, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272951] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7654), 1, + STATE(7653), 1, sym_identifier_list, STATE(5096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272898] = 7, + [272978] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6709), 1, - sym__identifier, - STATE(8308), 1, - sym_parameter_specification, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5870), 1, + anon_sym_SEMI, + STATE(5861), 1, + sym_signal_kind, + STATE(7854), 1, + sym_initialiser, + ACTIONS(5851), 2, + sym_BUS, + sym_REGISTER, STATE(5097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5851), 4, + [273009] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5872), 1, + anon_sym_CARET, + ACTIONS(5875), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272925] = 7, + STATE(5098), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_relative_pathname_repeat1, + [273034] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7843), 1, - sym_identifier_list, - STATE(5098), 3, + ACTIONS(5877), 1, + anon_sym_SEMI, + STATE(8188), 1, + sym__label, + STATE(5099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272952] = 7, + [273061] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5875), 1, - sym_WHEN, - STATE(6505), 1, - sym_when_expression, - ACTIONS(5873), 3, + ACTIONS(5797), 1, + anon_sym_LPAREN, + ACTIONS(5801), 1, + sym_PARAMETER, + STATE(5660), 1, + sym_parameter_list_specification, + ACTIONS(5879), 3, + sym_IS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - STATE(5099), 4, + STATE(5100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_expression_repeat1, - [272979] = 6, + [273090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8269), 1, - sym__identifier, - ACTIONS(5878), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(5100), 4, + ACTIONS(5883), 2, + anon_sym_LT, + anon_sym_GT, + STATE(5101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_package_pathname_repeat1, - [273004] = 7, + ACTIONS(5881), 4, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + [273115] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5881), 1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5885), 1, anon_sym_SEMI, - STATE(8085), 1, - sym__label, - STATE(5101), 3, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + STATE(6485), 1, + sym_generic_map_aspect, + STATE(7294), 1, + sym_port_map_aspect, + STATE(5102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273031] = 7, + [273148] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5883), 1, - anon_sym_SEMI, - STATE(8081), 1, - sym__label, - STATE(5102), 3, + STATE(5991), 1, + sym__identifier, + STATE(7806), 1, + sym_identifier_list, + STATE(5103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273058] = 7, + [273175] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5451), 1, + ACTIONS(5455), 1, sym_RANGE, - STATE(5472), 1, + STATE(5442), 1, sym_range_constraint, - STATE(5103), 3, + STATE(5104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5703), 4, + ACTIONS(5733), 4, sym_BUS, anon_sym_SEMI, anon_sym_RPAREN, sym_variable_assignment, - [273085] = 7, + [273202] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5885), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5889), 1, anon_sym_SEMI, - STATE(8132), 1, - sym__label, - STATE(5104), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273112] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7644), 1, - sym_identifier_list, + STATE(5708), 1, + sym_signal_kind, + STATE(6838), 1, + sym_initialiser, + ACTIONS(5851), 2, + sym_BUS, + sym_REGISTER, STATE(5105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273139] = 7, + [273233] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7646), 1, - sym_identifier_list, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5891), 1, + anon_sym_SEMI, + STATE(6579), 1, + sym_generic_map_aspect, + STATE(8122), 1, + sym_port_map_aspect, STATE(5106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273166] = 8, + [273266] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - STATE(5099), 1, - aux_sym_conditional_expression_repeat1, - STATE(6505), 1, - sym_when_expression, - ACTIONS(5887), 3, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5893), 1, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(6269), 1, + sym_generic_map_aspect, + STATE(7210), 1, + sym_port_map_aspect, STATE(5107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273195] = 7, + [273299] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5889), 1, - sym_BODY, - STATE(6331), 1, + ACTIONS(5895), 1, + anon_sym_SEMI, + STATE(8265), 1, sym__identifier, STATE(5108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273222] = 5, + [273326] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5699), 1, + sym_GENERIC, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(5897), 1, + sym_RETURN, + STATE(5382), 1, + sym_subprogram_header, + STATE(8105), 1, + sym_parameter_list_specification, STATE(5109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5891), 6, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [273245] = 7, + [273359] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7652), 1, - sym_identifier_list, + ACTIONS(5899), 1, + anon_sym_SEMI, + STATE(8194), 1, + sym__label, STATE(5110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273272] = 7, + [273386] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5893), 1, + ACTIONS(5901), 1, anon_sym_SEMI, - STATE(8136), 1, - sym__label, + STATE(8200), 1, + sym__identifier, STATE(5111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273299] = 7, + [273413] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5453), 1, - sym_RANGE, - STATE(5443), 1, - sym_range_constraint, + STATE(7242), 1, + sym_parameter_specification, + STATE(7246), 1, + sym__identifier, STATE(5112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5703), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [273326] = 7, + ACTIONS(5864), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273440] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3630), 1, + ACTIONS(5903), 1, + anon_sym_SEMI, + STATE(6716), 1, sym__identifier, - STATE(6136), 1, - sym_record_element_resolution, STATE(5113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5895), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273353] = 7, + [273467] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7672), 1, - sym_identifier_list, + ACTIONS(2886), 1, + sym_WHEN, + STATE(5087), 1, + aux_sym_conditional_expression_repeat1, + STATE(6184), 1, + sym_when_expression, + ACTIONS(5905), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273380] = 7, + [273496] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7828), 1, - sym_identifier_list, - STATE(5115), 3, + ACTIONS(5907), 1, + sym_END, + ACTIONS(5909), 1, + sym_FOR, + STATE(6374), 1, + sym__configuration_item, + STATE(6453), 2, + sym_block_configuration, + sym_component_configuration, + STATE(5115), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273407] = 7, + aux_sym_block_configuration_repeat2, + [273525] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5150), 1, - aux_sym_package_pathname_repeat1, - STATE(6097), 1, - sym__identifier, + ACTIONS(5912), 1, + anon_sym_SEMI, + STATE(6856), 1, + sym__label, STATE(5116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273434] = 9, + [273552] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5897), 1, - anon_sym_SEMI, - ACTIONS(5899), 1, - sym_variable_assignment, - STATE(5902), 1, - sym_signal_kind, - STATE(7403), 1, - sym_initialiser, - ACTIONS(5901), 2, - sym_BUS, - sym_REGISTER, + STATE(5991), 1, + sym__identifier, + STATE(7699), 1, + sym_identifier_list, STATE(5117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273465] = 7, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273579] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5903), 1, - anon_sym_SEMI, - STATE(8252), 1, + STATE(5991), 1, sym__identifier, + STATE(7752), 1, + sym_identifier_list, STATE(5118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273492] = 7, + [273606] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5905), 1, - anon_sym_SEMI, - STATE(8234), 1, + STATE(5991), 1, sym__identifier, + STATE(7011), 1, + sym_identifier_list, STATE(5119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273519] = 7, + [273633] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7621), 1, + STATE(6843), 1, sym_identifier_list, STATE(5120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273546] = 7, + [273660] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5914), 1, + anon_sym_SEMI, + STATE(7494), 1, sym__identifier, - STATE(7820), 1, - sym_identifier_list, STATE(5121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273573] = 7, + [273687] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5907), 1, - anon_sym_SEMI, - STATE(7344), 1, - sym__label, + STATE(5991), 1, + sym__identifier, + STATE(7366), 1, + sym_identifier_list, STATE(5122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273600] = 7, + [273714] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7709), 1, + STATE(7859), 1, sym_identifier_list, STATE(5123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273627] = 7, + [273741] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5909), 1, - anon_sym_SEMI, - STATE(8070), 1, - sym__identifier, + ACTIONS(5457), 1, + sym_RANGE, + STATE(5457), 1, + sym_range_constraint, STATE(5124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273654] = 7, + ACTIONS(5733), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [273768] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5911), 1, - sym_ALL, STATE(5991), 1, sym__identifier, + STATE(6782), 1, + sym_identifier_list, STATE(5125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273681] = 7, + [273795] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7622), 1, + STATE(7830), 1, sym_identifier_list, STATE(5126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273708] = 7, + [273822] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5916), 1, + sym_BODY, + STATE(6246), 1, sym__identifier, - STATE(7620), 1, - sym_identifier_list, STATE(5127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273735] = 7, + [273849] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7711), 1, - sym_identifier_list, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(7567), 1, + sym__label, STATE(5128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273762] = 8, + [273876] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5913), 1, - sym_END, - ACTIONS(5915), 1, - sym_FOR, - STATE(6110), 1, - sym__configuration_item, - STATE(6109), 2, - sym_block_configuration, - sym_component_configuration, - STATE(5129), 4, + ACTIONS(5920), 1, + anon_sym_SEMI, + STATE(8066), 1, + sym__label, + STATE(5129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_block_configuration_repeat2, - [273791] = 7, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273903] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5918), 1, + ACTIONS(5922), 1, anon_sym_SEMI, - STATE(7763), 1, - sym__label, + STATE(6763), 1, + sym__identifier, STATE(5130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273818] = 9, + [273930] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(5920), 1, - anon_sym_SEMI, - STATE(5670), 1, - sym_signal_kind, - STATE(7775), 1, - sym_initialiser, - ACTIONS(5901), 2, - sym_BUS, - sym_REGISTER, + STATE(5991), 1, + sym__identifier, + STATE(6781), 1, + sym_identifier_list, STATE(5131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273849] = 10, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273957] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5723), 1, - sym_GENERIC, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(5922), 1, - sym_RETURN, - STATE(5451), 1, - sym_subprogram_header, - STATE(7288), 1, - sym_parameter_list_specification, + STATE(4859), 1, + sym_primary_unit_declaration, + STATE(8143), 1, + sym__identifier, STATE(5132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273882] = 7, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273984] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5924), 1, - sym_BODY, - STATE(6288), 1, + STATE(5991), 1, sym__identifier, + STATE(7829), 1, + sym_identifier_list, STATE(5133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273909] = 7, + [274011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5924), 1, + anon_sym_SEMI, + STATE(8164), 1, sym__identifier, - STATE(7617), 1, - sym_identifier_list, STATE(5134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273936] = 7, + [274038] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5926), 1, + anon_sym_SEMI, + STATE(6758), 1, sym__identifier, - STATE(7717), 1, - sym_identifier_list, STATE(5135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273963] = 7, + [274065] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5928), 1, + anon_sym_SEMI, + STATE(8261), 1, sym__identifier, - STATE(7616), 1, - sym_identifier_list, STATE(5136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273990] = 8, + [274092] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5781), 1, - anon_sym_LPAREN, - ACTIONS(5785), 1, - sym_PARAMETER, - STATE(5933), 1, - sym_parameter_list_specification, - ACTIONS(5926), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5991), 1, + sym__identifier, + STATE(7623), 1, + sym_identifier_list, STATE(5137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274019] = 9, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274119] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(5928), 1, + ACTIONS(5930), 1, anon_sym_SEMI, - STATE(5990), 1, - sym_signal_kind, - STATE(7001), 1, - sym_initialiser, - ACTIONS(5901), 2, - sym_BUS, - sym_REGISTER, + STATE(8117), 1, + sym__label, STATE(5138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274050] = 7, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274146] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + ACTIONS(5932), 1, + anon_sym_SEMI, + STATE(8231), 1, sym__identifier, - STATE(7779), 1, - sym_identifier_list, STATE(5139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274077] = 10, + [274173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5930), 1, - anon_sym_SEMI, - STATE(6452), 1, - sym_generic_map_aspect, - STATE(7041), 1, - sym_port_map_aspect, STATE(5140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274110] = 7, + ACTIONS(2636), 6, + sym_IS, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COLON, + [274196] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7719), 1, - sym_identifier_list, + ACTIONS(5936), 1, + sym_GENERIC, + STATE(5535), 1, + sym_generic_map_aspect, STATE(5141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274137] = 7, + ACTIONS(5934), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [274223] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, - sym__identifier, - STATE(7814), 1, - sym_identifier_list, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5938), 1, + anon_sym_SEMI, + STATE(6392), 1, + sym_generic_map_aspect, + STATE(6680), 1, + sym_port_map_aspect, STATE(5142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274164] = 7, + [274256] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7813), 1, + STATE(7660), 1, sym_identifier_list, STATE(5143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274191] = 7, + [274283] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5932), 1, + ACTIONS(5940), 1, anon_sym_SEMI, - STATE(8036), 1, + STATE(8232), 1, sym__identifier, STATE(5144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274218] = 7, + [274310] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5934), 1, - anon_sym_SEMI, - STATE(8034), 1, + STATE(5991), 1, sym__identifier, + STATE(7836), 1, + sym_identifier_list, STATE(5145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274245] = 7, + [274337] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7736), 1, + STATE(7662), 1, sym_identifier_list, STATE(5146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274272] = 7, + [274364] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5936), 1, + ACTIONS(5942), 1, sym_BODY, - STATE(6203), 1, + STATE(6071), 1, sym__identifier, STATE(5147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274299] = 7, + [274391] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5940), 1, - sym_GENERIC, - STATE(5498), 1, - sym_generic_map_aspect, + ACTIONS(5944), 1, + anon_sym_SEMI, + STATE(7359), 1, + sym__label, STATE(5148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5938), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [274326] = 7, + ACTIONS(5547), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274418] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5942), 1, - anon_sym_SEMI, - STATE(7587), 1, + STATE(5991), 1, sym__identifier, + STATE(7668), 1, + sym_identifier_list, STATE(5149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274353] = 7, + [274445] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5100), 1, - aux_sym_package_pathname_repeat1, - STATE(6083), 1, + STATE(5991), 1, sym__identifier, + STATE(7670), 1, + sym_identifier_list, STATE(5150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274380] = 9, + [274472] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(5944), 1, - anon_sym_SEMI, - STATE(5899), 1, - sym_signal_kind, - STATE(7163), 1, - sym_initialiser, - ACTIONS(5901), 2, - sym_BUS, - sym_REGISTER, + STATE(5991), 1, + sym__identifier, + STATE(7688), 1, + sym_identifier_list, STATE(5151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274411] = 7, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274499] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7790), 1, + STATE(7630), 1, sym_identifier_list, STATE(5152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274438] = 7, + [274526] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -271753,724 +271889,736 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(5946), 1, - anon_sym_SEMI, - STATE(7093), 1, - sym__label, + sym_BODY, + STATE(6089), 1, + sym__identifier, STATE(5153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274465] = 7, + [274553] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5948), 1, - anon_sym_SEMI, - STATE(8010), 1, - sym__label, + STATE(5991), 1, + sym__identifier, + STATE(7860), 1, + sym_identifier_list, STATE(5154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274492] = 7, + [274580] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7769), 1, + STATE(7725), 1, sym_identifier_list, STATE(5155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274519] = 7, + [274607] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(5991), 1, sym__identifier, - STATE(7771), 1, + STATE(7844), 1, sym_identifier_list, STATE(5156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274546] = 7, + [274634] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5950), 1, - sym_BODY, - STATE(6246), 1, + STATE(5991), 1, sym__identifier, + STATE(7875), 1, + sym_identifier_list, STATE(5157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274573] = 7, + [274661] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5952), 1, - anon_sym_SEMI, - STATE(8223), 1, - sym__label, + STATE(5991), 1, + sym__identifier, + STATE(7727), 1, + sym_identifier_list, STATE(5158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274600] = 7, + [274688] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6017), 1, + STATE(3649), 1, sym__identifier, - STATE(7777), 1, - sym_identifier_list, + STATE(6353), 1, + sym_record_element_resolution, STATE(5159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274627] = 7, + [274715] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - anon_sym_SEMI, - STATE(8222), 1, + ACTIONS(5950), 1, + sym_BODY, + STATE(6113), 1, sym__identifier, STATE(5160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274654] = 6, + [274742] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6221), 1, - sym__identifier, + ACTIONS(5952), 1, + anon_sym_SEMI, + STATE(7311), 1, + sym__label, STATE(5161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274678] = 7, + [274769] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5461), 1, - sym_RANGE, - STATE(5956), 1, - sym_range_constraint, - ACTIONS(5703), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, + STATE(5991), 1, + sym__identifier, + STATE(7733), 1, + sym_identifier_list, STATE(5162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274704] = 6, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274796] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7778), 1, - sym__identifier, STATE(5163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274728] = 6, + ACTIONS(5954), 6, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [274819] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8006), 1, - sym__identifier, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5956), 1, + anon_sym_SEMI, + STATE(5813), 1, + sym_signal_kind, + STATE(7036), 1, + sym_initialiser, + ACTIONS(5851), 2, + sym_BUS, + sym_REGISTER, STATE(5164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274752] = 9, + [274850] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(5956), 1, - anon_sym_SEMI, - STATE(5893), 1, - sym_generic_map_aspect, - STATE(7161), 1, - sym_initialiser, + STATE(5991), 1, + sym__identifier, + STATE(7866), 1, + sym_identifier_list, STATE(5165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274782] = 6, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274877] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2120), 1, - sym__suffix, + ACTIONS(5958), 1, + anon_sym_SEMI, + STATE(8236), 1, + sym__identifier, STATE(5166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5958), 4, + ACTIONS(3812), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274806] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [274904] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5962), 1, - anon_sym_COMMA, - ACTIONS(5960), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(5167), 4, + STATE(5079), 1, + aux_sym_package_pathname_repeat1, + STATE(6512), 1, + sym__identifier, + STATE(5167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_group_constituent_list_repeat1, - [274830] = 8, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274931] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5965), 1, - sym_END, - ACTIONS(5967), 1, - sym_WHEN, - STATE(6294), 1, - sym_case_statement_alternative, - STATE(7786), 1, - sym_when_element, - STATE(5168), 4, + STATE(5991), 1, + sym__identifier, + STATE(7863), 1, + sym_identifier_list, + STATE(5168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_case_body_repeat1, - [274858] = 7, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5972), 1, - sym_USE, - STATE(5585), 1, - sym_use_clause, - ACTIONS(5970), 2, - sym_END, - sym_FOR, - STATE(5169), 4, + STATE(6848), 1, + sym__identifier, + STATE(5169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_block_configuration_repeat1, - [274884] = 6, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5975), 1, - anon_sym_COMMA, - ACTIONS(5960), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - STATE(5170), 4, + STATE(1554), 1, + sym__suffix, + STATE(5170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_group_constituent_list_repeat1, - [274908] = 6, + ACTIONS(5960), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275006] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(885), 1, - sym__suffix, + STATE(6599), 1, + sym__identifier, STATE(5171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5978), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274932] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [275030] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4907), 1, - sym__suffix, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5964), 1, + sym_BUS, + STATE(6523), 1, + sym_initialiser, + ACTIONS(5962), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5980), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274956] = 5, + [275058] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6587), 1, + sym__identifier, STATE(5173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 5, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - [274978] = 6, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275082] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4411), 1, + STATE(1283), 1, sym__suffix, STATE(5174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5982), 4, + ACTIONS(5966), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [275002] = 9, + [275106] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5984), 1, + ACTIONS(5970), 1, + anon_sym_COMMA, + STATE(5183), 1, + aux_sym_group_constituent_list_repeat1, + ACTIONS(5968), 3, + sym_FOR, + sym_UNTIL, anon_sym_SEMI, - ACTIONS(5986), 1, - anon_sym_LBRACK, - STATE(5846), 1, - sym_signature, - STATE(7380), 1, - sym_generic_map_aspect, STATE(5175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275032] = 6, + [275132] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8145), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5972), 1, + anon_sym_SEMI, + STATE(5590), 1, + sym_generic_map_aspect, + STATE(8353), 1, + sym_initialiser, STATE(5176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275056] = 6, + [275162] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6241), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5974), 1, + anon_sym_SEMI, + ACTIONS(5976), 1, + anon_sym_LBRACK, + STATE(5587), 1, + sym_signature, + STATE(8354), 1, + sym_generic_map_aspect, STATE(5177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275080] = 9, + [275192] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(5988), 1, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(5978), 1, anon_sym_SEMI, - STATE(5583), 1, + STATE(5585), 1, + sym_signature, + STATE(8355), 1, sym_generic_map_aspect, - STATE(6706), 1, - sym_port_map_aspect, STATE(5178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275110] = 7, + [275222] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5992), 1, - anon_sym_COMMA, - STATE(5170), 1, - aux_sym_group_constituent_list_repeat1, - ACTIONS(5990), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, STATE(5179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275136] = 9, + ACTIONS(5980), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [275244] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(5994), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5982), 1, anon_sym_SEMI, - STATE(5849), 1, - sym_signature, - STATE(7139), 1, + STATE(5577), 1, sym_generic_map_aspect, + STATE(7203), 1, + sym_initialiser, STATE(5180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275166] = 6, + [275274] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1882), 1, - sym__suffix, - STATE(5181), 3, + ACTIONS(5986), 1, + anon_sym_COMMA, + ACTIONS(5984), 3, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + STATE(5181), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5996), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275190] = 8, + aux_sym_group_constituent_list_repeat1, + [275298] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6000), 1, - sym_BUS, - STATE(6138), 1, - sym_initialiser, - ACTIONS(5998), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(8297), 1, + sym__identifier, STATE(5182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275218] = 6, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275322] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4608), 1, - sym__suffix, + ACTIONS(5970), 1, + anon_sym_COMMA, + STATE(5181), 1, + aux_sym_group_constituent_list_repeat1, + ACTIONS(5991), 3, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, STATE(5183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6002), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275242] = 7, + [275348] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6006), 1, - sym_ELSIF, - STATE(5591), 1, - sym_elsif_generate, - ACTIONS(6004), 2, - sym_ELSE, - sym_END, - STATE(5184), 4, + STATE(5184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_if_generate_statement_repeat1, - [275268] = 9, + ACTIONS(5993), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [275370] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(6009), 1, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(5995), 1, anon_sym_SEMI, - STATE(5798), 1, + STATE(5785), 1, + sym_signature, + STATE(6982), 1, sym_generic_map_aspect, - STATE(7603), 1, - sym_port_map_aspect, STATE(5185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275298] = 6, + [275400] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6468), 1, - sym__identifier, + STATE(3856), 1, + sym__suffix, STATE(5186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5997), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275322] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6011), 1, + ACTIONS(5999), 1, + anon_sym_COMMA, + ACTIONS(5984), 3, anon_sym_SEMI, - STATE(5809), 1, - sym_signature, - STATE(7128), 1, - sym_generic_map_aspect, - STATE(5187), 3, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(5187), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [275352] = 6, + aux_sym_group_constituent_list_repeat1, + [275448] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3354), 1, - sym__suffix, + ACTIONS(5707), 1, + anon_sym_SEMI, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5713), 1, + sym_UNTIL, + STATE(5828), 1, + sym_condition_clause, + STATE(7076), 1, + sym_timeout_clause, STATE(5188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6013), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275376] = 6, + [275478] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4633), 1, - sym__suffix, + ACTIONS(6002), 1, + sym_GENERIC, + STATE(5724), 1, + sym_generic_map_aspect, + ACTIONS(5934), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6015), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275400] = 6, + [275504] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1845), 1, + STATE(4783), 1, sym__suffix, STATE(5190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6017), 4, + ACTIONS(6004), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [275424] = 5, + [275528] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -272481,1509 +272629,1541 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6019), 5, + ACTIONS(6006), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [275446] = 6, + anon_sym_LPAREN, + [275550] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2091), 1, - sym__suffix, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5817), 1, + sym_USE, + STATE(5538), 1, + aux_sym_configuration_head_repeat2, + STATE(7681), 1, + sym_verification_unit_binding_indication, + STATE(8227), 1, + sym_end_for, STATE(5192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6021), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275470] = 6, + [275580] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4520), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6008), 1, + anon_sym_SEMI, + STATE(5764), 1, + sym_signature, + STATE(6945), 1, + sym_generic_map_aspect, STATE(5193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6023), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275494] = 6, + [275610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6282), 1, - sym__identifier, + STATE(4837), 1, + sym__suffix, STATE(5194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6010), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275518] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275634] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(6025), 1, + ACTIONS(5463), 1, + sym_RANGE, + STATE(6028), 1, + sym_range_constraint, + ACTIONS(5733), 3, + sym_GENERIC, anon_sym_SEMI, - STATE(5686), 1, - sym_condition_clause, - STATE(7369), 1, - sym_timeout_clause, + sym_variable_assignment, STATE(5195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275548] = 6, + [275660] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1395), 1, - sym__suffix, + STATE(8222), 1, + sym__identifier, STATE(5196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6027), 4, + ACTIONS(3812), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275572] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [275684] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1355), 1, - sym__suffix, + STATE(6581), 1, + sym__identifier, STATE(5197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6029), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275596] = 5, + sym_library_constant, + sym_library_function, + sym_library_type, + [275708] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6012), 1, + anon_sym_SEMI, + STATE(5664), 1, + sym_generic_map_aspect, + STATE(6719), 1, + sym_port_map_aspect, STATE(5198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [275618] = 9, + [275738] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(6031), 1, - anon_sym_SEMI, - STATE(5763), 1, - sym_condition_clause, - STATE(7125), 1, - sym_timeout_clause, + STATE(1721), 1, + sym__suffix, STATE(5199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275648] = 9, + ACTIONS(6014), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275762] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(8290), 1, + sym__identifier, + STATE(5200), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275786] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6033), 1, + ACTIONS(6016), 1, anon_sym_SEMI, - STATE(5783), 1, - sym_signature, - STATE(7371), 1, + STATE(5837), 1, sym_generic_map_aspect, - STATE(5200), 3, + STATE(7109), 1, + sym_port_map_aspect, + STATE(5201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275678] = 6, + [275816] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2154), 1, + STATE(968), 1, sym__suffix, - STATE(5201), 3, + STATE(5202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6035), 4, + ACTIONS(6018), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [275702] = 5, + [275840] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5202), 3, + STATE(6556), 1, + sym__identifier, + STATE(5203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5849), 5, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - anon_sym_CARET, - [275724] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6037), 1, - anon_sym_SEMI, - STATE(5731), 1, - sym_generic_map_aspect, - STATE(7102), 1, - sym_initialiser, - STATE(5203), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [275754] = 9, + [275864] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6039), 1, - anon_sym_SEMI, - STATE(5894), 1, - sym_generic_map_aspect, - STATE(7401), 1, - sym_initialiser, STATE(5204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275784] = 6, + ACTIONS(2636), 5, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + [275886] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7619), 1, + STATE(6175), 1, sym__identifier, STATE(5205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275808] = 6, + [275910] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1490), 1, - sym__suffix, + STATE(8208), 1, + sym__identifier, STATE(5206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6041), 4, + ACTIONS(3812), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275832] = 7, + sym_library_constant, + sym_library_function, + sym_library_type, + [275934] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6043), 1, - sym_GENERIC, - STATE(5708), 1, - sym_generic_map_aspect, - ACTIONS(5938), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + STATE(8283), 1, + sym__identifier, STATE(5207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275858] = 6, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1431), 1, + STATE(3238), 1, sym__suffix, STATE(5208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6045), 4, + ACTIONS(6020), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [275882] = 9, + [275982] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5831), 1, - sym_USE, - STATE(5495), 1, - aux_sym_configuration_head_repeat2, - STATE(7383), 1, - sym_verification_unit_binding_indication, - STATE(8146), 1, - sym_end_for, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(6022), 1, + anon_sym_SEMI, + STATE(5740), 1, + sym_condition_clause, + STATE(6943), 1, + sym_timeout_clause, STATE(5209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275912] = 6, + [276012] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4328), 1, - sym__suffix, - STATE(5210), 3, + ACTIONS(6026), 1, + sym_USE, + STATE(5729), 1, + sym_use_clause, + ACTIONS(6024), 2, + sym_END, + sym_FOR, + STATE(5210), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6047), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275936] = 6, + aux_sym_block_configuration_repeat1, + [276038] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2263), 1, - sym__suffix, + STATE(6543), 1, + sym__identifier, STATE(5211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6049), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275960] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [276062] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5895), 1, - sym__identifier, + STATE(5023), 1, + sym__suffix, STATE(5212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6029), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275984] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276086] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1197), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6031), 1, + anon_sym_SEMI, + STATE(5730), 1, + sym_generic_map_aspect, + STATE(6881), 1, + sym_initialiser, STATE(5213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6051), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276008] = 5, + [276116] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6816), 1, + sym__identifier, STATE(5214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6053), 5, + ACTIONS(5557), 4, sym_identifier, - sym_END, sym_library_constant, sym_library_function, sym_library_type, - [276030] = 6, + [276140] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7819), 1, - sym__identifier, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6035), 1, + sym_BUS, + STATE(6410), 1, + sym_initialiser, + ACTIONS(6033), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276054] = 6, + [276168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3368), 1, - sym__suffix, STATE(5216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6055), 4, + ACTIONS(6037), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276078] = 6, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [276190] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4790), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6039), 1, + anon_sym_SEMI, + STATE(5755), 1, + sym_generic_map_aspect, + STATE(8191), 1, + sym_initialiser, STATE(5217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6057), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276102] = 6, + [276220] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1624), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6041), 1, + anon_sym_SEMI, + STATE(5776), 1, + sym_signature, + STATE(8187), 1, + sym_generic_map_aspect, STATE(5218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6059), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276126] = 6, + [276250] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1055), 1, - sym__suffix, STATE(5219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6061), 4, + ACTIONS(6043), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276150] = 8, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [276272] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6065), 1, - sym_BUS, - STATE(6106), 1, - sym_initialiser, - ACTIONS(6063), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(3525), 1, + sym__suffix, STATE(5220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276178] = 6, + ACTIONS(6045), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276296] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8141), 1, + STATE(5710), 1, sym__identifier, STATE(5221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276202] = 6, + [276320] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3471), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6047), 1, + anon_sym_SEMI, + STATE(5803), 1, + sym_signature, + STATE(8153), 1, + sym_generic_map_aspect, STATE(5222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6067), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276226] = 6, + [276350] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6217), 1, - sym__identifier, + ACTIONS(6051), 1, + anon_sym_DOT, STATE(5223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276250] = 6, + ACTIONS(6049), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [276374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(926), 1, + STATE(2256), 1, sym__suffix, STATE(5224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6069), 4, + ACTIONS(6053), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276274] = 6, + [276398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1749), 1, + STATE(4724), 1, sym__suffix, STATE(5225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6071), 4, + ACTIONS(6055), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276298] = 6, + [276422] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6323), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6057), 1, + anon_sym_SEMI, + STATE(5830), 1, + sym_generic_map_aspect, + STATE(8060), 1, + sym_initialiser, STATE(5226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276322] = 5, + [276452] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6232), 1, + sym__identifier, STATE(5227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6073), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [276344] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276476] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5656), 1, - sym_GENERIC, - ACTIONS(5660), 1, - sym_PORT, - ACTIONS(6075), 1, - sym_END, - STATE(5969), 1, - sym_generic_clause, - STATE(8212), 1, - sym_port_clause, STATE(5228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276374] = 6, + ACTIONS(6059), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [276498] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5026), 1, + STATE(2240), 1, sym__suffix, STATE(5229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6077), 4, + ACTIONS(6061), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276398] = 6, + [276522] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1826), 1, - sym__suffix, + ACTIONS(6063), 1, + anon_sym_EQ_GT, + ACTIONS(6065), 1, + anon_sym_PIPE, + STATE(6481), 1, + sym_case_generate_direct_block, + STATE(6486), 1, + sym_case_generate_head, + STATE(6584), 1, + sym_case_generate_body, STATE(5230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6079), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276422] = 9, + [276552] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6081), 1, - anon_sym_SEMI, - STATE(5649), 1, - sym_generic_map_aspect, - STATE(7348), 1, - sym_initialiser, + STATE(2142), 1, + sym__suffix, STATE(5231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276452] = 6, + ACTIONS(6067), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276576] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7718), 1, + STATE(6272), 1, sym__identifier, STATE(5232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276476] = 6, + [276600] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4738), 1, - sym__suffix, + ACTIONS(6069), 1, + sym_GENERIC, + STATE(6417), 1, + sym__interface_package_generic_map_aspect, STATE(5233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6083), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276500] = 6, + STATE(6548), 3, + sym_generic_map_any, + sym_generic_map_default, + sym_generic_map_aspect, + [276626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7653), 1, - sym__identifier, + STATE(1019), 1, + sym__suffix, STATE(5234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6071), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276524] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276650] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5805), 1, - anon_sym_SEMI, - STATE(6011), 1, - sym_condition_clause, - STATE(7416), 1, - sym_timeout_clause, + ACTIONS(6073), 1, + anon_sym_DOT, STATE(5235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276554] = 6, + ACTIONS(6049), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [276674] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6068), 1, - sym__identifier, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6075), 1, + anon_sym_SEMI, + STATE(5912), 1, + sym_generic_map_aspect, + STATE(7304), 1, + sym_port_map_aspect, STATE(5236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276578] = 6, + [276704] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3274), 1, - sym__suffix, + STATE(5904), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(6077), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6079), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, STATE(5237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6085), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276602] = 6, + [276730] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1437), 1, - sym__suffix, + ACTIONS(5475), 1, + sym_RANGE, + STATE(5958), 1, + sym_range_constraint, + ACTIONS(5733), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(5238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6087), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276626] = 5, + [276756] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1997), 1, + sym__suffix, STATE(5239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6089), 5, + ACTIONS(6081), 4, sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [276648] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276780] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4832), 1, + STATE(1927), 1, sym__suffix, STATE(5240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6091), 4, + ACTIONS(6083), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276672] = 5, + [276804] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5797), 1, + anon_sym_LPAREN, + ACTIONS(5801), 1, + sym_PARAMETER, + STATE(6399), 1, + sym_parameter_list_specification, + ACTIONS(6085), 2, + sym_IS, + anon_sym_SEMI, STATE(5241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6093), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [276694] = 6, + [276832] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(933), 1, - sym__suffix, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(5840), 1, + anon_sym_SEMI, + STATE(5875), 1, + sym_condition_clause, + STATE(7249), 1, + sym_timeout_clause, STATE(5242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6095), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276718] = 7, + [276862] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5717), 1, - aux_sym_index_constraint_repeat1, - ACTIONS(6097), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(6099), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, STATE(5243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276744] = 6, + ACTIONS(6087), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [276884] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4522), 1, - sym__suffix, + STATE(6551), 1, + sym__identifier, STATE(5244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6101), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276768] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [276908] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1245), 1, - sym__suffix, + STATE(8234), 1, + sym__identifier, STATE(5245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6103), 4, + ACTIONS(3812), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276792] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [276932] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6071), 1, - sym__identifier, + ACTIONS(6089), 1, + sym_GENERIC, + STATE(5969), 1, + sym_generic_map_aspect, + ACTIONS(5934), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, STATE(5246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276816] = 6, + [276958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8281), 1, - sym__identifier, + STATE(3417), 1, + sym__suffix, STATE(5247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, + ACTIONS(6091), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276840] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276982] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1033), 1, - sym__suffix, - STATE(5248), 3, + ACTIONS(6095), 1, + sym_USE, + STATE(6998), 1, + sym_verification_unit_binding_indication, + ACTIONS(6093), 2, + sym_END, + sym_FOR, + STATE(5248), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6107), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276864] = 6, + aux_sym_configuration_head_repeat2, + [277008] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1698), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6098), 1, + anon_sym_SEMI, + STATE(5871), 1, + sym_generic_map_aspect, + STATE(7165), 1, + sym_initialiser, STATE(5249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6109), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276888] = 6, + [277038] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6074), 1, - sym__identifier, + STATE(6314), 1, + sym__label, STATE(5250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5547), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276912] = 6, + [277062] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8274), 1, + STATE(8173), 1, sym__identifier, STATE(5251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, + ACTIONS(3812), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276936] = 6, + [277086] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6077), 1, - sym__identifier, + STATE(1853), 1, + sym__suffix, STATE(5252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6100), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276960] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277110] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8267), 1, - sym__identifier, + ACTIONS(6063), 1, + anon_sym_EQ_GT, + ACTIONS(6065), 1, + anon_sym_PIPE, + STATE(6481), 1, + sym_case_generate_direct_block, + STATE(6486), 1, + sym_case_generate_head, + STATE(6488), 1, + sym_case_generate_body, STATE(5253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276984] = 6, + [277140] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1202), 1, - sym__suffix, STATE(5254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6111), 4, + ACTIONS(6102), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277008] = 9, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [277162] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(6113), 1, - anon_sym_SEMI, - STATE(5967), 1, - sym_generic_map_aspect, - STATE(7433), 1, - sym_port_map_aspect, + STATE(884), 1, + sym__suffix, STATE(5255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277038] = 6, + ACTIONS(6104), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277186] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1301), 1, - sym__suffix, STATE(5256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6115), 4, + ACTIONS(6106), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277062] = 6, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [277208] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7633), 1, - sym__identifier, + STATE(2283), 1, + sym__suffix, STATE(5257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, + ACTIONS(6108), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277086] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277232] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5574), 1, - sym_VUNIT, - ACTIONS(6117), 1, - sym_CONFIGURATION, - ACTIONS(6119), 1, - sym_ENTITY, - ACTIONS(6121), 1, - sym_OPEN, - STATE(5328), 1, - sym_entity_aspect, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6110), 1, + anon_sym_SEMI, + STATE(5992), 1, + sym_generic_map_aspect, + STATE(7696), 1, + sym_initialiser, STATE(5258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277116] = 6, + [277262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4675), 1, + STATE(1662), 1, sym__suffix, STATE(5259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6123), 4, + ACTIONS(6112), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277140] = 6, + [277286] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8201), 1, - sym__identifier, STATE(5260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(6114), 5, sym_identifier, + sym_END, sym_library_constant, sym_library_function, sym_library_type, - [277164] = 6, + [277308] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4637), 1, - sym__suffix, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6116), 1, + anon_sym_SEMI, + STATE(5807), 1, + sym_generic_map_aspect, + STATE(8124), 1, + sym_port_map_aspect, STATE(5261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6125), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277188] = 6, + [277338] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4469), 1, - sym__suffix, + STATE(6294), 1, + sym__identifier, STATE(5262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6127), 4, + ACTIONS(3812), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277212] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [277362] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7846), 1, - sym__identifier, + ACTIONS(5689), 1, + sym_GENERIC, + ACTIONS(5693), 1, + sym_PORT, + ACTIONS(6118), 1, + sym_END, + STATE(5857), 1, + sym_generic_clause, + STATE(7138), 1, + sym_port_clause, STATE(5263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277236] = 6, + [277392] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3739), 1, + STATE(4933), 1, sym__suffix, STATE(5264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6129), 4, + ACTIONS(6120), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277260] = 6, + [277416] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6133), 1, - anon_sym_DOT, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6122), 1, + anon_sym_SEMI, + STATE(5996), 1, + sym_generic_map_aspect, + STATE(7673), 1, + sym_initialiser, STATE(5265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6131), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [277284] = 6, + [277446] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2000), 1, - sym__suffix, STATE(5266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6135), 4, + ACTIONS(5875), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277308] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + anon_sym_CARET, + [277468] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4957), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6124), 1, + anon_sym_SEMI, + STATE(6002), 1, + sym_signature, + STATE(7672), 1, + sym_generic_map_aspect, STATE(5267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6137), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277332] = 7, + [277498] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6139), 1, - sym_GENERIC, - STATE(6092), 1, - sym__interface_package_generic_map_aspect, STATE(5268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6091), 3, - sym_generic_map_any, - sym_generic_map_default, - sym_generic_map_aspect, - [277358] = 9, + ACTIONS(6006), 5, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + [277520] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5743), 1, - sym_UNTIL, - ACTIONS(5829), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6126), 1, anon_sym_SEMI, - STATE(5791), 1, - sym_condition_clause, - STATE(7704), 1, - sym_timeout_clause, + STATE(6005), 1, + sym_signature, + STATE(7647), 1, + sym_generic_map_aspect, STATE(5269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277388] = 9, + [277550] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5831), 1, - sym_USE, - STATE(5209), 1, - aux_sym_configuration_head_repeat2, - STATE(7383), 1, - sym_verification_unit_binding_indication, - STATE(8041), 1, - sym_end_for, + STATE(4436), 1, + sym__suffix, STATE(5270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277418] = 6, + ACTIONS(6128), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277574] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7623), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6130), 1, + anon_sym_SEMI, + STATE(6011), 1, + sym_signature, + STATE(7645), 1, + sym_generic_map_aspect, STATE(5271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277442] = 6, + [277604] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6373), 1, - sym__identifier, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6132), 1, + anon_sym_SEMI, + STATE(5885), 1, + sym_generic_map_aspect, + STATE(7229), 1, + sym_port_map_aspect, STATE(5272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277466] = 5, + [277634] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -273994,144 +274174,147 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6141), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [277488] = 6, + ACTIONS(2636), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [277656] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6341), 1, - sym__identifier, + STATE(4389), 1, + sym__suffix, STATE(5274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6134), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277512] = 7, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277680] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5992), 1, - anon_sym_COMMA, - STATE(5179), 1, - aux_sym_group_constituent_list_repeat1, - ACTIONS(6143), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - STATE(5275), 3, + ACTIONS(6136), 1, + sym_END, + ACTIONS(6138), 1, + sym_WHEN, + STATE(6225), 1, + sym_case_statement_alternative, + STATE(7251), 1, + sym_when_element, + STATE(5275), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [277538] = 7, + aux_sym_case_body_repeat1, + [277708] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5471), 1, - sym_RANGE, - STATE(5664), 1, - sym_range_constraint, - ACTIONS(5703), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(5565), 1, + sym_VUNIT, + ACTIONS(6141), 1, + sym_CONFIGURATION, + ACTIONS(6143), 1, + sym_ENTITY, + ACTIONS(6145), 1, + sym_OPEN, + STATE(5201), 1, + sym_entity_aspect, STATE(5276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277564] = 6, + [277738] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8122), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6147), 1, + anon_sym_SEMI, + STATE(6026), 1, + sym_generic_map_aspect, + STATE(7542), 1, + sym_initialiser, STATE(5277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277588] = 6, + [277768] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6088), 1, + STATE(6132), 1, sym__identifier, STATE(5278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [277612] = 9, + [277792] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6145), 1, - anon_sym_SEMI, - STATE(5884), 1, - sym_signature, - STATE(8042), 1, - sym_generic_map_aspect, + STATE(4627), 1, + sym__suffix, STATE(5279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277642] = 6, + ACTIONS(6149), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277816] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1381), 1, - sym__suffix, + STATE(6135), 1, + sym__identifier, STATE(5280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6147), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277666] = 5, + sym_library_constant, + sym_library_function, + sym_library_type, + [277840] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -274142,387 +274325,372 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6149), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [277688] = 5, + ACTIONS(6006), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [277862] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(4963), 1, + sym__identifier, STATE(5282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6151), 5, + ACTIONS(6151), 4, sym_identifier, - sym_END, sym_library_constant, sym_library_function, sym_library_type, - [277710] = 6, + [277886] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6345), 1, - sym__identifier, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(6153), 1, + anon_sym_SEMI, + STATE(5652), 1, + sym_condition_clause, + STATE(7736), 1, + sym_timeout_clause, STATE(5283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277734] = 9, + [277916] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6153), 1, - anon_sym_SEMI, - STATE(5581), 1, - sym_generic_map_aspect, - STATE(6715), 1, - sym_initialiser, + STATE(4615), 1, + sym__suffix, STATE(5284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277764] = 9, + ACTIONS(6155), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277940] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6155), 1, - anon_sym_SEMI, - STATE(5578), 1, - sym_signature, - STATE(6716), 1, - sym_generic_map_aspect, STATE(5285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277794] = 9, + ACTIONS(6157), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [277962] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6157), 1, - anon_sym_SEMI, - STATE(5577), 1, - sym_signature, - STATE(6718), 1, - sym_generic_map_aspect, + STATE(7862), 1, + sym__identifier, STATE(5286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277824] = 6, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [277986] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6159), 1, - anon_sym_DOT, + STATE(7748), 1, + sym__identifier, STATE(5287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6131), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [277848] = 5, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278010] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5817), 1, + sym_USE, + STATE(5538), 1, + aux_sym_configuration_head_repeat2, + STATE(7563), 1, + sym_end_for, + STATE(7681), 1, + sym_verification_unit_binding_indication, STATE(5288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6161), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [277870] = 6, + [278040] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(955), 1, + STATE(1907), 1, sym__suffix, STATE(5289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6163), 4, + ACTIONS(6159), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277894] = 9, + [278064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6165), 1, - anon_sym_SEMI, - STATE(5572), 1, - sym_generic_map_aspect, - STATE(6736), 1, - sym_initialiser, + STATE(7874), 1, + sym__identifier, STATE(5290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277924] = 6, + ACTIONS(3812), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278088] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6078), 1, - sym__identifier, - STATE(5291), 3, + ACTIONS(6163), 1, + sym_ELSIF, + STATE(5758), 1, + sym_elsif_statement, + ACTIONS(6161), 2, + sym_ELSE, + sym_END, + STATE(5291), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277948] = 9, + aux_sym_if_statement_block_repeat1, + [278114] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5831), 1, - sym_USE, - STATE(5296), 1, - aux_sym_configuration_head_repeat2, - STATE(7381), 1, - sym_end_for, - STATE(7383), 1, - sym_verification_unit_binding_indication, + STATE(6279), 1, + sym__identifier, STATE(5292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277978] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278138] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(6167), 1, + ACTIONS(6168), 1, + sym_IS, + STATE(6107), 1, + sym_context_declaration_body, + ACTIONS(6166), 3, anon_sym_SEMI, - STATE(5694), 1, - sym_generic_map_aspect, - STATE(7041), 1, - sym_port_map_aspect, + anon_sym_COMMA, + anon_sym_DOT, STATE(5293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278008] = 6, + [278164] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4676), 1, - sym__suffix, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5817), 1, + sym_USE, + STATE(5288), 1, + aux_sym_configuration_head_repeat2, + STATE(7654), 1, + sym_end_for, + STATE(7681), 1, + sym_verification_unit_binding_indication, STATE(5294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6169), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278032] = 5, + [278194] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5295), 3, + ACTIONS(6172), 1, + sym_ELSIF, + STATE(5880), 1, + sym_elsif_generate, + ACTIONS(6170), 2, + sym_ELSE, + sym_END, + STATE(5295), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6093), 5, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - [278054] = 9, + aux_sym_if_generate_statement_repeat1, + [278220] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - ACTIONS(5831), 1, - sym_USE, - STATE(5495), 1, - aux_sym_configuration_head_repeat2, - STATE(7343), 1, - sym_end_for, - STATE(7383), 1, - sym_verification_unit_binding_indication, STATE(5296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278084] = 9, + ACTIONS(6175), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [278242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6171), 1, - anon_sym_SEMI, - STATE(5805), 1, - sym_generic_map_aspect, - STATE(8102), 1, - sym_initialiser, + STATE(4544), 1, + sym__suffix, STATE(5297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278114] = 6, + ACTIONS(6177), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278266] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7490), 1, + STATE(4948), 1, sym__identifier, STATE(5298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6151), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278138] = 7, + [278290] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6175), 1, - sym_IS, - STATE(6430), 1, - sym_context_declaration_body, - ACTIONS(6173), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + STATE(7835), 1, + sym__identifier, STATE(5299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278164] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278314] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6177), 1, - anon_sym_SEMI, - STATE(5596), 1, - sym_generic_map_aspect, - STATE(7806), 1, - sym_initialiser, + STATE(6046), 1, + sym__identifier, STATE(5300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278194] = 6, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278338] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1991), 1, + STATE(4742), 1, sym__suffix, STATE(5301), 3, sym__tool_directive, @@ -274533,1059 +274701,1044 @@ static const uint16_t ts_small_parse_table[] = { sym_ALL, sym_character_literal, sym_operator_symbol, - [278218] = 6, + [278362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6380), 1, - sym__identifier, + STATE(1391), 1, + sym__suffix, STATE(5302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(6181), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278242] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278386] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6181), 1, - anon_sym_SEMI, - STATE(5667), 1, - sym_generic_map_aspect, - STATE(6779), 1, - sym_initialiser, + STATE(966), 1, + sym__suffix, STATE(5303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278272] = 9, + ACTIONS(6183), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278410] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6183), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6185), 1, anon_sym_SEMI, - STATE(5668), 1, - sym_signature, - STATE(6780), 1, + STATE(6025), 1, sym_generic_map_aspect, + STATE(7578), 1, + sym_initialiser, STATE(5304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278302] = 9, + [278440] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6185), 1, - anon_sym_SEMI, - STATE(5679), 1, - sym_signature, - STATE(6786), 1, - sym_generic_map_aspect, + ACTIONS(3238), 1, + sym_WHEN, + ACTIONS(6187), 1, + sym_END, + STATE(5275), 1, + aux_sym_case_body_repeat1, + STATE(6225), 1, + sym_case_statement_alternative, + STATE(7251), 1, + sym_when_element, STATE(5305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278332] = 9, + [278470] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(6187), 1, - anon_sym_SEMI, - STATE(5824), 1, - sym_generic_map_aspect, - STATE(7254), 1, - sym_port_map_aspect, + STATE(7622), 1, + sym__identifier, STATE(5306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278362] = 6, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278494] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6401), 1, - sym__identifier, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6189), 1, + anon_sym_SEMI, + STATE(5602), 1, + sym_generic_map_aspect, + STATE(6682), 1, + sym_port_map_aspect, STATE(5307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278386] = 9, + [278524] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, + ACTIONS(5709), 1, sym_FOR, - ACTIONS(5743), 1, + ACTIONS(5713), 1, sym_UNTIL, - ACTIONS(6189), 1, + ACTIONS(6191), 1, anon_sym_SEMI, - STATE(5831), 1, + STATE(6021), 1, sym_condition_clause, - STATE(8079), 1, + STATE(7618), 1, sym_timeout_clause, STATE(5308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278416] = 9, + [278554] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6191), 1, - anon_sym_SEMI, - STATE(5687), 1, - sym_generic_map_aspect, - STATE(6801), 1, - sym_initialiser, + STATE(1280), 1, + sym__suffix, STATE(5309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278446] = 9, + ACTIONS(6193), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278578] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6193), 1, - anon_sym_EQ_GT, - ACTIONS(6195), 1, - anon_sym_PIPE, - STATE(6095), 1, - sym_case_generate_body, - STATE(6117), 1, - sym_case_generate_direct_block, - STATE(6118), 1, - sym_case_generate_head, + STATE(1648), 1, + sym__suffix, STATE(5310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278476] = 9, + ACTIONS(6195), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278602] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(6197), 1, - anon_sym_SEMI, - STATE(5610), 1, - sym_generic_map_aspect, - STATE(7499), 1, - sym_port_map_aspect, + STATE(1489), 1, + sym__suffix, STATE(5311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278506] = 6, + ACTIONS(6197), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7468), 1, + STATE(7628), 1, sym__identifier, STATE(5312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6105), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278530] = 6, + [278650] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1652), 1, - sym__suffix, + STATE(7669), 1, + sym__identifier, STATE(5313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6199), 4, + ACTIONS(5557), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278554] = 7, + sym_library_constant, + sym_library_function, + sym_library_type, + [278674] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6203), 1, - sym_ELSIF, - STATE(5587), 1, - sym_elsif_statement, - ACTIONS(6201), 2, - sym_ELSE, - sym_END, - STATE(5314), 4, + STATE(1150), 1, + sym__suffix, + STATE(5314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_if_statement_block_repeat1, - [278580] = 6, + ACTIONS(6199), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278698] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1042), 1, - sym__suffix, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6201), 1, + anon_sym_SEMI, + STATE(5882), 1, + sym_signature, + STATE(7790), 1, + sym_generic_map_aspect, STATE(5315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6206), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278604] = 6, + [278728] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7445), 1, + STATE(6048), 1, sym__identifier, STATE(5316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3808), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278628] = 9, + [278752] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3412), 1, - sym_WHEN, - ACTIONS(6208), 1, - sym_END, - STATE(5168), 1, - aux_sym_case_body_repeat1, - STATE(6294), 1, - sym_case_statement_alternative, - STATE(7786), 1, - sym_when_element, + STATE(3400), 1, + sym__suffix, STATE(5317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278658] = 6, + ACTIONS(6203), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278776] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4916), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6205), 1, + anon_sym_SEMI, + STATE(6010), 1, + sym_signature, + STATE(7620), 1, + sym_generic_map_aspect, STATE(5318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6137), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278682] = 5, + [278806] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6233), 1, + sym__identifier, STATE(5319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6093), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [278704] = 6, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278830] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6528), 1, + STATE(7734), 1, sym__identifier, STATE(5320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278728] = 9, + [278854] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6210), 1, - anon_sym_SEMI, - STATE(5774), 1, - sym_generic_map_aspect, - STATE(6858), 1, - sym_initialiser, + STATE(6367), 1, + sym__identifier, STATE(5321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278758] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6212), 1, - anon_sym_SEMI, - STATE(5789), 1, - sym_signature, - STATE(6860), 1, - sym_generic_map_aspect, + STATE(6138), 1, + sym__identifier, STATE(5322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278788] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278902] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6214), 1, - anon_sym_SEMI, - STATE(5799), 1, - sym_signature, - STATE(6864), 1, - sym_generic_map_aspect, + STATE(6085), 1, + sym__identifier, STATE(5323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278818] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [278926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6216), 1, - anon_sym_SEMI, - STATE(5816), 1, - sym_generic_map_aspect, - STATE(6880), 1, - sym_initialiser, + STATE(4466), 1, + sym__suffix, STATE(5324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278848] = 9, + ACTIONS(6207), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278950] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(5899), 1, + ACTIONS(5849), 1, sym_variable_assignment, - ACTIONS(6218), 1, + ACTIONS(6209), 1, anon_sym_SEMI, - STATE(5978), 1, + STATE(5879), 1, sym_generic_map_aspect, - STATE(7000), 1, + STATE(7852), 1, sym_initialiser, STATE(5325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278878] = 9, + [278980] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6220), 1, - anon_sym_SEMI, - STATE(5932), 1, - sym_signature, - STATE(6968), 1, - sym_generic_map_aspect, + STATE(4557), 1, + sym__suffix, STATE(5326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278908] = 6, + ACTIONS(6211), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279004] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6418), 1, - sym__identifier, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6213), 1, + anon_sym_SEMI, + STATE(5717), 1, + sym_generic_map_aspect, + STATE(6854), 1, + sym_initialiser, STATE(5327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278932] = 9, + [279034] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(5467), 1, - sym_GENERIC, - ACTIONS(6222), 1, - anon_sym_SEMI, - STATE(5983), 1, - sym_generic_map_aspect, - STATE(7072), 1, - sym_port_map_aspect, + STATE(6076), 1, + sym__identifier, STATE(5328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278962] = 9, + ACTIONS(5557), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [279058] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6224), 1, - anon_sym_SEMI, - STATE(5927), 1, - sym_generic_map_aspect, - STATE(6963), 1, - sym_initialiser, + ACTIONS(3000), 1, + sym_END, + ACTIONS(5817), 1, + sym_USE, + STATE(5192), 1, + aux_sym_configuration_head_repeat2, + STATE(7681), 1, + sym_verification_unit_binding_indication, + STATE(8270), 1, + sym_end_for, STATE(5329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278992] = 5, + [279088] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1383), 1, + sym__suffix, STATE(5330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6226), 5, + ACTIONS(6215), 4, sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [279014] = 8, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279112] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5781), 1, - anon_sym_LPAREN, - ACTIONS(5785), 1, - sym_PARAMETER, - STATE(6527), 1, - sym_parameter_list_specification, - ACTIONS(6228), 2, - sym_IS, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6217), 1, anon_sym_SEMI, + STATE(5680), 1, + sym_signature, + STATE(8294), 1, + sym_generic_map_aspect, STATE(5331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279042] = 9, + [279142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6193), 1, - anon_sym_EQ_GT, - ACTIONS(6195), 1, - anon_sym_PIPE, - STATE(6117), 1, - sym_case_generate_direct_block, - STATE(6118), 1, - sym_case_generate_head, - STATE(6119), 1, - sym_case_generate_body, + STATE(1144), 1, + sym__suffix, STATE(5332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279072] = 9, + ACTIONS(6219), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279166] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5737), 1, - anon_sym_SEMI, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5743), 1, - sym_UNTIL, - STATE(5952), 1, - sym_condition_clause, - STATE(7176), 1, - sym_timeout_clause, + STATE(1087), 1, + sym__suffix, STATE(5333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279102] = 7, + ACTIONS(6221), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279190] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6232), 1, - sym_USE, - STATE(7141), 1, - sym_verification_unit_binding_indication, - ACTIONS(6230), 2, - sym_END, - sym_FOR, - STATE(5334), 4, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5976), 1, + anon_sym_LBRACK, + ACTIONS(6223), 1, + anon_sym_SEMI, + STATE(5756), 1, + sym_signature, + STATE(6937), 1, + sym_generic_map_aspect, + STATE(5334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [279128] = 6, + [279220] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6464), 1, + STATE(7794), 1, sym__identifier, STATE(5335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5578), 4, + ACTIONS(5557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [279152] = 7, + [279244] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6235), 1, - sym_GENERIC, - STATE(5918), 1, - sym_generic_map_aspect, - ACTIONS(5938), 3, - sym_PARAMETER, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5713), 1, + sym_UNTIL, + ACTIONS(5834), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(5848), 1, + sym_condition_clause, + STATE(8025), 1, + sym_timeout_clause, STATE(5336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279178] = 6, + [279274] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4863), 1, + STATE(1343), 1, sym__suffix, STATE(5337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6237), 4, + ACTIONS(6225), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [279202] = 9, + [279298] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(5986), 1, + ACTIONS(5976), 1, anon_sym_LBRACK, - ACTIONS(6239), 1, + ACTIONS(6227), 1, anon_sym_SEMI, - STATE(5949), 1, + STATE(5778), 1, sym_signature, - STATE(6982), 1, + STATE(6984), 1, sym_generic_map_aspect, STATE(5338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279232] = 9, + [279328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(5986), 1, - anon_sym_LBRACK, - ACTIONS(6241), 1, - anon_sym_SEMI, - STATE(5965), 1, - sym_signature, - STATE(8076), 1, - sym_generic_map_aspect, + STATE(4532), 1, + sym__suffix, STATE(5339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279262] = 5, + ACTIONS(6229), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279352] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6231), 1, + anon_sym_SEMI, + STATE(5786), 1, + sym_generic_map_aspect, + STATE(6987), 1, + sym_initialiser, STATE(5340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6243), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [279284] = 5, + [279382] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(4878), 1, + sym__suffix, STATE(5341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6245), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [279306] = 6, + ACTIONS(6233), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279406] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6069), 1, - sym__label, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6235), 1, + anon_sym_SEMI, + STATE(5812), 1, + sym_generic_map_aspect, + STATE(7035), 1, + sym_initialiser, STATE(5342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5535), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279330] = 6, + [279436] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4933), 1, - sym__identifier, + STATE(1570), 1, + sym__suffix, STATE(5343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6137), 4, + ACTIONS(6237), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279354] = 5, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(4702), 1, + sym__suffix, STATE(5344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6247), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [279375] = 5, + ACTIONS(6239), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(7702), 1, + sym__identifier, STATE(5345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3264), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [279396] = 7, + ACTIONS(5989), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [279508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6251), 1, - anon_sym_DOT, - STATE(5562), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6249), 2, - anon_sym_SEMI, - anon_sym_COMMA, + STATE(1718), 1, + sym__suffix, STATE(5346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279421] = 8, + ACTIONS(6241), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279532] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6255), 1, - anon_sym_RBRACK, - ACTIONS(6257), 1, - sym_RETURN, - STATE(5349), 1, - aux_sym_signature_repeat1, + STATE(1729), 1, + sym__suffix, STATE(5347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279448] = 8, + ACTIONS(6243), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279556] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6259), 1, - anon_sym_RBRACK, - ACTIONS(6261), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(4962), 1, + sym__identifier, STATE(5348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279475] = 8, + ACTIONS(6151), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [279580] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6263), 1, - anon_sym_RBRACK, - ACTIONS(6265), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(5469), 1, + sym_GENERIC, + ACTIONS(6245), 1, + anon_sym_SEMI, + STATE(5835), 1, + sym_generic_map_aspect, + STATE(8049), 1, + sym_port_map_aspect, STATE(5349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279502] = 8, + [279610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6267), 1, - anon_sym_RBRACK, - ACTIONS(6269), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(901), 1, + sym__suffix, STATE(5350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279529] = 5, + ACTIONS(6247), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279634] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1080), 1, + sym__suffix, STATE(5351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5960), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - [279550] = 8, + ACTIONS(6249), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279658] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6271), 1, - anon_sym_RBRACK, - ACTIONS(6273), 1, - sym_RETURN, - STATE(5350), 1, - aux_sym_signature_repeat1, STATE(5352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279577] = 8, + ACTIONS(6251), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [279679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6275), 1, - anon_sym_RBRACK, - ACTIONS(6277), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279604] = 6, + ACTIONS(3478), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [279700] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6195), 1, - anon_sym_PIPE, - ACTIONS(6279), 3, - anon_sym_SEMI, + ACTIONS(6253), 1, anon_sym_COMMA, - anon_sym_EQ_GT, + ACTIONS(6255), 1, + anon_sym_RBRACK, + ACTIONS(6257), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279627] = 5, + [279727] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6259), 1, + anon_sym_RBRACK, + ACTIONS(6261), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5960), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [279648] = 8, + [279754] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6281), 1, - anon_sym_SEMI, - ACTIONS(6283), 1, - sym_IS, - ACTIONS(6285), 1, - sym_OPEN, - STATE(7601), 1, - sym_file_open_information, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6263), 1, + anon_sym_RBRACK, + ACTIONS(6265), 1, + sym_RETURN, + STATE(5355), 1, + aux_sym_signature_repeat1, STATE(5356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279675] = 8, + [279781] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275594,17 +275747,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6287), 1, + ACTIONS(6267), 1, anon_sym_RBRACK, - ACTIONS(6289), 1, + ACTIONS(6269), 1, sym_RETURN, - STATE(5358), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279702] = 8, + [279808] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275613,34 +275766,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6291), 1, + ACTIONS(6271), 1, anon_sym_RBRACK, - ACTIONS(6293), 1, + ACTIONS(6273), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279729] = 6, + [279835] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6297), 1, - anon_sym_DOT, - ACTIONS(6295), 2, - anon_sym_SEMI, + ACTIONS(6253), 1, anon_sym_COMMA, - STATE(5359), 4, + ACTIONS(6275), 1, + anon_sym_RBRACK, + ACTIONS(6277), 1, + sym_RETURN, + STATE(5357), 1, + aux_sym_signature_repeat1, + STATE(5359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_selected_name_repeat1, - [279752] = 8, + [279862] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275649,17 +275804,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6300), 1, + ACTIONS(6279), 1, anon_sym_RBRACK, - ACTIONS(6302), 1, + ACTIONS(6281), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279779] = 8, + [279889] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275668,36 +275823,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6304), 1, + ACTIONS(6283), 1, anon_sym_RBRACK, - ACTIONS(6306), 1, + ACTIONS(6285), 1, sym_RETURN, - STATE(5360), 1, + STATE(5358), 1, aux_sym_signature_repeat1, STATE(5361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279806] = 8, + [279916] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(6589), 1, - sym_generate_head, - STATE(6747), 1, - sym_generate_direct_block, - STATE(8009), 1, - sym_generate_body, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6287), 1, + anon_sym_RBRACK, + ACTIONS(6289), 1, + sym_RETURN, + STATE(5360), 1, + aux_sym_signature_repeat1, STATE(5362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279833] = 8, + [279943] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275706,17 +275861,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6308), 1, + ACTIONS(6291), 1, anon_sym_RBRACK, - ACTIONS(6310), 1, + ACTIONS(6293), 1, sym_RETURN, - STATE(5364), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279860] = 8, + [279970] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275725,35 +275880,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6312), 1, + ACTIONS(6295), 1, anon_sym_RBRACK, - ACTIONS(6314), 1, + ACTIONS(6297), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279887] = 7, + [279997] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6316), 1, - anon_sym_SEMI, - STATE(7361), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6299), 1, + anon_sym_RBRACK, + ACTIONS(6301), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279912] = 8, + [280024] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275762,17 +275918,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6320), 1, + ACTIONS(6303), 1, anon_sym_RBRACK, - ACTIONS(6322), 1, + ACTIONS(6305), 1, sym_RETURN, - STATE(5533), 1, + STATE(5365), 1, aux_sym_signature_repeat1, STATE(5366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279939] = 8, + [280051] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275781,17 +275937,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6324), 1, + ACTIONS(6307), 1, anon_sym_RBRACK, - ACTIONS(6326), 1, + ACTIONS(6309), 1, sym_RETURN, - STATE(5369), 1, + STATE(5363), 1, aux_sym_signature_repeat1, STATE(5367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279966] = 8, + [280078] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275800,17 +275956,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6328), 1, + ACTIONS(6311), 1, anon_sym_RBRACK, - ACTIONS(6330), 1, + ACTIONS(6313), 1, sym_RETURN, - STATE(5366), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279993] = 8, + [280105] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275819,70 +275975,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6332), 1, + ACTIONS(6315), 1, anon_sym_RBRACK, - ACTIONS(6334), 1, + ACTIONS(6317), 1, sym_RETURN, - STATE(5533), 1, + STATE(5368), 1, aux_sym_signature_repeat1, STATE(5369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280020] = 8, + [280132] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6336), 1, - sym_BEGIN, - ACTIONS(6338), 1, - sym_END, - STATE(6063), 1, - sym_entity_body, - STATE(8011), 1, - sym_end_entity, STATE(5370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280047] = 7, + ACTIONS(2884), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [280153] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6342), 1, - anon_sym_LBRACK, - STATE(6348), 1, - sym_signature, - ACTIONS(6340), 2, + ACTIONS(6253), 1, anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(6319), 1, + anon_sym_RBRACK, + ACTIONS(6321), 1, + sym_RETURN, + STATE(5364), 1, + aux_sym_signature_repeat1, STATE(5371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280072] = 5, + [280180] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6323), 1, + anon_sym_RBRACK, + ACTIONS(6325), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3422), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [280093] = 8, + [280207] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275891,17 +276048,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6344), 1, + ACTIONS(6327), 1, anon_sym_RBRACK, - ACTIONS(6346), 1, + ACTIONS(6329), 1, sym_RETURN, - STATE(5374), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280120] = 8, + [280234] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275910,52 +276067,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6348), 1, + ACTIONS(6331), 1, anon_sym_RBRACK, - ACTIONS(6350), 1, + ACTIONS(6333), 1, sym_RETURN, - STATE(5533), 1, + STATE(5373), 1, aux_sym_signature_repeat1, STATE(5374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280147] = 8, + [280261] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6117), 1, - sym_CONFIGURATION, - ACTIONS(6119), 1, - sym_ENTITY, - ACTIONS(6121), 1, - sym_OPEN, - STATE(5185), 1, - sym_entity_aspect, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6335), 1, + anon_sym_RBRACK, + ACTIONS(6337), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280174] = 5, + [280288] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6339), 1, + anon_sym_RBRACK, + ACTIONS(6341), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2882), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [280195] = 8, + [280315] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275964,36 +276124,34 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6352), 1, + ACTIONS(6343), 1, anon_sym_RBRACK, - ACTIONS(6354), 1, + ACTIONS(6345), 1, sym_RETURN, - STATE(5533), 1, + STATE(5376), 1, aux_sym_signature_repeat1, STATE(5377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280222] = 8, + [280342] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, + ACTIONS(6065), 1, + anon_sym_PIPE, + ACTIONS(6347), 3, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6356), 1, - anon_sym_RBRACK, - ACTIONS(6358), 1, - sym_RETURN, - STATE(5377), 1, - aux_sym_signature_repeat1, + anon_sym_EQ_GT, STATE(5378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280249] = 8, + [280365] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276002,17 +276160,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6360), 1, + ACTIONS(6349), 1, anon_sym_RBRACK, - ACTIONS(6362), 1, + ACTIONS(6351), 1, sym_RETURN, - STATE(5380), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280276] = 8, + [280392] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276021,140 +276179,150 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6364), 1, + ACTIONS(6353), 1, anon_sym_RBRACK, - ACTIONS(6366), 1, + ACTIONS(6355), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280303] = 5, + [280419] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6357), 1, + anon_sym_RBRACK, + ACTIONS(6359), 1, + sym_RETURN, + STATE(5380), 1, + aux_sym_signature_repeat1, STATE(5381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [280324] = 5, + [280446] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(6361), 1, + sym_RETURN, + STATE(8046), 1, + sym_parameter_list_specification, STATE(5382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [280345] = 7, + [280473] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6368), 1, - anon_sym_SEMI, - STATE(7116), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6363), 1, + anon_sym_RBRACK, + ACTIONS(6365), 1, + sym_RETURN, + STATE(5379), 1, + aux_sym_signature_repeat1, STATE(5383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280370] = 8, + [280500] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6370), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6367), 1, + anon_sym_RBRACK, + ACTIONS(6369), 1, sym_RETURN, - STATE(8150), 1, - sym_parameter_list_specification, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280397] = 5, + [280527] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6371), 1, + anon_sym_RBRACK, + ACTIONS(6373), 1, + sym_RETURN, + STATE(5384), 1, + aux_sym_signature_repeat1, STATE(5385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5891), 4, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [280418] = 8, + [280554] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6372), 1, - anon_sym_RBRACK, - ACTIONS(6374), 1, - sym_RETURN, - STATE(5388), 1, - aux_sym_signature_repeat1, + ACTIONS(6375), 1, + anon_sym_SEMI, + ACTIONS(6377), 1, + sym_IS, + ACTIONS(6379), 1, + sym_OPEN, + STATE(6785), 1, + sym_file_open_information, STATE(5386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280445] = 8, + [280581] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6376), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6381), 1, + anon_sym_RBRACK, + ACTIONS(6383), 1, sym_RETURN, - STATE(7559), 1, - sym_parameter_list_specification, + STATE(5372), 1, + aux_sym_signature_repeat1, STATE(5387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280472] = 8, + [280608] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276163,17 +276331,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6378), 1, + ACTIONS(6385), 1, anon_sym_RBRACK, - ACTIONS(6380), 1, + ACTIONS(6387), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280499] = 8, + [280635] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276182,33 +276350,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6382), 1, + ACTIONS(6389), 1, anon_sym_RBRACK, - ACTIONS(6384), 1, + ACTIONS(6391), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280526] = 5, + [280662] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6393), 1, + anon_sym_RBRACK, + ACTIONS(6395), 1, + sym_RETURN, + STATE(5389), 1, + aux_sym_signature_repeat1, STATE(5390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2882), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [280547] = 8, + [280689] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276217,17 +276388,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6386), 1, + ACTIONS(6397), 1, anon_sym_RBRACK, - ACTIONS(6388), 1, + ACTIONS(6399), 1, sym_RETURN, - STATE(5533), 1, + STATE(5388), 1, aux_sym_signature_repeat1, STATE(5391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280574] = 8, + [280716] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276236,17 +276407,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6390), 1, + ACTIONS(6401), 1, anon_sym_RBRACK, - ACTIONS(6392), 1, + ACTIONS(6403), 1, sym_RETURN, - STATE(5394), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280601] = 8, + [280743] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276255,36 +276426,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6394), 1, + ACTIONS(6405), 1, anon_sym_RBRACK, - ACTIONS(6396), 1, + ACTIONS(6407), 1, sym_RETURN, - STATE(5391), 1, + STATE(5392), 1, aux_sym_signature_repeat1, STATE(5393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280628] = 8, + [280770] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6398), 1, - anon_sym_RBRACK, - ACTIONS(6400), 1, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(6409), 1, sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(8311), 1, + sym_parameter_list_specification, STATE(5394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280655] = 8, + [280797] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276293,52 +276464,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6402), 1, + ACTIONS(6411), 1, anon_sym_RBRACK, - ACTIONS(6404), 1, + ACTIONS(6413), 1, sym_RETURN, - STATE(5397), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280682] = 5, + [280824] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6415), 1, + anon_sym_RBRACK, + ACTIONS(6417), 1, + sym_RETURN, + STATE(5395), 1, + aux_sym_signature_repeat1, STATE(5396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [280703] = 8, + [280851] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6406), 1, - anon_sym_RBRACK, - ACTIONS(6408), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(6271), 1, + sym_generate_head, + STATE(6484), 1, + sym_generate_body, + STATE(7204), 1, + sym_generate_direct_block, STATE(5397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280730] = 8, + [280878] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276347,17 +276521,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6410), 1, + ACTIONS(6419), 1, anon_sym_RBRACK, - ACTIONS(6412), 1, + ACTIONS(6421), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280757] = 8, + [280905] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276366,17 +276540,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6414), 1, + ACTIONS(6423), 1, anon_sym_RBRACK, - ACTIONS(6416), 1, + ACTIONS(6425), 1, sym_RETURN, - STATE(5401), 1, + STATE(5398), 1, aux_sym_signature_repeat1, STATE(5399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280784] = 8, + [280932] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276385,71 +276559,71 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6418), 1, + ACTIONS(6427), 1, anon_sym_RBRACK, - ACTIONS(6420), 1, + ACTIONS(6429), 1, sym_RETURN, - STATE(5398), 1, + STATE(5375), 1, aux_sym_signature_repeat1, STATE(5400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280811] = 8, + [280959] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6422), 1, - anon_sym_RBRACK, - ACTIONS(6424), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280838] = 8, + ACTIONS(6431), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [280980] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(6589), 1, - sym_generate_head, - STATE(6592), 1, - sym_generate_body, - STATE(6747), 1, - sym_generate_direct_block, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6433), 1, + anon_sym_RBRACK, + ACTIONS(6435), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280865] = 5, + [281007] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6437), 1, + anon_sym_RBRACK, + ACTIONS(6439), 1, + sym_RETURN, + STATE(5402), 1, + aux_sym_signature_repeat1, STATE(5403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3262), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [280886] = 5, + [281034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276460,28 +276634,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6426), 4, - sym_BUS, + ACTIONS(6441), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [280907] = 5, + anon_sym_GT_GT, + [281055] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6443), 1, + anon_sym_RBRACK, + ACTIONS(6445), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2404), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [280928] = 8, + [281082] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276490,33 +276667,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6428), 1, + ACTIONS(6447), 1, anon_sym_RBRACK, - ACTIONS(6430), 1, + ACTIONS(6449), 1, sym_RETURN, - STATE(5412), 1, + STATE(5405), 1, aux_sym_signature_repeat1, STATE(5406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280955] = 5, + [281109] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(6451), 1, + anon_sym_SEMI, + STATE(5483), 1, + aux_sym_conditional_or_unaffected_expression_repeat1, + STATE(5965), 1, + sym_when_expression, STATE(5407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6432), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [280976] = 5, + [281136] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276527,82 +276707,87 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6434), 4, - sym_BUS, + ACTIONS(6453), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [280997] = 5, + anon_sym_GT_GT, + [281157] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6455), 1, + anon_sym_RBRACK, + ACTIONS(6457), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3272), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [281018] = 5, + [281184] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6459), 1, + anon_sym_RBRACK, + ACTIONS(6461), 1, + sym_RETURN, + STATE(5409), 1, + aux_sym_signature_repeat1, STATE(5410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6436), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [281039] = 8, + [281211] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, + ACTIONS(6377), 1, sym_IS, - ACTIONS(6285), 1, + ACTIONS(6379), 1, sym_OPEN, - ACTIONS(6438), 1, + ACTIONS(6463), 1, anon_sym_SEMI, - STATE(7192), 1, + STATE(8051), 1, sym_file_open_information, STATE(5411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281066] = 8, + [281238] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6440), 1, - anon_sym_RBRACK, - ACTIONS(6442), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6465), 1, + anon_sym_SEMI, + STATE(7596), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281093] = 8, + [281263] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276611,17 +276796,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6444), 1, + ACTIONS(6469), 1, anon_sym_RBRACK, - ACTIONS(6446), 1, + ACTIONS(6471), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281120] = 8, + [281290] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276630,55 +276815,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6448), 1, + ACTIONS(6473), 1, anon_sym_RBRACK, - ACTIONS(6450), 1, + ACTIONS(6475), 1, sym_RETURN, - STATE(5418), 1, + STATE(5413), 1, aux_sym_signature_repeat1, STATE(5414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281147] = 8, + [281317] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6452), 1, - anon_sym_RBRACK, - ACTIONS(6454), 1, - sym_RETURN, - STATE(5428), 1, - aux_sym_signature_repeat1, + ACTIONS(6141), 1, + sym_CONFIGURATION, + ACTIONS(6143), 1, + sym_ENTITY, + ACTIONS(6145), 1, + sym_OPEN, + STATE(5349), 1, + sym_entity_aspect, STATE(5415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281174] = 8, + [281344] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6456), 1, - anon_sym_RBRACK, - ACTIONS(6458), 1, - sym_RETURN, - STATE(5413), 1, - aux_sym_signature_repeat1, STATE(5416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281201] = 5, + ACTIONS(6087), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [281365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276689,12 +276871,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [281222] = 8, + ACTIONS(6477), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [281386] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276703,122 +276885,110 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6460), 1, + ACTIONS(6479), 1, anon_sym_RBRACK, - ACTIONS(6462), 1, + ACTIONS(6481), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281249] = 8, + [281413] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, - sym_IS, - ACTIONS(6285), 1, - sym_OPEN, - ACTIONS(6464), 1, - anon_sym_SEMI, - STATE(6891), 1, - sym_file_open_information, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6483), 1, + anon_sym_RBRACK, + ACTIONS(6485), 1, + sym_RETURN, + STATE(5418), 1, + aux_sym_signature_repeat1, STATE(5419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281276] = 5, + [281440] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(6271), 1, + sym_generate_head, + STATE(6390), 1, + sym_generate_body, + STATE(7204), 1, + sym_generate_direct_block, STATE(5420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2420), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [281297] = 8, + [281467] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6466), 1, - anon_sym_RBRACK, - ACTIONS(6468), 1, - sym_RETURN, - STATE(5422), 1, - aux_sym_signature_repeat1, + ACTIONS(6487), 1, + anon_sym_SEMI, + STATE(7523), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281324] = 8, + [281492] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, + ACTIONS(6491), 1, + anon_sym_DOT, + STATE(5467), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6489), 2, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6470), 1, - anon_sym_RBRACK, - ACTIONS(6472), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5422), 3, sym__tool_directive, sym_line_comment, - sym_block_comment, - [281351] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5423), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(6474), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [281372] = 5, + sym_block_comment, + [281517] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5424), 3, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6493), 1, + anon_sym_RBRACK, + ACTIONS(6495), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, + STATE(5423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2424), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [281393] = 8, + [281544] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276827,55 +276997,73 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6476), 1, + ACTIONS(6497), 1, anon_sym_RBRACK, - ACTIONS(6478), 1, + ACTIONS(6499), 1, sym_RETURN, - STATE(5426), 1, + STATE(5423), 1, aux_sym_signature_repeat1, + STATE(5424), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [281571] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(6271), 1, + sym_generate_head, + STATE(7204), 1, + sym_generate_direct_block, + STATE(8018), 1, + sym_generate_body, STATE(5425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281420] = 8, + [281598] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6480), 1, - anon_sym_RBRACK, - ACTIONS(6482), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(6271), 1, + sym_generate_head, + STATE(6578), 1, + sym_generate_body, + STATE(7204), 1, + sym_generate_direct_block, STATE(5426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281447] = 8, + [281625] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6484), 1, - anon_sym_RBRACK, - ACTIONS(6486), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6501), 1, + anon_sym_SEMI, + STATE(8362), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281474] = 8, + [281650] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276884,17 +277072,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6488), 1, + ACTIONS(6503), 1, anon_sym_RBRACK, - ACTIONS(6490), 1, + ACTIONS(6505), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281501] = 8, + [281677] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276903,171 +277091,183 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6492), 1, + ACTIONS(6507), 1, anon_sym_RBRACK, - ACTIONS(6494), 1, + ACTIONS(6509), 1, sym_RETURN, - STATE(5427), 1, + STATE(5444), 1, aux_sym_signature_repeat1, STATE(5429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281528] = 7, + [281704] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6496), 1, - anon_sym_SEMI, - ACTIONS(6498), 1, - sym_ELSE, - STATE(6122), 1, - sym_else_waveform, - STATE(5430), 4, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6511), 1, + anon_sym_RBRACK, + ACTIONS(6513), 1, + sym_RETURN, + STATE(5428), 1, + aux_sym_signature_repeat1, + STATE(5430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_waveforms_repeat1, - [281553] = 7, + [281731] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - STATE(6106), 1, - sym_initialiser, - ACTIONS(6063), 2, + ACTIONS(6517), 1, + anon_sym_COMMA, + STATE(5505), 1, + aux_sym_waveform_repeat1, + ACTIONS(6515), 2, + sym_WHEN, anon_sym_SEMI, - anon_sym_RPAREN, STATE(5431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281578] = 8, + [281756] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5485), 1, - sym_FOR, - ACTIONS(5831), 1, - sym_USE, - STATE(5558), 1, - aux_sym_configuration_head_repeat2, - STATE(8031), 1, - sym_verification_unit_binding_indication, + ACTIONS(6519), 1, + anon_sym_SEMI, + STATE(7170), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281605] = 5, + [281781] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6521), 1, + anon_sym_SEMI, + ACTIONS(6523), 1, + sym_ELSE, + STATE(5500), 1, + aux_sym_conditional_waveforms_repeat1, + STATE(5908), 1, + sym_else_waveform, STATE(5433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6093), 4, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [281626] = 5, + [281808] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6525), 1, + anon_sym_RBRACK, + ACTIONS(6527), 1, + sym_RETURN, + STATE(5354), 1, + aux_sym_signature_repeat1, STATE(5434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6501), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [281647] = 5, + [281835] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6377), 1, + sym_IS, + ACTIONS(6379), 1, + sym_OPEN, + ACTIONS(6529), 1, + anon_sym_SEMI, + STATE(7464), 1, + sym_file_open_information, STATE(5435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6503), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [281668] = 5, + [281862] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6531), 1, + anon_sym_RBRACK, + ACTIONS(6533), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6505), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [281689] = 5, + [281889] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6535), 1, + anon_sym_RBRACK, + ACTIONS(6537), 1, + sym_RETURN, + STATE(5436), 1, + aux_sym_signature_repeat1, STATE(5437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6245), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [281710] = 8, + [281916] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6507), 1, - anon_sym_RBRACK, - ACTIONS(6509), 1, - sym_RETURN, - STATE(5440), 1, - aux_sym_signature_repeat1, STATE(5438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281737] = 5, + ACTIONS(6539), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [281937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277078,12 +277278,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6019), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [281758] = 8, + ACTIONS(3246), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [281958] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277092,17 +277292,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6511), 1, + ACTIONS(6541), 1, anon_sym_RBRACK, - ACTIONS(6513), 1, + ACTIONS(6543), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281785] = 5, + [281985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277113,30 +277313,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6099), 4, + ACTIONS(6079), 4, anon_sym_SEMI, anon_sym_COMMA, anon_sym_EQ_GT, anon_sym_PIPE, - [281806] = 7, + [282006] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6515), 1, - anon_sym_SEMI, - STATE(8176), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, STATE(5442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281831] = 5, + ACTIONS(5980), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [282027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277147,12 +277345,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6073), 4, + ACTIONS(5993), 4, sym_BUS, - sym_REGISTER, anon_sym_SEMI, + anon_sym_RPAREN, sym_variable_assignment, - [281852] = 8, + [282048] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277161,36 +277359,36 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6517), 1, + ACTIONS(6545), 1, anon_sym_RBRACK, - ACTIONS(6519), 1, + ACTIONS(6547), 1, sym_RETURN, - STATE(5445), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281879] = 8, + [282075] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6521), 1, - anon_sym_RBRACK, - ACTIONS(6523), 1, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(6549), 1, sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(8106), 1, + sym_parameter_list_specification, STATE(5445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281906] = 8, + [282102] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277199,55 +277397,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6525), 1, + ACTIONS(6551), 1, anon_sym_RBRACK, - ACTIONS(6527), 1, + ACTIONS(6553), 1, sym_RETURN, - STATE(5533), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281933] = 8, + [282129] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6529), 1, - anon_sym_SEMI, - STATE(5512), 1, - aux_sym_conditional_or_unaffected_expression_repeat1, - STATE(5976), 1, - sym_when_expression, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6555), 1, + anon_sym_RBRACK, + ACTIONS(6557), 1, + sym_RETURN, + STATE(5446), 1, + aux_sym_signature_repeat1, STATE(5447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281960] = 8, + [282156] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6531), 1, - anon_sym_RBRACK, - ACTIONS(6533), 1, - sym_RETURN, - STATE(5446), 1, - aux_sym_signature_repeat1, STATE(5448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281987] = 5, + ACTIONS(6559), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [282177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277258,50 +277453,50 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6535), 4, + ACTIONS(2516), 4, + sym_IS, + sym_PARAMETER, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282008] = 8, + anon_sym_LPAREN, + [282198] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6537), 1, - anon_sym_RBRACK, - ACTIONS(6539), 1, - sym_RETURN, - STATE(5452), 1, - aux_sym_signature_repeat1, + ACTIONS(5549), 1, + sym_GENERATE, + STATE(6270), 1, + sym_generate_body, + STATE(6271), 1, + sym_generate_head, + STATE(7204), 1, + sym_generate_direct_block, STATE(5450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282035] = 8, + [282225] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6541), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6561), 1, + anon_sym_RBRACK, + ACTIONS(6563), 1, sym_RETURN, - STATE(7658), 1, - sym_parameter_list_specification, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282062] = 8, + [282252] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277310,130 +277505,116 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6543), 1, + ACTIONS(6565), 1, anon_sym_RBRACK, - ACTIONS(6545), 1, + ACTIONS(6567), 1, sym_RETURN, - STATE(5533), 1, + STATE(5451), 1, aux_sym_signature_repeat1, STATE(5452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282089] = 8, + [282279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6547), 1, - anon_sym_RBRACK, - ACTIONS(6549), 1, - sym_RETURN, - STATE(5353), 1, - aux_sym_signature_repeat1, STATE(5453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282116] = 8, + ACTIONS(6087), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [282300] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6551), 1, - anon_sym_RBRACK, - ACTIONS(6553), 1, - sym_RETURN, - STATE(5455), 1, - aux_sym_signature_repeat1, STATE(5454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282143] = 8, + ACTIONS(6569), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [282321] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6555), 1, - anon_sym_RBRACK, - ACTIONS(6557), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282170] = 8, + ACTIONS(2636), 4, + sym_END, + sym_GENERIC, + sym_IS, + sym_PORT, + [282342] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6559), 1, - anon_sym_RBRACK, - ACTIONS(6561), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282197] = 8, + ACTIONS(6571), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_EQ_GT, + anon_sym_PIPE, + [282363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6563), 1, - anon_sym_RBRACK, - ACTIONS(6565), 1, - sym_RETURN, - STATE(5456), 1, - aux_sym_signature_repeat1, STATE(5457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282224] = 7, + ACTIONS(5980), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [282384] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6569), 1, + ACTIONS(6253), 1, anon_sym_COMMA, - STATE(5490), 1, - aux_sym_waveform_repeat1, - ACTIONS(6567), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(6573), 1, + anon_sym_RBRACK, + ACTIONS(6575), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282249] = 8, + [282411] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277442,36 +277623,33 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6571), 1, + ACTIONS(6577), 1, anon_sym_RBRACK, - ACTIONS(6573), 1, + ACTIONS(6579), 1, sym_RETURN, - STATE(5460), 1, + STATE(5458), 1, aux_sym_signature_repeat1, STATE(5459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282276] = 8, + [282438] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6575), 1, - anon_sym_RBRACK, - ACTIONS(6577), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282303] = 5, + ACTIONS(5857), 4, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + [282459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277482,48 +277660,45 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6579), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282324] = 6, + ACTIONS(3248), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [282480] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6583), 1, - anon_sym_LPAREN, - ACTIONS(6581), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, STATE(5462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282347] = 8, + ACTIONS(5993), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [282501] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6585), 1, - sym_END, - ACTIONS(6587), 1, - sym_WHEN, - STATE(5556), 1, - aux_sym_case_generate_block_repeat1, - STATE(6200), 1, - sym_case_generate_alternative, + ACTIONS(6583), 1, + anon_sym_LPAREN, + ACTIONS(6581), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282374] = 5, + [282524] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277534,28 +277709,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6426), 4, + ACTIONS(2884), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT_GT, - [282395] = 5, + sym_variable_assignment, + [282545] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6585), 1, + anon_sym_RBRACK, + ACTIONS(6587), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5873), 4, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - [282416] = 8, + [282572] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277568,123 +277746,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(6591), 1, sym_RETURN, - STATE(5467), 1, + STATE(5465), 1, aux_sym_signature_repeat1, STATE(5466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282443] = 8, + [282599] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, + ACTIONS(6491), 1, + anon_sym_DOT, + STATE(5554), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6593), 2, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6593), 1, - anon_sym_RBRACK, - ACTIONS(6595), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282470] = 8, + [282624] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6597), 1, - anon_sym_RBRACK, - ACTIONS(6599), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6595), 1, + anon_sym_SEMI, + STATE(6824), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282497] = 8, + [282649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(6516), 1, - sym_generate_body, - STATE(6589), 1, - sym_generate_head, - STATE(6747), 1, - sym_generate_direct_block, STATE(5469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282524] = 8, + ACTIONS(3440), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [282670] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6601), 1, - anon_sym_RBRACK, - ACTIONS(6603), 1, - sym_RETURN, - STATE(5468), 1, - aux_sym_signature_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + STATE(6575), 1, + sym_initialiser, + ACTIONS(6597), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282551] = 7, + [282695] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6605), 1, + ACTIONS(6599), 1, anon_sym_SEMI, - STATE(7076), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, - STATE(5471), 3, + ACTIONS(6601), 1, + sym_ELSE, + STATE(6429), 1, + sym_else_waveform, + STATE(5471), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [282576] = 5, + aux_sym_conditional_waveforms_repeat1, + [282720] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6604), 1, + anon_sym_RBRACK, + ACTIONS(6606), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6073), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [282597] = 8, + [282747] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277693,17 +277868,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6607), 1, + ACTIONS(6608), 1, anon_sym_RBRACK, - ACTIONS(6609), 1, + ACTIONS(6610), 1, sym_RETURN, - STATE(5477), 1, + STATE(5472), 1, aux_sym_signature_repeat1, STATE(5473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282624] = 5, + [282774] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277714,155 +277889,157 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6019), 4, - sym_BUS, + ACTIONS(6612), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [282645] = 8, + anon_sym_GT_GT, + [282795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, - sym_IS, - ACTIONS(6285), 1, - sym_OPEN, - ACTIONS(6611), 1, - anon_sym_SEMI, - STATE(7008), 1, - sym_file_open_information, STATE(5475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282672] = 5, + ACTIONS(3478), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [282816] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5476), 3, + ACTIONS(6614), 1, + sym_END, + ACTIONS(6616), 1, + sym_WHEN, + STATE(6284), 1, + sym_case_generate_alternative, + STATE(5476), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6613), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [282693] = 8, + aux_sym_case_generate_block_repeat1, + [282841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6615), 1, - anon_sym_RBRACK, - ACTIONS(6617), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282720] = 5, + ACTIONS(3248), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [282862] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6619), 1, + anon_sym_RBRACK, + ACTIONS(6621), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6619), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282741] = 8, + [282889] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6621), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6623), 1, + anon_sym_RBRACK, + ACTIONS(6625), 1, sym_RETURN, - STATE(7427), 1, - sym_parameter_list_specification, + STATE(5478), 1, + aux_sym_signature_repeat1, STATE(5479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282768] = 5, + [282916] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6627), 1, + sym_BEGIN, + ACTIONS(6629), 1, + sym_END, + STATE(6313), 1, + sym_entity_body, + STATE(6994), 1, + sym_end_entity, STATE(5480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6623), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [282789] = 8, + [282943] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6625), 1, - anon_sym_RBRACK, - ACTIONS(6627), 1, - sym_RETURN, - STATE(5482), 1, - aux_sym_signature_repeat1, + ACTIONS(6141), 1, + sym_CONFIGURATION, + ACTIONS(6143), 1, + sym_ENTITY, + ACTIONS(6145), 1, + sym_OPEN, + STATE(5198), 1, + sym_entity_aspect, STATE(5481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282816] = 8, + [282970] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, - anon_sym_RBRACK, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, ACTIONS(6631), 1, sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(7001), 1, + sym_parameter_list_specification, STATE(5482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282843] = 7, + [282997] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277871,35 +278048,35 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6633), 1, anon_sym_SEMI, - STATE(8091), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, - STATE(5483), 3, + ACTIONS(6635), 1, + sym_WHEN, + STATE(6554), 1, + sym_when_expression, + STATE(5483), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [282868] = 8, + aux_sym_conditional_or_unaffected_expression_repeat1, + [283022] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6635), 1, - anon_sym_SEMI, - ACTIONS(6637), 1, - sym_ELSE, - STATE(5497), 1, - aux_sym_conditional_waveforms_repeat1, - STATE(5685), 1, - sym_else_waveform, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6638), 1, + anon_sym_RBRACK, + ACTIONS(6640), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282895] = 8, + [283049] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277908,129 +278085,119 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6639), 1, + ACTIONS(6642), 1, anon_sym_RBRACK, - ACTIONS(6641), 1, + ACTIONS(6644), 1, sym_RETURN, - STATE(5533), 1, + STATE(5484), 1, aux_sym_signature_repeat1, STATE(5485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282922] = 8, + [283076] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6643), 1, - anon_sym_RBRACK, - ACTIONS(6645), 1, - sym_RETURN, - STATE(5499), 1, - aux_sym_signature_repeat1, STATE(5486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282949] = 8, + ACTIONS(6646), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283097] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6647), 1, - anon_sym_RBRACK, - ACTIONS(6649), 1, - sym_RETURN, - STATE(5485), 1, - aux_sym_signature_repeat1, + ACTIONS(3238), 1, + sym_WHEN, + STATE(5305), 1, + aux_sym_case_body_repeat1, + STATE(6225), 1, + sym_case_statement_alternative, + STATE(7251), 1, + sym_when_element, STATE(5487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282976] = 8, + [283124] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6651), 1, - anon_sym_RBRACK, - ACTIONS(6653), 1, - sym_RETURN, - STATE(5489), 1, - aux_sym_signature_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(6648), 1, + anon_sym_SEMI, + STATE(5407), 1, + aux_sym_conditional_or_unaffected_expression_repeat1, + STATE(5865), 1, + sym_when_expression, STATE(5488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283003] = 8, + [283151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6655), 1, - anon_sym_RBRACK, - ACTIONS(6657), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283030] = 6, + ACTIONS(6650), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283172] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6661), 1, - anon_sym_COMMA, - ACTIONS(6659), 2, - sym_WHEN, - anon_sym_SEMI, - STATE(5490), 4, + STATE(5490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_waveform_repeat1, - [283053] = 8, + ACTIONS(6652), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, - sym_IS, - ACTIONS(6285), 1, - sym_OPEN, - ACTIONS(6664), 1, - anon_sym_SEMI, - STATE(6802), 1, - sym_file_open_information, STATE(5491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283080] = 8, + ACTIONS(6006), 4, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [283214] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278039,17 +278206,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6666), 1, + ACTIONS(6654), 1, anon_sym_RBRACK, - ACTIONS(6668), 1, + ACTIONS(6656), 1, sym_RETURN, - STATE(5493), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283107] = 8, + [283241] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278058,159 +278225,157 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6670), 1, + ACTIONS(6658), 1, anon_sym_RBRACK, - ACTIONS(6672), 1, + ACTIONS(6660), 1, sym_RETURN, - STATE(5533), 1, + STATE(5492), 1, aux_sym_signature_repeat1, STATE(5493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283134] = 8, + [283268] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5695), 1, - anon_sym_LPAREN, - ACTIONS(5701), 1, - sym_PARAMETER, - ACTIONS(6228), 1, - anon_sym_SEMI, - STATE(8310), 1, - sym_parameter_list_specification, STATE(5494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283161] = 7, + ACTIONS(6612), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6230), 1, - sym_END, - ACTIONS(6232), 1, - sym_USE, - STATE(7383), 1, - sym_verification_unit_binding_indication, + ACTIONS(6662), 1, + anon_sym_COMMA, + ACTIONS(6665), 2, + sym_RETURN, + anon_sym_RBRACK, STATE(5495), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [283186] = 5, + aux_sym_signature_repeat1, + [283312] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5817), 1, + sym_USE, + ACTIONS(6667), 1, + sym_FOR, + STATE(5498), 1, + aux_sym_configuration_head_repeat2, + STATE(8202), 1, + sym_verification_unit_binding_indication, STATE(5496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6674), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283207] = 8, + [283339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6637), 1, - sym_ELSE, - ACTIONS(6676), 1, - anon_sym_SEMI, - STATE(5430), 1, - aux_sym_conditional_waveforms_repeat1, - STATE(5815), 1, - sym_else_waveform, STATE(5497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283234] = 5, + ACTIONS(6477), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283360] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5498), 3, + ACTIONS(6093), 1, + sym_FOR, + ACTIONS(6095), 1, + sym_USE, + STATE(8202), 1, + sym_verification_unit_binding_indication, + STATE(5498), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6678), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [283255] = 8, + aux_sym_configuration_head_repeat2, + [283385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6680), 1, - anon_sym_RBRACK, - ACTIONS(6682), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283282] = 8, + ACTIONS(6453), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283406] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6684), 1, - anon_sym_RBRACK, - ACTIONS(6686), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6523), 1, + sym_ELSE, + ACTIONS(6669), 1, + anon_sym_SEMI, + STATE(5471), 1, + aux_sym_conditional_waveforms_repeat1, + STATE(5763), 1, + sym_else_waveform, STATE(5500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283309] = 5, + [283433] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6671), 1, + anon_sym_RBRACK, + ACTIONS(6673), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6535), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283330] = 8, + [283460] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278219,106 +278384,104 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6688), 1, + ACTIONS(6675), 1, anon_sym_RBRACK, - ACTIONS(6690), 1, + ACTIONS(6677), 1, sym_RETURN, - STATE(5506), 1, + STATE(5515), 1, aux_sym_signature_repeat1, STATE(5502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283357] = 5, + [283487] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6679), 1, + anon_sym_RBRACK, + ACTIONS(6681), 1, + sym_RETURN, + STATE(5501), 1, + aux_sym_signature_repeat1, STATE(5503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6247), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283378] = 8, + [283514] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6692), 1, - anon_sym_RBRACK, - ACTIONS(6694), 1, - sym_RETURN, - STATE(5500), 1, - aux_sym_signature_repeat1, STATE(5504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283405] = 5, + ACTIONS(6683), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283535] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5505), 3, + ACTIONS(6687), 1, + anon_sym_COMMA, + ACTIONS(6685), 2, + sym_WHEN, + anon_sym_SEMI, + STATE(5505), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6436), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283426] = 8, + aux_sym_waveform_repeat1, + [283558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6696), 1, - anon_sym_RBRACK, - ACTIONS(6698), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283453] = 8, + ACTIONS(6431), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283579] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6700), 1, - anon_sym_RBRACK, - ACTIONS(6702), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6377), 1, + sym_IS, + ACTIONS(6379), 1, + sym_OPEN, + ACTIONS(6690), 1, + anon_sym_SEMI, + STATE(8037), 1, + sym_file_open_information, STATE(5507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283480] = 5, + [283606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278329,47 +278492,50 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6619), 4, - sym_BUS, + ACTIONS(6692), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [283501] = 5, + anon_sym_GT_GT, + [283627] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(6694), 1, + sym_RETURN, + STATE(6964), 1, + sym_parameter_list_specification, STATE(5509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6579), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283522] = 8, + [283654] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6704), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6696), 1, + anon_sym_RBRACK, + ACTIONS(6698), 1, sym_RETURN, - STATE(7480), 1, - sym_parameter_list_specification, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283549] = 8, + [283681] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278378,54 +278544,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6706), 1, + ACTIONS(6700), 1, anon_sym_RBRACK, - ACTIONS(6708), 1, + ACTIONS(6702), 1, sym_RETURN, - STATE(5348), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283576] = 7, + [283708] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6710), 1, - anon_sym_SEMI, - ACTIONS(6712), 1, - sym_WHEN, - STATE(6131), 1, - sym_when_expression, - STATE(5512), 4, + STATE(5512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_or_unaffected_expression_repeat1, - [283601] = 8, + ACTIONS(3458), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [283729] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6715), 1, - anon_sym_RBRACK, - ACTIONS(6717), 1, - sym_RETURN, - STATE(5516), 1, - aux_sym_signature_repeat1, + ACTIONS(6704), 1, + sym_END, + ACTIONS(6706), 1, + sym_WHEN, + STATE(5476), 1, + aux_sym_case_generate_block_repeat1, + STATE(6284), 1, + sym_case_generate_alternative, STATE(5513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283628] = 5, + [283756] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278436,143 +278600,137 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6432), 4, + ACTIONS(6441), 4, sym_BUS, anon_sym_SEMI, anon_sym_RPAREN, sym_variable_assignment, - [283649] = 8, + [283777] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, - sym_IS, - ACTIONS(6285), 1, - sym_OPEN, - ACTIONS(6719), 1, - anon_sym_SEMI, - STATE(7434), 1, - sym_file_open_information, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6708), 1, + anon_sym_RBRACK, + ACTIONS(6710), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283676] = 8, + [283804] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6721), 1, - anon_sym_RBRACK, - ACTIONS(6723), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + ACTIONS(6714), 1, + anon_sym_LPAREN, + ACTIONS(6712), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283703] = 7, + [283827] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - STATE(6086), 1, - sym_initialiser, - ACTIONS(6725), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6716), 1, + anon_sym_RBRACK, + ACTIONS(6718), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283728] = 7, + [283854] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6727), 1, - anon_sym_SEMI, - STATE(7320), 1, - sym_force_mode, - ACTIONS(6318), 2, - sym_IN, - sym_OUT, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6720), 1, + anon_sym_RBRACK, + ACTIONS(6722), 1, + sym_RETURN, + STATE(5517), 1, + aux_sym_signature_repeat1, STATE(5518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283753] = 8, + [283881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6729), 1, - anon_sym_RBRACK, - ACTIONS(6731), 1, - sym_RETURN, - STATE(5520), 1, - aux_sym_signature_repeat1, STATE(5519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283780] = 8, + ACTIONS(6251), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283902] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6733), 1, - anon_sym_RBRACK, - ACTIONS(6735), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283807] = 8, + ACTIONS(6559), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283923] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5721), 1, - anon_sym_LPAREN, - ACTIONS(5727), 1, - sym_PARAMETER, - ACTIONS(6737), 1, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6724), 1, + anon_sym_RBRACK, + ACTIONS(6726), 1, sym_RETURN, - STATE(8046), 1, - sym_parameter_list_specification, + STATE(5573), 1, + aux_sym_signature_repeat1, STATE(5521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283834] = 5, + [283950] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278583,50 +278741,44 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 4, - sym_END, - sym_GENERIC, - sym_IS, - sym_PORT, - [283855] = 8, + ACTIONS(6652), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283971] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6739), 1, - anon_sym_RBRACK, - ACTIONS(6741), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283882] = 8, + ACTIONS(6683), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283992] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6743), 1, - anon_sym_RBRACK, - ACTIONS(6745), 1, - sym_RETURN, - STATE(5523), 1, - aux_sym_signature_repeat1, STATE(5524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283909] = 8, + ACTIONS(6728), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284013] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278635,17 +278787,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6747), 1, + ACTIONS(6730), 1, anon_sym_RBRACK, - ACTIONS(6749), 1, + ACTIONS(6732), 1, sym_RETURN, - STATE(5526), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283936] = 8, + [284040] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278654,69 +278806,67 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6751), 1, + ACTIONS(6734), 1, anon_sym_RBRACK, - ACTIONS(6753), 1, + ACTIONS(6736), 1, sym_RETURN, - STATE(5533), 1, + STATE(5525), 1, aux_sym_signature_repeat1, STATE(5526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283963] = 8, + [284067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6755), 1, - anon_sym_RBRACK, - ACTIONS(6757), 1, - sym_RETURN, - STATE(5507), 1, - aux_sym_signature_repeat1, STATE(5527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283990] = 5, + ACTIONS(6738), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284088] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5849), 1, + sym_variable_assignment, + STATE(6410), 1, + sym_initialiser, + ACTIONS(6033), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6759), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [284011] = 6, + [284113] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6763), 1, - anon_sym_LPAREN, - ACTIONS(6761), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, STATE(5529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284034] = 5, + ACTIONS(6650), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [284134] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278727,12 +278877,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6674), 4, + ACTIONS(6738), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT_GT, - [284055] = 5, + sym_variable_assignment, + [284155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278743,12 +278893,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3230), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [284076] = 8, + ACTIONS(6728), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [284176] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278757,53 +278907,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6765), 1, + ACTIONS(6740), 1, anon_sym_RBRACK, - ACTIONS(6767), 1, + ACTIONS(6742), 1, sym_RETURN, - STATE(5534), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284103] = 6, + [284203] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6769), 1, + ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6772), 2, - sym_RETURN, + ACTIONS(6744), 1, anon_sym_RBRACK, - STATE(5533), 4, + ACTIONS(6746), 1, + sym_RETURN, + STATE(5532), 1, + aux_sym_signature_repeat1, + STATE(5533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_signature_repeat1, - [284126] = 8, + [284230] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6774), 1, - anon_sym_RBRACK, - ACTIONS(6776), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284153] = 5, + ACTIONS(6692), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [284251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278814,12 +278963,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6778), 4, + ACTIONS(6748), 4, + sym_IS, + sym_PARAMETER, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [284174] = 8, + anon_sym_LPAREN, + [284272] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278828,17 +278977,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6780), 1, + ACTIONS(6750), 1, anon_sym_RBRACK, - ACTIONS(6782), 1, + ACTIONS(6752), 1, sym_RETURN, - STATE(5537), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284201] = 8, + [284299] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278847,175 +278996,180 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6784), 1, + ACTIONS(6754), 1, anon_sym_RBRACK, - ACTIONS(6786), 1, + ACTIONS(6756), 1, sym_RETURN, - STATE(5533), 1, + STATE(5536), 1, aux_sym_signature_repeat1, STATE(5537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284228] = 8, + [284326] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5831), 1, + ACTIONS(6093), 1, + sym_END, + ACTIONS(6095), 1, sym_USE, - ACTIONS(6788), 1, - sym_FOR, - STATE(5558), 1, - aux_sym_configuration_head_repeat2, - STATE(8031), 1, + STATE(7681), 1, sym_verification_unit_binding_indication, - STATE(5538), 3, + STATE(5538), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [284255] = 5, + aux_sym_configuration_head_repeat2, + [284351] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6758), 1, + anon_sym_RBRACK, + ACTIONS(6760), 1, + sym_RETURN, + STATE(5440), 1, + aux_sym_signature_repeat1, STATE(5539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3228), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [284276] = 8, + [284378] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6790), 1, - anon_sym_RBRACK, - ACTIONS(6792), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284303] = 8, + ACTIONS(6762), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [284399] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6794), 1, + ACTIONS(6764), 1, anon_sym_SEMI, - STATE(5447), 1, - aux_sym_conditional_or_unaffected_expression_repeat1, - STATE(5803), 1, - sym_when_expression, + STATE(6926), 1, + sym_force_mode, + ACTIONS(6467), 2, + sym_IN, + sym_OUT, STATE(5541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284330] = 8, + [284424] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6796), 1, - anon_sym_RBRACK, - ACTIONS(6798), 1, - sym_RETURN, - STATE(5540), 1, - aux_sym_signature_repeat1, STATE(5542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284357] = 7, + ACTIONS(6766), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [284445] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6569), 1, - anon_sym_COMMA, - STATE(5458), 1, - aux_sym_waveform_repeat1, - ACTIONS(6800), 2, - sym_WHEN, + ACTIONS(6377), 1, + sym_IS, + ACTIONS(6379), 1, + sym_OPEN, + ACTIONS(6768), 1, anon_sym_SEMI, + STATE(7111), 1, + sym_file_open_information, STATE(5543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284382] = 5, + [284472] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5513), 1, + sym_FOR, + ACTIONS(5817), 1, + sym_USE, + STATE(5498), 1, + aux_sym_configuration_head_repeat2, + STATE(8202), 1, + sym_verification_unit_binding_indication, STATE(5544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6802), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [284403] = 5, + [284499] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6770), 1, + anon_sym_RBRACK, + ACTIONS(6772), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6245), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [284424] = 5, + [284526] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6774), 1, + anon_sym_RBRACK, + ACTIONS(6776), 1, + sym_RETURN, + STATE(5545), 1, + aux_sym_signature_repeat1, STATE(5546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6804), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [284445] = 5, + [284553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -279026,12 +279180,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6804), 4, - sym_BUS, + ACTIONS(5954), 4, + sym_GENERIC, + sym_PORT, + sym_USE, anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284466] = 5, + [284574] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -279042,12 +279196,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6623), 4, + ACTIONS(6646), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT_GT, - [284487] = 8, + sym_variable_assignment, + [284595] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -279056,17 +279210,17 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6806), 1, + ACTIONS(6778), 1, anon_sym_RBRACK, - ACTIONS(6808), 1, + ACTIONS(6780), 1, sym_RETURN, - STATE(5555), 1, + STATE(5495), 1, aux_sym_signature_repeat1, STATE(5549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284514] = 8, + [284622] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -279075,247 +279229,249 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6253), 1, anon_sym_COMMA, - ACTIONS(6810), 1, + ACTIONS(6782), 1, anon_sym_RBRACK, - ACTIONS(6812), 1, + ACTIONS(6784), 1, sym_RETURN, - STATE(5389), 1, + STATE(5549), 1, aux_sym_signature_repeat1, STATE(5550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284541] = 8, + [284649] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, + ACTIONS(6517), 1, anon_sym_COMMA, - ACTIONS(6814), 1, - anon_sym_RBRACK, - ACTIONS(6816), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, + STATE(5431), 1, + aux_sym_waveform_repeat1, + ACTIONS(6786), 2, + sym_WHEN, + anon_sym_SEMI, STATE(5551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284568] = 8, + [284674] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(6451), 1, - sym_generate_body, - STATE(6589), 1, - sym_generate_head, - STATE(6747), 1, - sym_generate_direct_block, STATE(5552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284595] = 5, + ACTIONS(3460), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [284695] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6377), 1, + sym_IS, + ACTIONS(6379), 1, + sym_OPEN, + ACTIONS(6788), 1, + anon_sym_SEMI, + STATE(6650), 1, + sym_file_open_information, STATE(5553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6759), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284616] = 8, + [284722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, + ACTIONS(6792), 1, + anon_sym_DOT, + ACTIONS(6790), 2, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6818), 1, - anon_sym_RBRACK, - ACTIONS(6820), 1, - sym_RETURN, - STATE(5551), 1, - aux_sym_signature_repeat1, - STATE(5554), 3, + STATE(5554), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [284643] = 8, + aux_sym_selected_name_repeat1, + [284745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6253), 1, - anon_sym_COMMA, - ACTIONS(6822), 1, - anon_sym_RBRACK, - ACTIONS(6824), 1, - sym_RETURN, - STATE(5533), 1, - aux_sym_signature_repeat1, STATE(5555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284670] = 7, + ACTIONS(3292), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [284766] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6826), 1, - sym_END, - ACTIONS(6828), 1, - sym_WHEN, - STATE(6200), 1, - sym_case_generate_alternative, - STATE(5556), 4, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6795), 1, + anon_sym_RBRACK, + ACTIONS(6797), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, + STATE(5556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_case_generate_block_repeat1, - [284695] = 8, + [284793] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3412), 1, - sym_WHEN, - STATE(5317), 1, - aux_sym_case_body_repeat1, - STATE(6294), 1, - sym_case_statement_alternative, - STATE(7786), 1, - sym_when_element, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6799), 1, + anon_sym_RBRACK, + ACTIONS(6801), 1, + sym_RETURN, + STATE(5556), 1, + aux_sym_signature_repeat1, STATE(5557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284722] = 7, + [284820] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6230), 1, - sym_FOR, - ACTIONS(6232), 1, - sym_USE, - STATE(8031), 1, - sym_verification_unit_binding_indication, - STATE(5558), 4, + STATE(5558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [284747] = 5, + ACTIONS(6803), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [284841] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5697), 1, + anon_sym_LPAREN, + ACTIONS(5703), 1, + sym_PARAMETER, + ACTIONS(6805), 1, + sym_RETURN, + STATE(8238), 1, + sym_parameter_list_specification, STATE(5559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6778), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284768] = 5, + [284868] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6807), 1, + anon_sym_RBRACK, + ACTIONS(6809), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6831), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PIPE, - [284789] = 5, + [284895] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6811), 1, + anon_sym_RBRACK, + ACTIONS(6813), 1, + sym_RETURN, + STATE(5560), 1, + aux_sym_signature_repeat1, STATE(5561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6802), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284810] = 7, + [284922] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6251), 1, - anon_sym_DOT, - STATE(5359), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6833), 2, - anon_sym_SEMI, + ACTIONS(6253), 1, anon_sym_COMMA, + ACTIONS(6815), 1, + anon_sym_RBRACK, + ACTIONS(6817), 1, + sym_RETURN, + STATE(5565), 1, + aux_sym_signature_repeat1, STATE(5562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284835] = 6, + [284949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(6835), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, STATE(5563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284858] = 5, + ACTIONS(5984), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [284970] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -279326,928 +279482,953 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6505), 4, - sym_BUS, + ACTIONS(2488), 4, + sym_IS, + sym_PARAMETER, anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284879] = 8, + anon_sym_LPAREN, + [284991] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6117), 1, - sym_CONFIGURATION, - ACTIONS(6119), 1, - sym_ENTITY, - ACTIONS(6121), 1, - sym_OPEN, - STATE(5255), 1, - sym_entity_aspect, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6819), 1, + anon_sym_RBRACK, + ACTIONS(6821), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284906] = 8, + [285018] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5537), 1, - sym_GENERATE, - STATE(6589), 1, - sym_generate_head, - STATE(6621), 1, - sym_generate_body, - STATE(6747), 1, - sym_generate_direct_block, STATE(5566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284933] = 7, + ACTIONS(5984), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + [285039] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6839), 1, - anon_sym_COMMA, - ACTIONS(6841), 1, - anon_sym_RPAREN, - STATE(6009), 1, - aux_sym_association_or_range_list_repeat1, + ACTIONS(6825), 1, + anon_sym_LPAREN, + ACTIONS(6823), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284957] = 7, + [285062] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6843), 1, - sym_CONSTANT, - ACTIONS(6845), 1, - sym_SIGNAL, - ACTIONS(6847), 1, - sym_VARIABLE, STATE(5568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284981] = 7, + ACTIONS(3274), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [285083] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(6849), 1, + ACTIONS(5725), 1, + anon_sym_LPAREN, + ACTIONS(5731), 1, + sym_PARAMETER, + ACTIONS(6085), 1, anon_sym_SEMI, - STATE(8137), 1, - sym_generic_map_aspect, + STATE(7177), 1, + sym_parameter_list_specification, STATE(5569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285005] = 7, + [285110] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6851), 1, - anon_sym_COMMA, - ACTIONS(6853), 1, - anon_sym_COLON, - STATE(5829), 1, - aux_sym_identifier_list_repeat1, STATE(5570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285029] = 7, + ACTIONS(2536), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [285131] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6855), 1, - anon_sym_SEMI, - ACTIONS(6857), 1, + ACTIONS(6253), 1, anon_sym_COMMA, - STATE(5663), 1, - aux_sym_use_clause_repeat1, + ACTIONS(6827), 1, + anon_sym_RBRACK, + ACTIONS(6829), 1, + sym_RETURN, + STATE(5572), 1, + aux_sym_signature_repeat1, STATE(5571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285053] = 7, + [285158] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6153), 1, - anon_sym_SEMI, - STATE(6715), 1, - sym_initialiser, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6831), 1, + anon_sym_RBRACK, + ACTIONS(6833), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285077] = 7, + [285185] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6859), 1, - sym_CONSTANT, - ACTIONS(6861), 1, - sym_SIGNAL, - ACTIONS(6863), 1, - sym_VARIABLE, + ACTIONS(6253), 1, + anon_sym_COMMA, + ACTIONS(6835), 1, + anon_sym_RBRACK, + ACTIONS(6837), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285101] = 7, + [285212] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6865), 1, - sym_CONSTANT, - ACTIONS(6867), 1, - sym_SIGNAL, - ACTIONS(6869), 1, - sym_VARIABLE, + ACTIONS(6841), 1, + anon_sym_LBRACK, + STATE(6589), 1, + sym_signature, + ACTIONS(6839), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(5574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285125] = 7, + [285237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(6873), 1, - anon_sym_RPAREN, - STATE(5582), 1, - aux_sym_association_list_repeat1, + ACTIONS(6093), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285149] = 7, + [285257] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6875), 1, - sym_SHARED, - ACTIONS(6877), 1, - sym_VARIABLE, - STATE(4698), 1, - sym_variable_declaration, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(6843), 1, + anon_sym_SEMI, + STATE(7162), 1, + sym_severity_expression, STATE(5576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285173] = 7, + [285281] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(6879), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(5972), 1, anon_sym_SEMI, - STATE(6707), 1, - sym_generic_map_aspect, + STATE(8353), 1, + sym_initialiser, STATE(5577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285197] = 7, + [285305] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(6881), 1, - anon_sym_SEMI, - STATE(6702), 1, - sym_generic_map_aspect, + ACTIONS(6845), 1, + anon_sym_COMMA, + ACTIONS(6847), 1, + anon_sym_RPAREN, + STATE(5975), 1, + aux_sym_array_index_incomplete_type_list_repeat1, STATE(5578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285221] = 7, + [285329] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6883), 1, - anon_sym_COMMA, - ACTIONS(6885), 1, - anon_sym_RPAREN, - STATE(5834), 1, - aux_sym_enumeration_type_definition_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(6849), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285245] = 7, + [285353] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6887), 1, + ACTIONS(6851), 1, sym_CONSTANT, - ACTIONS(6889), 1, + ACTIONS(6853), 1, sym_SIGNAL, - ACTIONS(6891), 1, + ACTIONS(6855), 1, sym_VARIABLE, STATE(5580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285269] = 7, + [285377] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6893), 1, - anon_sym_SEMI, - STATE(6701), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(6859), 1, + anon_sym_RPAREN, + STATE(5591), 1, + aux_sym_association_list_repeat1, STATE(5581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285293] = 7, + [285401] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(6895), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(6861), 1, + sym_CONSTANT, + ACTIONS(6863), 1, + sym_SIGNAL, + ACTIONS(6865), 1, + sym_VARIABLE, STATE(5582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285317] = 7, + [285425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(6897), 1, - anon_sym_SEMI, - STATE(7564), 1, - sym_port_map_aspect, + ACTIONS(6867), 1, + sym_CONSTANT, + ACTIONS(6869), 1, + sym_SIGNAL, + ACTIONS(6871), 1, + sym_VARIABLE, STATE(5583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285341] = 6, + [285449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6899), 1, - anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(6873), 1, + sym_CONSTANT, + ACTIONS(6875), 1, + sym_SIGNAL, + ACTIONS(6877), 1, + sym_VARIABLE, STATE(5584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285363] = 5, + [285473] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6901), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(6879), 1, + anon_sym_SEMI, + STATE(8351), 1, + sym_generic_map_aspect, STATE(5585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285383] = 7, + [285497] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(6903), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(6881), 1, + sym_CONSTANT, + ACTIONS(6883), 1, + sym_SIGNAL, + ACTIONS(6885), 1, + sym_VARIABLE, STATE(5586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285407] = 5, + [285521] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6905), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(6887), 1, + anon_sym_SEMI, + STATE(8349), 1, + sym_generic_map_aspect, STATE(5587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285427] = 7, + [285545] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6883), 1, - anon_sym_COMMA, - ACTIONS(6907), 1, - anon_sym_RPAREN, - STATE(5579), 1, - aux_sym_enumeration_type_definition_repeat1, + ACTIONS(6889), 1, + sym_CONSTANT, + ACTIONS(6891), 1, + sym_SIGNAL, + ACTIONS(6893), 1, + sym_VARIABLE, STATE(5588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285451] = 7, + [285569] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6909), 1, - anon_sym_DOT, - ACTIONS(6911), 1, - anon_sym_LPAREN, - ACTIONS(6913), 1, - anon_sym_COLON, + ACTIONS(6895), 1, + sym_CONSTANT, + ACTIONS(6897), 1, + sym_SIGNAL, + ACTIONS(6899), 1, + sym_VARIABLE, STATE(5589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285475] = 5, + [285593] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6915), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6901), 1, + anon_sym_SEMI, + STATE(8348), 1, + sym_initialiser, STATE(5590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285495] = 5, + [285617] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6917), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(6903), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285515] = 7, + [285641] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(6919), 1, - anon_sym_SEMI, - STATE(5598), 1, - aux_sym_use_clause_repeat1, + ACTIONS(6905), 1, + sym_CONSTANT, + ACTIONS(6907), 1, + sym_SIGNAL, + ACTIONS(6909), 1, + sym_VARIABLE, STATE(5592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285539] = 7, + [285665] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6921), 1, - anon_sym_SEMI, - ACTIONS(6923), 1, - sym_IS, - STATE(6242), 1, - sym_subprogram_head, + ACTIONS(6911), 1, + sym_CONSTANT, + ACTIONS(6913), 1, + sym_SIGNAL, + ACTIONS(6915), 1, + sym_VARIABLE, STATE(5593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285563] = 7, + [285689] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6925), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6917), 1, + sym_CONSTANT, + ACTIONS(6919), 1, + sym_SIGNAL, + ACTIONS(6921), 1, + sym_VARIABLE, STATE(5594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285587] = 7, + [285713] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6927), 1, + ACTIONS(6923), 1, sym_CONSTANT, - ACTIONS(6929), 1, + ACTIONS(6925), 1, sym_SIGNAL, - ACTIONS(6931), 1, + ACTIONS(6927), 1, sym_VARIABLE, STATE(5595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285611] = 7, + [285737] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6171), 1, - anon_sym_SEMI, - STATE(8102), 1, - sym_initialiser, + ACTIONS(6929), 1, + sym_CONSTANT, + ACTIONS(6931), 1, + sym_SIGNAL, + ACTIONS(6933), 1, + sym_VARIABLE, STATE(5596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285635] = 5, + [285761] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2948), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(6935), 1, + sym_CONSTANT, + ACTIONS(6937), 1, + sym_SIGNAL, + ACTIONS(6939), 1, + sym_VARIABLE, STATE(5597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285655] = 7, + [285785] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(6933), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(6941), 1, + sym_CONSTANT, + ACTIONS(6943), 1, + sym_SIGNAL, + ACTIONS(6945), 1, + sym_VARIABLE, STATE(5598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285679] = 7, + [285809] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6935), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6947), 1, + anon_sym_COMMA, + ACTIONS(6949), 1, + anon_sym_RPAREN, + STATE(5701), 1, + aux_sym_group_constituent_list_repeat1, STATE(5599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285703] = 7, + [285833] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6937), 1, - anon_sym_COMMA, - ACTIONS(6939), 1, - anon_sym_COLON, - STATE(5960), 1, - aux_sym_instantiation_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(6951), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285727] = 7, + [285857] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6941), 1, + ACTIONS(6953), 1, sym_CONSTANT, - ACTIONS(6943), 1, + ACTIONS(6955), 1, sym_SIGNAL, - ACTIONS(6945), 1, + ACTIONS(6957), 1, sym_VARIABLE, STATE(5601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285751] = 7, + [285881] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5990), 1, - anon_sym_RPAREN, - ACTIONS(6947), 1, - anon_sym_COMMA, - STATE(5167), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(6959), 1, + anon_sym_SEMI, + STATE(6748), 1, + sym_port_map_aspect, STATE(5602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285775] = 7, + [285905] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6949), 1, + ACTIONS(6961), 1, sym_CONSTANT, - ACTIONS(6951), 1, + ACTIONS(6963), 1, sym_SIGNAL, - ACTIONS(6953), 1, + ACTIONS(6965), 1, sym_VARIABLE, STATE(5603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285799] = 7, + [285929] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6955), 1, - sym_CONSTANT, - ACTIONS(6957), 1, - sym_SIGNAL, - ACTIONS(6959), 1, - sym_VARIABLE, + ACTIONS(6967), 1, + anon_sym_SEMI, + ACTIONS(6969), 1, + anon_sym_COMMA, + STATE(5611), 1, + aux_sym_use_clause_repeat1, STATE(5604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285823] = 7, + [285953] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6961), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(6971), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285847] = 5, + [285977] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6963), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6973), 1, + anon_sym_COMMA, + ACTIONS(6975), 1, + anon_sym_RPAREN, + STATE(5690), 1, + aux_sym_entity_class_entry_list_repeat1, STATE(5606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285867] = 5, + [286001] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6965), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(6977), 1, + sym_CONSTANT, + ACTIONS(6979), 1, + sym_SIGNAL, + ACTIONS(6981), 1, + sym_VARIABLE, STATE(5607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285887] = 7, + [286025] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(6967), 1, - anon_sym_RPAREN, - STATE(5611), 1, - aux_sym_association_list_repeat1, + ACTIONS(6983), 1, + sym_CONSTANT, + ACTIONS(6985), 1, + sym_SIGNAL, + ACTIONS(6987), 1, + sym_VARIABLE, STATE(5608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285911] = 6, + [286049] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6969), 1, - anon_sym_COMMA, - ACTIONS(6972), 1, - anon_sym_RPAREN, - STATE(5609), 4, + ACTIONS(6989), 1, + sym_CONSTANT, + ACTIONS(6991), 1, + sym_SIGNAL, + ACTIONS(6993), 1, + sym_VARIABLE, + STATE(5609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_index_constraint_repeat1, - [285933] = 7, + [286073] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(6974), 1, - anon_sym_SEMI, - STATE(7444), 1, - sym_port_map_aspect, + ACTIONS(6995), 1, + sym_CONSTANT, + ACTIONS(6997), 1, + sym_SIGNAL, + ACTIONS(6999), 1, + sym_VARIABLE, STATE(5610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285957] = 7, + [286097] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(6976), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7001), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285981] = 7, + [286121] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6978), 1, + ACTIONS(7003), 1, sym_CONSTANT, - ACTIONS(6980), 1, + ACTIONS(7005), 1, sym_SIGNAL, - ACTIONS(6982), 1, + ACTIONS(7007), 1, sym_VARIABLE, STATE(5612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286005] = 5, + [286145] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6984), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7009), 1, + anon_sym_RPAREN, + STATE(5605), 1, + aux_sym_association_list_repeat1, STATE(5613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286025] = 5, + [286169] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6986), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7011), 1, anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286045] = 7, + [286193] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5829), 1, - anon_sym_SEMI, - STATE(7704), 1, - sym_timeout_clause, + ACTIONS(7013), 1, + sym_CONSTANT, + ACTIONS(7015), 1, + sym_SIGNAL, + ACTIONS(7017), 1, + sym_VARIABLE, STATE(5615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286069] = 5, + [286217] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6988), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7019), 1, + anon_sym_RPAREN, + STATE(5614), 1, + aux_sym_association_list_repeat1, STATE(5616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286089] = 6, + [286241] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5717), 1, - aux_sym_index_constraint_repeat1, - ACTIONS(6097), 2, + ACTIONS(6857), 1, anon_sym_COMMA, + ACTIONS(7021), 1, anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286111] = 7, + [286265] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6990), 1, + ACTIONS(7023), 1, sym_CONSTANT, - ACTIONS(6992), 1, + ACTIONS(7025), 1, sym_SIGNAL, - ACTIONS(6994), 1, + ACTIONS(7027), 1, sym_VARIABLE, STATE(5618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286135] = 7, + [286289] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(6996), 1, + ACTIONS(7029), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5617), 1, aux_sym_association_list_repeat1, STATE(5619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286159] = 7, + [286313] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -280256,114 +280437,117 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(6998), 1, - anon_sym_SEMI, - STATE(5627), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7031), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286183] = 7, + [286337] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7000), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7033), 1, + sym_CONSTANT, + ACTIONS(7035), 1, + sym_SIGNAL, + ACTIONS(7037), 1, + sym_VARIABLE, STATE(5621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286207] = 7, + [286361] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7002), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7039), 1, + sym_CONSTANT, + ACTIONS(7041), 1, + sym_SIGNAL, + ACTIONS(7043), 1, + sym_VARIABLE, STATE(5622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286231] = 5, + [286385] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6019), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(7045), 1, + sym_CONSTANT, + ACTIONS(7047), 1, + sym_SIGNAL, + ACTIONS(7049), 1, + sym_VARIABLE, STATE(5623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286251] = 6, + [286409] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7004), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7007), 1, + ACTIONS(7051), 1, anon_sym_RPAREN, - STATE(5624), 4, + STATE(5627), 1, + aux_sym_association_list_repeat1, + STATE(5624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_aggregate_repeat1, - [286273] = 7, + [286433] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7009), 1, - anon_sym_RPAREN, - STATE(5619), 1, - aux_sym_association_list_repeat1, + ACTIONS(7053), 1, + sym_CONSTANT, + ACTIONS(7055), 1, + sym_SIGNAL, + ACTIONS(7057), 1, + sym_VARIABLE, STATE(5625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286297] = 7, + [286457] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7011), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7059), 1, + sym_CONSTANT, + ACTIONS(7061), 1, + sym_SIGNAL, + ACTIONS(7063), 1, + sym_VARIABLE, STATE(5626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286321] = 7, + [286481] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -280372,83 +280556,83 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7013), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7065), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286345] = 7, + [286505] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7015), 1, + ACTIONS(7067), 1, sym_CONSTANT, - ACTIONS(7017), 1, + ACTIONS(7069), 1, sym_SIGNAL, - ACTIONS(7019), 1, + ACTIONS(7071), 1, sym_VARIABLE, STATE(5628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286369] = 7, + [286529] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7021), 1, + ACTIONS(7073), 1, anon_sym_RPAREN, - STATE(5626), 1, + STATE(5620), 1, aux_sym_association_list_repeat1, STATE(5629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286393] = 7, + [286553] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7023), 1, + ACTIONS(7075), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286417] = 7, + [286577] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7025), 1, - anon_sym_RPAREN, - STATE(5630), 1, - aux_sym_association_list_repeat1, + ACTIONS(7077), 1, + sym_CONSTANT, + ACTIONS(7079), 1, + sym_SIGNAL, + ACTIONS(7081), 1, + sym_VARIABLE, STATE(5631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286441] = 7, + [286601] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -280457,440 +280641,437 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7027), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7083), 1, + anon_sym_RPAREN, + STATE(5630), 1, + aux_sym_association_list_repeat1, STATE(5632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286465] = 7, + [286625] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7029), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7085), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(6775), 1, + sym_initialiser, STATE(5633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286489] = 7, + [286649] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7031), 1, + ACTIONS(7087), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286513] = 7, + [286673] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7033), 1, + ACTIONS(7089), 1, sym_CONSTANT, - ACTIONS(7035), 1, + ACTIONS(7091), 1, sym_SIGNAL, - ACTIONS(7037), 1, + ACTIONS(7093), 1, sym_VARIABLE, STATE(5635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286537] = 7, + [286697] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7039), 1, - anon_sym_RPAREN, - STATE(5634), 1, - aux_sym_association_list_repeat1, + ACTIONS(7095), 1, + anon_sym_SEMI, + STATE(5643), 1, + aux_sym_use_clause_repeat1, STATE(5636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286561] = 7, + [286721] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7043), 1, - sym_variable_assignment, - STATE(62), 1, - sym_signal_assignment, + ACTIONS(7097), 1, + sym_CONSTANT, + ACTIONS(7099), 1, + sym_SIGNAL, + ACTIONS(7101), 1, + sym_VARIABLE, STATE(5637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286585] = 7, + [286745] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7045), 1, - anon_sym_SEMI, - STATE(5632), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7103), 1, + sym_CONSTANT, + ACTIONS(7105), 1, + sym_SIGNAL, + ACTIONS(7107), 1, + sym_VARIABLE, STATE(5638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286609] = 7, + [286769] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7047), 1, - anon_sym_SEMI, - STATE(7465), 1, - sym_severity_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7109), 1, + anon_sym_RPAREN, + STATE(5634), 1, + aux_sym_association_list_repeat1, STATE(5639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286633] = 7, + [286793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7049), 1, - anon_sym_RPAREN, - STATE(5642), 1, - aux_sym_association_list_repeat1, + ACTIONS(7111), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286657] = 7, + [286813] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7051), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7113), 1, + sym_CONSTANT, + ACTIONS(7115), 1, + sym_SIGNAL, + ACTIONS(7117), 1, + sym_VARIABLE, STATE(5641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286681] = 7, + [286837] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7053), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7119), 1, + sym_CONSTANT, + ACTIONS(7121), 1, + sym_SIGNAL, + ACTIONS(7123), 1, + sym_VARIABLE, STATE(5642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286705] = 7, + [286861] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7055), 1, - anon_sym_RPAREN, - STATE(5641), 1, - aux_sym_association_list_repeat1, + ACTIONS(7125), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286729] = 7, + [286885] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6923), 1, - sym_IS, - ACTIONS(7057), 1, + ACTIONS(7127), 1, anon_sym_SEMI, - STATE(6284), 1, - sym_subprogram_head, - STATE(5644), 3, + ACTIONS(7130), 1, + anon_sym_RPAREN, + STATE(5644), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [286753] = 7, + aux_sym_interface_list_repeat1, + [286907] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6097), 1, - sym_OF, - ACTIONS(7059), 1, - anon_sym_COMMA, - STATE(5730), 1, - aux_sym_index_constraint_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7132), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286777] = 7, + [286931] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7061), 1, - anon_sym_COLON, - STATE(5962), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(7134), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286801] = 7, + [286955] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7063), 1, - sym_variable_assignment, - STATE(49), 1, - sym_signal_assignment, + ACTIONS(7136), 1, + sym_CONSTANT, + ACTIONS(7138), 1, + sym_SIGNAL, + ACTIONS(7140), 1, + sym_VARIABLE, STATE(5647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286825] = 7, + [286979] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7065), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7142), 1, + sym_CONSTANT, + ACTIONS(7144), 1, + sym_SIGNAL, + ACTIONS(7146), 1, + sym_VARIABLE, STATE(5648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286849] = 7, + [287003] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7067), 1, - anon_sym_SEMI, - STATE(7317), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7148), 1, + anon_sym_RPAREN, + STATE(5646), 1, + aux_sym_association_list_repeat1, STATE(5649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286873] = 7, + [287027] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7069), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7150), 1, + sym_CONSTANT, + ACTIONS(7152), 1, + sym_SIGNAL, + ACTIONS(7154), 1, + sym_VARIABLE, STATE(5650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286897] = 7, + [287051] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7071), 1, - anon_sym_SEMI, - STATE(5658), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7156), 1, + sym_CONSTANT, + ACTIONS(7158), 1, + sym_SIGNAL, + ACTIONS(7160), 1, + sym_VARIABLE, STATE(5651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286921] = 7, + [287075] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5652), 1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(7162), 1, anon_sym_SEMI, - STATE(7701), 1, - sym_when_expression, + STATE(8359), 1, + sym_timeout_clause, STATE(5652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286945] = 7, + [287099] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7073), 1, - anon_sym_RPAREN, - STATE(5650), 1, - aux_sym_association_list_repeat1, + ACTIONS(7164), 1, + sym_CONSTANT, + ACTIONS(7166), 1, + sym_SIGNAL, + ACTIONS(7168), 1, + sym_VARIABLE, STATE(5653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286969] = 7, + [287123] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7075), 1, - anon_sym_SEMI, - STATE(8106), 1, - sym_generic_map_aspect, + ACTIONS(7170), 1, + sym_CONSTANT, + ACTIONS(7172), 1, + sym_SIGNAL, + ACTIONS(7174), 1, + sym_VARIABLE, STATE(5654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286993] = 7, + [287147] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7077), 1, - anon_sym_SEMI, - STATE(7435), 1, - sym_initialiser, + ACTIONS(7176), 1, + sym_CONSTANT, + ACTIONS(7178), 1, + sym_SIGNAL, + ACTIONS(7180), 1, + sym_VARIABLE, STATE(5655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287017] = 7, + [287171] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7079), 1, - sym_CONSTANT, - ACTIONS(7081), 1, - sym_SIGNAL, - ACTIONS(7083), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7182), 1, + anon_sym_RPAREN, + STATE(5658), 1, + aux_sym_association_list_repeat1, STATE(5656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287041] = 7, + [287195] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7085), 1, + ACTIONS(7184), 1, sym_CONSTANT, - ACTIONS(7087), 1, + ACTIONS(7186), 1, sym_SIGNAL, - ACTIONS(7089), 1, + ACTIONS(7188), 1, sym_VARIABLE, STATE(5657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287065] = 7, + [287219] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -280899,1555 +281080,1538 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7091), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7190), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287089] = 6, + [287243] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7093), 1, - anon_sym_COMMA, - ACTIONS(7096), 1, - anon_sym_RPAREN, - STATE(5659), 4, + ACTIONS(7192), 1, + sym_CONSTANT, + ACTIONS(7194), 1, + sym_SIGNAL, + ACTIONS(7196), 1, + sym_VARIABLE, + STATE(5659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_association_or_range_list_repeat1, - [287111] = 7, + [287267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7098), 1, - sym_CONSTANT, - ACTIONS(7100), 1, - sym_SIGNAL, - ACTIONS(7102), 1, - sym_VARIABLE, + ACTIONS(7198), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287135] = 7, + [287287] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7104), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7200), 1, + sym_CONSTANT, + ACTIONS(7202), 1, + sym_SIGNAL, + ACTIONS(7204), 1, + sym_VARIABLE, STATE(5661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287159] = 7, + [287311] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7106), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7206), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287183] = 7, + [287335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7108), 1, + ACTIONS(7210), 1, + sym_OF, + ACTIONS(7208), 2, anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + anon_sym_RPAREN, STATE(5663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287207] = 5, + [287357] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6073), 3, - sym_GENERIC, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7212), 1, anon_sym_SEMI, - sym_variable_assignment, + STATE(8262), 1, + sym_port_map_aspect, STATE(5664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287227] = 7, + [287381] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7214), 1, anon_sym_COMMA, - ACTIONS(7110), 1, - anon_sym_RPAREN, - STATE(5662), 1, - aux_sym_association_list_repeat1, + ACTIONS(7216), 1, + anon_sym_COLON, + STATE(5774), 1, + aux_sym_entity_name_list_repeat1, STATE(5665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287251] = 7, + [287405] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7112), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7218), 1, + sym_CONSTANT, + ACTIONS(7220), 1, + sym_SIGNAL, + ACTIONS(7222), 1, + sym_VARIABLE, STATE(5666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287275] = 7, + [287429] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7114), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7224), 1, anon_sym_SEMI, - STATE(6771), 1, - sym_initialiser, + STATE(5674), 1, + aux_sym_use_clause_repeat1, STATE(5667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287299] = 7, + [287453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7116), 1, - anon_sym_SEMI, - STATE(6774), 1, - sym_generic_map_aspect, - STATE(5668), 3, + ACTIONS(7226), 1, + anon_sym_COMMA, + ACTIONS(7229), 1, + anon_sym_RPAREN, + STATE(5668), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [287323] = 5, + aux_sym_element_association_list_repeat1, + [287475] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7118), 3, - sym_RETURN, + ACTIONS(6857), 1, anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(7231), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287343] = 7, + [287499] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7120), 1, - anon_sym_SEMI, - STATE(8101), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7233), 1, + anon_sym_RPAREN, + STATE(5669), 1, + aux_sym_association_list_repeat1, STATE(5670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287367] = 7, + [287523] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7122), 1, - anon_sym_RPAREN, - STATE(5673), 1, - aux_sym_association_list_repeat1, + ACTIONS(7235), 1, + sym_CONSTANT, + ACTIONS(7237), 1, + sym_SIGNAL, + ACTIONS(7239), 1, + sym_VARIABLE, STATE(5671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287391] = 7, + [287547] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7124), 1, - sym_CONSTANT, - ACTIONS(7126), 1, - sym_SIGNAL, - ACTIONS(7128), 1, - sym_VARIABLE, + ACTIONS(5509), 1, + sym_RANGE, + ACTIONS(5733), 1, + sym_IS, + STATE(8136), 1, + sym_range_constraint, STATE(5672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287415] = 7, + [287571] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7130), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7241), 1, + sym_CONSTANT, + ACTIONS(7243), 1, + sym_SIGNAL, + ACTIONS(7245), 1, + sym_VARIABLE, STATE(5673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287439] = 7, + [287595] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7132), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7247), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287463] = 7, + [287619] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5676), 1, - anon_sym_SEMI, - STATE(7699), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7249), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287487] = 7, + [287643] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7134), 1, + ACTIONS(7251), 1, anon_sym_RPAREN, - STATE(5674), 1, + STATE(5675), 1, aux_sym_association_list_repeat1, STATE(5676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287511] = 7, + [287667] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7136), 1, - anon_sym_RPAREN, - STATE(5756), 1, - aux_sym_association_list_repeat1, + ACTIONS(7253), 1, + anon_sym_SEMI, + STATE(5840), 1, + aux_sym_use_clause_repeat1, STATE(5677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287535] = 7, + [287691] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7138), 1, - sym_CONSTANT, - ACTIONS(7140), 1, - sym_SIGNAL, - ACTIONS(7142), 1, - sym_VARIABLE, + ACTIONS(7255), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287559] = 7, + [287711] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7144), 1, - anon_sym_SEMI, - STATE(6777), 1, - sym_generic_map_aspect, + ACTIONS(7257), 1, + anon_sym_COMMA, + ACTIONS(7259), 1, + anon_sym_RPAREN, + STATE(5802), 1, + aux_sym_record_resolution_repeat1, STATE(5679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287583] = 7, + [287735] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7146), 1, - sym_CONSTANT, - ACTIONS(7148), 1, - sym_SIGNAL, - ACTIONS(7150), 1, - sym_VARIABLE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7261), 1, + anon_sym_SEMI, + STATE(8229), 1, + sym_generic_map_aspect, STATE(5680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287607] = 7, + [287759] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7152), 1, - sym_variable_assignment, - STATE(31), 1, - sym_signal_assignment, + ACTIONS(7263), 1, + sym_CONSTANT, + ACTIONS(7265), 1, + sym_SIGNAL, + ACTIONS(7267), 1, + sym_VARIABLE, STATE(5681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287631] = 7, + [287783] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7154), 1, + ACTIONS(7269), 1, anon_sym_RPAREN, - STATE(5666), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287655] = 7, + [287807] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6851), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7156), 1, - anon_sym_COLON, - STATE(5987), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7271), 1, + anon_sym_RPAREN, + STATE(5682), 1, + aux_sym_association_list_repeat1, STATE(5683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287679] = 7, + [287831] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7160), 1, - sym_variable_assignment, - STATE(95), 1, - sym_signal_assignment, + ACTIONS(7273), 1, + anon_sym_SEMI, + ACTIONS(7275), 1, + sym_IS, + STATE(6226), 1, + sym_subprogram_head, STATE(5684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287703] = 7, + [287855] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(6676), 1, - anon_sym_SEMI, - STATE(6150), 1, - sym_when_expression, + ACTIONS(7277), 1, + sym_CONSTANT, + ACTIONS(7279), 1, + sym_SIGNAL, + ACTIONS(7281), 1, + sym_VARIABLE, STATE(5685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287727] = 7, + [287879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(7162), 1, - anon_sym_SEMI, - STATE(7323), 1, - sym_timeout_clause, + ACTIONS(7283), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287751] = 7, + [287899] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6181), 1, - anon_sym_SEMI, - STATE(6779), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7285), 1, + anon_sym_RPAREN, + STATE(5689), 1, + aux_sym_association_list_repeat1, STATE(5687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287775] = 7, + [287923] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7164), 1, + ACTIONS(7287), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287799] = 7, + [287947] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7166), 1, + ACTIONS(7289), 1, anon_sym_RPAREN, - STATE(5688), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287823] = 7, + [287971] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7168), 1, - anon_sym_SEMI, - STATE(7487), 1, - sym_port_map_aspect, - STATE(5690), 3, + ACTIONS(7291), 1, + anon_sym_COMMA, + ACTIONS(7294), 1, + anon_sym_RPAREN, + STATE(5690), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [287847] = 7, + aux_sym_entity_class_entry_list_repeat1, + [287993] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7170), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7296), 1, + anon_sym_RPAREN, + STATE(5688), 1, + aux_sym_association_list_repeat1, STATE(5691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287871] = 7, + [288017] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7172), 1, + ACTIONS(7298), 3, + sym_IS, anon_sym_SEMI, - STATE(6783), 1, - sym_generic_map_aspect, + anon_sym_RPAREN, STATE(5692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287895] = 7, + [288037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, + ACTIONS(7300), 1, anon_sym_COMMA, - ACTIONS(7174), 1, - anon_sym_SEMI, - STATE(5751), 1, - aux_sym_use_clause_repeat1, - STATE(5693), 3, + ACTIONS(7303), 1, + sym_OF, + STATE(5693), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [287919] = 7, + aux_sym_index_constraint_repeat1, + [288059] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7176), 1, - anon_sym_SEMI, - STATE(7016), 1, - sym_port_map_aspect, + ACTIONS(6706), 1, + sym_WHEN, + STATE(5513), 1, + aux_sym_case_generate_block_repeat1, + STATE(6284), 1, + sym_case_generate_alternative, STATE(5694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287943] = 7, + [288083] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7178), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7305), 1, anon_sym_SEMI, - STATE(5804), 1, - aux_sym_use_clause_repeat1, + STATE(6954), 1, + sym_generic_map_aspect, STATE(5695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287967] = 7, + [288107] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7180), 1, - sym_CONSTANT, - ACTIONS(7182), 1, - sym_SIGNAL, - ACTIONS(7184), 1, - sym_VARIABLE, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7307), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287991] = 7, + [288131] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7186), 1, - sym_variable_assignment, - STATE(18), 1, - sym_signal_assignment, + ACTIONS(7311), 1, + sym_OF, + ACTIONS(7309), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288015] = 7, + [288153] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7188), 1, - anon_sym_RPAREN, - STATE(5700), 1, - aux_sym_association_list_repeat1, + ACTIONS(7313), 1, + anon_sym_SEMI, + STATE(5662), 1, + aux_sym_use_clause_repeat1, STATE(5698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288039] = 7, + [288177] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6947), 1, anon_sym_COMMA, - ACTIONS(7190), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7315), 1, + anon_sym_SEMI, + STATE(5728), 1, + aux_sym_group_constituent_list_repeat1, STATE(5699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288063] = 7, + [288201] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7192), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7317), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288087] = 7, + [288225] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6947), 1, anon_sym_COMMA, - ACTIONS(7194), 1, + ACTIONS(7319), 1, anon_sym_RPAREN, - STATE(5699), 1, - aux_sym_association_list_repeat1, + STATE(5187), 1, + aux_sym_group_constituent_list_repeat1, STATE(5701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288111] = 7, + [288249] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7196), 1, - anon_sym_SEMI, - ACTIONS(7198), 1, + ACTIONS(7321), 1, anon_sym_COMMA, - STATE(5784), 1, - aux_sym_logical_name_list_repeat1, - STATE(5702), 3, + ACTIONS(7324), 1, + anon_sym_RPAREN, + STATE(5702), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [288135] = 7, + aux_sym_enumeration_type_definition_repeat1, + [288271] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7200), 1, - sym_CONSTANT, - ACTIONS(7202), 1, - sym_SIGNAL, - ACTIONS(7204), 1, - sym_VARIABLE, + ACTIONS(7326), 1, + anon_sym_COMMA, + ACTIONS(7328), 1, + anon_sym_RPAREN, + STATE(5942), 1, + aux_sym_association_or_range_list_repeat1, STATE(5703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288159] = 7, + [288295] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7206), 1, - anon_sym_SEMI, - STATE(8095), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7330), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288183] = 7, + [288319] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, + ACTIONS(2886), 1, sym_WHEN, - ACTIONS(7208), 1, + ACTIONS(7332), 1, anon_sym_SEMI, - STATE(5484), 1, + STATE(5433), 1, sym_when_expression, STATE(5705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288207] = 5, + [288343] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7210), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(7334), 1, + anon_sym_COMMA, + ACTIONS(7336), 1, + anon_sym_COLON, + STATE(5856), 1, + aux_sym_identifier_list_repeat1, STATE(5706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288227] = 7, + [288367] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7212), 1, - anon_sym_SEMI, - STATE(5167), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(7338), 1, + anon_sym_RPAREN, + STATE(5704), 1, + aux_sym_association_list_repeat1, STATE(5707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288251] = 5, + [288391] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6678), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7340), 1, + anon_sym_SEMI, + STATE(6985), 1, + sym_initialiser, STATE(5708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288271] = 5, + [288415] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7214), 3, - sym_IS, + ACTIONS(7342), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - anon_sym_RPAREN, STATE(5709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288291] = 7, + [288435] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5660), 1, - sym_PORT, - ACTIONS(6075), 1, - sym_END, - STATE(8212), 1, - sym_port_clause, + ACTIONS(7346), 1, + sym_IS, + ACTIONS(7344), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288315] = 5, + [288457] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6659), 3, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(7348), 1, + anon_sym_DOT, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7352), 1, + anon_sym_COLON, STATE(5711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288335] = 7, + [288481] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7216), 1, - sym_CONSTANT, - ACTIONS(7218), 1, - sym_SIGNAL, - ACTIONS(7220), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7354), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288359] = 7, + [288505] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7356), 1, anon_sym_COMMA, - ACTIONS(7222), 1, + ACTIONS(7359), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, - STATE(5713), 3, + STATE(5713), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [288383] = 7, + aux_sym_association_list_repeat1, + [288527] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7224), 1, + ACTIONS(7361), 1, anon_sym_RPAREN, - STATE(5713), 1, + STATE(5716), 1, aux_sym_association_list_repeat1, STATE(5714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288407] = 7, + [288551] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7226), 1, - anon_sym_SEMI, - STATE(6803), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7363), 1, + anon_sym_RPAREN, + STATE(5712), 1, + aux_sym_association_list_repeat1, STATE(5715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288431] = 7, + [288575] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7228), 1, - anon_sym_SEMI, - STATE(8094), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7365), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288455] = 6, + [288599] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5609), 1, - aux_sym_index_constraint_repeat1, - ACTIONS(7230), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6231), 1, + anon_sym_SEMI, + STATE(6987), 1, + sym_initialiser, STATE(5717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288477] = 7, + [288623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7232), 1, - anon_sym_SEMI, - STATE(7245), 1, - sym_port_map_aspect, + ACTIONS(7367), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288501] = 7, + [288643] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7369), 1, anon_sym_COMMA, - ACTIONS(7234), 1, + ACTIONS(7372), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, - STATE(5719), 3, + STATE(5719), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [288525] = 5, + aux_sym_aggregate_repeat1, + [288665] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2424), 3, + ACTIONS(7374), 3, + sym_IS, anon_sym_SEMI, anon_sym_RPAREN, - sym_variable_assignment, STATE(5720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288545] = 7, + [288685] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7236), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(5991), 1, + anon_sym_RPAREN, + ACTIONS(6947), 1, + anon_sym_COMMA, + STATE(5187), 1, + aux_sym_group_constituent_list_repeat1, STATE(5721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288569] = 7, + [288709] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7238), 1, + ACTIONS(3832), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7376), 1, + anon_sym_SEMI, + STATE(5644), 1, + aux_sym_interface_list_repeat1, STATE(5722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288593] = 7, + [288733] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7240), 1, + ACTIONS(7378), 1, anon_sym_RPAREN, - STATE(5722), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288617] = 7, + [288757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7242), 1, - sym_CONSTANT, - ACTIONS(7244), 1, - sym_SIGNAL, - ACTIONS(7246), 1, - sym_VARIABLE, + ACTIONS(6748), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288641] = 7, + [288777] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7248), 1, - anon_sym_RPAREN, - STATE(5727), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7380), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288665] = 6, + [288801] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7250), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7253), 1, + ACTIONS(7382), 1, anon_sym_RPAREN, - STATE(5726), 4, + STATE(5723), 1, + aux_sym_association_list_repeat1, + STATE(5726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_association_list_repeat1, - [288687] = 7, + [288825] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7255), 1, + ACTIONS(7384), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288711] = 5, + [288849] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 3, - sym_IS, - sym_OPEN, + ACTIONS(6947), 1, + anon_sym_COMMA, + ACTIONS(7386), 1, anon_sym_SEMI, + STATE(5187), 1, + aux_sym_group_constituent_list_repeat1, STATE(5728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288731] = 7, + [288873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7257), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7388), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288755] = 7, + [288893] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7059), 1, - anon_sym_COMMA, - ACTIONS(7230), 1, - sym_OF, - STATE(5974), 1, - aux_sym_index_constraint_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7390), 1, + anon_sym_SEMI, + STATE(6819), 1, + sym_initialiser, STATE(5730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288779] = 7, + [288917] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7259), 1, - anon_sym_SEMI, - STATE(7074), 1, - sym_initialiser, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7392), 1, + anon_sym_RPAREN, + STATE(5800), 1, + aux_sym_association_list_repeat1, STATE(5731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288803] = 7, + [288941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7261), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7394), 3, + sym_box, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288827] = 7, + [288961] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7263), 1, - sym_CONSTANT, - ACTIONS(7265), 1, - sym_SIGNAL, - ACTIONS(7267), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7396), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288851] = 7, + [288985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7269), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7398), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288875] = 7, + [289005] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7271), 1, + ACTIONS(7400), 1, anon_sym_RPAREN, - STATE(5734), 1, + STATE(5733), 1, aux_sym_association_list_repeat1, STATE(5735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288899] = 7, + [289029] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7273), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7402), 1, anon_sym_SEMI, - STATE(7011), 1, - sym_initialiser, + STATE(5433), 1, + sym_when_expression, STATE(5736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288923] = 7, + [289053] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7275), 1, - anon_sym_SEMI, - STATE(7226), 1, - sym_severity_expression, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7406), 1, + sym_variable_assignment, + STATE(48), 1, + sym_signal_assignment, STATE(5737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288947] = 7, + [289077] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7277), 1, - sym_CONSTANT, - ACTIONS(7279), 1, - sym_SIGNAL, - ACTIONS(7281), 1, - sym_VARIABLE, + ACTIONS(7408), 1, + anon_sym_SEMI, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288971] = 7, + [289099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7283), 1, + ACTIONS(7410), 3, + sym_IS, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + anon_sym_RPAREN, STATE(5739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288995] = 7, + [289119] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7285), 1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(7412), 1, anon_sym_SEMI, - STATE(5729), 1, - aux_sym_use_clause_repeat1, + STATE(6722), 1, + sym_timeout_clause, STATE(5740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289019] = 5, + [289143] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6245), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7414), 1, + anon_sym_RPAREN, + STATE(5743), 1, + aux_sym_association_list_repeat1, STATE(5741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289039] = 7, + [289167] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7287), 1, - sym_variable_assignment, - STATE(60), 1, - sym_signal_assignment, + ACTIONS(6973), 1, + anon_sym_COMMA, + ACTIONS(7416), 1, + anon_sym_RPAREN, + STATE(5606), 1, + aux_sym_entity_class_entry_list_repeat1, STATE(5742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289063] = 7, + [289191] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7289), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7291), 1, + ACTIONS(7418), 1, anon_sym_RPAREN, - STATE(5948), 1, - aux_sym_array_index_incomplete_type_list_repeat1, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289087] = 6, + [289215] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7293), 1, - anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(7422), 1, + sym_box, + ACTIONS(7420), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289109] = 5, + [289237] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6093), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7424), 1, + anon_sym_SEMI, + STATE(7441), 1, + sym_severity_expression, STATE(5745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289129] = 7, + [289261] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7295), 1, + ACTIONS(7426), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289153] = 7, + [289285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7297), 1, - sym_CONSTANT, - ACTIONS(7299), 1, - sym_SIGNAL, - ACTIONS(7301), 1, - sym_VARIABLE, + ACTIONS(2488), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, STATE(5747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289177] = 7, + [289305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7303), 1, - anon_sym_RPAREN, - STATE(5746), 1, - aux_sym_association_list_repeat1, + ACTIONS(2516), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, STATE(5748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289201] = 7, + [289325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7305), 1, + ACTIONS(2536), 3, + sym_PARAMETER, anon_sym_SEMI, - STATE(7756), 1, - sym_severity_expression, + anon_sym_LPAREN, STATE(5749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289225] = 7, + [289345] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6909), 1, - anon_sym_DOT, - ACTIONS(6911), 1, - anon_sym_LPAREN, - ACTIONS(7307), 1, - anon_sym_COLON, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7428), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289249] = 7, + [289369] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -282456,247 +282620,244 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7309), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7430), 1, + anon_sym_RPAREN, + STATE(5746), 1, + aux_sym_association_list_repeat1, STATE(5751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289273] = 7, + [289393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7432), 1, anon_sym_COMMA, - ACTIONS(7311), 1, + ACTIONS(7435), 1, anon_sym_RPAREN, - STATE(5754), 1, - aux_sym_association_list_repeat1, - STATE(5752), 3, + STATE(5752), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [289297] = 5, + aux_sym_record_resolution_repeat1, + [289415] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2528), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(7437), 1, + anon_sym_LT_EQ, + ACTIONS(7439), 1, + sym_variable_assignment, + STATE(51), 1, + sym_signal_assignment, STATE(5753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289317] = 7, + [289439] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7313), 1, + ACTIONS(7441), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289341] = 5, + [289463] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7315), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7443), 1, + anon_sym_SEMI, + STATE(8204), 1, + sym_initialiser, STATE(5755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289361] = 7, + [289487] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7317), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7445), 1, + anon_sym_SEMI, + STATE(7045), 1, + sym_generic_map_aspect, STATE(5756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289385] = 7, + [289511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7319), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7447), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289409] = 7, + [289531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7321), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7449), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289433] = 7, + [289551] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7323), 1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5840), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(7249), 1, + sym_timeout_clause, STATE(5759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289457] = 7, + [289575] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5634), 1, - anon_sym_SEMI, - STATE(7421), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7451), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289481] = 7, + [289599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7325), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7453), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289505] = 7, + [289619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7327), 1, - anon_sym_RPAREN, - STATE(5761), 1, - aux_sym_association_list_repeat1, + ACTIONS(3478), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289529] = 7, + [289639] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(7329), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7455), 1, anon_sym_SEMI, - STATE(7079), 1, - sym_timeout_clause, + STATE(6426), 1, + sym_when_expression, STATE(5763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289553] = 7, + [289663] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7331), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7457), 1, anon_sym_SEMI, - STATE(5758), 1, - aux_sym_use_clause_repeat1, + STATE(6846), 1, + sym_generic_map_aspect, STATE(5764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289577] = 5, + [289687] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7333), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7459), 1, + anon_sym_RPAREN, + STATE(5760), 1, + aux_sym_association_list_repeat1, STATE(5765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289597] = 7, + [289711] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -282705,634 +282866,632 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(788), 1, sym_WHEN, - ACTIONS(5650), 1, + ACTIONS(5679), 1, anon_sym_SEMI, - STATE(7419), 1, + STATE(7168), 1, sym_when_expression, STATE(5766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289621] = 5, + [289735] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2420), 3, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7461), 1, anon_sym_RPAREN, - sym_variable_assignment, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289641] = 7, + [289759] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7335), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7337), 1, + ACTIONS(7463), 1, anon_sym_RPAREN, - STATE(5624), 1, - aux_sym_aggregate_repeat1, + STATE(5770), 1, + aux_sym_association_list_repeat1, STATE(5768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289665] = 7, + [289783] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7339), 1, - sym_variable_assignment, - STATE(27), 1, - sym_signal_assignment, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5677), 1, + anon_sym_SEMI, + STATE(7167), 1, + sym_when_expression, STATE(5769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289689] = 5, + [289807] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7341), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7465), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289709] = 7, + [289831] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7343), 1, - sym_CONSTANT, - ACTIONS(7345), 1, - sym_SIGNAL, - ACTIONS(7347), 1, - sym_VARIABLE, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7467), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289733] = 7, + [289855] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7349), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7469), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289757] = 7, + [289879] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7351), 1, - sym_CONSTANT, - ACTIONS(7353), 1, - sym_SIGNAL, - ACTIONS(7355), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7471), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289781] = 7, + [289903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7357), 1, - anon_sym_SEMI, - STATE(6847), 1, - sym_initialiser, - STATE(5774), 3, + ACTIONS(7473), 1, + anon_sym_COMMA, + ACTIONS(7476), 1, + anon_sym_COLON, + STATE(5774), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [289805] = 7, + aux_sym_entity_name_list_repeat1, + [289925] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7359), 1, + ACTIONS(7478), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5773), 1, aux_sym_association_list_repeat1, STATE(5775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289829] = 7, + [289949] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7361), 1, - anon_sym_RPAREN, - STATE(5775), 1, - aux_sym_association_list_repeat1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7480), 1, + anon_sym_SEMI, + STATE(8203), 1, + sym_generic_map_aspect, STATE(5776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289853] = 7, + [289973] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7363), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7482), 1, anon_sym_SEMI, - STATE(5586), 1, - aux_sym_use_clause_repeat1, + STATE(5433), 1, + sym_when_expression, STATE(5777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289877] = 7, + [289997] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7365), 1, - sym_directive_body, - ACTIONS(7367), 1, - sym__directive_newline, - STATE(5797), 1, - aux_sym_user_directive_repeat1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7484), 1, + anon_sym_SEMI, + STATE(7082), 1, + sym_generic_map_aspect, STATE(5778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289901] = 7, + [290021] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7369), 1, - anon_sym_RPAREN, - STATE(5781), 1, - aux_sym_association_list_repeat1, + ACTIONS(7275), 1, + sym_IS, + ACTIONS(7486), 1, + anon_sym_SEMI, + STATE(6058), 1, + sym_subprogram_head, STATE(5779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289925] = 7, + [290045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6587), 1, - sym_WHEN, - STATE(5463), 1, - aux_sym_case_generate_block_repeat1, - STATE(6200), 1, - sym_case_generate_alternative, + ACTIONS(2488), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, STATE(5780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289949] = 7, + [290065] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7488), 1, + anon_sym_SEMI, + ACTIONS(7490), 1, anon_sym_COMMA, - ACTIONS(7371), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, - STATE(5781), 3, + STATE(5781), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [289973] = 7, + aux_sym_logical_name_list_repeat1, + [290087] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7373), 1, - sym_CONSTANT, - ACTIONS(7375), 1, - sym_SIGNAL, - ACTIONS(7377), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7493), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289997] = 7, + [290111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7379), 1, - anon_sym_SEMI, - STATE(7332), 1, - sym_generic_map_aspect, + ACTIONS(3248), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290021] = 6, + [290131] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7381), 1, - anon_sym_SEMI, - ACTIONS(7383), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - STATE(5784), 4, + ACTIONS(7495), 1, + anon_sym_RPAREN, + STATE(5782), 1, + aux_sym_association_list_repeat1, + STATE(5784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_logical_name_list_repeat1, - [290043] = 7, + [290155] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7386), 1, - sym_CONSTANT, - ACTIONS(7388), 1, - sym_SIGNAL, - ACTIONS(7390), 1, - sym_VARIABLE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7497), 1, + anon_sym_SEMI, + STATE(6853), 1, + sym_generic_map_aspect, STATE(5785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290067] = 7, + [290179] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7392), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7499), 1, + anon_sym_SEMI, + STATE(7102), 1, + sym_initialiser, STATE(5786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290091] = 7, + [290203] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7394), 1, - sym_CONSTANT, - ACTIONS(7396), 1, - sym_SIGNAL, - ACTIONS(7398), 1, - sym_VARIABLE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7501), 1, + anon_sym_SEMI, + STATE(8271), 1, + sym_generic_map_aspect, STATE(5787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290115] = 7, + [290227] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7400), 1, - anon_sym_RPAREN, - STATE(5786), 1, - aux_sym_association_list_repeat1, + ACTIONS(7503), 1, + anon_sym_SEMI, + STATE(5796), 1, + aux_sym_use_clause_repeat1, STATE(5788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290139] = 7, + [290251] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7402), 1, - anon_sym_SEMI, - STATE(6849), 1, - sym_generic_map_aspect, + ACTIONS(7334), 1, + anon_sym_COMMA, + ACTIONS(7505), 1, + anon_sym_COLON, + STATE(5706), 1, + aux_sym_identifier_list_repeat1, STATE(5789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290163] = 5, + [290275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 3, - sym_IS, + ACTIONS(2884), 3, + sym_GENERIC, anon_sym_SEMI, - anon_sym_RPAREN, + sym_variable_assignment, STATE(5790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290183] = 7, + [290295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(6189), 1, + ACTIONS(7507), 3, + sym_IS, anon_sym_SEMI, - STATE(8079), 1, - sym_timeout_clause, + anon_sym_RPAREN, STATE(5791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290207] = 7, + [290315] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7406), 1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7509), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(8109), 1, + sym_port_map_aspect, STATE(5792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290231] = 7, + [290339] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7408), 1, - anon_sym_COMMA, - ACTIONS(7410), 1, - anon_sym_RPAREN, - STATE(6001), 1, - aux_sym_record_resolution_repeat1, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7511), 1, + anon_sym_SEMI, + STATE(8086), 1, + sym_severity_expression, STATE(5793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290255] = 5, + [290363] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7412), 3, - sym_FOR, - sym_UNTIL, + ACTIONS(7513), 1, anon_sym_SEMI, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290275] = 7, + [290385] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7414), 1, - anon_sym_SEMI, - STATE(7164), 1, - sym_severity_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7515), 1, + anon_sym_RPAREN, + STATE(5797), 1, + aux_sym_association_list_repeat1, STATE(5795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290299] = 7, + [290409] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7416), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7517), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290323] = 6, + [290433] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7418), 1, - sym_directive_body, - ACTIONS(7421), 1, - sym__directive_newline, - STATE(5797), 4, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7519), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, + STATE(5797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_user_directive_repeat1, - [290345] = 7, + [290457] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7423), 1, - anon_sym_SEMI, - STATE(8039), 1, - sym_port_map_aspect, + ACTIONS(7521), 1, + anon_sym_COMMA, + ACTIONS(7523), 1, + anon_sym_RPAREN, + STATE(5702), 1, + aux_sym_enumeration_type_definition_repeat1, STATE(5798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290369] = 7, + [290481] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7425), 1, + ACTIONS(7527), 1, + sym_IS, + ACTIONS(7525), 2, anon_sym_SEMI, - STATE(6852), 1, - sym_generic_map_aspect, + anon_sym_RPAREN, STATE(5799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290393] = 7, + [290503] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7427), 1, + ACTIONS(7529), 1, anon_sym_RPAREN, - STATE(5726), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290417] = 7, + [290527] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7429), 1, - sym_CONSTANT, - ACTIONS(7431), 1, - sym_SIGNAL, - ACTIONS(7433), 1, - sym_VARIABLE, + ACTIONS(7531), 1, + anon_sym_SEMI, + ACTIONS(7533), 1, + anon_sym_RPAREN, + STATE(5722), 1, + aux_sym_interface_list_repeat1, STATE(5801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290441] = 7, + [290551] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7257), 1, anon_sym_COMMA, - ACTIONS(7435), 1, + ACTIONS(7535), 1, anon_sym_RPAREN, - STATE(5800), 1, - aux_sym_association_list_repeat1, + STATE(5752), 1, + aux_sym_record_resolution_repeat1, STATE(5802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290465] = 7, + [290575] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6529), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7537), 1, anon_sym_SEMI, - ACTIONS(7437), 1, - sym_ELSE, - STATE(6160), 1, - sym_else_expression_or_unaffected, + STATE(8198), 1, + sym_generic_map_aspect, STATE(5803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290489] = 7, + [290599] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -283341,1145 +283500,1145 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7439), 1, - anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7539), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290513] = 7, + [290623] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7441), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7541), 1, anon_sym_SEMI, - STATE(8178), 1, - sym_initialiser, + STATE(5433), 1, + sym_when_expression, STATE(5805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290537] = 7, + [290647] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7443), 1, + ACTIONS(7543), 1, anon_sym_RPAREN, - STATE(5808), 1, + STATE(5804), 1, aux_sym_association_list_repeat1, STATE(5806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290561] = 7, + [290671] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7445), 1, - anon_sym_RPAREN, - STATE(5772), 1, - aux_sym_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7545), 1, + anon_sym_SEMI, + STATE(8061), 1, + sym_port_map_aspect, STATE(5807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290585] = 7, + [290695] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7447), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7547), 1, + anon_sym_SEMI, + STATE(5915), 1, + aux_sym_use_clause_repeat1, STATE(5808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290609] = 7, + [290719] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7449), 1, - anon_sym_SEMI, - STATE(7089), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7549), 1, + anon_sym_RPAREN, + STATE(5754), 1, + aux_sym_association_list_repeat1, STATE(5809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290633] = 7, + [290743] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7365), 1, - sym_directive_body, - ACTIONS(7451), 1, - sym__directive_newline, - STATE(5797), 1, - aux_sym_user_directive_repeat1, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7551), 1, + anon_sym_RPAREN, + STATE(5727), 1, + aux_sym_association_list_repeat1, STATE(5810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290657] = 7, + [290767] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7453), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7553), 1, + anon_sym_SEMI, + STATE(8052), 1, + sym_initialiser, STATE(5811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290681] = 6, + [290791] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7457), 1, - sym_OF, - ACTIONS(7455), 2, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6031), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(6881), 1, + sym_initialiser, STATE(5812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290703] = 7, + [290815] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7459), 1, - anon_sym_RPAREN, - STATE(5811), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7555), 1, + anon_sym_SEMI, + STATE(6882), 1, + sym_initialiser, STATE(5813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290727] = 5, + [290839] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6245), 3, - sym_IS, - sym_OPEN, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(7557), 1, anon_sym_SEMI, + STATE(6907), 1, + sym_when_expression, STATE(5814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290747] = 7, + [290863] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, + ACTIONS(2886), 1, sym_WHEN, - ACTIONS(7461), 1, + ACTIONS(7559), 1, anon_sym_SEMI, - STATE(6150), 1, + STATE(5433), 1, sym_when_expression, STATE(5815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290771] = 7, + [290887] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6210), 1, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5683), 1, anon_sym_SEMI, - STATE(6858), 1, - sym_initialiser, + STATE(8029), 1, + sym_when_expression, STATE(5816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290795] = 7, + [290911] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7463), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7561), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290819] = 6, + [290935] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7465), 1, - anon_sym_COMMA, - ACTIONS(7468), 1, - anon_sym_COLON, - STATE(5818), 4, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(7563), 1, + anon_sym_SEMI, + STATE(6915), 1, + sym_when_expression, + STATE(5818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_entity_name_list_repeat1, - [290841] = 7, + [290959] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7470), 1, - sym_CONSTANT, - ACTIONS(7472), 1, - sym_SIGNAL, - ACTIONS(7474), 1, - sym_VARIABLE, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(5834), 1, + anon_sym_SEMI, + STATE(8025), 1, + sym_timeout_clause, STATE(5819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290865] = 6, + [290983] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7476), 1, - anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7565), 1, + anon_sym_RPAREN, + STATE(5817), 1, + aux_sym_association_list_repeat1, STATE(5820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290887] = 7, + [291007] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5737), 1, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7567), 1, anon_sym_SEMI, - ACTIONS(5739), 1, - sym_FOR, - STATE(7176), 1, - sym_timeout_clause, + STATE(7739), 1, + sym_severity_expression, STATE(5821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290911] = 7, + [291031] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7478), 1, - anon_sym_SEMI, - STATE(6862), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7569), 1, + anon_sym_RPAREN, + STATE(5824), 1, + aux_sym_association_list_repeat1, STATE(5822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290935] = 7, + [291055] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6143), 1, - anon_sym_RPAREN, - ACTIONS(6947), 1, - anon_sym_COMMA, - STATE(5602), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(7571), 1, + anon_sym_SEMI, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290959] = 7, + [291077] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7480), 1, - anon_sym_SEMI, - STATE(7191), 1, - sym_port_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7573), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290983] = 7, + [291101] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7482), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7575), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291007] = 7, + [291125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7484), 1, - sym_variable_assignment, - STATE(94), 1, - sym_signal_assignment, + ACTIONS(7577), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291031] = 7, + [291145] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7486), 1, - anon_sym_RPAREN, - STATE(5825), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7579), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291055] = 6, + [291169] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7488), 1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(6022), 1, anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + STATE(6943), 1, + sym_timeout_clause, STATE(5828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291077] = 7, + [291193] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6851), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7490), 1, - anon_sym_COLON, - STATE(5987), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7581), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291101] = 7, + [291217] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7492), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6039), 1, anon_sym_SEMI, - STATE(6687), 1, - sym_severity_expression, + STATE(8191), 1, + sym_initialiser, STATE(5830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291125] = 7, + [291241] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(7494), 1, - anon_sym_SEMI, - STATE(8173), 1, - sym_timeout_clause, - STATE(5831), 3, + ACTIONS(7583), 1, + anon_sym_COMMA, + ACTIONS(7586), 1, + anon_sym_COLON, + STATE(5831), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291149] = 7, + aux_sym_instantiation_list_repeat1, + [291263] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7496), 1, - sym_CONSTANT, - ACTIONS(7498), 1, - sym_SIGNAL, - ACTIONS(7500), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7588), 1, + anon_sym_RPAREN, + STATE(5829), 1, + aux_sym_association_list_repeat1, STATE(5832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291173] = 7, + [291287] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7502), 1, - anon_sym_RPAREN, - STATE(5835), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7590), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291197] = 6, + [291311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7504), 1, - anon_sym_COMMA, - ACTIONS(7507), 1, - anon_sym_RPAREN, - STATE(5834), 4, + ACTIONS(7592), 3, + sym_ELSE, + sym_ELSIF, + sym_END, + STATE(5834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_enumeration_type_definition_repeat1, - [291219] = 7, + [291331] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7509), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7594), 1, + anon_sym_SEMI, + STATE(7674), 1, + sym_port_map_aspect, STATE(5835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291243] = 7, + [291355] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7511), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7596), 1, + anon_sym_SEMI, + STATE(6979), 1, + sym_generic_map_aspect, STATE(5836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291267] = 7, + [291379] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7513), 1, - anon_sym_RPAREN, - STATE(5836), 1, - aux_sym_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7598), 1, + anon_sym_SEMI, + STATE(6995), 1, + sym_port_map_aspect, STATE(5837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291291] = 5, + [291403] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7515), 3, - sym_IS, + ACTIONS(7600), 1, anon_sym_SEMI, - anon_sym_RPAREN, - STATE(5838), 3, + ACTIONS(7602), 1, + anon_sym_COMMA, + STATE(5838), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291311] = 6, + aux_sym_use_clause_repeat1, + [291425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7519), 1, - sym_IS, - ACTIONS(7517), 2, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7605), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5433), 1, + sym_when_expression, STATE(5839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291333] = 7, + [291449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7521), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7607), 1, anon_sym_SEMI, - ACTIONS(7523), 1, - anon_sym_RPAREN, - STATE(6016), 1, - aux_sym_interface_list_repeat1, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291357] = 7, + [291473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6923), 1, - sym_IS, - ACTIONS(7525), 1, + ACTIONS(6790), 3, anon_sym_SEMI, - STATE(6324), 1, - sym_subprogram_head, + anon_sym_COMMA, + anon_sym_DOT, STATE(5841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291381] = 6, + [291493] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7527), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7609), 1, anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + STATE(8167), 1, + sym_generic_map_aspect, STATE(5842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291403] = 7, + [291517] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6923), 1, - sym_IS, - ACTIONS(7529), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7611), 1, anon_sym_SEMI, - STATE(6392), 1, - sym_subprogram_head, + STATE(7644), 1, + sym_generic_map_aspect, STATE(5843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291427] = 7, + [291541] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7531), 1, - anon_sym_COMMA, - ACTIONS(7533), 1, - anon_sym_COLON, - STATE(5818), 1, - aux_sym_entity_name_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7613), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291451] = 7, + [291565] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, + ACTIONS(5849), 1, sym_variable_assignment, - ACTIONS(7535), 1, + ACTIONS(7615), 1, anon_sym_SEMI, - STATE(7194), 1, + STATE(6705), 1, sym_initialiser, STATE(5845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291475] = 7, + [291589] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7537), 1, - anon_sym_SEMI, - STATE(7341), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7617), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291499] = 6, + [291613] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7539), 1, - anon_sym_COMMA, - ACTIONS(7542), 1, - anon_sym_RPAREN, - STATE(5847), 4, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5642), 1, + anon_sym_SEMI, + STATE(7086), 1, + sym_when_expression, + STATE(5847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_array_index_incomplete_type_list_repeat1, - [291521] = 7, + [291637] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7544), 1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(6191), 1, anon_sym_SEMI, - STATE(7404), 1, - sym_severity_expression, + STATE(7618), 1, + sym_timeout_clause, STATE(5848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291545] = 7, + [291661] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7546), 1, - anon_sym_SEMI, - STATE(7092), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7619), 1, + anon_sym_RPAREN, + STATE(5851), 1, + aux_sym_association_list_repeat1, STATE(5849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291569] = 7, + [291685] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7548), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7621), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291593] = 7, + [291709] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7550), 1, + ACTIONS(7623), 1, anon_sym_RPAREN, - STATE(5850), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291617] = 7, + [291733] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7552), 1, - sym_variable_assignment, - STATE(23), 1, - sym_signal_assignment, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5685), 1, + anon_sym_SEMI, + STATE(8028), 1, + sym_when_expression, STATE(5852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291641] = 7, + [291757] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7554), 1, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(7625), 1, anon_sym_SEMI, - STATE(6894), 1, - sym_initialiser, + STATE(7592), 1, + sym_when_expression, STATE(5853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291665] = 7, + [291781] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7041), 1, - anon_sym_LT_EQ, - ACTIONS(7556), 1, - sym_variable_assignment, - STATE(21), 1, - sym_signal_assignment, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7627), 1, + anon_sym_RPAREN, + STATE(5846), 1, + aux_sym_association_list_repeat1, STATE(5854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291689] = 7, + [291805] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, + ACTIONS(788), 1, sym_WHEN, - ACTIONS(7558), 1, + ACTIONS(7629), 1, anon_sym_SEMI, - STATE(5484), 1, + STATE(7586), 1, sym_when_expression, STATE(5855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291713] = 6, + [291829] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7560), 1, - anon_sym_SEMI, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, - STATE(5856), 3, + ACTIONS(7631), 1, + anon_sym_COMMA, + ACTIONS(7634), 1, + anon_sym_COLON, + STATE(5856), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291735] = 7, + aux_sym_identifier_list_repeat1, + [291851] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7562), 1, - sym_CONSTANT, - ACTIONS(7564), 1, - sym_SIGNAL, - ACTIONS(7566), 1, - sym_VARIABLE, + ACTIONS(5693), 1, + sym_PORT, + ACTIONS(7636), 1, + sym_END, + STATE(6714), 1, + sym_port_clause, STATE(5857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291759] = 5, + [291875] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7568), 3, - sym_GENERIC, - sym_PORT, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7638), 1, anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291779] = 6, + [291899] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7570), 1, + ACTIONS(7214), 1, anon_sym_COMMA, - ACTIONS(7573), 1, - anon_sym_RPAREN, - STATE(5859), 4, + ACTIONS(7640), 1, + anon_sym_COLON, + STATE(5665), 1, + aux_sym_entity_name_list_repeat1, + STATE(5859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_element_association_list_repeat1, - [291801] = 7, + [291923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7575), 1, - anon_sym_RPAREN, - STATE(5862), 1, - aux_sym_association_list_repeat1, + ACTIONS(7642), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291825] = 7, + [291943] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7577), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7644), 1, + anon_sym_SEMI, + STATE(7580), 1, + sym_initialiser, STATE(5861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291849] = 7, + [291967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7646), 3, anon_sym_COMMA, - ACTIONS(7579), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + anon_sym_COLON, + anon_sym_LBRACK, STATE(5862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291873] = 7, + [291987] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7648), 1, anon_sym_COMMA, - ACTIONS(7581), 1, + ACTIONS(7650), 1, anon_sym_RPAREN, - STATE(5861), 1, - aux_sym_association_list_repeat1, + STATE(5668), 1, + aux_sym_element_association_list_repeat1, STATE(5863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291897] = 7, + [292011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7583), 1, - sym_variable_assignment, - STATE(45), 1, - sym_signal_assignment, + ACTIONS(7652), 1, + sym_CONSTANT, + ACTIONS(7654), 1, + sym_SIGNAL, + ACTIONS(7656), 1, + sym_VARIABLE, STATE(5864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291921] = 7, + [292035] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7585), 1, + ACTIONS(6451), 1, anon_sym_SEMI, - STATE(6010), 1, - aux_sym_use_clause_repeat1, + ACTIONS(7658), 1, + sym_ELSE, + STATE(6119), 1, + sym_else_expression_or_unaffected, STATE(5865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291945] = 7, + [292059] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7158), 1, + ACTIONS(7660), 1, + anon_sym_SEMI, + ACTIONS(5887), 2, anon_sym_LT_EQ, - ACTIONS(7587), 1, sym_variable_assignment, - STATE(75), 1, - sym_signal_assignment, STATE(5866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291969] = 7, + [292081] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7589), 1, - sym_CONSTANT, - ACTIONS(7591), 1, - sym_SIGNAL, - ACTIONS(7593), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7662), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291993] = 7, + [292105] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, - anon_sym_COMMA, - ACTIONS(7595), 1, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7664), 1, anon_sym_SEMI, - STATE(5707), 1, - aux_sym_group_constituent_list_repeat1, + STATE(7038), 1, + sym_severity_expression, STATE(5868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292017] = 7, + [292129] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7365), 1, - sym_directive_body, - ACTIONS(7597), 1, - sym__directive_newline, - STATE(5778), 1, - aux_sym_user_directive_repeat1, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7666), 1, + anon_sym_RPAREN, + STATE(5867), 1, + aux_sym_association_list_repeat1, STATE(5869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292041] = 7, + [292153] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6857), 1, - anon_sym_COMMA, - ACTIONS(7599), 1, - anon_sym_SEMI, - STATE(5865), 1, - aux_sym_use_clause_repeat1, - STATE(5870), 3, + ACTIONS(7668), 1, + sym_directive_body, + ACTIONS(7671), 1, + sym__directive_newline, + STATE(5870), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [292065] = 7, + aux_sym_user_directive_repeat1, + [292175] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7601), 1, - sym_CONSTANT, - ACTIONS(7603), 1, - sym_SIGNAL, - ACTIONS(7605), 1, - sym_VARIABLE, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7673), 1, + anon_sym_SEMI, + STATE(7763), 1, + sym_initialiser, STATE(5871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292089] = 5, + [292199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7607), 3, + ACTIONS(7675), 3, sym_IS, anon_sym_SEMI, anon_sym_RPAREN, @@ -284487,1231 +284646,1217 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [292109] = 7, + [292219] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7609), 1, - anon_sym_RPAREN, - STATE(5622), 1, - aux_sym_association_list_repeat1, + ACTIONS(5707), 1, + anon_sym_SEMI, + ACTIONS(5709), 1, + sym_FOR, + STATE(7076), 1, + sym_timeout_clause, STATE(5873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292133] = 7, + [292243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7611), 1, - sym_CONSTANT, - ACTIONS(7613), 1, - sym_SIGNAL, - ACTIONS(7615), 1, - sym_VARIABLE, + ACTIONS(7677), 3, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, STATE(5874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292157] = 7, + [292263] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, - anon_sym_COMMA, - ACTIONS(7617), 1, - anon_sym_RPAREN, - STATE(5167), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(6153), 1, + anon_sym_SEMI, + STATE(7736), 1, + sym_timeout_clause, STATE(5875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292181] = 7, + [292287] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7619), 1, + ACTIONS(7679), 1, anon_sym_RPAREN, - STATE(5719), 1, + STATE(5878), 1, aux_sym_association_list_repeat1, STATE(5876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292205] = 7, + [292311] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + STATE(5904), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(6077), 2, anon_sym_COMMA, - ACTIONS(7621), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, STATE(5877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292229] = 7, + [292333] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7623), 1, + ACTIONS(7681), 1, anon_sym_RPAREN, - STATE(5877), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292253] = 7, + [292357] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7625), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6185), 1, anon_sym_SEMI, - STATE(8069), 1, - sym_generic_map_aspect, + STATE(7578), 1, + sym_initialiser, STATE(5879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292277] = 7, + [292381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6923), 1, - sym_IS, - ACTIONS(7627), 1, - anon_sym_SEMI, - STATE(6218), 1, - sym_subprogram_head, + ACTIONS(7683), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292301] = 7, + [292401] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7629), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7685), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292325] = 7, + [292425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7631), 1, - sym_CONSTANT, - ACTIONS(7633), 1, - sym_SIGNAL, - ACTIONS(7635), 1, - sym_VARIABLE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7687), 1, + anon_sym_SEMI, + STATE(8277), 1, + sym_generic_map_aspect, STATE(5882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292349] = 7, + [292449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7408), 1, - anon_sym_COMMA, - ACTIONS(7637), 1, - anon_sym_RPAREN, - STATE(5793), 1, - aux_sym_record_resolution_repeat1, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(5646), 1, + anon_sym_SEMI, + STATE(6966), 1, + sym_when_expression, STATE(5883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292373] = 7, + [292473] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7639), 1, - anon_sym_SEMI, - STATE(8147), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7689), 1, + anon_sym_RPAREN, + STATE(5881), 1, + aux_sym_association_list_repeat1, STATE(5884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292397] = 7, + [292497] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7641), 1, - anon_sym_COMMA, - ACTIONS(7643), 1, - anon_sym_RPAREN, - STATE(5859), 1, - aux_sym_element_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7691), 1, + anon_sym_SEMI, + STATE(6777), 1, + sym_port_map_aspect, STATE(5885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292421] = 7, + [292521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7645), 1, - sym_CONSTANT, - ACTIONS(7647), 1, - sym_SIGNAL, - ACTIONS(7649), 1, - sym_VARIABLE, + ACTIONS(7693), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292445] = 7, + [292541] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7651), 1, - anon_sym_RPAREN, - STATE(5889), 1, - aux_sym_association_list_repeat1, + ACTIONS(7275), 1, + sym_IS, + ACTIONS(7695), 1, + anon_sym_SEMI, + STATE(6278), 1, + sym_subprogram_head, STATE(5887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292469] = 7, + [292565] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7653), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7275), 1, + sym_IS, + ACTIONS(7697), 1, + anon_sym_SEMI, + STATE(6073), 1, + sym_subprogram_head, STATE(5888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292493] = 7, + [292589] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7655), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7699), 1, + anon_sym_SEMI, + STATE(7856), 1, + sym_initialiser, STATE(5889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292517] = 7, + [292613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6685), 3, + sym_WHEN, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(7657), 1, - anon_sym_RPAREN, - STATE(5888), 1, - aux_sym_association_list_repeat1, STATE(5890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292541] = 7, + [292633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7659), 1, - sym_CONSTANT, - ACTIONS(7661), 1, - sym_SIGNAL, - ACTIONS(7663), 1, - sym_VARIABLE, + ACTIONS(2536), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292565] = 7, + [292653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7665), 1, - sym_CONSTANT, - ACTIONS(7667), 1, - sym_SIGNAL, - ACTIONS(7669), 1, - sym_VARIABLE, + ACTIONS(2516), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292589] = 7, + [292673] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6037), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7701), 1, anon_sym_SEMI, - STATE(7102), 1, - sym_initialiser, + STATE(5433), 1, + sym_when_expression, STATE(5893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292613] = 7, + [292697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6081), 1, + ACTIONS(7703), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - STATE(7348), 1, - sym_initialiser, STATE(5894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292637] = 6, + [292717] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7673), 1, - sym_IS, - ACTIONS(7671), 2, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7705), 1, anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292659] = 7, + [292741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7675), 1, - sym_CONSTANT, - ACTIONS(7677), 1, - sym_SIGNAL, - ACTIONS(7679), 1, - sym_VARIABLE, + ACTIONS(7707), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292683] = 7, + [292761] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2954), 1, - sym_SEVERITY, - ACTIONS(7681), 1, - anon_sym_SEMI, - STATE(7807), 1, - sym_severity_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7709), 1, + anon_sym_RPAREN, + STATE(5895), 1, + aux_sym_association_list_repeat1, STATE(5897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292707] = 5, + [292785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7683), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(7711), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292727] = 7, + [292805] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7685), 1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7713), 1, anon_sym_SEMI, - STATE(7103), 1, - sym_initialiser, + STATE(5433), 1, + sym_when_expression, STATE(5899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292751] = 7, + [292829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7335), 1, - anon_sym_COMMA, - ACTIONS(7687), 1, - anon_sym_RPAREN, - STATE(5768), 1, - aux_sym_aggregate_repeat1, + ACTIONS(2488), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292775] = 7, + [292849] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7689), 1, - sym_CONSTANT, - ACTIONS(7691), 1, - sym_SIGNAL, - ACTIONS(7693), 1, - sym_VARIABLE, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7715), 1, + anon_sym_SEMI, + STATE(5923), 1, + aux_sym_use_clause_repeat1, STATE(5901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292799] = 7, + [292873] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, + ACTIONS(5849), 1, sym_variable_assignment, - ACTIONS(7695), 1, + ACTIONS(7717), 1, anon_sym_SEMI, - STATE(7353), 1, + STATE(7116), 1, sym_initialiser, STATE(5902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292823] = 5, + [292897] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7697), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7719), 1, anon_sym_RPAREN, + STATE(5905), 1, + aux_sym_association_list_repeat1, STATE(5903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292843] = 7, + [292921] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + STATE(5913), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(7721), 2, anon_sym_COMMA, - ACTIONS(7699), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, STATE(5904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292867] = 7, + [292943] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7701), 1, + ACTIONS(7723), 1, anon_sym_RPAREN, - STATE(5904), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292891] = 7, + [292967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7365), 1, - sym_directive_body, - ACTIONS(7703), 1, - sym__directive_newline, - STATE(5810), 1, - aux_sym_user_directive_repeat1, + ACTIONS(7725), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292915] = 7, + [292987] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5648), 1, - anon_sym_SEMI, - STATE(7179), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7727), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292939] = 7, + [293011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, + ACTIONS(2886), 1, sym_WHEN, - ACTIONS(7705), 1, + ACTIONS(6669), 1, anon_sym_SEMI, - STATE(5484), 1, + STATE(6426), 1, sym_when_expression, STATE(5908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292963] = 5, + [293035] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7707), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7729), 1, + anon_sym_RPAREN, + STATE(6030), 1, + aux_sym_association_list_repeat1, STATE(5909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292983] = 7, + [293059] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5509), 1, - sym_RANGE, - ACTIONS(5703), 1, - sym_IS, - STATE(8017), 1, - sym_range_constraint, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7731), 1, + anon_sym_RPAREN, + STATE(5907), 1, + aux_sym_association_list_repeat1, STATE(5910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293007] = 6, + [293083] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7709), 1, + ACTIONS(7326), 1, anon_sym_COMMA, - ACTIONS(7712), 1, + ACTIONS(7733), 1, anon_sym_RPAREN, - STATE(5911), 4, + STATE(5703), 1, + aux_sym_association_or_range_list_repeat1, + STATE(5911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_entity_class_entry_list_repeat1, - [293029] = 7, + [293107] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7714), 1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7735), 1, anon_sym_SEMI, - STATE(7108), 1, - sym_when_expression, + STATE(7129), 1, + sym_port_map_aspect, STATE(5912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293053] = 7, + [293131] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7716), 1, + ACTIONS(7303), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, - STATE(5913), 3, + ACTIONS(7737), 1, + anon_sym_COMMA, + STATE(5913), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293077] = 7, + aux_sym_index_constraint_repeat1, + [293153] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7718), 1, - anon_sym_RPAREN, - STATE(5916), 1, - aux_sym_association_list_repeat1, + ACTIONS(2636), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293101] = 7, + [293173] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, - ACTIONS(7720), 1, - anon_sym_RPAREN, - STATE(5913), 1, - aux_sym_association_list_repeat1, + ACTIONS(7740), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293125] = 7, + [293197] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7722), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7742), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293149] = 7, + [293217] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7724), 1, - sym_CONSTANT, - ACTIONS(7726), 1, - sym_SIGNAL, - ACTIONS(7728), 1, - sym_VARIABLE, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7744), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293173] = 5, + [293241] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6678), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(7746), 1, + sym_directive_body, + ACTIONS(7748), 1, + sym__directive_newline, + STATE(6032), 1, + aux_sym_user_directive_repeat1, STATE(5918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293193] = 7, + [293265] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7730), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7750), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293217] = 7, + [293289] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7732), 1, - anon_sym_SEMI, - STATE(7113), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7752), 1, + anon_sym_RPAREN, + STATE(5919), 1, + aux_sym_association_list_repeat1, STATE(5920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293241] = 5, + [293313] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3198), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(7348), 1, + anon_sym_DOT, + ACTIONS(7350), 1, + anon_sym_LPAREN, + ACTIONS(7754), 1, + anon_sym_COLON, STATE(5921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293261] = 7, + [293337] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7734), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7437), 1, + anon_sym_LT_EQ, + ACTIONS(7756), 1, + sym_variable_assignment, + STATE(61), 1, + sym_signal_assignment, STATE(5922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293285] = 7, + [293361] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7736), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7758), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293309] = 7, + [293385] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7738), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7760), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293333] = 5, + [293409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6230), 3, + ACTIONS(7762), 3, + sym_ELSE, + sym_ELSIF, sym_END, - sym_FOR, - sym_USE, STATE(5925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293353] = 5, + [293429] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(7764), 1, + anon_sym_COMMA, + ACTIONS(7766), 1, + anon_sym_RPAREN, + STATE(5719), 1, + aux_sym_aggregate_repeat1, STATE(5926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293373] = 7, + [293453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(7740), 1, + ACTIONS(7768), 1, anon_sym_SEMI, - STATE(6950), 1, - sym_initialiser, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293397] = 7, + [293475] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7742), 1, - sym_CONSTANT, - ACTIONS(7744), 1, - sym_SIGNAL, - ACTIONS(7746), 1, - sym_VARIABLE, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7770), 1, + anon_sym_SEMI, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293421] = 7, + [293499] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7748), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7772), 1, + sym_variable_assignment, + STATE(79), 1, + sym_signal_assignment, STATE(5929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293445] = 7, + [293523] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7750), 1, + ACTIONS(7774), 1, anon_sym_RPAREN, - STATE(5929), 1, + STATE(5932), 1, aux_sym_association_list_repeat1, STATE(5930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293469] = 7, + [293547] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7752), 1, - sym_CONSTANT, - ACTIONS(7754), 1, - sym_SIGNAL, - ACTIONS(7756), 1, - sym_VARIABLE, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7776), 1, + anon_sym_SEMI, + STATE(7195), 1, + sym_severity_expression, STATE(5931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293493] = 7, + [293571] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7758), 1, - anon_sym_SEMI, - STATE(6953), 1, - sym_generic_map_aspect, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7778), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293517] = 5, + [293595] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7760), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(5968), 1, anon_sym_RPAREN, + ACTIONS(6947), 1, + anon_sym_COMMA, + STATE(5721), 1, + aux_sym_group_constituent_list_repeat1, STATE(5933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293537] = 7, + [293619] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7762), 1, - sym_CONSTANT, - ACTIONS(7764), 1, - sym_SIGNAL, - ACTIONS(7766), 1, - sym_VARIABLE, + ACTIONS(7746), 1, + sym_directive_body, + ACTIONS(7780), 1, + sym__directive_newline, + STATE(6033), 1, + aux_sym_user_directive_repeat1, STATE(5934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293561] = 7, + [293643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7768), 1, - anon_sym_SEMI, - STATE(7358), 1, - sym_when_expression, + ACTIONS(7782), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, STATE(5935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293585] = 7, + [293663] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7770), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7437), 1, + anon_sym_LT_EQ, + ACTIONS(7784), 1, + sym_variable_assignment, + STATE(81), 1, + sym_signal_assignment, STATE(5936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293609] = 5, + [293687] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7786), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293629] = 7, + [293711] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7641), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7772), 1, + ACTIONS(7788), 1, anon_sym_RPAREN, - STATE(5885), 1, - aux_sym_element_association_list_repeat1, + STATE(5937), 1, + aux_sym_association_list_repeat1, STATE(5938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293653] = 5, + [293735] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(7334), 1, + anon_sym_COMMA, + ACTIONS(7790), 1, + anon_sym_COLON, + STATE(5856), 1, + aux_sym_identifier_list_repeat1, STATE(5939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293673] = 7, + [293759] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7774), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7792), 1, + sym_variable_assignment, + STATE(62), 1, + sym_signal_assignment, STATE(5940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293697] = 7, + [293783] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7776), 1, - anon_sym_RPAREN, - STATE(5943), 1, - aux_sym_association_list_repeat1, + ACTIONS(7794), 1, + anon_sym_SEMI, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293721] = 7, + [293805] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7796), 1, anon_sym_COMMA, - ACTIONS(7778), 1, + ACTIONS(7799), 1, anon_sym_RPAREN, - STATE(5940), 1, - aux_sym_association_list_repeat1, - STATE(5942), 3, + STATE(5942), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293745] = 7, + aux_sym_association_or_range_list_repeat1, + [293827] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7780), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7801), 1, + anon_sym_SEMI, + STATE(7273), 1, + sym_port_map_aspect, STATE(5943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293769] = 7, + [293851] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7782), 1, + ACTIONS(2970), 1, + sym_SEVERITY, + ACTIONS(7803), 1, anon_sym_SEMI, - STATE(8156), 1, - sym_port_map_aspect, + STATE(6933), 1, + sym_severity_expression, STATE(5944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293793] = 5, + [293875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7784), 3, - sym_ELSE, - sym_ELSIF, + ACTIONS(3204), 3, sym_END, + sym_FOR, + sym_USE, STATE(5945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293813] = 5, + [293895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 3, + ACTIONS(3180), 3, sym_END, sym_FOR, sym_USE, @@ -285719,1950 +285864,1998 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [293833] = 5, + [293915] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2404), 3, - anon_sym_SEMI, + ACTIONS(6845), 1, + anon_sym_COMMA, + ACTIONS(7805), 1, anon_sym_RPAREN, - sym_variable_assignment, + STATE(5578), 1, + aux_sym_array_index_incomplete_type_list_repeat1, STATE(5947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293853] = 7, + [293939] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7289), 1, - anon_sym_COMMA, - ACTIONS(7786), 1, - anon_sym_RPAREN, - STATE(5847), 1, - aux_sym_array_index_incomplete_type_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7807), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(5948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293877] = 7, + [293963] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7788), 1, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(7809), 1, anon_sym_SEMI, - STATE(6959), 1, - sym_generic_map_aspect, + STATE(6802), 1, + sym_when_expression, STATE(5949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293901] = 7, + [293987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(7790), 1, + ACTIONS(5993), 3, + sym_IS, + sym_OPEN, anon_sym_SEMI, - STATE(7359), 1, - sym_when_expression, STATE(5950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293925] = 7, + [294007] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7531), 1, - anon_sym_COMMA, - ACTIONS(7792), 1, - anon_sym_COLON, - STATE(5844), 1, - aux_sym_entity_name_list_repeat1, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7811), 1, + sym_variable_assignment, + STATE(87), 1, + sym_signal_assignment, STATE(5951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293949] = 7, + [294031] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(6031), 1, - anon_sym_SEMI, - STATE(7125), 1, - sym_timeout_clause, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7813), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293973] = 7, + [294055] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7794), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(7721), 1, + sym_OF, + ACTIONS(7815), 1, + anon_sym_COMMA, + STATE(5693), 1, + aux_sym_index_constraint_repeat1, STATE(5953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293997] = 6, + [294079] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7796), 1, - anon_sym_SEMI, - ACTIONS(7799), 1, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7817), 1, anon_sym_RPAREN, - STATE(5954), 4, + STATE(5952), 1, + aux_sym_association_list_repeat1, + STATE(5954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_interface_list_repeat1, - [294019] = 6, + [294103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7803), 1, - sym_OF, - ACTIONS(7801), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3210), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294041] = 5, + [294123] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6073), 3, - sym_IS, - sym_OPEN, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7819), 1, anon_sym_SEMI, + STATE(5924), 1, + aux_sym_use_clause_repeat1, STATE(5956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294061] = 7, + [294147] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7805), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7821), 1, + anon_sym_RPAREN, + STATE(5959), 1, + aux_sym_association_list_repeat1, STATE(5957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294085] = 7, + [294171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7807), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5980), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(5958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294109] = 7, + [294191] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7809), 1, + ACTIONS(7823), 1, anon_sym_RPAREN, - STATE(5958), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294133] = 7, + [294215] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6937), 1, + ACTIONS(7825), 1, + anon_sym_SEMI, + ACTIONS(7827), 1, anon_sym_COMMA, - ACTIONS(7811), 1, - anon_sym_COLON, - STATE(5980), 1, - aux_sym_instantiation_list_repeat1, + STATE(5781), 1, + aux_sym_logical_name_list_repeat1, STATE(5960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294157] = 6, + [294239] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7815), 1, - sym_box, - ACTIONS(7813), 2, + ACTIONS(6857), 1, anon_sym_COMMA, + ACTIONS(7829), 1, anon_sym_RPAREN, + STATE(5767), 1, + aux_sym_association_list_repeat1, STATE(5961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294179] = 7, + [294263] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, - anon_sym_COMMA, - ACTIONS(7817), 1, - anon_sym_COLON, - STATE(5167), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(788), 1, + sym_WHEN, + ACTIONS(7831), 1, + anon_sym_SEMI, + STATE(6699), 1, + sym_when_expression, STATE(5962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294203] = 7, + [294287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7819), 1, - anon_sym_RPAREN, - STATE(5922), 1, - aux_sym_association_list_repeat1, + ACTIONS(3182), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294227] = 7, + [294307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7821), 1, - anon_sym_COMMA, - ACTIONS(7823), 1, - anon_sym_RPAREN, - STATE(5999), 1, - aux_sym_entity_class_entry_list_repeat1, + ACTIONS(6006), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294251] = 7, + [294327] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7825), 1, + ACTIONS(7658), 1, + sym_ELSE, + ACTIONS(7833), 1, anon_sym_SEMI, - STATE(8164), 1, - sym_generic_map_aspect, + STATE(6119), 1, + sym_else_expression_or_unaffected, STATE(5965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294275] = 7, + [294351] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7827), 1, - anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7835), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294299] = 7, + [294375] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7829), 1, - anon_sym_SEMI, - STATE(7382), 1, - sym_port_map_aspect, + ACTIONS(3176), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294323] = 7, + [294395] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7831), 1, + ACTIONS(7837), 1, anon_sym_RPAREN, - STATE(5970), 1, + STATE(5966), 1, aux_sym_association_list_repeat1, STATE(5968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294347] = 7, + [294419] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5660), 1, - sym_PORT, - ACTIONS(7833), 1, - sym_END, - STATE(7590), 1, - sym_port_clause, + ACTIONS(6748), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, STATE(5969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294371] = 7, + [294439] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7835), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(1773), 1, + sym_PORT, + ACTIONS(7839), 1, + anon_sym_SEMI, + STATE(7067), 1, + sym_port_map_aspect, STATE(5970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294395] = 7, + [294463] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7837), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(7275), 1, + sym_IS, + ACTIONS(7841), 1, + anon_sym_SEMI, + STATE(6130), 1, + sym_subprogram_head, STATE(5971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294419] = 5, + [294487] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7839), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(7843), 1, + anon_sym_COMMA, + ACTIONS(7845), 1, + anon_sym_COLON, + STATE(5831), 1, + aux_sym_instantiation_list_repeat1, STATE(5972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294439] = 5, + [294511] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2424), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6947), 1, + anon_sym_COMMA, + ACTIONS(7847), 1, + anon_sym_COLON, + STATE(5187), 1, + aux_sym_group_constituent_list_repeat1, STATE(5973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294459] = 6, + [294535] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6972), 1, - sym_OF, - ACTIONS(7841), 1, - anon_sym_COMMA, - STATE(5974), 4, + ACTIONS(7437), 1, + anon_sym_LT_EQ, + ACTIONS(7849), 1, + sym_variable_assignment, + STATE(20), 1, + sym_signal_assignment, + STATE(5974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_index_constraint_repeat1, - [294481] = 7, + [294559] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7851), 1, anon_sym_COMMA, - ACTIONS(7844), 1, + ACTIONS(7854), 1, anon_sym_RPAREN, - STATE(5971), 1, - aux_sym_association_list_repeat1, - STATE(5975), 3, + STATE(5975), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [294505] = 7, + aux_sym_array_index_incomplete_type_list_repeat1, + [294581] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7437), 1, - sym_ELSE, - ACTIONS(7846), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7856), 1, anon_sym_SEMI, - STATE(6160), 1, - sym_else_expression_or_unaffected, + STATE(5838), 1, + aux_sym_use_clause_repeat1, STATE(5976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294529] = 7, + [294605] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7848), 1, - sym_CONSTANT, - ACTIONS(7850), 1, - sym_SIGNAL, - ACTIONS(7852), 1, - sym_VARIABLE, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7858), 1, + anon_sym_SEMI, + STATE(7665), 1, + sym_generic_map_aspect, STATE(5977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294553] = 7, + [294629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, - ACTIONS(6224), 1, + ACTIONS(6087), 3, + sym_IS, + sym_OPEN, anon_sym_SEMI, - STATE(6963), 1, - sym_initialiser, STATE(5978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294577] = 7, + [294649] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7854), 1, - anon_sym_SEMI, - STATE(7134), 1, - sym_generic_map_aspect, + ACTIONS(7437), 1, + anon_sym_LT_EQ, + ACTIONS(7860), 1, + sym_variable_assignment, + STATE(98), 1, + sym_signal_assignment, STATE(5979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294601] = 6, + [294673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7856), 1, - anon_sym_COMMA, - ACTIONS(7859), 1, - anon_sym_COLON, - STATE(5980), 4, + ACTIONS(2516), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(5980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_instantiation_list_repeat1, - [294623] = 5, + [294693] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2420), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7862), 1, + anon_sym_SEMI, + STATE(7159), 1, + sym_initialiser, STATE(5981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294643] = 5, + [294717] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3196), 3, + ACTIONS(5693), 1, + sym_PORT, + ACTIONS(6118), 1, sym_END, - sym_FOR, - sym_USE, + STATE(7138), 1, + sym_port_clause, STATE(5982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294663] = 7, + [294741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - ACTIONS(7861), 1, + ACTIONS(2536), 3, anon_sym_SEMI, - STATE(7140), 1, - sym_port_map_aspect, + anon_sym_RPAREN, + sym_variable_assignment, STATE(5983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294687] = 7, + [294761] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7863), 1, - sym_CONSTANT, - ACTIONS(7865), 1, - sym_SIGNAL, - ACTIONS(7867), 1, - sym_VARIABLE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7864), 1, + anon_sym_RPAREN, + STATE(5986), 1, + aux_sym_association_list_repeat1, STATE(5984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294711] = 5, + [294785] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2404), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7866), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294731] = 5, + [294809] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2420), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7868), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294751] = 6, + [294833] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7869), 1, - anon_sym_COMMA, - ACTIONS(7872), 1, - anon_sym_COLON, - STATE(5987), 4, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7870), 1, + sym_variable_assignment, + STATE(95), 1, + sym_signal_assignment, + STATE(5987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_identifier_list_repeat1, - [294773] = 5, + [294857] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6019), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7872), 1, + anon_sym_RPAREN, + STATE(5985), 1, + aux_sym_association_list_repeat1, STATE(5988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294793] = 7, + [294881] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, + ACTIONS(2886), 1, + sym_WHEN, ACTIONS(7874), 1, anon_sym_SEMI, - STATE(7594), 1, - sym_initialiser, + STATE(5433), 1, + sym_when_expression, STATE(5989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294817] = 7, + [294905] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5899), 1, - sym_variable_assignment, + ACTIONS(7437), 1, + anon_sym_LT_EQ, ACTIONS(7876), 1, - anon_sym_SEMI, - STATE(6964), 1, - sym_initialiser, + sym_variable_assignment, + STATE(92), 1, + sym_signal_assignment, STATE(5990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294841] = 5, + [294929] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6295), 3, - anon_sym_SEMI, + ACTIONS(7334), 1, anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(7878), 1, + anon_sym_COLON, + STATE(5939), 1, + aux_sym_identifier_list_repeat1, STATE(5991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294861] = 7, + [294953] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - ACTIONS(7878), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6098), 1, anon_sym_SEMI, - STATE(5484), 1, - sym_when_expression, + STATE(7165), 1, + sym_initialiser, STATE(5992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294885] = 7, + [294977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6166), 3, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(7880), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + anon_sym_DOT, STATE(5993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294909] = 7, + [294997] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7882), 1, - anon_sym_RPAREN, - STATE(5993), 1, - aux_sym_association_list_repeat1, + ACTIONS(7404), 1, + anon_sym_LT_EQ, + ACTIONS(7880), 1, + sym_variable_assignment, + STATE(86), 1, + sym_signal_assignment, STATE(5994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294933] = 7, + [295021] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7884), 1, + ACTIONS(7882), 1, anon_sym_RPAREN, - STATE(5997), 1, + STATE(5713), 1, aux_sym_association_list_repeat1, STATE(5995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294957] = 7, + [295045] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - sym_WHEN, - ACTIONS(5662), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7884), 1, anon_sym_SEMI, - STATE(7177), 1, - sym_when_expression, + STATE(7718), 1, + sym_initialiser, STATE(5996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294981] = 7, + [295069] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(6969), 1, anon_sym_COMMA, ACTIONS(7886), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + anon_sym_SEMI, + STATE(5976), 1, + aux_sym_use_clause_repeat1, STATE(5997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295005] = 5, + [295093] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7888), 3, - sym_box, + ACTIONS(6857), 1, anon_sym_COMMA, + ACTIONS(7888), 1, anon_sym_RPAREN, + STATE(5999), 1, + aux_sym_association_list_repeat1, STATE(5998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295025] = 7, + [295117] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7821), 1, + ACTIONS(6857), 1, anon_sym_COMMA, ACTIONS(7890), 1, anon_sym_RPAREN, - STATE(5911), 1, - aux_sym_entity_class_entry_list_repeat1, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(5999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295049] = 7, + [295141] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, + ACTIONS(6947), 1, + anon_sym_COMMA, ACTIONS(7892), 1, - anon_sym_SEMI, - STATE(6979), 1, - sym_generic_map_aspect, + anon_sym_COLON, + STATE(5973), 1, + aux_sym_group_constituent_list_repeat1, STATE(6000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295073] = 6, + [295165] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7894), 1, + ACTIONS(7521), 1, anon_sym_COMMA, - ACTIONS(7897), 1, + ACTIONS(7894), 1, anon_sym_RPAREN, - STATE(6001), 4, + STATE(5798), 1, + aux_sym_enumeration_type_definition_repeat1, + STATE(6001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_record_resolution_repeat1, - [295095] = 7, + [295189] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6947), 1, - anon_sym_COMMA, - ACTIONS(7899), 1, - anon_sym_RPAREN, - STATE(5875), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7896), 1, + anon_sym_SEMI, + STATE(7707), 1, + sym_generic_map_aspect, STATE(6002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295119] = 7, + [295213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7901), 1, - sym_CONSTANT, - ACTIONS(7903), 1, - sym_SIGNAL, - ACTIONS(7905), 1, - sym_VARIABLE, + ACTIONS(2940), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, STATE(6003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295143] = 7, + [295233] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7907), 1, - sym_CONSTANT, - ACTIONS(7909), 1, - sym_SIGNAL, - ACTIONS(7911), 1, - sym_VARIABLE, + ACTIONS(7843), 1, + anon_sym_COMMA, + ACTIONS(7898), 1, + anon_sym_COLON, + STATE(5972), 1, + aux_sym_instantiation_list_repeat1, STATE(6004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295167] = 5, + [295257] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7913), 3, + ACTIONS(1599), 1, sym_GENERIC, - sym_PORT, + ACTIONS(7900), 1, anon_sym_SEMI, + STATE(7562), 1, + sym_generic_map_aspect, STATE(6005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295187] = 5, + [295281] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2424), 3, - sym_PARAMETER, + ACTIONS(7827), 1, + anon_sym_COMMA, + ACTIONS(7902), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(5960), 1, + aux_sym_logical_name_list_repeat1, STATE(6006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295207] = 7, + [295305] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7198), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7915), 1, - anon_sym_SEMI, - STATE(5702), 1, - aux_sym_logical_name_list_repeat1, + ACTIONS(7904), 1, + anon_sym_RPAREN, + STATE(6008), 1, + aux_sym_association_list_repeat1, STATE(6007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295231] = 5, + [295329] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7917), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7906), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(6008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295251] = 7, + [295353] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6839), 1, - anon_sym_COMMA, - ACTIONS(7919), 1, - anon_sym_RPAREN, - STATE(5659), 1, - aux_sym_association_or_range_list_repeat1, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7908), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(6009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295275] = 6, + [295377] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7921), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7910), 1, anon_sym_SEMI, - ACTIONS(7923), 1, - anon_sym_COMMA, - STATE(6010), 4, + STATE(7545), 1, + sym_generic_map_aspect, + STATE(6010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_use_clause_repeat1, - [295297] = 7, + [295401] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(6025), 1, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7912), 1, anon_sym_SEMI, - STATE(7369), 1, - sym_timeout_clause, + STATE(7703), 1, + sym_generic_map_aspect, STATE(6011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295321] = 7, + [295425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1635), 1, - sym_GENERIC, - ACTIONS(7926), 1, + ACTIONS(6969), 1, + anon_sym_COMMA, + ACTIONS(7914), 1, anon_sym_SEMI, - STATE(7378), 1, - sym_generic_map_aspect, + STATE(5928), 1, + aux_sym_use_clause_repeat1, STATE(6012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295345] = 7, + [295449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, + ACTIONS(7764), 1, anon_sym_COMMA, - ACTIONS(7928), 1, + ACTIONS(7916), 1, anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + STATE(5926), 1, + aux_sym_aggregate_repeat1, STATE(6013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295369] = 7, + [295473] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7930), 1, - anon_sym_RPAREN, - STATE(6013), 1, - aux_sym_association_list_repeat1, + ACTIONS(7918), 1, + sym_SHARED, + ACTIONS(7920), 1, + sym_VARIABLE, + STATE(4758), 1, + sym_variable_declaration, STATE(6014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295393] = 5, + [295497] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3190), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7922), 1, + anon_sym_RPAREN, + STATE(5995), 1, + aux_sym_association_list_repeat1, STATE(6015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295413] = 7, + [295521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3828), 1, - anon_sym_RPAREN, - ACTIONS(7932), 1, + ACTIONS(6087), 3, + sym_GENERIC, anon_sym_SEMI, - STATE(5954), 1, - aux_sym_interface_list_repeat1, + sym_variable_assignment, STATE(6016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295437] = 7, + [295541] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6851), 1, + ACTIONS(6857), 1, anon_sym_COMMA, - ACTIONS(7934), 1, - anon_sym_COLON, - STATE(5683), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7924), 1, + anon_sym_RPAREN, + STATE(6019), 1, + aux_sym_association_list_repeat1, STATE(6017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295461] = 7, + [295565] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, + ACTIONS(2886), 1, sym_WHEN, - ACTIONS(7936), 1, + ACTIONS(7926), 1, anon_sym_SEMI, - STATE(5484), 1, + STATE(5433), 1, sym_when_expression, STATE(6018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295485] = 5, + [295589] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6173), 3, - anon_sym_SEMI, + ACTIONS(6857), 1, anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(7928), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(6019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295505] = 5, + [295613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3200), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(2884), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(6020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295525] = 5, + [295633] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7938), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(5709), 1, + sym_FOR, + ACTIONS(7930), 1, + anon_sym_SEMI, + STATE(7529), 1, + sym_timeout_clause, STATE(6021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295545] = 7, + [295657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7940), 1, + ACTIONS(7932), 3, + sym_IS, + anon_sym_SEMI, anon_sym_RPAREN, - STATE(6024), 1, - aux_sym_association_list_repeat1, STATE(6022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295569] = 5, + [295677] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7942), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LBRACK, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7934), 1, + anon_sym_SEMI, + STATE(7349), 1, + sym_generic_map_aspect, STATE(6023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295589] = 7, + [295701] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6871), 1, - anon_sym_COMMA, - ACTIONS(7944), 1, - anon_sym_RPAREN, - STATE(5726), 1, - aux_sym_association_list_repeat1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7936), 1, + anon_sym_SEMI, + STATE(7461), 1, + sym_initialiser, STATE(6024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295613] = 5, + [295725] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2404), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(7938), 1, + anon_sym_SEMI, + STATE(7515), 1, + sym_initialiser, STATE(6025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295633] = 7, + [295749] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_FOR, - ACTIONS(5805), 1, + ACTIONS(5849), 1, + sym_variable_assignment, + ACTIONS(6122), 1, anon_sym_SEMI, - STATE(7416), 1, - sym_timeout_clause, + STATE(7673), 1, + sym_initialiser, STATE(6026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295657] = 5, + [295773] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7946), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6077), 1, + sym_OF, + ACTIONS(7815), 1, + anon_sym_COMMA, + STATE(5953), 1, + aux_sym_index_constraint_repeat1, STATE(6027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295677] = 6, + [295797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7948), 1, - sym_END, - STATE(6962), 1, - sym_end_view, + ACTIONS(5980), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(6028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295698] = 6, + [295817] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2410), 1, - anon_sym_LPAREN, - STATE(1975), 1, - sym_parenthesis_group, + ACTIONS(1599), 1, + sym_GENERIC, + ACTIONS(7940), 1, + anon_sym_SEMI, + STATE(7277), 1, + sym_generic_map_aspect, STATE(6029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295719] = 6, + [295841] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1491), 1, - anon_sym_LPAREN, - STATE(858), 1, - sym_parenthesis_group, + ACTIONS(6857), 1, + anon_sym_COMMA, + ACTIONS(7942), 1, + anon_sym_RPAREN, + STATE(5713), 1, + aux_sym_association_list_repeat1, STATE(6030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295740] = 5, + [295865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2614), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(5993), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(6031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295759] = 5, + [295885] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2662), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(7746), 1, + sym_directive_body, + ACTIONS(7944), 1, + sym__directive_newline, + STATE(5870), 1, + aux_sym_user_directive_repeat1, STATE(6032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295778] = 5, + [295909] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2674), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(7746), 1, + sym_directive_body, + ACTIONS(7946), 1, + sym__directive_newline, + STATE(5870), 1, + aux_sym_user_directive_repeat1, STATE(6033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295797] = 5, + [295933] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2374), 2, + ACTIONS(7648), 1, anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(7948), 1, + anon_sym_RPAREN, + STATE(5863), 1, + aux_sym_element_association_list_repeat1, STATE(6034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295816] = 5, + [295957] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2640), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2886), 1, + sym_WHEN, + ACTIONS(7950), 1, + anon_sym_SEMI, + STATE(5433), 1, + sym_when_expression, STATE(6035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295835] = 5, + [295981] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2602), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(3968), 1, + anon_sym_LPAREN, + STATE(3513), 1, + sym_parenthesis_group, STATE(6036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295854] = 5, + [296002] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7950), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6224), 1, + sym_select_target, STATE(6037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295873] = 5, + [296023] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6915), 2, - sym_END, - sym_WHEN, + ACTIONS(2225), 1, + anon_sym_LPAREN, + STATE(1834), 1, + sym_parenthesis_group, STATE(6038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295892] = 5, + [296044] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2424), 2, - sym_PORT, - anon_sym_SEMI, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(101), 1, + sym_signal_assignment, STATE(6039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295911] = 5, + [296065] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2420), 2, - sym_PORT, - anon_sym_SEMI, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6537), 1, + sym_sequential_block, STATE(6040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295930] = 6, + [296086] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7952), 1, - anon_sym_LPAREN, - STATE(1738), 1, - sym_association_list, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(84), 1, + sym_signal_assignment, STATE(6041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295951] = 6, + [296107] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2562), 1, - anon_sym_LPAREN, - STATE(2144), 1, - sym_parenthesis_group, + ACTIONS(7956), 1, + sym_END, + STATE(7371), 1, + sym_end_process, STATE(6042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295972] = 5, + [296128] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2404), 2, - sym_PORT, + ACTIONS(6087), 2, + sym_UNITS, anon_sym_SEMI, STATE(6043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295991] = 5, + [296147] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7210), 2, - sym_END, - sym_WHEN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6567), 1, + sym_sequential_block, STATE(6044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296010] = 6, + [296168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2562), 1, - anon_sym_LPAREN, - STATE(2162), 1, - sym_parenthesis_group, + ACTIONS(7958), 2, + sym_based_integer, + sym_based_float, STATE(6045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296031] = 5, + [296187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7954), 2, - sym_END, - sym_FOR, + ACTIONS(7960), 1, + anon_sym_SEMI, + ACTIONS(7962), 1, + sym_IS, STATE(6046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296050] = 5, + [296208] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7956), 2, - sym_END, - sym_FOR, + ACTIONS(7964), 2, + sym_based_integer, + sym_based_float, STATE(6047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296069] = 5, + [296227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7958), 2, - sym_END, - sym_FOR, + ACTIONS(7966), 1, + sym_IS, + STATE(6569), 1, + sym_package_definition_body, STATE(6048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296088] = 6, + [296248] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2456), 1, - anon_sym_LPAREN, - STATE(2068), 1, - sym_parenthesis_group, + ACTIONS(7968), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296109] = 5, + [296267] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6972), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6547), 1, + sym_concurrent_block, STATE(6050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296128] = 5, + [296288] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6230), 2, - sym_END, - sym_USE, + ACTIONS(2644), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296147] = 5, + [296307] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5691), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6540), 1, + sym_sequential_block, STATE(6052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296166] = 5, + [296328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 2, - sym_UNITS, - anon_sym_SEMI, + ACTIONS(6065), 1, + anon_sym_PIPE, + ACTIONS(7970), 1, + anon_sym_EQ_GT, STATE(6053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296185] = 6, + [296349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1491), 1, - anon_sym_LPAREN, - STATE(860), 1, - sym_parenthesis_group, + ACTIONS(2566), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296206] = 6, + [296368] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7960), 1, + ACTIONS(7972), 1, anon_sym_LPAREN, - STATE(3421), 1, + STATE(1797), 1, sym_association_list, STATE(6055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296227] = 5, + [296389] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2948), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(2388), 1, + anon_sym_LPAREN, + STATE(2158), 1, + sym_parenthesis_group, STATE(6056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296246] = 5, + [296410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 2, - sym_OF, - anon_sym_COMMA, + ACTIONS(2520), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296265] = 5, + [296429] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7962), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6585), 1, + sym_sequential_block, STATE(6058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296284] = 5, + [296450] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7964), 2, - sym_END, - sym_FOR, + ACTIONS(2512), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296303] = 5, + [296469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7966), 2, + ACTIONS(2570), 2, + sym_GENERIC, anon_sym_SEMI, - anon_sym_RPAREN, STATE(6060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296322] = 5, + [296488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7921), 2, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(2388), 1, + anon_sym_LPAREN, + STATE(2183), 1, + sym_parenthesis_group, STATE(6061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296341] = 5, + [296509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7968), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2492), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296360] = 6, + [296528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6338), 1, - sym_END, - STATE(7600), 1, - sym_end_entity, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(19), 1, + sym_signal_assignment, STATE(6063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296381] = 5, + [296549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7970), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7974), 1, + anon_sym_LPAREN, + STATE(2075), 1, + sym_association_list, STATE(6064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296400] = 5, + [296570] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7972), 2, - sym_END, - sym_FOR, + ACTIONS(7976), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296419] = 6, + [296589] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7974), 1, - anon_sym_LPAREN, - STATE(844), 1, - sym_association_list, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(82), 1, + sym_signal_assignment, STATE(6066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296440] = 6, + [296610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5339), 1, + ACTIONS(2225), 1, anon_sym_LPAREN, - STATE(4901), 1, + STATE(1836), 1, sym_parenthesis_group, STATE(6067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296461] = 6, + [296631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7976), 1, - anon_sym_COLON, - ACTIONS(7978), 1, - sym_IS, + ACTIONS(7978), 2, + sym_based_integer, + sym_based_float, STATE(6068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296482] = 5, + [296650] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7859), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6595), 1, + sym_sequential_block, STATE(6069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296501] = 6, + [296671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - STATE(8298), 1, - sym_end_for, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(115), 1, + sym_signal_assignment, STATE(6070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296522] = 6, + [296692] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -287670,9867 +287863,9866 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(7980), 1, - anon_sym_COLON, - ACTIONS(7982), 1, sym_IS, + STATE(6597), 1, + sym_package_declaration_body, STATE(6071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296543] = 6, + [296713] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5339), 1, - anon_sym_LPAREN, - STATE(4896), 1, - sym_parenthesis_group, + ACTIONS(7982), 1, + anon_sym_COLON, + ACTIONS(7984), 1, + sym_IS, STATE(6072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296564] = 5, + [296734] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7984), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6228), 1, + sym_sequential_block, STATE(6073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296583] = 6, + [296755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7986), 1, - anon_sym_COLON, - ACTIONS(7988), 1, - sym_IS, + ACTIONS(7986), 2, + sym_based_integer, + sym_based_float, STATE(6074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296604] = 6, + [296774] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, - sym_END, - STATE(8288), 1, - sym_end_for, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(116), 1, + sym_signal_assignment, STATE(6075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296625] = 5, + [296795] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7990), 2, - sym_END, - sym_FOR, + ACTIONS(7988), 1, + sym_IS, + STATE(5480), 1, + sym_entity_head, STATE(6076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296644] = 6, + [296816] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7992), 1, - anon_sym_COLON, - ACTIONS(7994), 1, - sym_IS, + ACTIONS(271), 1, + sym_LOOP, + STATE(6555), 1, + sym_loop_body, STATE(6077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296665] = 6, + [296837] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7996), 1, - anon_sym_COLON, - ACTIONS(7998), 1, - sym_IS, + ACTIONS(7990), 1, + anon_sym_LPAREN, + STATE(3389), 1, + sym_association_list, STATE(6078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296686] = 6, + [296858] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8000), 1, + ACTIONS(1469), 1, anon_sym_LPAREN, - STATE(5947), 1, - sym_association_list, + STATE(846), 1, + sym_parenthesis_group, STATE(6079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296707] = 6, + [296879] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2992), 1, + ACTIONS(7992), 1, sym_END, - STATE(8271), 1, - sym_end_for, + STATE(8172), 1, + sym_end_view, STATE(6080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296728] = 5, + [296900] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8002), 2, - sym_END, - sym_WHEN, + ACTIONS(7994), 1, + sym_IS, + STATE(6559), 1, + sym_case_body, STATE(6081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296747] = 6, + [296921] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2282), 1, + ACTIONS(7996), 1, anon_sym_LPAREN, - STATE(1894), 1, - sym_parenthesis_group, + STATE(853), 1, + sym_association_list, STATE(6082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296768] = 6, + [296942] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8004), 1, - anon_sym_DOT, - ACTIONS(8006), 1, - anon_sym_COLON, + ACTIONS(5343), 1, + anon_sym_LPAREN, + STATE(4938), 1, + sym_parenthesis_group, STATE(6083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296789] = 5, + [296963] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8008), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(7998), 2, + sym_directive_body, + sym__directive_newline, STATE(6084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296808] = 5, + [296982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8010), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8000), 1, + anon_sym_COLON, + ACTIONS(8002), 1, + sym_IS, STATE(6085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296827] = 5, + [297003] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8012), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(108), 1, + sym_signal_assignment, STATE(6086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296846] = 6, + [297024] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2282), 1, + ACTIONS(1469), 1, anon_sym_LPAREN, - STATE(1896), 1, + STATE(851), 1, sym_parenthesis_group, STATE(6087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296867] = 5, + [297045] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7872), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(5343), 1, + anon_sym_LPAREN, + STATE(4940), 1, + sym_parenthesis_group, STATE(6088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296886] = 6, + [297066] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8014), 1, - anon_sym_LPAREN, - STATE(1934), 1, - sym_association_list, + ACTIONS(8004), 1, + sym_IS, + STATE(6139), 1, + sym_package_declaration_body, STATE(6089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296907] = 5, + [297087] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8016), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6145), 1, + sym_select_target, STATE(6090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296926] = 5, + [297108] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8018), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8006), 1, + sym_IS, + STATE(6528), 1, + sym_mode_view_body, STATE(6091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296945] = 5, + [297129] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8020), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7994), 1, + sym_IS, + STATE(6531), 1, + sym_case_body, STATE(6092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296964] = 6, + [297150] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8022), 1, - anon_sym_LPAREN, - STATE(2290), 1, - sym_association_list, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6143), 1, + sym_sequential_block, STATE(6093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296985] = 6, + [297171] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4234), 1, - anon_sym_LPAREN, - STATE(4401), 1, - sym_parenthesis_group, + ACTIONS(271), 1, + sym_LOOP, + STATE(6530), 1, + sym_loop_body, STATE(6094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297006] = 5, + [297192] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8024), 2, + ACTIONS(5687), 1, sym_END, - sym_WHEN, + STATE(7133), 1, + sym_end_component, STATE(6095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297025] = 6, + [297213] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8026), 1, - sym_END, - STATE(6081), 1, - sym_generate_block_end, + ACTIONS(7348), 1, + anon_sym_DOT, + ACTIONS(7350), 1, + anon_sym_LPAREN, STATE(6096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297046] = 6, + [297234] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8004), 1, - anon_sym_DOT, - ACTIONS(8028), 1, - anon_sym_COLON, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6527), 1, + sym_concurrent_block, STATE(6097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297067] = 5, + [297255] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8030), 2, - sym_END, - sym_FOR, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(96), 1, + sym_signal_assignment, STATE(6098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297086] = 6, + [297276] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4234), 1, - anon_sym_LPAREN, - STATE(4425), 1, - sym_parenthesis_group, + ACTIONS(8008), 2, + anon_sym_SEMI, + sym_variable_assignment, STATE(6099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297107] = 5, + [297295] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8032), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6518), 1, + sym_sequential_block, STATE(6100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297126] = 5, + [297316] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7542), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8010), 2, + sym_based_integer, + sym_based_float, STATE(6101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297145] = 5, + [297335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8034), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(3898), 1, + anon_sym_LPAREN, + STATE(3408), 1, + sym_parenthesis_group, STATE(6102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297164] = 5, + [297356] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8036), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6516), 1, + sym_sequential_block, STATE(6103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297183] = 5, + [297377] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8038), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(103), 1, + sym_signal_assignment, STATE(6104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297202] = 6, + [297398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8040), 1, - anon_sym_LPAREN, - STATE(7602), 1, - sym_association_list, + ACTIONS(8012), 1, + anon_sym_COLON, + ACTIONS(8014), 1, + sym_IS, STATE(6105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297223] = 5, + [297419] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6725), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3898), 1, + anon_sym_LPAREN, + STATE(3413), 1, + sym_parenthesis_group, STATE(6106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297242] = 6, + [297440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8042), 1, - sym_IS, - STATE(6344), 1, - sym_configuration_head, + ACTIONS(8016), 1, + sym_END, + STATE(7106), 1, + sym_end_context, STATE(6107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297263] = 5, + [297461] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2614), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(8018), 1, + anon_sym_LPAREN, + STATE(2017), 1, + sym_association_list, STATE(6108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297282] = 5, + [297482] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8044), 2, - sym_END, - sym_FOR, + ACTIONS(8020), 1, + anon_sym_LPAREN, + STATE(2250), 1, + sym_association_list, STATE(6109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297301] = 5, + [297503] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8046), 2, - sym_END, - sym_FOR, + ACTIONS(4271), 1, + anon_sym_LPAREN, + STATE(4412), 1, + sym_parenthesis_group, STATE(6110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297320] = 5, + [297524] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2662), 2, - sym_GENERIC, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8022), 1, anon_sym_SEMI, STATE(6111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297339] = 5, + [297545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8048), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7742), 2, + sym_END, + sym_WHEN, STATE(6112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297358] = 5, + [297564] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2674), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(8024), 1, + sym_IS, + STATE(6497), 1, + sym_package_declaration_body, STATE(6113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297377] = 5, + [297585] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2374), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(2562), 1, + sym_OF, + ACTIONS(2636), 1, + anon_sym_COLON, STATE(6114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297396] = 5, + [297606] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2640), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(4271), 1, + anon_sym_LPAREN, + STATE(4440), 1, + sym_parenthesis_group, STATE(6115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297415] = 5, + [297627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2602), 2, - sym_GENERIC, + ACTIONS(2536), 2, + sym_PORT, anon_sym_SEMI, STATE(6116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297434] = 5, + [297646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8050), 2, - sym_END, - sym_WHEN, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(105), 1, + sym_signal_assignment, STATE(6117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297453] = 6, + [297667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8052), 1, - sym_BEGIN, - STATE(6096), 1, - sym_generate_block, + ACTIONS(8026), 1, + anon_sym_LPAREN, + STATE(3459), 1, + sym_association_list, STATE(6118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297474] = 5, + [297688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8054), 2, - sym_END, + ACTIONS(6633), 2, sym_WHEN, + anon_sym_SEMI, STATE(6119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297493] = 6, + [297707] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8056), 1, - anon_sym_LPAREN, - STATE(4929), 1, - sym_association_list, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6494), 1, + sym_sequential_block, STATE(6120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297514] = 6, + [297728] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4837), 1, - anon_sym_LPAREN, - STATE(4617), 1, - sym_parenthesis_group, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(93), 1, + sym_signal_assignment, STATE(6121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297535] = 6, + [297749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2884), 1, - sym_WHEN, - STATE(6150), 1, - sym_when_expression, + ACTIONS(8028), 2, + sym_based_integer, + sym_based_float, STATE(6122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297556] = 6, + [297768] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3918), 1, - anon_sym_LPAREN, - STATE(3383), 1, - sym_parenthesis_group, + ACTIONS(8030), 1, + sym_END, + STATE(6783), 1, + sym_end_loop, STATE(6123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297577] = 5, + [297789] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7253), 2, + ACTIONS(7303), 2, + sym_OF, anon_sym_COMMA, - anon_sym_RPAREN, STATE(6124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297596] = 6, + [297808] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8058), 1, - anon_sym_SEMI, - ACTIONS(8060), 1, - anon_sym_COMMA, + ACTIONS(8032), 1, + sym_END, + STATE(6727), 1, + sym_end_case, STATE(6125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297617] = 6, + [297829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4837), 1, - anon_sym_LPAREN, - STATE(4636), 1, - sym_parenthesis_group, + ACTIONS(8034), 2, + sym_based_integer, + sym_based_float, STATE(6126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297638] = 5, + [297848] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7712), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4963), 1, + anon_sym_LPAREN, + STATE(4757), 1, + sym_parenthesis_group, STATE(6127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297657] = 5, + [297869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7507), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8036), 2, + sym_based_integer, + sym_based_float, STATE(6128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297676] = 5, + [297888] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6972), 2, - sym_OF, - anon_sym_COMMA, + ACTIONS(2516), 2, + sym_PORT, + anon_sym_SEMI, STATE(6129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297695] = 6, + [297907] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8060), 1, - anon_sym_COMMA, - ACTIONS(8062), 1, - anon_sym_SEMI, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6490), 1, + sym_sequential_block, STATE(6130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297716] = 6, + [297928] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7437), 1, - sym_ELSE, - STATE(6160), 1, - sym_else_expression_or_unaffected, + ACTIONS(5885), 1, + anon_sym_SEMI, + ACTIONS(5887), 1, + anon_sym_LT_EQ, STATE(6131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297737] = 6, + [297949] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3918), 1, - anon_sym_LPAREN, - STATE(3380), 1, - sym_parenthesis_group, + ACTIONS(8038), 1, + anon_sym_SEMI, + ACTIONS(8040), 1, + sym_IS, STATE(6132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297758] = 5, + [297970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8064), 2, - sym_WHEN, + ACTIONS(8042), 1, anon_sym_SEMI, + ACTIONS(8044), 1, + anon_sym_COMMA, STATE(6133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297777] = 6, + [297991] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8066), 1, - anon_sym_LPAREN, - STATE(2017), 1, - sym_association_list, + ACTIONS(3238), 1, + sym_WHEN, + STATE(6404), 1, + sym_when_element, STATE(6134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297798] = 5, + [298012] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8068), 2, + ACTIONS(7966), 1, sym_IS, - anon_sym_SEMI, + STATE(6379), 1, + sym_package_definition_body, STATE(6135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297817] = 5, + [298033] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7897), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8046), 1, + anon_sym_LPAREN, + STATE(4945), 1, + sym_association_list, STATE(6136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297836] = 5, + [298054] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8070), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(4453), 1, + anon_sym_LPAREN, + STATE(4579), 1, + sym_parenthesis_group, STATE(6137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297855] = 5, + [298075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6063), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7966), 1, + sym_IS, + STATE(6479), 1, + sym_package_definition_body, STATE(6138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297874] = 5, + [298096] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8072), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8048), 1, + sym_END, + STATE(6978), 1, + sym_end_package, STATE(6139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297893] = 5, + [298117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8074), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8050), 2, + sym_based_integer, + sym_based_float, STATE(6140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297912] = 5, + [298136] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8076), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6478), 1, + sym_sequential_block, STATE(6141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297931] = 5, + [298157] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8078), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4453), 1, + anon_sym_LPAREN, + STATE(4576), 1, + sym_parenthesis_group, STATE(6142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297950] = 5, + [298178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8080), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7956), 1, + sym_END, + STATE(6977), 1, + sym_end_process, STATE(6143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297969] = 5, + [298199] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8082), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6380), 1, + sym_sequential_block, STATE(6144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297988] = 5, + [298220] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6230), 2, - sym_FOR, - sym_USE, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(94), 1, + sym_signal_assignment, STATE(6145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298007] = 5, + [298241] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4160), 2, - sym_END, - sym_PORT, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(90), 1, + sym_signal_assignment, STATE(6146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298026] = 6, + [298262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8084), 1, - anon_sym_LPAREN, - STATE(4434), 1, - sym_association_list, + ACTIONS(7994), 1, + sym_IS, + STATE(6468), 1, + sym_case_body, STATE(6147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298047] = 6, + [298283] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4601), 1, + ACTIONS(2376), 1, anon_sym_LPAREN, - STATE(4610), 1, + STATE(1963), 1, sym_parenthesis_group, STATE(6148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298068] = 6, + [298304] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(8202), 1, - sym_end_process, + ACTIONS(271), 1, + sym_LOOP, + STATE(6465), 1, + sym_loop_body, STATE(6149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298089] = 5, + [298325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6496), 2, - sym_ELSE, - anon_sym_SEMI, + ACTIONS(8052), 2, + sym_based_integer, + sym_based_float, STATE(6150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298108] = 5, + [298344] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8088), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6593), 1, + sym_sequential_block, STATE(6151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298127] = 6, + [298365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3412), 1, - sym_WHEN, - STATE(8194), 1, - sym_when_element, + ACTIONS(6085), 2, + sym_IS, + anon_sym_SEMI, STATE(6152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298148] = 6, + [298384] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4601), 1, - anon_sym_LPAREN, - STATE(4598), 1, - sym_parenthesis_group, + ACTIONS(8054), 1, + anon_sym_COLON, + ACTIONS(8056), 1, + sym_IS, STATE(6153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298169] = 6, + [298405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8090), 1, - anon_sym_SEMI, - ACTIONS(8092), 1, - anon_sym_COMMA, + ACTIONS(2376), 1, + anon_sym_LPAREN, + STATE(1952), 1, + sym_parenthesis_group, STATE(6154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298190] = 5, + [298426] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8094), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8058), 2, + sym_based_integer, + sym_based_float, STATE(6155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298209] = 6, + [298445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - sym_END, - STATE(8174), 1, - sym_end_if, + ACTIONS(2488), 2, + sym_PORT, + anon_sym_SEMI, STATE(6156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298230] = 5, + [298464] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8096), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8060), 1, + anon_sym_LPAREN, + STATE(1950), 1, + sym_association_list, STATE(6157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298249] = 6, + [298485] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(8172), 1, - sym_end_block, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6456), 1, + sym_concurrent_block, STATE(6158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298270] = 6, + [298506] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6226), 1, - sym_select_target, + ACTIONS(2884), 2, + sym_UNITS, + anon_sym_SEMI, STATE(6159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298291] = 5, + [298525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6710), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(8062), 2, + sym_IS, + anon_sym_COLON, STATE(6160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298310] = 6, + [298544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6236), 1, - sym_select_target, + ACTIONS(7994), 1, + sym_IS, + STATE(6415), 1, + sym_case_body, STATE(6161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298331] = 5, + [298565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8102), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8064), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298350] = 6, + [298584] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6243), 1, - sym_select_target, + ACTIONS(8066), 1, + anon_sym_LPAREN, + STATE(4452), 1, + sym_association_list, STATE(6163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298371] = 5, + [298605] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8104), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(4561), 1, + anon_sym_LPAREN, + STATE(4633), 1, + sym_parenthesis_group, STATE(6164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298390] = 5, + [298626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8106), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(271), 1, + sym_LOOP, + STATE(6424), 1, + sym_loop_body, STATE(6165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298409] = 6, + [298647] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8108), 1, - anon_sym_LPAREN, - STATE(2074), 1, - sym_association_list, + ACTIONS(8030), 1, + sym_END, + STATE(6922), 1, + sym_end_loop, STATE(6166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298430] = 6, + [298668] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5637), 1, - sym_select_target, + ACTIONS(8068), 2, + sym_END, + sym_FOR, STATE(6167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298451] = 6, + [298687] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, + ACTIONS(7952), 1, sym_SELECT, - STATE(6256), 1, + STATE(5753), 1, sym_select_target, STATE(6168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298472] = 5, + [298708] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8110), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4561), 1, + anon_sym_LPAREN, + STATE(4610), 1, + sym_parenthesis_group, STATE(6169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298491] = 6, + [298729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8112), 1, - anon_sym_LPAREN, - STATE(4578), 1, - sym_association_list, + ACTIONS(7799), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298512] = 6, + [298748] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2250), 1, - anon_sym_LPAREN, - STATE(1864), 1, - sym_parenthesis_group, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(100), 1, + sym_signal_assignment, STATE(6171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298533] = 6, + [298769] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5697), 1, - sym_select_target, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6452), 1, + sym_sequential_block, STATE(6172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298554] = 5, + [298790] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8114), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8070), 2, + sym_based_integer, + sym_based_float, STATE(6173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298573] = 5, + [298809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8116), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8072), 2, + sym_END, + sym_FOR, STATE(6174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298592] = 6, + [298828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2456), 1, - anon_sym_LPAREN, - STATE(2073), 1, - sym_parenthesis_group, + ACTIONS(8074), 1, + anon_sym_SEMI, + ACTIONS(8076), 1, + sym_IS, STATE(6175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298613] = 6, + [298849] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2250), 1, - anon_sym_LPAREN, - STATE(1867), 1, - sym_parenthesis_group, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6451), 1, + sym_sequential_block, STATE(6176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298634] = 5, + [298870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8118), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8078), 1, + sym_POSTPONED, + ACTIONS(8080), 1, + sym_PROCESS, STATE(6177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298653] = 5, + [298891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8120), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8082), 2, + sym_based_integer, + sym_based_float, STATE(6178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298672] = 5, + [298910] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7799), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7994), 1, + sym_IS, + STATE(6442), 1, + sym_case_body, STATE(6179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298691] = 6, + [298931] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6278), 1, - sym_select_target, + ACTIONS(4963), 1, + anon_sym_LPAREN, + STATE(4751), 1, + sym_parenthesis_group, STATE(6180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298712] = 5, + [298952] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8122), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(271), 1, + sym_LOOP, + STATE(6440), 1, + sym_loop_body, STATE(6181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298731] = 6, + [298973] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6285), 1, - sym_select_target, + ACTIONS(8084), 1, + anon_sym_LPAREN, + STATE(979), 1, + sym_association_list, STATE(6182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298752] = 5, + [298994] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8124), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(5769), 1, + sym_END, + STATE(7313), 1, + sym_end_if, STATE(6183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298771] = 6, + [299015] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8126), 1, - sym_END, - STATE(8143), 1, - sym_end_configuration, + ACTIONS(8086), 1, + sym_ELSE, + STATE(5460), 1, + sym_else_expression, STATE(6184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298792] = 5, + [299036] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8128), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8006), 1, + sym_IS, + STATE(6436), 1, + sym_mode_view_body, STATE(6185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298811] = 6, + [299057] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5769), 1, - sym_select_target, + ACTIONS(8088), 1, + anon_sym_LPAREN, + STATE(4572), 1, + sym_association_list, STATE(6186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298832] = 6, + [299078] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6298), 1, - sym_select_target, + ACTIONS(2147), 1, + anon_sym_LPAREN, + STATE(1886), 1, + sym_parenthesis_group, STATE(6187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298853] = 6, + [299099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5854), 1, - sym_select_target, + ACTIONS(8090), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298874] = 5, + [299118] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7468), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6433), 1, + sym_concurrent_block, STATE(6189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298893] = 5, + [299139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8130), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2550), 1, + anon_sym_LPAREN, + STATE(2064), 1, + sym_parenthesis_group, STATE(6190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298912] = 6, + [299160] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8132), 1, - sym_END, - STATE(8138), 1, - sym_end_architecture, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(64), 1, + sym_signal_assignment, STATE(6191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298933] = 5, + [299181] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8134), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2147), 1, + anon_sym_LPAREN, + STATE(1884), 1, + sym_parenthesis_group, STATE(6192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298952] = 6, + [299202] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8136), 1, - anon_sym_LPAREN, - STATE(4561), 1, - sym_association_list, + ACTIONS(8092), 2, + sym_END, + sym_FOR, STATE(6193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298973] = 6, + [299221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4357), 1, - anon_sym_LPAREN, - STATE(4543), 1, - sym_parenthesis_group, + ACTIONS(8094), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298994] = 6, + [299240] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6321), 1, - sym_select_target, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6428), 1, + sym_sequential_block, STATE(6195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299015] = 5, + [299261] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8138), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(2550), 1, + anon_sym_LPAREN, + STATE(2078), 1, + sym_parenthesis_group, STATE(6196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299034] = 6, + [299282] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6325), 1, - sym_select_target, + ACTIONS(7725), 2, + sym_END, + sym_WHEN, STATE(6197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299055] = 6, + [299301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6149), 1, - sym_sequential_block, + ACTIONS(8096), 1, + anon_sym_LPAREN, + STATE(4678), 1, + sym_association_list, STATE(6198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299076] = 6, + [299322] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4357), 1, + ACTIONS(2452), 1, anon_sym_LPAREN, - STATE(4547), 1, + STATE(2032), 1, sym_parenthesis_group, STATE(6199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299097] = 5, + [299343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8140), 2, - sym_END, - sym_WHEN, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6423), 1, + sym_sequential_block, STATE(6200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299116] = 6, + [299364] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(8133), 1, - sym_end_block, + ACTIONS(8098), 2, + sym_based_integer, + sym_based_float, STATE(6201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299137] = 6, + [299383] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8142), 1, - anon_sym_COLON, - ACTIONS(8144), 1, - sym_IS, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(124), 1, + sym_signal_assignment, STATE(6202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299158] = 6, + [299404] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8146), 1, - sym_IS, - STATE(6426), 1, - sym_package_declaration_body, + ACTIONS(8100), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299179] = 6, + [299423] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8148), 1, - anon_sym_COLON, - ACTIONS(8150), 1, - sym_IS, + ACTIONS(8102), 1, + anon_sym_LPAREN, + STATE(4387), 1, + sym_association_list, STATE(6204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299200] = 6, + [299444] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6427), 1, - sym_sequential_block, + ACTIONS(8104), 1, + anon_sym_COLON, + ACTIONS(8106), 1, + sym_IS, STATE(6205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299221] = 5, + [299465] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7096), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4172), 1, + anon_sym_LPAREN, + STATE(4322), 1, + sym_parenthesis_group, STATE(6206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299240] = 5, + [299486] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8152), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8108), 1, + sym_IS, + STATE(6407), 1, + sym_package_declaration_body, STATE(6207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299259] = 5, + [299507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8154), 2, + ACTIONS(7303), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299278] = 6, + [299526] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6429), 1, - sym_sequential_block, + ACTIONS(8110), 1, + anon_sym_LPAREN, + STATE(4585), 1, + sym_association_list, STATE(6209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299299] = 6, + [299547] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3412), 1, - sym_WHEN, - STATE(6154), 1, - sym_when_element, + ACTIONS(4417), 1, + anon_sym_LPAREN, + STATE(4518), 1, + sym_parenthesis_group, STATE(6210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299320] = 6, + [299568] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8092), 1, - anon_sym_COMMA, - ACTIONS(8156), 1, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8112), 1, anon_sym_SEMI, STATE(6211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299341] = 6, + [299589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6433), 1, - sym_sequential_block, + ACTIONS(8114), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299362] = 6, + [299608] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8158), 1, - anon_sym_LPAREN, - STATE(1881), 1, - sym_association_list, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(119), 1, + sym_signal_assignment, STATE(6213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299383] = 6, + [299629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1871), 1, - anon_sym_LPAREN, - STATE(1380), 1, - sym_parenthesis_group, + ACTIONS(8116), 2, + sym_based_integer, + sym_based_float, STATE(6214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299404] = 6, + [299648] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6909), 1, - anon_sym_DOT, - ACTIONS(6911), 1, + ACTIONS(4417), 1, anon_sym_LPAREN, + STATE(4512), 1, + sym_parenthesis_group, STATE(6215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299425] = 6, + [299669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2394), 1, - anon_sym_LPAREN, - STATE(2133), 1, - sym_parenthesis_group, + ACTIONS(8118), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299446] = 6, + [299688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8160), 1, - sym_IS, - STATE(6434), 1, - sym_package_definition_body, + ACTIONS(8120), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299467] = 6, + [299707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6435), 1, - sym_sequential_block, + ACTIONS(7854), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299488] = 6, + [299726] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1871), 1, + ACTIONS(8122), 1, anon_sym_LPAREN, - STATE(1375), 1, - sym_parenthesis_group, + STATE(4768), 1, + sym_association_list, STATE(6219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299509] = 6, + [299747] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6437), 1, - sym_sequential_block, + ACTIONS(6093), 2, + sym_END, + sym_USE, STATE(6220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299530] = 6, + [299766] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8162), 1, - sym_IS, - STATE(6438), 1, - sym_package_declaration_body, + ACTIONS(1615), 1, + anon_sym_LPAREN, + STATE(1034), 1, + sym_parenthesis_group, STATE(6221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299551] = 6, + [299787] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8164), 1, - anon_sym_COLON, - ACTIONS(8166), 1, - sym_IS, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6405), 1, + sym_sequential_block, STATE(6222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299572] = 6, + [299808] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6440), 1, - sym_sequential_block, + ACTIONS(8124), 2, + sym_based_integer, + sym_based_float, STATE(6223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299593] = 6, + [299827] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7948), 1, - sym_END, - STATE(8121), 1, - sym_end_view, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(91), 1, + sym_signal_assignment, STATE(6224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299614] = 6, + [299848] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2394), 1, - anon_sym_LPAREN, - STATE(2138), 1, - sym_parenthesis_group, + ACTIONS(8126), 2, + sym_END, + sym_WHEN, STATE(6225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299635] = 6, + [299867] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(93), 1, - sym_signal_assignment, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6397), 1, + sym_sequential_block, STATE(6226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299656] = 6, + [299888] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8170), 1, - anon_sym_LPAREN, - STATE(4713), 1, - sym_association_list, + ACTIONS(8128), 1, + sym_IF, + ACTIONS(8130), 1, + sym__directive_newline, STATE(6227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299677] = 6, + [299909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6443), 1, - sym_concurrent_block, + ACTIONS(8132), 1, + sym_END, + STATE(6805), 1, + sym_subprogram_end, STATE(6228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299698] = 6, + [299930] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8172), 1, - sym_IS, - STATE(6028), 1, - sym_mode_view_body, + ACTIONS(8134), 1, + anon_sym_LPAREN, + STATE(1792), 1, + sym_association_list, STATE(6229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299719] = 6, + [299951] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6444), 1, - sym_sequential_block, + ACTIONS(1871), 1, + anon_sym_LPAREN, + STATE(1362), 1, + sym_parenthesis_group, STATE(6230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299740] = 5, + [299972] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8174), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6786), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299759] = 6, + [299991] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8176), 1, - anon_sym_LPAREN, - STATE(4481), 1, - sym_association_list, + ACTIONS(8136), 1, + anon_sym_SEMI, + ACTIONS(8138), 1, + sym_IS, STATE(6232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299780] = 6, + [300012] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1883), 1, - anon_sym_LPAREN, - STATE(1341), 1, - sym_parenthesis_group, + ACTIONS(7966), 1, + sym_IS, + STATE(6389), 1, + sym_package_definition_body, STATE(6233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299801] = 6, + [300033] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(113), 1, - sym_signal_assignment, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6386), 1, + sym_sequential_block, STATE(6234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299822] = 6, + [300054] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6448), 1, - sym_concurrent_block, + ACTIONS(1871), 1, + anon_sym_LPAREN, + STATE(1350), 1, + sym_parenthesis_group, STATE(6235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299843] = 6, + [300075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(85), 1, - sym_signal_assignment, + ACTIONS(8140), 1, + sym_END, + STATE(6799), 1, + sym_end_block, STATE(6236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299864] = 5, + [300096] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8178), 2, - sym_based_integer, - sym_based_float, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6521), 1, + sym_concurrent_block, STATE(6237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299883] = 6, + [300117] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1883), 1, + ACTIONS(2502), 1, anon_sym_LPAREN, - STATE(1339), 1, + STATE(2179), 1, sym_parenthesis_group, STATE(6238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299904] = 6, + [300138] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6449), 1, - sym_sequential_block, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(99), 1, + sym_signal_assignment, STATE(6239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299925] = 5, + [300159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6245), 2, - sym_UNITS, - anon_sym_SEMI, + ACTIONS(2636), 2, + sym_directive_body, + sym__directive_newline, STATE(6240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299944] = 6, + [300178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8160), 1, - sym_IS, - STATE(6450), 1, - sym_package_definition_body, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6377), 1, + sym_concurrent_block, STATE(6241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299965] = 6, + [300199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6456), 1, - sym_sequential_block, + ACTIONS(5887), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299986] = 6, + [300218] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(84), 1, - sym_signal_assignment, + ACTIONS(2502), 1, + anon_sym_LPAREN, + STATE(2188), 1, + sym_parenthesis_group, STATE(6243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300007] = 6, + [300239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6462), 1, - sym_sequential_block, + ACTIONS(5658), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300028] = 6, + [300258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(107), 1, - sym_signal_assignment, + ACTIONS(8142), 2, + sym_based_integer, + sym_based_float, STATE(6245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300049] = 6, + [300277] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8180), 1, + ACTIONS(8144), 1, sym_IS, - STATE(6463), 1, + STATE(6329), 1, sym_package_declaration_body, STATE(6246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300070] = 6, + [300298] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8182), 1, - anon_sym_COLON, - ACTIONS(8184), 1, - sym_IS, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6532), 1, + sym_select_target, STATE(6247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300091] = 6, + [300319] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(110), 1, - sym_signal_assignment, + ACTIONS(8146), 1, + anon_sym_LPAREN, + STATE(4487), 1, + sym_association_list, STATE(6248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300112] = 5, + [300340] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8186), 2, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(1781), 1, + anon_sym_LPAREN, + STATE(1240), 1, + sym_parenthesis_group, STATE(6249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300131] = 6, + [300361] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6476), 1, - sym_sequential_block, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8148), 1, + anon_sym_SEMI, STATE(6250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300152] = 6, + [300382] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8188), 1, - anon_sym_LPAREN, - STATE(1318), 1, - sym_association_list, + ACTIONS(7324), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300173] = 6, + [300401] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1913), 1, - anon_sym_LPAREN, - STATE(1500), 1, - sym_parenthesis_group, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(117), 1, + sym_signal_assignment, STATE(6252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300194] = 6, + [300422] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6482), 1, - sym_sequential_block, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(102), 1, + sym_signal_assignment, STATE(6253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300215] = 6, + [300443] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2534), 1, + ACTIONS(1781), 1, anon_sym_LPAREN, - STATE(2240), 1, + STATE(1242), 1, sym_parenthesis_group, STATE(6254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300236] = 6, + [300464] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(8098), 1, - sym_end_loop, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(106), 1, + sym_signal_assignment, STATE(6255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300257] = 6, + [300485] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(96), 1, - sym_signal_assignment, + ACTIONS(8150), 2, + sym_IS, + anon_sym_SEMI, STATE(6256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300278] = 6, + [300504] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1913), 1, - anon_sym_LPAREN, - STATE(1503), 1, - sym_parenthesis_group, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6369), 1, + sym_sequential_block, STATE(6257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300299] = 6, + [300525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, - sym_END, - STATE(8092), 1, - sym_end_case, + ACTIONS(8152), 2, + sym_based_integer, + sym_based_float, STATE(6258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300320] = 6, + [300544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6489), 1, - sym_concurrent_block, + ACTIONS(8006), 1, + sym_IS, + STATE(6366), 1, + sym_mode_view_body, STATE(6259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300341] = 6, + [300565] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8172), 1, - sym_IS, - STATE(6490), 1, - sym_mode_view_body, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6365), 1, + sym_concurrent_block, STATE(6260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300362] = 6, + [300586] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6491), 1, - sym_loop_body, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(88), 1, + sym_signal_assignment, STATE(6261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300383] = 6, + [300607] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6492), 1, - sym_case_body, + ACTIONS(8140), 1, + sym_END, + STATE(8189), 1, + sym_end_block, STATE(6262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300404] = 6, + [300628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2534), 1, - anon_sym_LPAREN, - STATE(2248), 1, - sym_parenthesis_group, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6361), 1, + sym_sequential_block, STATE(6263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300425] = 6, + [300649] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6158), 1, - sym_sequential_block, + ACTIONS(8154), 1, + anon_sym_COLON, + ACTIONS(8156), 1, + sym_IS, STATE(6264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300446] = 6, + [300670] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8196), 1, - anon_sym_LPAREN, - STATE(3508), 1, - sym_association_list, + ACTIONS(5741), 1, + sym_END, + STATE(6771), 1, + sym_end_generate, STATE(6265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300467] = 6, + [300691] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8198), 1, - sym_IS, - STATE(6349), 1, - sym_architecture_head, + ACTIONS(8158), 1, + anon_sym_LPAREN, + STATE(6156), 1, + sym_association_list, STATE(6266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300488] = 6, + [300712] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6496), 1, - sym_sequential_block, + ACTIONS(8160), 1, + anon_sym_LPAREN, + STATE(1268), 1, + sym_association_list, STATE(6267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300509] = 6, + [300733] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6497), 1, - sym_sequential_block, + ACTIONS(2021), 1, + anon_sym_LPAREN, + STATE(1629), 1, + sym_parenthesis_group, STATE(6268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300530] = 6, + [300754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(109), 1, - sym_signal_assignment, + ACTIONS(1773), 1, + sym_PORT, + STATE(6761), 1, + sym_port_map_aspect, STATE(6269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300551] = 6, + [300775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8200), 1, - anon_sym_LPAREN, - STATE(1281), 1, - sym_association_list, + ACTIONS(5741), 1, + sym_END, + STATE(6757), 1, + sym_end_generate, STATE(6270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300572] = 6, + [300796] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2003), 1, - anon_sym_LPAREN, - STATE(1542), 1, - sym_parenthesis_group, + ACTIONS(8162), 1, + sym_BEGIN, + STATE(6549), 1, + sym_generate_block, STATE(6271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300593] = 6, + [300817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - sym_END, - STATE(8082), 1, - sym_end_if, + ACTIONS(8164), 1, + sym_IS, + STATE(6351), 1, + sym_package_declaration_body, STATE(6272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300614] = 6, + [300838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6502), 1, - sym_concurrent_block, + ACTIONS(2021), 1, + anon_sym_LPAREN, + STATE(1616), 1, + sym_parenthesis_group, STATE(6273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300635] = 6, + [300859] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6506), 1, - sym_loop_body, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8166), 1, + anon_sym_SEMI, STATE(6274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300656] = 5, + [300880] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8202), 2, - sym_based_integer, - sym_based_float, + ACTIONS(5239), 1, + anon_sym_LPAREN, + STATE(4708), 1, + sym_parenthesis_group, STATE(6275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300675] = 6, + [300901] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2003), 1, - anon_sym_LPAREN, - STATE(1551), 1, - sym_parenthesis_group, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6063), 1, + sym_select_target, STATE(6276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300696] = 6, + [300922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6509), 1, - sym_case_body, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6350), 1, + sym_sequential_block, STATE(6277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300717] = 6, + [300943] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(51), 1, - sym_signal_assignment, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6348), 1, + sym_sequential_block, STATE(6278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300738] = 6, + [300964] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6512), 1, - sym_sequential_block, + ACTIONS(7966), 1, + sym_IS, + STATE(6346), 1, + sym_package_definition_body, STATE(6279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300759] = 5, + [300985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8204), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(5239), 1, + anon_sym_LPAREN, + STATE(4710), 1, + sym_parenthesis_group, STATE(6280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300778] = 6, + [301006] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6391), 1, - sym_select_target, + ACTIONS(8168), 1, + sym_IS, + STATE(6573), 1, + sym_architecture_head, STATE(6281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300799] = 6, + [301027] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8160), 1, - sym_IS, - STATE(6513), 1, - sym_package_definition_body, + ACTIONS(8170), 1, + anon_sym_LPAREN, + STATE(5033), 1, + sym_association_list, STATE(6282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300820] = 6, + [301048] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8206), 1, - anon_sym_SEMI, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6345), 1, + sym_sequential_block, STATE(6283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300841] = 6, + [301069] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6525), 1, - sym_sequential_block, + ACTIONS(8172), 2, + sym_END, + sym_WHEN, STATE(6284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300862] = 6, + [301088] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(44), 1, - sym_signal_assignment, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6340), 1, + sym_sequential_block, STATE(6285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300883] = 6, + [301109] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6530), 1, - sym_sequential_block, + ACTIONS(8174), 1, + anon_sym_LPAREN, + STATE(1406), 1, + sym_association_list, STATE(6286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300904] = 6, + [301130] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(120), 1, - sym_signal_assignment, + ACTIONS(2087), 1, + anon_sym_LPAREN, + STATE(1420), 1, + sym_parenthesis_group, STATE(6287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300925] = 6, + [301151] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8208), 1, - sym_IS, - STATE(6531), 1, - sym_package_declaration_body, + ACTIONS(1615), 1, + anon_sym_LPAREN, + STATE(1021), 1, + sym_parenthesis_group, STATE(6288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300946] = 6, + [301172] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8210), 1, - anon_sym_LPAREN, - STATE(1566), 1, - sym_association_list, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6337), 1, + sym_sequential_block, STATE(6289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300967] = 6, + [301193] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1725), 1, + ACTIONS(2452), 1, anon_sym_LPAREN, - STATE(1231), 1, + STATE(2074), 1, sym_parenthesis_group, STATE(6290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300988] = 6, + [301214] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8212), 1, - anon_sym_COLON, - ACTIONS(8214), 1, - sym_IS, + ACTIONS(8176), 2, + sym_based_integer, + sym_based_float, STATE(6291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301009] = 6, + [301233] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4893), 1, + ACTIONS(2087), 1, anon_sym_LPAREN, - STATE(4753), 1, + STATE(1421), 1, sym_parenthesis_group, STATE(6292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301030] = 6, + [301254] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(123), 1, - sym_signal_assignment, + ACTIONS(8178), 1, + sym_IS, + STATE(6598), 1, + sym_configuration_head, STATE(6293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301051] = 5, + [301275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8216), 2, - sym_END, - sym_WHEN, + ACTIONS(7634), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301070] = 6, + [301294] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1725), 1, - anon_sym_LPAREN, - STATE(1227), 1, - sym_parenthesis_group, + ACTIONS(8180), 1, + anon_sym_COLON, + ACTIONS(8182), 1, + sym_IS, STATE(6295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301091] = 6, + [301315] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6545), 1, - sym_sequential_block, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5891), 1, + anon_sym_SEMI, STATE(6296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301112] = 6, + [301336] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6549), 1, - sym_sequential_block, + ACTIONS(8184), 1, + anon_sym_COLON, + ACTIONS(8186), 1, + sym_IS, STATE(6297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301133] = 6, + [301357] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(25), 1, - sym_signal_assignment, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6066), 1, + sym_select_target, STATE(6298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301154] = 6, + [301378] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(8077), 1, - sym_end_block, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6041), 1, + sym_select_target, STATE(6299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301175] = 6, + [301399] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6551), 1, - sym_concurrent_block, + ACTIONS(3968), 1, + anon_sym_LPAREN, + STATE(3509), 1, + sym_parenthesis_group, STATE(6300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301196] = 6, + [301420] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4893), 1, - anon_sym_LPAREN, - STATE(4755), 1, - sym_parenthesis_group, + ACTIONS(8140), 1, + sym_END, + STATE(7779), 1, + sym_end_block, STATE(6301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301217] = 6, + [301441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8172), 1, - sym_IS, - STATE(6552), 1, - sym_mode_view_body, + ACTIONS(7600), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(6302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301238] = 6, + [301460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8218), 1, - anon_sym_LPAREN, - STATE(5013), 1, - sym_association_list, + ACTIONS(7952), 1, + sym_SELECT, + STATE(5990), 1, + sym_select_target, STATE(6303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301259] = 6, + [301481] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6557), 1, - sym_loop_body, + ACTIONS(8188), 1, + anon_sym_LPAREN, + STATE(3291), 1, + sym_association_list, STATE(6304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301280] = 6, + [301502] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6558), 1, - sym_case_body, + ACTIONS(8190), 1, + anon_sym_LPAREN, + STATE(1446), 1, + sym_association_list, STATE(6305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301301] = 6, + [301523] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(105), 1, - sym_signal_assignment, + ACTIONS(1731), 1, + anon_sym_LPAREN, + STATE(1186), 1, + sym_parenthesis_group, STATE(6306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301322] = 6, + [301544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6563), 1, - sym_sequential_block, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6098), 1, + sym_select_target, STATE(6307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301343] = 6, + [301565] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8220), 1, - anon_sym_LPAREN, - STATE(1588), 1, - sym_association_list, + ACTIONS(7952), 1, + sym_SELECT, + STATE(5979), 1, + sym_select_target, STATE(6308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301364] = 6, + [301586] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3864), 1, - anon_sym_LPAREN, - STATE(3374), 1, - sym_parenthesis_group, + ACTIONS(2884), 2, + sym_OF, + anon_sym_COMMA, STATE(6309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301385] = 6, + [301605] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, + ACTIONS(2900), 1, sym_BEGIN, - STATE(6566), 1, + STATE(6414), 1, sym_sequential_block, STATE(6310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301406] = 6, + [301626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(8071), 1, - sym_end_process, + ACTIONS(1731), 1, + anon_sym_LPAREN, + STATE(1203), 1, + sym_parenthesis_group, STATE(6311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301427] = 5, + [301647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(2940), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301446] = 5, + [301666] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2528), 2, - sym_directive_body, - sym__directive_newline, + ACTIONS(6629), 1, + sym_END, + STATE(6698), 1, + sym_end_entity, STATE(6313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301465] = 6, + [301687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3864), 1, - anon_sym_LPAREN, - STATE(3377), 1, - sym_parenthesis_group, + ACTIONS(7586), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301486] = 6, + [301706] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(114), 1, - sym_signal_assignment, + ACTIONS(8192), 1, + sym_END, + STATE(5886), 1, + sym_generate_block_end, STATE(6315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301507] = 6, + [301727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6573), 1, - sym_concurrent_block, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6121), 1, + sym_select_target, STATE(6316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301528] = 6, + [301748] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8222), 1, - sym_IF, - ACTIONS(8224), 1, - sym__directive_newline, + ACTIONS(8194), 2, + sym_based_integer, + sym_based_float, STATE(6317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301549] = 5, + [301767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8226), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8196), 1, + anon_sym_LPAREN, + STATE(6851), 1, + sym_association_list, STATE(6318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301568] = 6, + [301788] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6577), 1, - sym_loop_body, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6146), 1, + sym_select_target, STATE(6319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301589] = 6, + [301809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6579), 1, - sym_case_body, + ACTIONS(8198), 2, + sym_END, + sym_FOR, STATE(6320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301610] = 6, + [301828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(20), 1, - sym_signal_assignment, + ACTIONS(1979), 1, + anon_sym_LPAREN, + STATE(1603), 1, + sym_parenthesis_group, STATE(6321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301631] = 6, + [301849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6583), 1, - sym_sequential_block, + ACTIONS(8200), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301652] = 6, + [301868] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8160), 1, - sym_IS, - STATE(6585), 1, - sym_package_definition_body, + ACTIONS(8202), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301673] = 6, + [301887] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6598), 1, - sym_sequential_block, + ACTIONS(8204), 1, + anon_sym_LPAREN, + STATE(1503), 1, + sym_association_list, STATE(6324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301694] = 6, + [301908] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(34), 1, - sym_signal_assignment, + ACTIONS(3868), 1, + anon_sym_LPAREN, + STATE(3379), 1, + sym_parenthesis_group, STATE(6325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301715] = 6, + [301929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6604), 1, - sym_sequential_block, + ACTIONS(8206), 2, + sym_END, + sym_FOR, STATE(6326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301736] = 6, + [301948] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8228), 1, - anon_sym_LPAREN, - STATE(1187), 1, - sym_association_list, + ACTIONS(7952), 1, + sym_SELECT, + STATE(5936), 1, + sym_select_target, STATE(6327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301757] = 6, + [301969] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1979), 1, - anon_sym_LPAREN, - STATE(1633), 1, - sym_parenthesis_group, + ACTIONS(3000), 1, + sym_END, + STATE(7071), 1, + sym_end_for, STATE(6328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301778] = 5, + [301990] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8230), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8048), 1, + sym_END, + STATE(7819), 1, + sym_end_package, STATE(6329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301797] = 6, + [302011] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(121), 1, - sym_signal_assignment, + ACTIONS(3868), 1, + anon_sym_LPAREN, + STATE(3384), 1, + sym_parenthesis_group, STATE(6330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301818] = 6, + [302032] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8232), 1, + ACTIONS(8208), 2, sym_IS, - STATE(6606), 1, - sym_package_declaration_body, + anon_sym_SEMI, STATE(6331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301839] = 6, + [302051] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8234), 1, - anon_sym_COLON, - ACTIONS(8236), 1, - sym_IS, + ACTIONS(8210), 2, + sym_END, + sym_FOR, STATE(6332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301860] = 6, + [302070] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1979), 1, - anon_sym_LPAREN, - STATE(1635), 1, - sym_parenthesis_group, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6191), 1, + sym_select_target, STATE(6333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301881] = 6, + [302091] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(119), 1, - sym_signal_assignment, + ACTIONS(7952), 1, + sym_SELECT, + STATE(5922), 1, + sym_select_target, STATE(6334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301902] = 5, + [302112] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8238), 2, - sym_IS, - anon_sym_COLON, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5893), 1, + anon_sym_SEMI, STATE(6335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301921] = 6, + [302133] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8240), 1, - anon_sym_COLON, - ACTIONS(8242), 1, - sym_IS, + ACTIONS(5403), 1, + anon_sym_LPAREN, + STATE(5055), 1, + sym_parenthesis_group, STATE(6336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301942] = 6, + [302154] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3954), 1, - anon_sym_LPAREN, - STATE(3444), 1, - sym_parenthesis_group, + ACTIONS(7956), 1, + sym_END, + STATE(7723), 1, + sym_end_process, STATE(6337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301963] = 5, + [302175] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8244), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6239), 1, + sym_select_target, STATE(6338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301982] = 5, + [302196] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8246), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7956), 1, + sym_END, + STATE(8228), 1, + sym_end_process, STATE(6339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302001] = 6, + [302217] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2470), 1, - sym_OF, - ACTIONS(2528), 1, - anon_sym_COLON, + ACTIONS(7956), 1, + sym_END, + STATE(7667), 1, + sym_end_process, STATE(6340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302022] = 6, + [302238] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8248), 1, - sym_IS, - STATE(5370), 1, - sym_entity_head, + ACTIONS(7952), 1, + sym_SELECT, + STATE(6261), 1, + sym_select_target, STATE(6341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302043] = 6, + [302259] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3954), 1, + ACTIONS(5403), 1, anon_sym_LPAREN, - STATE(3450), 1, + STATE(5051), 1, sym_parenthesis_group, STATE(6342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302064] = 6, + [302280] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8250), 1, + ACTIONS(8212), 1, anon_sym_LPAREN, - STATE(3257), 1, + STATE(1195), 1, sym_association_list, STATE(6343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302085] = 6, + [302301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5465), 1, - sym_FOR, - STATE(6184), 1, - sym_block_configuration, + ACTIONS(2009), 1, + anon_sym_LPAREN, + STATE(1563), 1, + sym_parenthesis_group, STATE(6344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302106] = 6, + [302322] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8252), 1, - anon_sym_COLON, - ACTIONS(8254), 1, - sym_IS, + ACTIONS(7956), 1, + sym_END, + STATE(7537), 1, + sym_end_process, STATE(6345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302127] = 6, + [302343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8256), 1, - anon_sym_LPAREN, - STATE(6025), 1, - sym_association_list, + ACTIONS(8214), 1, + sym_END, + STATE(7481), 1, + sym_end_package_body, STATE(6346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302148] = 6, + [302364] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1671), 1, + ACTIONS(8216), 1, anon_sym_LPAREN, - STATE(1074), 1, - sym_parenthesis_group, + STATE(944), 1, + sym_association_list, STATE(6347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302169] = 5, + [302385] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8258), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8132), 1, + sym_END, + STATE(7442), 1, + sym_subprogram_end, STATE(6348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302188] = 6, + [302406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6191), 1, - sym_concurrent_block, + ACTIONS(2009), 1, + anon_sym_LPAREN, + STATE(1573), 1, + sym_parenthesis_group, STATE(6349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302209] = 5, + [302427] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5441), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7956), 1, + sym_END, + STATE(7420), 1, + sym_end_process, STATE(6350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302228] = 5, + [302448] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8260), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8048), 1, + sym_END, + STATE(7410), 1, + sym_end_package, STATE(6351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302247] = 6, + [302469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1671), 1, - anon_sym_LPAREN, - STATE(1082), 1, - sym_parenthesis_group, + ACTIONS(8218), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302268] = 6, + [302488] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8262), 1, - sym_END, - STATE(8002), 1, - sym_generate_block_end, + ACTIONS(7435), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302289] = 6, + [302507] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, + ACTIONS(7956), 1, sym_END, - STATE(8012), 1, - sym_end_generate, + STATE(7408), 1, + sym_end_process, STATE(6354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302310] = 6, + [302528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, + ACTIONS(5887), 1, anon_sym_LT_EQ, - STATE(41), 1, - sym_signal_assignment, + ACTIONS(8220), 1, + anon_sym_SEMI, STATE(6355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302331] = 5, + [302549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8264), 2, + ACTIONS(8222), 2, sym_based_integer, sym_based_float, STATE(6356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302350] = 5, + [302568] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7573), 2, + ACTIONS(8224), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302369] = 6, + [302587] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6201), 1, - sym_concurrent_block, + ACTIONS(1979), 1, + anon_sym_LPAREN, + STATE(1636), 1, + sym_parenthesis_group, STATE(6358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302390] = 6, + [302608] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7849), 1, - sym_end_block, + ACTIONS(8226), 1, + anon_sym_LPAREN, + STATE(1637), 1, + sym_association_list, STATE(6359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302411] = 6, + [302629] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6473), 1, - sym_select_target, + ACTIONS(3838), 1, + anon_sym_LPAREN, + STATE(3311), 1, + sym_parenthesis_group, STATE(6360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302432] = 6, + [302650] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4186), 1, - anon_sym_LPAREN, - STATE(4341), 1, - sym_parenthesis_group, + ACTIONS(7956), 1, + sym_END, + STATE(7110), 1, + sym_end_process, STATE(6361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302453] = 6, + [302671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5838), 1, - anon_sym_SEMI, - ACTIONS(5840), 1, - anon_sym_LT_EQ, + ACTIONS(8228), 1, + anon_sym_LPAREN, + STATE(5900), 1, + sym_association_list, STATE(6362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302474] = 5, + [302692] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8266), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(1091), 1, + sym_parenthesis_group, STATE(6363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302493] = 6, + [302713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3412), 1, - sym_WHEN, - STATE(6211), 1, - sym_when_element, + ACTIONS(8230), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302514] = 6, + [302732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8268), 1, - anon_sym_LPAREN, - STATE(3414), 1, - sym_association_list, + ACTIONS(8140), 1, + sym_END, + STATE(6961), 1, + sym_end_block, STATE(6365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302535] = 6, + [302753] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1509), 1, - anon_sym_LPAREN, - STATE(918), 1, - sym_parenthesis_group, + ACTIONS(7992), 1, + sym_END, + STATE(7003), 1, + sym_end_view, STATE(6366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302556] = 6, + [302774] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(122), 1, - sym_signal_assignment, + ACTIONS(8232), 1, + anon_sym_SEMI, + ACTIONS(8234), 1, + sym_IS, STATE(6367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302577] = 5, + [302795] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8270), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(1116), 1, + sym_parenthesis_group, STATE(6368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302596] = 6, + [302816] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8272), 1, - anon_sym_SEMI, + ACTIONS(7956), 1, + sym_END, + STATE(6957), 1, + sym_end_process, STATE(6369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302617] = 5, + [302837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8274), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8236), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(6370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302636] = 6, + [302856] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1509), 1, + ACTIONS(3838), 1, anon_sym_LPAREN, - STATE(915), 1, + STATE(3300), 1, sym_parenthesis_group, STATE(6371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302657] = 6, + [302877] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5871), 1, - anon_sym_SEMI, + ACTIONS(8238), 1, + anon_sym_LPAREN, + STATE(1804), 1, + sym_association_list, STATE(6372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302678] = 6, + [302898] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8276), 1, - anon_sym_SEMI, - ACTIONS(8278), 1, - sym_IS, + ACTIONS(5741), 1, + sym_END, + STATE(6904), 1, + sym_end_generate, STATE(6373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302699] = 6, + [302919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(8240), 2, sym_END, - STATE(6881), 1, - sym_end_process, + sym_FOR, STATE(6374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302720] = 6, + [302938] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8280), 1, - anon_sym_LPAREN, - STATE(1589), 1, - sym_association_list, + ACTIONS(8242), 1, + sym_END, + STATE(8197), 1, + sym_end_architecture, STATE(6375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302741] = 6, + [302959] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1991), 1, - anon_sym_LPAREN, - STATE(1586), 1, - sym_parenthesis_group, + ACTIONS(5741), 1, + sym_END, + STATE(7070), 1, + sym_end_generate, STATE(6376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302762] = 6, + [302980] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5403), 1, - anon_sym_LPAREN, - STATE(5035), 1, - sym_parenthesis_group, + ACTIONS(8140), 1, + sym_END, + STATE(6894), 1, + sym_end_block, STATE(6377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302783] = 6, + [303001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6471), 1, - sym_sequential_block, + ACTIONS(3000), 1, + sym_END, + STATE(7053), 1, + sym_end_for, STATE(6378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302804] = 6, + [303022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8282), 1, - anon_sym_SEMI, + ACTIONS(8214), 1, + sym_END, + STATE(6986), 1, + sym_end_package_body, STATE(6379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302825] = 6, + [303043] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8284), 1, - anon_sym_SEMI, - ACTIONS(8286), 1, - sym_IS, + ACTIONS(7956), 1, + sym_END, + STATE(7043), 1, + sym_end_process, STATE(6380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302846] = 6, + [303064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5403), 1, + ACTIONS(8244), 1, anon_sym_LPAREN, - STATE(5031), 1, - sym_parenthesis_group, + STATE(3419), 1, + sym_association_list, STATE(6381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302867] = 6, + [303085] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8288), 1, + ACTIONS(1509), 1, anon_sym_LPAREN, - STATE(934), 1, - sym_association_list, + STATE(925), 1, + sym_parenthesis_group, STATE(6382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302888] = 6, + [303106] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(8005), 1, - sym_end_generate, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6339), 1, + sym_sequential_block, STATE(6383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302909] = 6, + [303127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8290), 1, - anon_sym_LPAREN, - STATE(5405), 1, - sym_association_list, + ACTIONS(8246), 2, + sym_based_integer, + sym_based_float, STATE(6384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302930] = 6, + [303146] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2139), 1, - anon_sym_LPAREN, - STATE(1765), 1, - sym_parenthesis_group, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8248), 1, + anon_sym_SEMI, STATE(6385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302951] = 5, + [303167] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8292), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7956), 1, + sym_END, + STATE(6803), 1, + sym_end_process, STATE(6386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302970] = 6, + [303188] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1991), 1, + ACTIONS(1509), 1, anon_sym_LPAREN, - STATE(1517), 1, + STATE(924), 1, sym_parenthesis_group, STATE(6387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302991] = 6, + [303209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8294), 1, - sym_IS, - STATE(6470), 1, - sym_package_declaration_body, + ACTIONS(8250), 2, + sym_END, + sym_FOR, STATE(6388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303012] = 6, + [303228] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8296), 1, + ACTIONS(8214), 1, sym_END, - STATE(5755), 1, - sym_generate_block_end, + STATE(6788), 1, + sym_end_package_body, STATE(6389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303033] = 6, + [303249] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2139), 1, - anon_sym_LPAREN, - STATE(1770), 1, - sym_parenthesis_group, + ACTIONS(5741), 1, + sym_END, + STATE(6773), 1, + sym_end_generate, STATE(6390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303054] = 6, + [303270] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(33), 1, - sym_signal_assignment, + ACTIONS(8252), 2, + sym_based_integer, + sym_based_float, STATE(6391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303075] = 6, + [303289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6559), 1, - sym_sequential_block, + ACTIONS(1773), 1, + sym_PORT, + STATE(6760), 1, + sym_port_map_aspect, STATE(6392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303096] = 6, + [303310] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6195), 1, - anon_sym_PIPE, - ACTIONS(8298), 1, - anon_sym_EQ_GT, + ACTIONS(7476), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303117] = 5, + [303329] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8300), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5741), 1, + sym_END, + STATE(6756), 1, + sym_end_generate, STATE(6394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303136] = 5, + [303350] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8302), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(8254), 2, + sym_IS, + anon_sym_SEMI, STATE(6395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303155] = 5, + [303369] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8304), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8140), 1, + sym_END, + STATE(6746), 1, + sym_end_block, STATE(6396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303174] = 6, + [303390] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8306), 1, - anon_sym_SEMI, + ACTIONS(8132), 1, + sym_END, + STATE(6740), 1, + sym_subprogram_end, STATE(6397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303195] = 5, + [303411] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8308), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8256), 2, + sym_IS, + anon_sym_SEMI, STATE(6398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303214] = 6, + [303430] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5867), 1, + ACTIONS(8258), 2, + sym_IS, anon_sym_SEMI, STATE(6399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303235] = 5, + [303449] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8310), 2, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(8260), 1, + anon_sym_LPAREN, + STATE(5564), 1, + sym_association_list, STATE(6400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303254] = 6, + [303470] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8312), 1, - anon_sym_SEMI, - ACTIONS(8314), 1, - sym_IS, + ACTIONS(2288), 1, + anon_sym_LPAREN, + STATE(1710), 1, + sym_parenthesis_group, STATE(6401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303275] = 5, + [303491] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7007), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8140), 1, + sym_END, + STATE(7120), 1, + sym_end_block, STATE(6402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303294] = 6, + [303512] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8316), 1, - anon_sym_LPAREN, - STATE(1464), 1, - sym_association_list, + ACTIONS(2900), 1, + sym_BEGIN, + STATE(6301), 1, + sym_sequential_block, STATE(6403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303315] = 6, + [303533] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2127), 1, - anon_sym_LPAREN, - STATE(1847), 1, - sym_parenthesis_group, + ACTIONS(8044), 1, + anon_sym_COMMA, + ACTIONS(8262), 1, + anon_sym_SEMI, STATE(6404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303336] = 6, + [303554] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8318), 1, - anon_sym_LPAREN, - STATE(6043), 1, - sym_association_list, + ACTIONS(7956), 1, + sym_END, + STATE(6691), 1, + sym_end_process, STATE(6405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303357] = 6, + [303575] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2546), 1, + ACTIONS(2288), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(1695), 1, sym_parenthesis_group, STATE(6406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303378] = 6, + [303596] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8320), 1, - anon_sym_SEMI, + ACTIONS(8048), 1, + sym_END, + STATE(7501), 1, + sym_end_package, STATE(6407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303399] = 6, + [303617] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8172), 1, - sym_IS, - STATE(6224), 1, - sym_mode_view_body, + ACTIONS(3238), 1, + sym_WHEN, + STATE(8245), 1, + sym_when_element, STATE(6408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303420] = 6, + [303638] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2127), 1, - anon_sym_LPAREN, - STATE(1859), 1, - sym_parenthesis_group, + ACTIONS(3468), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303441] = 5, + [303657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8322), 2, - sym_directive_body, - sym__directive_newline, + ACTIONS(6597), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303460] = 6, + [303676] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8324), 1, + ACTIONS(8264), 2, + sym_WHEN, anon_sym_SEMI, - ACTIONS(8326), 1, - sym_UNITS, STATE(6411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303481] = 6, + [303695] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2546), 1, + ACTIONS(1539), 1, anon_sym_LPAREN, - STATE(2067), 1, + STATE(962), 1, sym_parenthesis_group, STATE(6412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303502] = 6, + [303716] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5654), 1, + ACTIONS(7956), 1, sym_END, - STATE(8219), 1, - sym_end_component, + STATE(6731), 1, + sym_end_process, STATE(6413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303523] = 6, + [303737] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8328), 1, - anon_sym_SEMI, + ACTIONS(7956), 1, + sym_END, + STATE(8233), 1, + sym_end_process, STATE(6414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303544] = 5, + [303758] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8330), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8032), 1, + sym_END, + STATE(7498), 1, + sym_end_case, STATE(6415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303563] = 6, + [303779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(5930), 1, + ACTIONS(8266), 2, + sym_IS, anon_sym_SEMI, STATE(6416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303584] = 6, + [303798] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3834), 1, - anon_sym_LPAREN, - STATE(3334), 1, - sym_parenthesis_group, + ACTIONS(8268), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303605] = 6, + [303817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8332), 1, - anon_sym_SEMI, - ACTIONS(8334), 1, - sym_IS, + ACTIONS(1539), 1, + anon_sym_LPAREN, + STATE(980), 1, + sym_parenthesis_group, STATE(6418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303626] = 6, + [303838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8336), 1, + ACTIONS(8270), 1, anon_sym_LPAREN, - STATE(2244), 1, + STATE(1622), 1, sym_association_list, STATE(6419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303647] = 6, + [303859] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3834), 1, + ACTIONS(2111), 1, anon_sym_LPAREN, - STATE(3234), 1, + STATE(1706), 1, sym_parenthesis_group, STATE(6420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303668] = 6, + [303880] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1569), 1, - anon_sym_LPAREN, - STATE(991), 1, - sym_parenthesis_group, + ACTIONS(5769), 1, + sym_END, + STATE(7324), 1, + sym_end_if, STATE(6421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303689] = 6, + [303901] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8338), 1, + ACTIONS(8272), 1, anon_sym_LPAREN, - STATE(1012), 1, + STATE(4787), 1, sym_association_list, STATE(6422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303710] = 6, + [303922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5101), 1, - anon_sym_LPAREN, - STATE(4801), 1, - sym_parenthesis_group, + ACTIONS(7956), 1, + sym_END, + STATE(6817), 1, + sym_end_process, STATE(6423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303731] = 6, + [303943] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8340), 1, - anon_sym_SEMI, + ACTIONS(8030), 1, + sym_END, + STATE(7363), 1, + sym_end_loop, STATE(6424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303752] = 6, + [303964] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8342), 1, + ACTIONS(2111), 1, anon_sym_LPAREN, - STATE(1838), 1, - sym_association_list, + STATE(1769), 1, + sym_parenthesis_group, STATE(6425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303773] = 6, + [303985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, - sym_END, - STATE(6815), 1, - sym_end_package, + ACTIONS(6599), 2, + sym_ELSE, + anon_sym_SEMI, STATE(6426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303794] = 6, + [304004] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(5769), 1, sym_END, - STATE(6845), 1, - sym_end_process, + STATE(6830), 1, + sym_end_if, STATE(6427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303815] = 6, + [304025] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5101), 1, - anon_sym_LPAREN, - STATE(4807), 1, - sym_parenthesis_group, + ACTIONS(8140), 1, + sym_END, + STATE(6834), 1, + sym_end_block, STATE(6428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303836] = 6, + [304046] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(6861), 1, - sym_end_process, + ACTIONS(2886), 1, + sym_WHEN, + STATE(6426), 1, + sym_when_expression, STATE(6429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303857] = 6, + [304067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8346), 1, + ACTIONS(4158), 2, sym_END, - STATE(8316), 1, - sym_end_context, + sym_PORT, STATE(6430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303878] = 6, + [304086] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1569), 1, - anon_sym_LPAREN, - STATE(948), 1, - sym_parenthesis_group, + ACTIONS(8274), 2, + sym_based_integer, + sym_based_float, STATE(6431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303899] = 5, + [304105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8348), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2644), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303918] = 6, + [304124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(8140), 1, sym_END, - STATE(6886), 1, - sym_end_process, + STATE(6867), 1, + sym_end_block, STATE(6433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303939] = 6, + [304145] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8350), 1, - sym_END, - STATE(6889), 1, - sym_end_package_body, + ACTIONS(2566), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303960] = 6, + [304164] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8352), 1, - sym_END, - STATE(6896), 1, - sym_subprogram_end, + ACTIONS(2520), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303981] = 5, + [304183] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8354), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7992), 1, + sym_END, + STATE(6876), 1, + sym_end_view, STATE(6436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304000] = 6, + [304204] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(6912), 1, - sym_end_process, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(7994), 1, + sym_IS, + STATE(6125), 1, + sym_case_body, STATE(6437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304021] = 6, + [304225] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, - sym_END, - STATE(6913), 1, - sym_end_package, + ACTIONS(8276), 1, + anon_sym_LPAREN, + STATE(1033), 1, + sym_association_list, STATE(6438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304042] = 6, + [304246] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(6930), 1, - sym_end_process, + ACTIONS(5171), 1, + anon_sym_LPAREN, + STATE(4716), 1, + sym_parenthesis_group, STATE(6439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304063] = 6, + [304267] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(8030), 1, sym_END, - STATE(6908), 1, - sym_end_process, + STATE(6890), 1, + sym_end_loop, STATE(6440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304084] = 6, + [304288] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8356), 1, - anon_sym_LPAREN, - STATE(893), 1, - sym_association_list, + ACTIONS(2512), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304105] = 6, + [304307] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2015), 1, - anon_sym_LPAREN, - STATE(1455), 1, - sym_parenthesis_group, + ACTIONS(8032), 1, + sym_END, + STATE(6895), 1, + sym_end_case, STATE(6442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304126] = 6, + [304328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(6960), 1, - sym_end_block, + ACTIONS(271), 1, + sym_LOOP, + STATE(6123), 1, + sym_loop_body, STATE(6443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304147] = 6, + [304349] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(6978), 1, - sym_end_process, + ACTIONS(5171), 1, + anon_sym_LPAREN, + STATE(4771), 1, + sym_parenthesis_group, STATE(6444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304168] = 6, + [304370] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(6989), 1, - sym_end_generate, + ACTIONS(7952), 1, + sym_SELECT, + STATE(5974), 1, + sym_select_target, STATE(6445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304189] = 6, + [304391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(6990), 1, - sym_end_generate, + ACTIONS(2492), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304210] = 6, + [304410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2015), 1, - anon_sym_LPAREN, - STATE(1483), 1, - sym_parenthesis_group, + ACTIONS(6093), 2, + sym_FOR, + sym_USE, STATE(6447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304231] = 6, + [304429] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(6991), 1, - sym_end_block, + ACTIONS(2099), 1, + anon_sym_LPAREN, + STATE(1774), 1, + sym_parenthesis_group, STATE(6448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304252] = 6, + [304450] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(5769), 1, sym_END, - STATE(7006), 1, - sym_end_process, + STATE(6939), 1, + sym_end_if, STATE(6449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304273] = 6, + [304471] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8350), 1, - sym_END, - STATE(7007), 1, - sym_end_package_body, + ACTIONS(8278), 1, + anon_sym_SEMI, + ACTIONS(8280), 1, + anon_sym_COMMA, STATE(6450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304294] = 6, + [304492] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, + ACTIONS(8140), 1, sym_END, - STATE(7013), 1, - sym_end_generate, + STATE(6944), 1, + sym_end_block, STATE(6451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304315] = 6, + [304513] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - STATE(7016), 1, - sym_port_map_aspect, + ACTIONS(7956), 1, + sym_END, + STATE(6976), 1, + sym_end_process, STATE(6452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304336] = 6, + [304534] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1539), 1, - anon_sym_LPAREN, - STATE(982), 1, - sym_parenthesis_group, + ACTIONS(8282), 2, + sym_END, + sym_FOR, STATE(6453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304357] = 6, + [304553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, + ACTIONS(5741), 1, sym_END, - STATE(7015), 1, + STATE(7021), 1, sym_end_generate, STATE(6454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304378] = 6, + [304574] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, + ACTIONS(5741), 1, sym_END, - STATE(7017), 1, - sym_end_block, + STATE(7022), 1, + sym_end_generate, STATE(6455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304399] = 6, + [304595] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8352), 1, + ACTIONS(8140), 1, sym_END, - STATE(7018), 1, - sym_subprogram_end, + STATE(7023), 1, + sym_end_block, STATE(6456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304420] = 6, + [304616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1539), 1, + ACTIONS(8284), 1, anon_sym_LPAREN, - STATE(984), 1, - sym_parenthesis_group, + STATE(893), 1, + sym_association_list, STATE(6457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304441] = 6, + [304637] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8358), 1, + ACTIONS(1913), 1, anon_sym_LPAREN, - STATE(4806), 1, - sym_association_list, + STATE(1561), 1, + sym_parenthesis_group, STATE(6458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304462] = 5, + [304658] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8360), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8286), 1, + anon_sym_SEMI, + ACTIONS(8288), 1, + sym_UNITS, STATE(6459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304481] = 6, + [304679] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8362), 1, + ACTIONS(2099), 1, anon_sym_LPAREN, - STATE(1754), 1, - sym_association_list, + STATE(1744), 1, + sym_parenthesis_group, STATE(6460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304502] = 6, + [304700] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5047), 1, + ACTIONS(8290), 1, anon_sym_LPAREN, - STATE(4875), 1, - sym_parenthesis_group, + STATE(3776), 1, + sym_association_list, STATE(6461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304523] = 6, + [304721] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7033), 1, - sym_end_process, + ACTIONS(8006), 1, + sym_IS, + STATE(6080), 1, + sym_mode_view_body, STATE(6462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304544] = 6, + [304742] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, - sym_END, - STATE(7036), 1, - sym_end_package, + ACTIONS(1913), 1, + anon_sym_LPAREN, + STATE(1553), 1, + sym_parenthesis_group, STATE(6463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304565] = 6, + [304763] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8364), 1, + ACTIONS(8292), 2, anon_sym_SEMI, - ACTIONS(8366), 1, - sym_IS, + anon_sym_RPAREN, STATE(6464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304586] = 6, + [304782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8368), 1, - anon_sym_LPAREN, - STATE(958), 1, - sym_association_list, + ACTIONS(8030), 1, + sym_END, + STATE(7057), 1, + sym_end_loop, STATE(6465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304607] = 6, + [304803] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5047), 1, - anon_sym_LPAREN, - STATE(4858), 1, - sym_parenthesis_group, + ACTIONS(5769), 1, + sym_END, + STATE(7062), 1, + sym_end_if, STATE(6466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304628] = 6, + [304824] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, - anon_sym_LPAREN, - STATE(4726), 1, - sym_parenthesis_group, + ACTIONS(8294), 1, + sym_END, + STATE(8216), 1, + sym_end_configuration, STATE(6467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304649] = 6, + [304845] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8160), 1, - sym_IS, - STATE(6605), 1, - sym_package_definition_body, + ACTIONS(8032), 1, + sym_END, + STATE(7068), 1, + sym_end_case, STATE(6468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304670] = 6, + [304866] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7050), 1, - sym_end_process, + ACTIONS(8296), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304691] = 6, + [304885] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, + ACTIONS(8140), 1, sym_END, - STATE(6916), 1, - sym_end_package, + STATE(7090), 1, + sym_end_block, STATE(6470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304712] = 6, + [304906] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(6914), 1, - sym_end_process, + ACTIONS(8298), 1, + anon_sym_LPAREN, + STATE(5780), 1, + sym_association_list, STATE(6471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304733] = 6, + [304927] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6477), 1, - sym_sequential_block, + ACTIONS(8300), 2, + sym_IS, + anon_sym_SEMI, STATE(6472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304754] = 6, + [304946] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(30), 1, - sym_signal_assignment, + ACTIONS(8302), 2, + sym_based_integer, + sym_based_float, STATE(6473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304775] = 5, + [304965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8370), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7372), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304794] = 5, + [304984] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6228), 2, - sym_IS, + ACTIONS(8304), 2, anon_sym_SEMI, + anon_sym_RPAREN, STATE(6475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304813] = 6, + [305003] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7073), 1, - sym_end_process, + ACTIONS(8306), 1, + anon_sym_LPAREN, + STATE(1894), 1, + sym_association_list, STATE(6476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304834] = 6, + [305024] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7678), 1, - sym_end_process, + ACTIONS(5151), 1, + anon_sym_LPAREN, + STATE(4807), 1, + sym_parenthesis_group, STATE(6477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304855] = 6, + [305045] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5681), 1, - sym_select_target, + ACTIONS(7956), 1, + sym_END, + STATE(7097), 1, + sym_end_process, STATE(6478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304876] = 6, + [305066] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8372), 1, - anon_sym_LPAREN, - STATE(1691), 1, - sym_association_list, + ACTIONS(8214), 1, + sym_END, + STATE(7105), 1, + sym_end_package_body, STATE(6479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304897] = 6, + [305087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4311), 1, - anon_sym_LPAREN, - STATE(4532), 1, - sym_parenthesis_group, + ACTIONS(8308), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304918] = 6, + [305106] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, + ACTIONS(8310), 2, sym_END, - STATE(7078), 1, - sym_end_if, + sym_WHEN, STATE(6481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304939] = 6, + [305125] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7081), 1, - sym_end_block, + ACTIONS(5151), 1, + anon_sym_LPAREN, + STATE(4773), 1, + sym_parenthesis_group, STATE(6482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304960] = 6, + [305146] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6601), 1, - sym_case_body, + ACTIONS(8312), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304981] = 6, + [305165] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, - anon_sym_LPAREN, - STATE(4684), 1, - sym_parenthesis_group, + ACTIONS(5741), 1, + sym_END, + STATE(7119), 1, + sym_end_generate, STATE(6484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305002] = 6, + [305186] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4311), 1, - anon_sym_LPAREN, - STATE(4537), 1, - sym_parenthesis_group, + ACTIONS(1773), 1, + sym_PORT, + STATE(7089), 1, + sym_port_map_aspect, STATE(6485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305023] = 6, + [305207] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6564), 1, - sym_loop_body, + ACTIONS(8162), 1, + sym_BEGIN, + STATE(6594), 1, + sym_generate_block, STATE(6486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305044] = 6, + [305228] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, + ACTIONS(5741), 1, sym_END, - STATE(6767), 1, - sym_end_loop, + STATE(7124), 1, + sym_end_generate, STATE(6487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305065] = 6, + [305249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(5647), 1, - sym_select_target, + ACTIONS(8314), 2, + sym_END, + sym_WHEN, STATE(6488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305086] = 6, + [305268] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, + ACTIONS(8140), 1, sym_END, - STATE(7094), 1, + STATE(7136), 1, sym_end_block, STATE(6489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305107] = 6, + [305289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7948), 1, + ACTIONS(8132), 1, sym_END, - STATE(7100), 1, - sym_end_view, + STATE(7141), 1, + sym_subprogram_end, STATE(6490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305128] = 6, + [305310] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7106), 1, - sym_end_loop, + ACTIONS(7359), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305149] = 6, + [305329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, - sym_END, - STATE(7107), 1, - sym_end_case, + ACTIONS(2570), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305170] = 6, + [305348] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8374), 1, - sym_POSTPONED, - ACTIONS(8376), 1, - sym_PROCESS, + ACTIONS(8030), 1, + sym_END, + STATE(7191), 1, + sym_end_loop, STATE(6493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305191] = 6, + [305369] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, + ACTIONS(7956), 1, sym_END, - STATE(7122), 1, - sym_end_if, + STATE(7255), 1, + sym_end_process, STATE(6494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305212] = 6, + [305390] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2314), 1, + ACTIONS(8316), 1, anon_sym_LPAREN, - STATE(1752), 1, - sym_parenthesis_group, + STATE(1912), 1, + sym_association_list, STATE(6495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305233] = 6, + [305411] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7127), 1, - sym_end_block, + ACTIONS(4367), 1, + anon_sym_LPAREN, + STATE(4542), 1, + sym_parenthesis_group, STATE(6496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305254] = 6, + [305432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(8048), 1, sym_END, - STATE(7132), 1, - sym_end_process, + STATE(7265), 1, + sym_end_package, STATE(6497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305275] = 6, + [305453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8378), 1, - anon_sym_LPAREN, - STATE(4789), 1, - sym_association_list, + ACTIONS(8318), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305296] = 6, + [305472] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1789), 1, - anon_sym_LPAREN, - STATE(1279), 1, - sym_parenthesis_group, + ACTIONS(3238), 1, + sym_WHEN, + STATE(6133), 1, + sym_when_element, STATE(6499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305317] = 6, + [305493] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7149), 1, - sym_end_generate, + ACTIONS(5009), 1, + anon_sym_LPAREN, + STATE(4811), 1, + sym_parenthesis_group, STATE(6500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305338] = 6, + [305514] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7151), 1, - sym_end_generate, + ACTIONS(4367), 1, + anon_sym_LPAREN, + STATE(4547), 1, + sym_parenthesis_group, STATE(6501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305359] = 6, + [305535] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, + ACTIONS(5687), 1, sym_END, - STATE(7152), 1, - sym_end_block, + STATE(7287), 1, + sym_end_component, STATE(6502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305380] = 6, + [305556] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2314), 1, - anon_sym_LPAREN, - STATE(1842), 1, - sym_parenthesis_group, + ACTIONS(8320), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305401] = 6, + [305575] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1789), 1, - anon_sym_LPAREN, - STATE(1276), 1, - sym_parenthesis_group, + ACTIONS(7956), 1, + sym_END, + STATE(7357), 1, + sym_end_process, STATE(6504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305422] = 6, + [305596] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8380), 1, - sym_ELSE, - STATE(5465), 1, - sym_else_expression, + ACTIONS(8322), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305443] = 6, + [305615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7168), 1, - sym_end_loop, + ACTIONS(8324), 2, + sym_based_integer, + sym_based_float, STATE(6506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305464] = 6, + [305634] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - sym_END, - STATE(7173), 1, - sym_end_if, + ACTIONS(5009), 1, + anon_sym_LPAREN, + STATE(4818), 1, + sym_parenthesis_group, STATE(6507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305485] = 6, + [305655] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8382), 1, + ACTIONS(8326), 1, anon_sym_LPAREN, - STATE(3757), 1, + STATE(2265), 1, sym_association_list, STATE(6508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305506] = 6, + [305676] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, + ACTIONS(8328), 2, sym_END, - STATE(7175), 1, - sym_end_case, + sym_WHEN, STATE(6509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305527] = 6, + [305695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7180), 1, - sym_end_block, + ACTIONS(8330), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305548] = 5, + [305714] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8384), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(8332), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305567] = 6, + [305733] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7187), 1, - sym_end_process, + ACTIONS(8334), 1, + anon_sym_DOT, + ACTIONS(8336), 1, + anon_sym_COLON, STATE(6512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305588] = 6, + [305754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8350), 1, - sym_END, - STATE(7188), 1, - sym_end_package_body, + ACTIONS(4172), 1, + anon_sym_LPAREN, + STATE(4357), 1, + sym_parenthesis_group, STATE(6513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305609] = 6, + [305775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6311), 1, - sym_sequential_block, + ACTIONS(8338), 1, + anon_sym_LPAREN, + STATE(4838), 1, + sym_association_list, STATE(6514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305630] = 6, + [305796] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(271), 1, - sym_LOOP, - STATE(6255), 1, - sym_loop_body, + ACTIONS(1823), 1, + anon_sym_LPAREN, + STATE(1355), 1, + sym_parenthesis_group, STATE(6515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305651] = 6, + [305817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, + ACTIONS(7956), 1, sym_END, - STATE(7197), 1, - sym_end_generate, + STATE(7514), 1, + sym_end_process, STATE(6516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305672] = 6, + [305838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8386), 1, - anon_sym_LPAREN, - STATE(1534), 1, - sym_association_list, + ACTIONS(5769), 1, + sym_END, + STATE(7528), 1, + sym_end_if, STATE(6517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305693] = 6, + [305859] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1659), 1, - anon_sym_LPAREN, - STATE(1113), 1, - sym_parenthesis_group, + ACTIONS(8140), 1, + sym_END, + STATE(7530), 1, + sym_end_block, STATE(6518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305714] = 6, + [305880] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - STATE(7191), 1, - sym_port_map_aspect, + ACTIONS(8340), 2, + sym_based_integer, + sym_based_float, STATE(6519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305735] = 5, + [305899] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8388), 2, - sym_based_integer, - sym_based_float, + ACTIONS(1823), 1, + anon_sym_LPAREN, + STATE(1359), 1, + sym_parenthesis_group, STATE(6520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305754] = 6, + [305920] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8194), 1, - sym_IS, - STATE(6258), 1, - sym_case_body, + ACTIONS(8140), 1, + sym_END, + STATE(7824), 1, + sym_end_block, STATE(6521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305775] = 6, + [305941] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7199), 1, - sym_end_generate, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6262), 1, + sym_concurrent_block, STATE(6522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305796] = 6, + [305962] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1659), 1, - anon_sym_LPAREN, - STATE(1115), 1, - sym_parenthesis_group, + ACTIONS(6033), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305817] = 6, + [305981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7201), 1, - sym_end_block, + ACTIONS(8342), 2, + sym_IS, + anon_sym_SEMI, STATE(6524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305838] = 6, + [306000] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8352), 1, + ACTIONS(5741), 1, sym_END, - STATE(7203), 1, - sym_subprogram_end, + STATE(7743), 1, + sym_end_generate, STATE(6525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305859] = 5, + [306021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8390), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7294), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305878] = 5, + [306040] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8392), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8140), 1, + sym_END, + STATE(7569), 1, + sym_end_block, STATE(6527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305897] = 6, + [306061] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8394), 1, - anon_sym_SEMI, - ACTIONS(8396), 1, - sym_IS, + ACTIONS(7992), 1, + sym_END, + STATE(7572), 1, + sym_end_view, STATE(6528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305918] = 6, + [306082] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7224), 1, - sym_end_loop, + ACTIONS(8344), 2, + sym_IS, + anon_sym_SEMI, STATE(6529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305939] = 6, + [306101] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, + ACTIONS(8030), 1, sym_END, - STATE(7237), 1, - sym_end_process, + STATE(7582), 1, + sym_end_loop, STATE(6530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305960] = 6, + [306122] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, + ACTIONS(8032), 1, sym_END, - STATE(7239), 1, - sym_end_package, + STATE(7584), 1, + sym_end_case, STATE(6531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305981] = 6, + [306143] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8398), 1, - anon_sym_LPAREN, - STATE(4792), 1, - sym_association_list, + ACTIONS(7954), 1, + anon_sym_LT_EQ, + STATE(36), 1, + sym_signal_assignment, STATE(6532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306002] = 6, + [306164] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1683), 1, + ACTIONS(8346), 1, anon_sym_LPAREN, - STATE(1096), 1, - sym_parenthesis_group, + STATE(1448), 1, + sym_association_list, STATE(6533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306023] = 6, + [306185] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5654), 1, - sym_END, - STATE(7248), 1, - sym_end_component, + ACTIONS(1603), 1, + anon_sym_LPAREN, + STATE(1115), 1, + sym_parenthesis_group, STATE(6534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306044] = 6, + [306206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7264), 1, - sym_end_process, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8348), 1, + anon_sym_SEMI, STATE(6535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306065] = 6, + [306227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8400), 1, - anon_sym_LPAREN, - STATE(4657), 1, - sym_association_list, + ACTIONS(5769), 1, + sym_END, + STATE(7616), 1, + sym_end_if, STATE(6536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306086] = 6, + [306248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1713), 1, - anon_sym_LPAREN, - STATE(1160), 1, - sym_parenthesis_group, + ACTIONS(8140), 1, + sym_END, + STATE(7619), 1, + sym_end_block, STATE(6537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306107] = 6, + [306269] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1683), 1, - anon_sym_LPAREN, - STATE(1101), 1, - sym_parenthesis_group, + ACTIONS(5741), 1, + sym_END, + STATE(8074), 1, + sym_end_generate, STATE(6538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306128] = 6, + [306290] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5201), 1, + ACTIONS(1603), 1, anon_sym_LPAREN, - STATE(4855), 1, + STATE(1102), 1, sym_parenthesis_group, STATE(6539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306149] = 5, + [306311] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8402), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(7956), 1, + sym_END, + STATE(7641), 1, + sym_end_process, STATE(6540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306168] = 6, + [306332] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8404), 1, - anon_sym_LPAREN, - STATE(4358), 1, - sym_association_list, + ACTIONS(8350), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306189] = 6, + [306351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1713), 1, - anon_sym_LPAREN, - STATE(1154), 1, - sym_parenthesis_group, + ACTIONS(8352), 2, + sym_based_integer, + sym_based_float, STATE(6542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306210] = 6, + [306370] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4186), 1, - anon_sym_LPAREN, - STATE(4359), 1, - sym_parenthesis_group, + ACTIONS(8354), 1, + anon_sym_COLON, + ACTIONS(8356), 1, + sym_IS, STATE(6543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306231] = 5, + [306391] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8406), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5741), 1, + sym_END, + STATE(7603), 1, + sym_end_generate, STATE(6544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306250] = 6, + [306412] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7312), 1, - sym_end_process, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(3834), 1, + sym_parenthesis_group, STATE(6545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306271] = 5, + [306433] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8408), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5741), 1, + sym_END, + STATE(7745), 1, + sym_end_generate, STATE(6546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306290] = 6, + [306454] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, + ACTIONS(8140), 1, sym_END, - STATE(7322), 1, - sym_end_if, + STATE(7759), 1, + sym_end_block, STATE(6547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306311] = 6, + [306475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5201), 1, - anon_sym_LPAREN, - STATE(4739), 1, - sym_parenthesis_group, + ACTIONS(8358), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306332] = 6, + [306494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, + ACTIONS(8360), 1, sym_END, - STATE(7324), 1, - sym_end_block, + STATE(8078), 1, + sym_generate_block_end, STATE(6549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306353] = 6, + [306515] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8410), 1, - anon_sym_LPAREN, - STATE(1919), 1, - sym_association_list, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(5938), 1, + anon_sym_SEMI, STATE(6550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306374] = 6, + [306536] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7345), 1, - sym_end_block, + ACTIONS(8362), 1, + anon_sym_SEMI, + ACTIONS(8364), 1, + sym_IS, STATE(6551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306395] = 6, + [306557] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7948), 1, - sym_END, - STATE(7347), 1, - sym_end_view, + ACTIONS(8366), 1, + anon_sym_LPAREN, + STATE(4722), 1, + sym_association_list, STATE(6552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306416] = 6, + [306578] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7694), 1, - sym_end_block, + ACTIONS(1743), 1, + anon_sym_LPAREN, + STATE(1187), 1, + sym_parenthesis_group, STATE(6553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306437] = 5, + [306599] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8412), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7658), 1, + sym_ELSE, + STATE(6119), 1, + sym_else_expression_or_unaffected, STATE(6554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306456] = 6, + [306620] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8414), 1, - anon_sym_LPAREN, - STATE(4454), 1, - sym_association_list, + ACTIONS(8030), 1, + sym_END, + STATE(8022), 1, + sym_end_loop, STATE(6555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306477] = 6, + [306641] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1839), 1, - anon_sym_LPAREN, - STATE(1288), 1, - sym_parenthesis_group, + ACTIONS(8368), 1, + anon_sym_COLON, + ACTIONS(8370), 1, + sym_IS, STATE(6556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306498] = 6, + [306662] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, + ACTIONS(5769), 1, sym_END, - STATE(7356), 1, - sym_end_loop, + STATE(8023), 1, + sym_end_if, STATE(6557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306519] = 6, + [306683] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, - sym_END, - STATE(7357), 1, - sym_end_case, + ACTIONS(1743), 1, + anon_sym_LPAREN, + STATE(1211), 1, + sym_parenthesis_group, STATE(6558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306540] = 6, + [306704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8352), 1, + ACTIONS(8032), 1, sym_END, - STATE(7547), 1, - sym_subprogram_end, + STATE(8024), 1, + sym_end_case, STATE(6559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306561] = 5, + [306725] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6800), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(8140), 1, + sym_END, + STATE(8031), 1, + sym_end_block, STATE(6560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306580] = 6, + [306746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1839), 1, - anon_sym_LPAREN, - STATE(1271), 1, - sym_parenthesis_group, + ACTIONS(5769), 1, + sym_END, + STATE(8360), 1, + sym_end_if, STATE(6561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306601] = 6, + [306767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - sym_END, - STATE(7368), 1, - sym_end_if, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(3839), 1, + sym_parenthesis_group, STATE(6562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306622] = 6, + [306788] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7370), 1, - sym_end_block, + ACTIONS(5445), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306643] = 6, + [306807] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7747), 1, - sym_end_loop, + ACTIONS(8196), 1, + anon_sym_LPAREN, + STATE(5780), 1, + sym_association_list, STATE(6564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306664] = 6, + [306828] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2902), 1, - sym_BEGIN, - STATE(6299), 1, - sym_sequential_block, + ACTIONS(8372), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306685] = 6, + [306847] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7377), 1, - sym_end_process, + ACTIONS(8280), 1, + anon_sym_COMMA, + ACTIONS(8374), 1, + anon_sym_SEMI, STATE(6566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306706] = 6, + [306868] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8416), 1, - anon_sym_LPAREN, - STATE(1047), 1, - sym_association_list, + ACTIONS(7956), 1, + sym_END, + STATE(8036), 1, + sym_end_process, STATE(6567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306727] = 6, + [306889] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7554), 1, - sym_end_block, + ACTIONS(1569), 1, + anon_sym_LPAREN, + STATE(965), 1, + sym_parenthesis_group, STATE(6568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306748] = 6, + [306910] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4915), 1, - anon_sym_LPAREN, - STATE(4687), 1, - sym_parenthesis_group, + ACTIONS(8214), 1, + sym_END, + STATE(8042), 1, + sym_end_package_body, STATE(6569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306769] = 6, + [306931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7391), 1, - sym_end_generate, + ACTIONS(8376), 2, + sym_IS, + anon_sym_SEMI, STATE(6570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306790] = 6, + [306950] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1086), 1, - sym_BEGIN, - STATE(6359), 1, - sym_concurrent_block, + ACTIONS(8378), 1, + anon_sym_LPAREN, + STATE(4458), 1, + sym_association_list, STATE(6571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306811] = 6, + [306971] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7392), 1, - sym_end_generate, + ACTIONS(1811), 1, + anon_sym_LPAREN, + STATE(1361), 1, + sym_parenthesis_group, STATE(6572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306832] = 6, + [306992] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7393), 1, - sym_end_block, + ACTIONS(1123), 1, + sym_BEGIN, + STATE(6375), 1, + sym_concurrent_block, STATE(6573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306853] = 6, + [307013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8418), 1, - anon_sym_LPAREN, - STATE(1244), 1, - sym_association_list, + ACTIONS(7229), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306874] = 6, + [307032] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4769), 1, - anon_sym_LPAREN, - STATE(4650), 1, - sym_parenthesis_group, + ACTIONS(8380), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306895] = 6, + [307051] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4915), 1, - anon_sym_LPAREN, - STATE(4707), 1, - sym_parenthesis_group, + ACTIONS(8162), 1, + sym_BEGIN, + STATE(6315), 1, + sym_generate_block, STATE(6576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306916] = 6, + [307072] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7412), 1, - sym_end_loop, + ACTIONS(1811), 1, + anon_sym_LPAREN, + STATE(1347), 1, + sym_parenthesis_group, STATE(6577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306937] = 6, + [307093] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, + ACTIONS(5741), 1, sym_END, - STATE(7414), 1, - sym_end_if, + STATE(8057), 1, + sym_end_generate, STATE(6578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306958] = 6, + [307114] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, - sym_END, - STATE(7415), 1, - sym_end_case, + ACTIONS(1773), 1, + sym_PORT, + STATE(8058), 1, + sym_port_map_aspect, STATE(6579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306979] = 6, + [307135] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4769), 1, - anon_sym_LPAREN, - STATE(4628), 1, - sym_parenthesis_group, + ACTIONS(5741), 1, + sym_END, + STATE(8059), 1, + sym_end_generate, STATE(6580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307000] = 6, + [307156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, - sym_END, - STATE(7422), 1, - sym_end_block, + ACTIONS(8382), 1, + anon_sym_COLON, + ACTIONS(8384), 1, + sym_IS, STATE(6581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307021] = 6, + [307177] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8100), 1, - sym_SELECT, - STATE(6355), 1, - sym_select_target, + ACTIONS(8140), 1, + sym_END, + STATE(8064), 1, + sym_end_block, STATE(6582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307042] = 6, + [307198] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7425), 1, - sym_end_process, + ACTIONS(8386), 2, + sym_IS, + anon_sym_SEMI, STATE(6583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307063] = 6, + [307217] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4142), 1, - anon_sym_LPAREN, - STATE(3716), 1, - sym_parenthesis_group, + ACTIONS(8388), 2, + sym_END, + sym_WHEN, STATE(6584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307084] = 6, + [307236] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8350), 1, + ACTIONS(8132), 1, sym_END, - STATE(7426), 1, - sym_end_package_body, + STATE(8065), 1, + sym_subprogram_end, STATE(6585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307105] = 6, + [307257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5840), 1, - anon_sym_LT_EQ, - ACTIONS(8420), 1, + ACTIONS(8390), 2, anon_sym_SEMI, + anon_sym_RPAREN, STATE(6586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307126] = 6, + [307276] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8168), 1, - anon_sym_LT_EQ, - STATE(111), 1, - sym_signal_assignment, + ACTIONS(8392), 1, + anon_sym_COLON, + ACTIONS(8394), 1, + sym_IS, STATE(6587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307147] = 6, + [307297] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8052), 1, - sym_BEGIN, - STATE(6389), 1, - sym_generate_block, + ACTIONS(8396), 2, + sym_based_integer, + sym_based_float, STATE(6588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307168] = 6, + [307316] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8052), 1, - sym_BEGIN, - STATE(6353), 1, - sym_generate_block, + ACTIONS(8398), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307189] = 6, + [307335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4142), 1, + ACTIONS(8400), 1, anon_sym_LPAREN, - STATE(3729), 1, - sym_parenthesis_group, + STATE(1333), 1, + sym_association_list, STATE(6590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307210] = 6, + [307356] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8040), 1, + ACTIONS(4429), 1, anon_sym_LPAREN, - STATE(5947), 1, - sym_association_list, + STATE(4647), 1, + sym_parenthesis_group, STATE(6591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307231] = 6, + [307377] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, + ACTIONS(8030), 1, sym_END, - STATE(7441), 1, - sym_end_generate, + STATE(8084), 1, + sym_end_loop, STATE(6592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307252] = 6, + [307398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8422), 1, - anon_sym_LPAREN, - STATE(1010), 1, - sym_association_list, + ACTIONS(8140), 1, + sym_END, + STATE(8309), 1, + sym_end_block, STATE(6593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307273] = 6, + [307419] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4393), 1, - anon_sym_LPAREN, - STATE(4482), 1, - sym_parenthesis_group, + ACTIONS(8402), 1, + sym_END, + STATE(6509), 1, + sym_generate_block_end, STATE(6594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307294] = 6, + [307440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - STATE(7444), 1, - sym_port_map_aspect, + ACTIONS(7956), 1, + sym_END, + STATE(8098), 1, + sym_end_process, STATE(6595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307315] = 6, + [307461] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7443), 1, - sym_end_generate, + ACTIONS(4429), 1, + anon_sym_LPAREN, + STATE(4644), 1, + sym_parenthesis_group, STATE(6596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307336] = 6, + [307482] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8098), 1, + ACTIONS(8048), 1, sym_END, - STATE(7447), 1, - sym_end_block, + STATE(8101), 1, + sym_end_package, STATE(6597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307357] = 6, + [307503] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8352), 1, - sym_END, - STATE(7448), 1, - sym_subprogram_end, + ACTIONS(5467), 1, + sym_FOR, + STATE(6467), 1, + sym_block_configuration, STATE(6598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307378] = 6, + [307524] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4393), 1, - anon_sym_LPAREN, - STATE(4485), 1, - sym_parenthesis_group, + ACTIONS(8404), 1, + anon_sym_COLON, + ACTIONS(8406), 1, + sym_IS, STATE(6599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307399] = 6, + [307545] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - sym_END, - STATE(7740), 1, - sym_end_if, + ACTIONS(2526), 1, + anon_sym_LPAREN, + STATE(1935), 1, + sym_parenthesis_group, STATE(6600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307420] = 6, + [307566] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8192), 1, + ACTIONS(5687), 1, sym_END, - STATE(7723), 1, - sym_end_case, + STATE(8111), 1, + sym_end_component, STATE(6601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307441] = 6, + [307587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8190), 1, - sym_END, - STATE(7460), 1, - sym_end_loop, + ACTIONS(7130), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307462] = 5, + [307606] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8424), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2526), 1, + anon_sym_LPAREN, + STATE(2068), 1, + sym_parenthesis_group, STATE(6603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307481] = 6, + [307627] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7476), 1, - sym_end_process, + ACTIONS(8408), 1, + anon_sym_LPAREN, + STATE(1293), 1, + sym_association_list, STATE(6604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307502] = 6, + [307648] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8350), 1, - sym_END, - STATE(7664), 1, - sym_end_package_body, + ACTIONS(8410), 1, + anon_sym_LPAREN, + STATE(1077), 1, + sym_association_list, STATE(6605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307523] = 6, + [307669] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8344), 1, - sym_END, - STATE(7477), 1, - sym_end_package, + ACTIONS(4351), 1, + anon_sym_LPAREN, + STATE(4472), 1, + sym_parenthesis_group, STATE(6606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307544] = 6, + [307690] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7566), 1, - sym_end_generate, + ACTIONS(4351), 1, + anon_sym_LPAREN, + STATE(4483), 1, + sym_parenthesis_group, STATE(6607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307565] = 6, + [307711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5654), 1, - sym_END, - STATE(6627), 1, - sym_end_component, + ACTIONS(8412), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307586] = 6, + [307730] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8426), 1, - anon_sym_LPAREN, - STATE(1205), 1, - sym_association_list, + ACTIONS(8414), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307607] = 5, + [307749] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8428), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8416), 1, + anon_sym_LPAREN, + STATE(1152), 1, + sym_association_list, STATE(6610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307626] = 6, + [307770] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8430), 1, - anon_sym_LPAREN, - STATE(4851), 1, - sym_association_list, + ACTIONS(8418), 2, + sym_based_integer, + sym_based_float, STATE(6611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307647] = 5, + [307789] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3282), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(5275), 1, + anon_sym_LPAREN, + STATE(4790), 1, + sym_parenthesis_group, STATE(6612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307666] = 6, + [307810] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1777), 1, - anon_sym_LPAREN, - STATE(1410), 1, - sym_parenthesis_group, + ACTIONS(8334), 1, + anon_sym_DOT, + ACTIONS(8420), 1, + anon_sym_COLON, STATE(6613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307687] = 6, + [307831] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1777), 1, + ACTIONS(8422), 1, anon_sym_LPAREN, - STATE(1404), 1, - sym_parenthesis_group, + STATE(1297), 1, + sym_association_list, STATE(6614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307708] = 5, + [307852] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8432), 2, + ACTIONS(8424), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307727] = 6, + [307871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8086), 1, - sym_END, - STATE(7511), 1, - sym_end_process, + ACTIONS(8426), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307748] = 6, + [307890] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1755), 1, - sym_PORT, - STATE(7564), 1, - sym_port_map_aspect, + ACTIONS(8428), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307769] = 6, + [307909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8434), 1, + ACTIONS(8430), 1, anon_sym_LPAREN, - STATE(1346), 1, + STATE(5747), 1, sym_association_list, STATE(6618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307790] = 6, + [307930] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8436), 1, + ACTIONS(1901), 1, anon_sym_LPAREN, - STATE(1250), 1, - sym_association_list, + STATE(1255), 1, + sym_parenthesis_group, STATE(6619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307811] = 6, + [307951] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8438), 1, + ACTIONS(5275), 1, anon_sym_LPAREN, - STATE(5985), 1, - sym_association_list, + STATE(4845), 1, + sym_parenthesis_group, STATE(6620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307832] = 6, + [307972] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5771), 1, - sym_END, - STATE(7568), 1, - sym_end_generate, + ACTIONS(8432), 1, + anon_sym_LPAREN, + STATE(4589), 1, + sym_association_list, STATE(6621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307853] = 6, + [307993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8440), 1, - anon_sym_LPAREN, - STATE(4519), 1, - sym_association_list, + ACTIONS(8434), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307874] = 5, + [308012] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8442), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8436), 1, + anon_sym_LPAREN, + STATE(1016), 1, + sym_association_list, STATE(6623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307893] = 6, + [308033] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8444), 1, + ACTIONS(8438), 1, anon_sym_LPAREN, - STATE(4569), 1, + STATE(4519), 1, sym_association_list, STATE(6624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307914] = 6, + [308054] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2410), 1, + ACTIONS(1901), 1, anon_sym_LPAREN, - STATE(1967), 1, + STATE(1262), 1, sym_parenthesis_group, STATE(6625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307935] = 5, + [308075] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8446), 1, - anon_sym_RPAREN, + ACTIONS(8440), 1, + anon_sym_LPAREN, + STATE(4864), 1, + sym_association_list, STATE(6626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307953] = 5, + [308096] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8448), 1, + ACTIONS(8442), 2, + sym_IS, anon_sym_SEMI, STATE(6627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307971] = 5, + [308115] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8450), 1, - anon_sym_GT_GT, + ACTIONS(5887), 1, + anon_sym_LT_EQ, + ACTIONS(8444), 1, + anon_sym_SEMI, STATE(6628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307989] = 5, + [308136] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8452), 1, - anon_sym_RBRACK, + ACTIONS(8446), 2, + sym_based_integer, + sym_based_float, STATE(6629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308007] = 5, + [308155] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8454), 1, - anon_sym_GT_GT, + ACTIONS(7956), 1, + sym_END, + STATE(8138), 1, + sym_end_process, STATE(6630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308025] = 5, + [308176] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8456), 1, - anon_sym_GT_GT, + ACTIONS(1569), 1, + anon_sym_LPAREN, + STATE(938), 1, + sym_parenthesis_group, STATE(6631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308043] = 5, + [308197] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8458), 1, - anon_sym_RBRACK, + ACTIONS(8448), 1, + anon_sym_LPAREN, + STATE(2252), 1, + sym_association_list, STATE(6632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308061] = 5, + [308218] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8460), 1, - anon_sym_RBRACK, + ACTIONS(3000), 1, + sym_END, + STATE(6969), 1, + sym_end_for, STATE(6633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308079] = 5, + [308239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8462), 1, - anon_sym_RPAREN, + ACTIONS(8450), 1, + anon_sym_GT_GT, STATE(6634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308097] = 5, + [308257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8464), 1, - anon_sym_RBRACK, + ACTIONS(8452), 1, + anon_sym_SEMI, STATE(6635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308115] = 5, + [308275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8466), 1, - anon_sym_RPAREN, + ACTIONS(5993), 1, + sym_IS, STATE(6636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308133] = 5, + [308293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8468), 1, - anon_sym_RPAREN, + ACTIONS(8454), 1, + anon_sym_RBRACK, STATE(6637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308151] = 5, + [308311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8470), 1, - anon_sym_RPAREN, + ACTIONS(8456), 1, + anon_sym_SEMI, STATE(6638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308169] = 5, + [308329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8472), 1, - anon_sym_RPAREN, + ACTIONS(8458), 1, + anon_sym_GT_GT, STATE(6639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308187] = 5, + [308347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8474), 1, - sym_bit_string_value, + ACTIONS(8460), 1, + anon_sym_RBRACK, STATE(6640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308205] = 5, + [308365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8476), 1, - anon_sym_RPAREN, + ACTIONS(8462), 1, + anon_sym_GT_GT, STATE(6641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308223] = 5, + [308383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8478), 1, - anon_sym_RPAREN, + ACTIONS(8464), 1, + anon_sym_RBRACK, STATE(6642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308241] = 5, + [308401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_RPAREN, STATE(6643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308259] = 5, + [308419] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8482), 1, - anon_sym_RPAREN, + ACTIONS(8468), 1, + anon_sym_GT_GT, STATE(6644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308277] = 5, + [308437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8484), 1, + ACTIONS(8470), 1, anon_sym_RPAREN, STATE(6645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308295] = 5, + [308455] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8486), 1, - anon_sym_RPAREN, + ACTIONS(8472), 1, + anon_sym_RBRACK, STATE(6646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308313] = 5, + [308473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8488), 1, + ACTIONS(8474), 1, anon_sym_RPAREN, STATE(6647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308331] = 5, + [308491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8490), 1, - anon_sym_RPAREN, + ACTIONS(8476), 1, + anon_sym_RBRACK, STATE(6648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308349] = 5, + [308509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8492), 1, - anon_sym_RPAREN, + ACTIONS(8478), 1, + anon_sym_RBRACK, STATE(6649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308367] = 5, + [308527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8494), 1, - anon_sym_RPAREN, + ACTIONS(8480), 1, + anon_sym_SEMI, STATE(6650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308385] = 5, + [308545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8496), 1, + ACTIONS(8482), 1, anon_sym_RPAREN, STATE(6651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308403] = 5, + [308563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8498), 1, + ACTIONS(8484), 1, anon_sym_RPAREN, STATE(6652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308421] = 5, + [308581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8500), 1, - anon_sym_RPAREN, + ACTIONS(8486), 1, + anon_sym_SEMI, STATE(6653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308439] = 5, + [308599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8502), 1, + ACTIONS(8488), 1, anon_sym_RPAREN, STATE(6654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308457] = 5, + [308617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8504), 1, + ACTIONS(8490), 1, anon_sym_RPAREN, STATE(6655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308475] = 5, + [308635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8506), 1, + ACTIONS(8492), 1, anon_sym_RPAREN, STATE(6656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308493] = 5, + [308653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8508), 1, + ACTIONS(8494), 1, anon_sym_RPAREN, STATE(6657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308511] = 5, + [308671] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8510), 1, + ACTIONS(8496), 1, anon_sym_RPAREN, STATE(6658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308529] = 5, + [308689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8512), 1, + ACTIONS(8498), 1, anon_sym_RPAREN, STATE(6659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308547] = 5, + [308707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8514), 1, + ACTIONS(8500), 1, anon_sym_RPAREN, STATE(6660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308565] = 5, + [308725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8516), 1, + ACTIONS(8502), 1, anon_sym_RPAREN, STATE(6661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308583] = 5, + [308743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8518), 1, + ACTIONS(8504), 1, anon_sym_RPAREN, STATE(6662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308601] = 5, + [308761] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8520), 1, + ACTIONS(8506), 1, anon_sym_RPAREN, STATE(6663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308619] = 5, + [308779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8522), 1, + ACTIONS(8508), 1, anon_sym_RPAREN, STATE(6664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308637] = 5, + [308797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8524), 1, + ACTIONS(8510), 1, anon_sym_RPAREN, STATE(6665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308655] = 5, + [308815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8526), 1, - sym_bit_string_value, + ACTIONS(8512), 1, + anon_sym_RPAREN, STATE(6666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308673] = 5, + [308833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5829), 1, - anon_sym_SEMI, + ACTIONS(8514), 1, + anon_sym_RPAREN, STATE(6667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308691] = 5, + [308851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8528), 1, - anon_sym_RBRACK, + ACTIONS(8516), 1, + anon_sym_RPAREN, STATE(6668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308709] = 5, + [308869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8530), 1, - anon_sym_SEMI, + ACTIONS(8518), 1, + anon_sym_RPAREN, STATE(6669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308727] = 5, + [308887] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8532), 1, - anon_sym_RBRACK, + ACTIONS(8520), 1, + anon_sym_RPAREN, STATE(6670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308745] = 5, + [308905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8534), 1, - sym_bit_string_base, + ACTIONS(8522), 1, + anon_sym_RPAREN, STATE(6671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308763] = 5, + [308923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8536), 1, + ACTIONS(8524), 1, anon_sym_RPAREN, STATE(6672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308781] = 5, + [308941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8538), 1, - anon_sym_GT_GT, + ACTIONS(8526), 1, + anon_sym_RPAREN, STATE(6673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308799] = 5, + [308959] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8540), 1, - anon_sym_COLON, + ACTIONS(8528), 1, + anon_sym_RPAREN, STATE(6674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308817] = 5, + [308977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8542), 1, - anon_sym_GT_GT, + ACTIONS(8530), 1, + anon_sym_RPAREN, STATE(6675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308835] = 5, + [308995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8544), 1, - anon_sym_RBRACK, + ACTIONS(8532), 1, + anon_sym_RPAREN, STATE(6676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308853] = 5, + [309013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8546), 1, - sym_MAP, + ACTIONS(8534), 1, + anon_sym_RPAREN, STATE(6677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308871] = 5, + [309031] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8548), 1, - sym_MAP, + ACTIONS(8536), 1, + anon_sym_RPAREN, STATE(6678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308889] = 5, + [309049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8550), 1, - anon_sym_RBRACK, + ACTIONS(8538), 1, + anon_sym_RPAREN, STATE(6679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308907] = 5, + [309067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8552), 1, - anon_sym_GT_GT, + ACTIONS(8540), 1, + anon_sym_SEMI, STATE(6680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308925] = 5, + [309085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8554), 1, - anon_sym_RBRACK, + ACTIONS(8542), 1, + anon_sym_SEMI, STATE(6681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308943] = 5, + [309103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8556), 1, - anon_sym_RBRACK, + ACTIONS(6959), 1, + anon_sym_SEMI, STATE(6682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308961] = 5, + [309121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8558), 1, - anon_sym_RPAREN, + ACTIONS(8544), 1, + anon_sym_SEMI, STATE(6683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308979] = 5, + [309139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8560), 1, + ACTIONS(8546), 1, anon_sym_RBRACK, STATE(6684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [308997] = 5, + [309157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(796), 1, + ACTIONS(8548), 1, anon_sym_SEMI, STATE(6685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309015] = 5, + [309175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8562), 1, - anon_sym_RBRACK, + ACTIONS(8550), 1, + anon_sym_SEMI, STATE(6686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309033] = 5, + [309193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7305), 1, - anon_sym_SEMI, + ACTIONS(8552), 1, + sym_bit_string_base, STATE(6687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309051] = 5, + [309211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8564), 1, + ACTIONS(8554), 1, anon_sym_SEMI, STATE(6688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309069] = 5, + [309229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8566), 1, + ACTIONS(8556), 1, anon_sym_SEMI, STATE(6689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309087] = 5, + [309247] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8568), 1, - sym_bit_string_value, + ACTIONS(8558), 1, + anon_sym_COLON, STATE(6690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309105] = 5, + [309265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8570), 1, - anon_sym_GT_GT, + ACTIONS(8560), 1, + anon_sym_SEMI, STATE(6691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309123] = 5, + [309283] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8572), 1, - sym_bit_string_value, + ACTIONS(8562), 1, + anon_sym_RBRACK, STATE(6692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309141] = 5, + [309301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8574), 1, - anon_sym_RBRACK, + ACTIONS(8564), 1, + sym_MAP, STATE(6693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309159] = 5, + [309319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8576), 1, - sym_bit_string_value, + ACTIONS(8566), 1, + sym_MAP, STATE(6694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309177] = 5, + [309337] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8578), 1, - anon_sym_RBRACK, + ACTIONS(8568), 1, + anon_sym_RPAREN, STATE(6695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309195] = 5, + [309355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8580), 1, - sym_bit_string_value, + ACTIONS(8570), 1, + anon_sym_RBRACK, STATE(6696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309213] = 5, + [309373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8582), 1, - sym_GENERATE, + ACTIONS(8572), 1, + anon_sym_RBRACK, STATE(6697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309231] = 5, + [309391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8584), 1, - anon_sym_GT_GT, + ACTIONS(8574), 1, + anon_sym_SEMI, STATE(6698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309249] = 5, + [309409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8586), 1, - sym_IF, + ACTIONS(8576), 1, + anon_sym_SEMI, STATE(6699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309267] = 5, + [309427] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8588), 1, - anon_sym_GT_GT, + ACTIONS(8578), 1, + sym_box, STATE(6700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309285] = 5, + [309445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8590), 1, - anon_sym_SEMI, + ACTIONS(8580), 1, + anon_sym_RPAREN, STATE(6701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309303] = 5, + [309463] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8592), 1, - anon_sym_SEMI, + ACTIONS(8582), 1, + anon_sym_RBRACK, STATE(6702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309321] = 5, + [309481] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8594), 1, + ACTIONS(5940), 1, anon_sym_SEMI, STATE(6703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309339] = 5, + [309499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8596), 1, - sym_MAP, + ACTIONS(8584), 1, + anon_sym_GT_GT, STATE(6704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309357] = 5, + [309517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8598), 1, - anon_sym_GT_GT, + ACTIONS(8586), 1, + anon_sym_SEMI, STATE(6705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309375] = 5, + [309535] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6897), 1, - anon_sym_SEMI, + ACTIONS(8588), 1, + anon_sym_RPAREN, STATE(6706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309393] = 5, + [309553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8600), 1, - anon_sym_SEMI, + ACTIONS(8590), 1, + anon_sym_GT_GT, STATE(6707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309411] = 5, + [309571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8602), 1, - anon_sym_RPAREN, + ACTIONS(8592), 1, + anon_sym_GT_GT, STATE(6708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309429] = 5, + [309589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8604), 1, - sym_IN, + ACTIONS(8594), 1, + anon_sym_GT_GT, STATE(6709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309447] = 5, + [309607] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8606), 1, - anon_sym_RBRACK, + ACTIONS(8596), 1, + anon_sym_SEMI, STATE(6710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309465] = 5, + [309625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8608), 1, - anon_sym_RBRACK, + ACTIONS(8598), 1, + sym_bit_string_value, STATE(6711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309483] = 5, + [309643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5652), 1, - anon_sym_SEMI, + ACTIONS(8600), 1, + anon_sym_RBRACK, STATE(6712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309501] = 5, + [309661] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8610), 1, + ACTIONS(8602), 1, anon_sym_RPAREN, STATE(6713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309519] = 5, + [309679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8612), 1, - anon_sym_RPAREN, + ACTIONS(8604), 1, + sym_END, STATE(6714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309537] = 5, + [309697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6893), 1, - anon_sym_SEMI, + ACTIONS(8606), 1, + anon_sym_RPAREN, STATE(6715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309555] = 5, + [309715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6881), 1, + ACTIONS(8608), 1, anon_sym_SEMI, STATE(6716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309573] = 5, + [309733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8614), 1, + ACTIONS(8610), 1, anon_sym_RPAREN, STATE(6717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309591] = 5, + [309751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6879), 1, - anon_sym_SEMI, + ACTIONS(8612), 1, + anon_sym_RPAREN, STATE(6718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309609] = 5, + [309769] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8616), 1, - anon_sym_RBRACK, + ACTIONS(7212), 1, + anon_sym_SEMI, STATE(6719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309627] = 5, + [309787] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8618), 1, - anon_sym_RBRACK, + ACTIONS(8614), 1, + sym_MAP, STATE(6720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309645] = 5, + [309805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8620), 1, + ACTIONS(8616), 1, anon_sym_SEMI, STATE(6721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309663] = 5, + [309823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8622), 1, - anon_sym_RBRACK, + ACTIONS(8618), 1, + anon_sym_SEMI, STATE(6722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309681] = 5, + [309841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8624), 1, - anon_sym_GT_GT, + ACTIONS(8620), 1, + anon_sym_SEMI, STATE(6723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309699] = 5, + [309859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8626), 1, - anon_sym_SEMI, + ACTIONS(8622), 1, + anon_sym_RBRACK, STATE(6724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309717] = 5, + [309877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8628), 1, - sym_GENERATE, + ACTIONS(8624), 1, + sym_IN, STATE(6725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309735] = 5, + [309895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8630), 1, - anon_sym_SEMI, + ACTIONS(8626), 1, + anon_sym_RBRACK, STATE(6726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309753] = 5, + [309913] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8632), 1, - anon_sym_GT_GT, + ACTIONS(8628), 1, + anon_sym_SEMI, STATE(6727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309771] = 5, + [309931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8634), 1, + ACTIONS(8630), 1, anon_sym_GT_GT, STATE(6728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309789] = 5, + [309949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8636), 1, + ACTIONS(8632), 1, anon_sym_GT_GT, STATE(6729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309807] = 5, + [309967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8638), 1, - anon_sym_RBRACK, + ACTIONS(8634), 1, + anon_sym_GT_GT, STATE(6730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309825] = 5, + [309985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8640), 1, - anon_sym_RBRACK, + ACTIONS(8636), 1, + anon_sym_SEMI, STATE(6731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309843] = 5, + [310003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8642), 1, - sym_IN, + ACTIONS(8638), 1, + anon_sym_RBRACK, STATE(6732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309861] = 5, + [310021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8644), 1, - anon_sym_GT_GT, + ACTIONS(8640), 1, + anon_sym_SEMI, STATE(6733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309879] = 5, + [310039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8646), 1, - anon_sym_GT_GT, + ACTIONS(8642), 1, + anon_sym_RPAREN, STATE(6734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309897] = 5, + [310057] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8648), 1, - anon_sym_GT_GT, + ACTIONS(8280), 1, + anon_sym_COMMA, STATE(6735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309915] = 5, + [310075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6153), 1, - anon_sym_SEMI, + ACTIONS(8644), 1, + anon_sym_RPAREN, STATE(6736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309933] = 5, + [310093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8650), 1, - anon_sym_GT_GT, + ACTIONS(8646), 1, + anon_sym_SEMI, STATE(6737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309951] = 5, + [310111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8652), 1, + ACTIONS(8648), 1, anon_sym_RBRACK, STATE(6738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309969] = 5, + [310129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8654), 1, - anon_sym_DOT, + ACTIONS(8650), 1, + anon_sym_RPAREN, STATE(6739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [309987] = 5, + [310147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8656), 1, + ACTIONS(8652), 1, anon_sym_SEMI, STATE(6740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310005] = 5, + [310165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8658), 1, - anon_sym_SEMI, + ACTIONS(8654), 1, + anon_sym_RBRACK, STATE(6741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310023] = 5, + [310183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8660), 1, - anon_sym_RPAREN, + ACTIONS(8656), 1, + anon_sym_RBRACK, STATE(6742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310041] = 5, + [310201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8662), 1, - anon_sym_RPAREN, + ACTIONS(8658), 1, + anon_sym_GT_GT, STATE(6743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310059] = 5, + [310219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8664), 1, - anon_sym_RPAREN, + ACTIONS(8660), 1, + anon_sym_GT_GT, STATE(6744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310077] = 5, + [310237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8666), 1, + ACTIONS(8662), 1, anon_sym_GT_GT, STATE(6745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310095] = 5, + [310255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8668), 1, - anon_sym_RBRACK, + ACTIONS(8664), 1, + anon_sym_SEMI, STATE(6746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310113] = 5, + [310273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7946), 1, - sym_END, + ACTIONS(8666), 1, + anon_sym_RBRACK, STATE(6747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310131] = 5, + [310291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8670), 1, - anon_sym_RBRACK, + ACTIONS(8668), 1, + anon_sym_SEMI, STATE(6748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310149] = 5, + [310309] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8672), 1, + ACTIONS(8670), 1, anon_sym_RPAREN, STATE(6749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310167] = 5, + [310327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8674), 1, + ACTIONS(8672), 1, anon_sym_RPAREN, STATE(6750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310185] = 5, + [310345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8676), 1, - anon_sym_RBRACK, + ACTIONS(8674), 1, + anon_sym_RPAREN, STATE(6751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310203] = 5, + [310363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8678), 1, + ACTIONS(8676), 1, anon_sym_RPAREN, STATE(6752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310221] = 5, + [310381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5676), 1, + ACTIONS(8678), 1, anon_sym_SEMI, STATE(6753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310239] = 5, + [310399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297538,12 +297730,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8680), 1, - anon_sym_SEMI, + sym_bit_string_value, STATE(6754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310257] = 5, + [310417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297551,12 +297743,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8682), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(6755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310275] = 5, + [310435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297564,12 +297756,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8684), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310293] = 5, + [310453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297577,12 +297769,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8686), 1, - anon_sym_GT_GT, + anon_sym_SEMI, STATE(6757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310311] = 5, + [310471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297590,12 +297782,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8688), 1, - anon_sym_GT_GT, + anon_sym_SEMI, STATE(6758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310329] = 5, + [310489] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297603,12 +297795,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8690), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310347] = 5, + [310507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297616,12 +297808,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8692), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310365] = 5, + [310525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297629,12 +297821,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8694), 1, - sym_bit_string_value, + anon_sym_SEMI, STATE(6761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310383] = 5, + [310543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297642,12 +297834,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8696), 1, - sym_LOOP, + anon_sym_RBRACK, STATE(6762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310401] = 5, + [310561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297655,12 +297847,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8698), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310419] = 5, + [310579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297668,12 +297860,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8700), 1, - sym_bit_string_value, + anon_sym_RBRACK, STATE(6764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310437] = 5, + [310597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297681,12 +297873,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8702), 1, - sym_bit_string_value, + anon_sym_RPAREN, STATE(6765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310455] = 5, + [310615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297699,7 +297891,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [310473] = 5, + [310633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297707,12 +297899,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8706), 1, - anon_sym_SEMI, + anon_sym_GT_GT, STATE(6767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310491] = 5, + [310651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297720,12 +297912,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8708), 1, - sym_OF, + anon_sym_RPAREN, STATE(6768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310509] = 5, + [310669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297733,12 +297925,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8710), 1, - anon_sym_RPAREN, + anon_sym_GT_GT, STATE(6769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310527] = 5, + [310687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297746,12 +297938,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8712), 1, - sym_IS, + anon_sym_GT_GT, STATE(6770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310545] = 5, + [310705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297764,7 +297956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [310563] = 5, + [310723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297772,12 +297964,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8716), 1, - sym_bit_string_value, + anon_sym_COLON, STATE(6772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310581] = 5, + [310741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297785,12 +297977,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8718), 1, - sym_MAP, + anon_sym_SEMI, STATE(6773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310599] = 5, + [310759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297798,12 +297990,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8720), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310617] = 5, + [310777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297816,7 +298008,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [310635] = 5, + [310795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297824,12 +298016,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8724), 1, - anon_sym_RPAREN, + sym_END, STATE(6776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310653] = 5, + [310813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297842,7 +298034,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [310671] = 5, + [310831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -297850,1936 +298042,1936 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8728), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(6778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310689] = 5, + [310849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7114), 1, - anon_sym_SEMI, + ACTIONS(8730), 1, + anon_sym_RPAREN, STATE(6779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310707] = 5, + [310867] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7116), 1, + ACTIONS(8732), 1, anon_sym_SEMI, STATE(6780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310725] = 5, + [310885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8730), 1, - anon_sym_RPAREN, + ACTIONS(8734), 1, + anon_sym_COLON, STATE(6781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310743] = 5, + [310903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8732), 1, - anon_sym_RBRACK, + ACTIONS(8736), 1, + anon_sym_COLON, STATE(6782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310761] = 5, + [310921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8734), 1, + ACTIONS(8738), 1, anon_sym_SEMI, STATE(6783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310779] = 5, + [310939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8736), 1, - anon_sym_SEMI, + ACTIONS(8740), 1, + sym_OF, STATE(6784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310797] = 5, + [310957] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8738), 1, - anon_sym_RBRACK, + ACTIONS(8742), 1, + anon_sym_SEMI, STATE(6785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310815] = 5, + [310975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7144), 1, - anon_sym_SEMI, + ACTIONS(8744), 1, + sym_IS, STATE(6786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310833] = 5, + [310993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8740), 1, - anon_sym_RPAREN, + ACTIONS(8746), 1, + anon_sym_SEMI, STATE(6787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310851] = 5, + [311011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8742), 1, - anon_sym_RPAREN, + ACTIONS(8748), 1, + anon_sym_SEMI, STATE(6788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310869] = 5, + [311029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8744), 1, + ACTIONS(8750), 1, anon_sym_SEMI, STATE(6789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310887] = 5, + [311047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8746), 1, - anon_sym_SEMI, + ACTIONS(8752), 1, + anon_sym_RBRACK, STATE(6790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310905] = 5, + [311065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8748), 1, - sym_box, + ACTIONS(8754), 1, + anon_sym_SEMI, STATE(6791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310923] = 5, + [311083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8750), 1, - anon_sym_GT_GT, + ACTIONS(8756), 1, + anon_sym_RPAREN, STATE(6792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310941] = 5, + [311101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8752), 1, + ACTIONS(8758), 1, anon_sym_RBRACK, STATE(6793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310959] = 5, + [311119] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8754), 1, - anon_sym_GT_GT, + ACTIONS(8760), 1, + anon_sym_SEMI, STATE(6794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310977] = 5, + [311137] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8756), 1, + ACTIONS(8762), 1, anon_sym_GT_GT, STATE(6795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [310995] = 5, + [311155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8758), 1, - sym_OF, + ACTIONS(8764), 1, + anon_sym_GT_GT, STATE(6796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311013] = 5, + [311173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8760), 1, - anon_sym_RPAREN, + ACTIONS(8766), 1, + anon_sym_GT_GT, STATE(6797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311031] = 5, + [311191] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8762), 1, - anon_sym_GT_GT, + ACTIONS(8768), 1, + anon_sym_RBRACK, STATE(6798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311049] = 5, + [311209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8764), 1, - anon_sym_GT_GT, + ACTIONS(8770), 1, + anon_sym_SEMI, STATE(6799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311067] = 5, + [311227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8766), 1, - anon_sym_RBRACK, + ACTIONS(8772), 1, + sym_BLOCK, STATE(6800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311085] = 5, + [311245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6181), 1, + ACTIONS(8774), 1, anon_sym_SEMI, STATE(6801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311103] = 5, + [311263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8768), 1, + ACTIONS(8776), 1, anon_sym_SEMI, STATE(6802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311121] = 5, + [311281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8770), 1, + ACTIONS(8778), 1, anon_sym_SEMI, STATE(6803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311139] = 5, + [311299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8772), 1, - anon_sym_RBRACK, + ACTIONS(8780), 1, + anon_sym_SEMI, STATE(6804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311157] = 5, + [311317] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8774), 1, - anon_sym_RBRACK, + ACTIONS(8782), 1, + anon_sym_SEMI, STATE(6805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311175] = 5, + [311335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8776), 1, - sym_bit_string_base, + ACTIONS(8784), 1, + anon_sym_SEMI, STATE(6806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311193] = 5, + [311353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8778), 1, - anon_sym_COLON, + ACTIONS(8786), 1, + sym_box, STATE(6807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311211] = 5, + [311371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8780), 1, + ACTIONS(8788), 1, anon_sym_SEMI, STATE(6808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311229] = 5, + [311389] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8782), 1, + ACTIONS(8790), 1, anon_sym_RPAREN, STATE(6809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311247] = 5, + [311407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8784), 1, - sym_MAP, + ACTIONS(8792), 1, + anon_sym_SEMI, STATE(6810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311265] = 5, + [311425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8786), 1, - sym_MAP, + ACTIONS(8794), 1, + anon_sym_SEMI, STATE(6811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311283] = 5, + [311443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8788), 1, - anon_sym_COLON, + ACTIONS(8796), 1, + sym_OF, STATE(6812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311301] = 5, + [311461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8790), 1, - anon_sym_SEMI, + ACTIONS(8798), 1, + anon_sym_RPAREN, STATE(6813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311319] = 5, + [311479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8792), 1, + ACTIONS(8800), 1, anon_sym_SEMI, STATE(6814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311337] = 5, + [311497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8794), 1, + ACTIONS(8802), 1, anon_sym_SEMI, STATE(6815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311355] = 5, + [311515] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8796), 1, - anon_sym_SEMI, + ACTIONS(8804), 1, + sym_IS, STATE(6816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311373] = 5, + [311533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8798), 1, - anon_sym_RPAREN, + ACTIONS(8806), 1, + anon_sym_SEMI, STATE(6817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311391] = 5, + [311551] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8800), 1, - anon_sym_SEMI, + ACTIONS(8808), 1, + anon_sym_RBRACK, STATE(6818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311409] = 5, + [311569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8802), 1, - anon_sym_RPAREN, + ACTIONS(8810), 1, + anon_sym_SEMI, STATE(6819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311427] = 5, + [311587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8804), 1, - anon_sym_GT_GT, + ACTIONS(8812), 1, + anon_sym_SEMI, STATE(6820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311445] = 5, + [311605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8806), 1, - anon_sym_GT_GT, + ACTIONS(8814), 1, + anon_sym_SEMI, STATE(6821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311463] = 5, + [311623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8808), 1, - anon_sym_GT_GT, + ACTIONS(8816), 1, + sym_bit_string_base, STATE(6822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311481] = 5, + [311641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8810), 1, + ACTIONS(8818), 1, anon_sym_RBRACK, STATE(6823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311499] = 5, + [311659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8812), 1, - anon_sym_DOT, + ACTIONS(8820), 1, + anon_sym_SEMI, STATE(6824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311517] = 5, + [311677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8814), 1, - anon_sym_RPAREN, + ACTIONS(8822), 1, + anon_sym_RBRACK, STATE(6825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311535] = 5, + [311695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8816), 1, - anon_sym_RBRACK, + ACTIONS(8824), 1, + sym_MAP, STATE(6826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311553] = 5, + [311713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8818), 1, - anon_sym_COLON, + ACTIONS(8826), 1, + sym_MAP, STATE(6827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311571] = 5, + [311731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8820), 1, - sym_bit_string_value, + ACTIONS(8828), 1, + anon_sym_GT_GT, STATE(6828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311589] = 5, + [311749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8822), 1, + ACTIONS(8830), 1, anon_sym_SEMI, STATE(6829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311607] = 5, + [311767] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8824), 1, - anon_sym_RBRACK, + ACTIONS(8832), 1, + anon_sym_SEMI, STATE(6830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311625] = 5, + [311785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8826), 1, - sym_bit_string_value, + ACTIONS(8834), 1, + anon_sym_SEMI, STATE(6831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311643] = 5, + [311803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8828), 1, - anon_sym_COLON, + ACTIONS(8836), 1, + anon_sym_SEMI, STATE(6832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311661] = 5, + [311821] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8830), 1, - anon_sym_RBRACK, + ACTIONS(7675), 1, + sym_RETURN, STATE(6833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311679] = 5, + [311839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8832), 1, - sym_MAP, + ACTIONS(8838), 1, + anon_sym_SEMI, STATE(6834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311697] = 5, + [311857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8834), 1, + ACTIONS(8840), 1, anon_sym_GT_GT, STATE(6835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311715] = 5, + [311875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8836), 1, - anon_sym_COLON, + ACTIONS(8842), 1, + anon_sym_SEMI, STATE(6836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311733] = 5, + [311893] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8838), 1, - anon_sym_COLON, + ACTIONS(8844), 1, + anon_sym_RBRACK, STATE(6837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311751] = 5, + [311911] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8840), 1, - anon_sym_GT_GT, + ACTIONS(7340), 1, + anon_sym_SEMI, STATE(6838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311769] = 5, + [311929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8842), 1, - anon_sym_GT_GT, + ACTIONS(8846), 1, + anon_sym_RPAREN, STATE(6839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311787] = 5, + [311947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8844), 1, + ACTIONS(8848), 1, anon_sym_SEMI, STATE(6840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311805] = 5, + [311965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8846), 1, - anon_sym_RBRACK, + ACTIONS(8850), 1, + anon_sym_SEMI, STATE(6841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311823] = 5, + [311983] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8848), 1, + ACTIONS(8852), 1, anon_sym_RPAREN, STATE(6842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311841] = 5, + [312001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8850), 1, - anon_sym_DOT, + ACTIONS(8854), 1, + anon_sym_COLON, STATE(6843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311859] = 5, + [312019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8852), 1, - anon_sym_RPAREN, + ACTIONS(8856), 1, + anon_sym_SEMI, STATE(6844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311877] = 5, + [312037] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8854), 1, - anon_sym_SEMI, + ACTIONS(8858), 1, + anon_sym_COLON, STATE(6845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311895] = 5, + [312055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8856), 1, - sym_bit_string_value, + ACTIONS(8860), 1, + anon_sym_SEMI, STATE(6846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311913] = 5, + [312073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8858), 1, + ACTIONS(8862), 1, anon_sym_SEMI, STATE(6847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311931] = 5, + [312091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8860), 1, - anon_sym_RPAREN, + ACTIONS(8864), 1, + anon_sym_DOT, STATE(6848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311949] = 5, + [312109] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8862), 1, + ACTIONS(8866), 1, anon_sym_SEMI, STATE(6849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311967] = 5, + [312127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8864), 1, - anon_sym_SEMI, + ACTIONS(8868), 1, + sym_MAP, STATE(6850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [311985] = 5, + [312145] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8866), 1, - sym_bit_string_value, + ACTIONS(8870), 1, + anon_sym_SEMI, STATE(6851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312003] = 5, + [312163] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8868), 1, - anon_sym_SEMI, + ACTIONS(8872), 1, + anon_sym_COLON, STATE(6852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312021] = 5, + [312181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8870), 1, - anon_sym_RBRACK, + ACTIONS(8874), 1, + anon_sym_SEMI, STATE(6853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312039] = 5, + [312199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8872), 1, - anon_sym_RPAREN, + ACTIONS(6231), 1, + anon_sym_SEMI, STATE(6854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312057] = 5, + [312217] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8874), 1, + ACTIONS(8876), 1, anon_sym_RBRACK, STATE(6855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312075] = 5, + [312235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8876), 1, - anon_sym_RBRACK, + ACTIONS(8878), 1, + anon_sym_SEMI, STATE(6856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312093] = 5, + [312253] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8878), 1, - anon_sym_GT_GT, + ACTIONS(8880), 1, + anon_sym_RBRACK, STATE(6857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312111] = 5, + [312271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7357), 1, - anon_sym_SEMI, + ACTIONS(8882), 1, + anon_sym_GT_GT, STATE(6858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312129] = 5, + [312289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8880), 1, + ACTIONS(8884), 1, anon_sym_GT_GT, STATE(6859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312147] = 5, + [312307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7402), 1, - anon_sym_SEMI, + ACTIONS(8072), 1, + sym_END, STATE(6860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312165] = 5, + [312325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8882), 1, - anon_sym_SEMI, + ACTIONS(8886), 1, + anon_sym_GT_GT, STATE(6861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312183] = 5, + [312343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8884), 1, - anon_sym_SEMI, + ACTIONS(8888), 1, + anon_sym_RBRACK, STATE(6862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312201] = 5, + [312361] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8886), 1, + ACTIONS(8890), 1, anon_sym_SEMI, STATE(6863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312219] = 5, + [312379] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7425), 1, - anon_sym_SEMI, + ACTIONS(8892), 1, + anon_sym_GT_GT, STATE(6864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312237] = 5, + [312397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8888), 1, - anon_sym_SEMI, + ACTIONS(8894), 1, + anon_sym_RPAREN, STATE(6865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312255] = 5, + [312415] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8890), 1, - anon_sym_SEMI, + ACTIONS(8896), 1, + anon_sym_RPAREN, STATE(6866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312273] = 5, + [312433] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8892), 1, + ACTIONS(8898), 1, anon_sym_SEMI, STATE(6867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312291] = 5, + [312451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8894), 1, - anon_sym_RBRACK, + ACTIONS(8900), 1, + sym_MAP, STATE(6868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312309] = 5, + [312469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8896), 1, + ACTIONS(8902), 1, anon_sym_GT_GT, STATE(6869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312327] = 5, + [312487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8898), 1, + ACTIONS(8904), 1, anon_sym_RBRACK, STATE(6870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312345] = 5, + [312505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8900), 1, - anon_sym_GT_GT, + ACTIONS(8906), 1, + anon_sym_RBRACK, STATE(6871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312363] = 5, + [312523] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8902), 1, - anon_sym_RPAREN, + ACTIONS(8908), 1, + anon_sym_RBRACK, STATE(6872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312381] = 5, + [312541] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8904), 1, + ACTIONS(8910), 1, anon_sym_GT_GT, STATE(6873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312399] = 5, + [312559] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8906), 1, + ACTIONS(8912), 1, anon_sym_GT_GT, STATE(6874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312417] = 5, + [312577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8908), 1, - anon_sym_RPAREN, + ACTIONS(8914), 1, + anon_sym_GT_GT, STATE(6875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312435] = 5, + [312595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8910), 1, - anon_sym_RPAREN, + ACTIONS(8916), 1, + anon_sym_SEMI, STATE(6876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312453] = 5, + [312613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8912), 1, - anon_sym_RPAREN, + ACTIONS(8918), 1, + anon_sym_GT_GT, STATE(6877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312471] = 5, + [312631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8914), 1, - anon_sym_RPAREN, + ACTIONS(8920), 1, + anon_sym_SEMI, STATE(6878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312489] = 5, + [312649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8916), 1, - anon_sym_COLON, + ACTIONS(8922), 1, + anon_sym_RBRACK, STATE(6879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312507] = 5, + [312667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6210), 1, + ACTIONS(8286), 1, anon_sym_SEMI, STATE(6880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312525] = 5, + [312685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8918), 1, + ACTIONS(7390), 1, anon_sym_SEMI, STATE(6881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312543] = 5, + [312703] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8920), 1, - anon_sym_RPAREN, + ACTIONS(8924), 1, + anon_sym_SEMI, STATE(6882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312561] = 5, + [312721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8922), 1, - anon_sym_RBRACK, + ACTIONS(8926), 1, + sym_OF, STATE(6883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312579] = 5, + [312739] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8924), 1, - sym__directive_newline, + ACTIONS(8928), 1, + anon_sym_SEMI, STATE(6884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312597] = 5, + [312757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8926), 1, + ACTIONS(8930), 1, anon_sym_RPAREN, STATE(6885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312615] = 5, + [312775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8928), 1, - anon_sym_SEMI, + ACTIONS(8932), 1, + anon_sym_RPAREN, STATE(6886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312633] = 5, + [312793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8930), 1, - anon_sym_RPAREN, + ACTIONS(8934), 1, + anon_sym_SEMI, STATE(6887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312651] = 5, + [312811] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8932), 1, - anon_sym_GT_GT, + ACTIONS(8936), 1, + anon_sym_RBRACK, STATE(6888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312669] = 5, + [312829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8934), 1, + ACTIONS(8938), 1, anon_sym_SEMI, STATE(6889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312687] = 5, + [312847] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8936), 1, - anon_sym_RBRACK, + ACTIONS(8940), 1, + anon_sym_SEMI, STATE(6890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312705] = 5, + [312865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8938), 1, - anon_sym_SEMI, + ACTIONS(8942), 1, + anon_sym_RPAREN, STATE(6891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312723] = 5, + [312883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8940), 1, - sym_LOOP, + ACTIONS(8944), 1, + anon_sym_RPAREN, STATE(6892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312741] = 5, + [312901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8942), 1, - anon_sym_GT_GT, + ACTIONS(8946), 1, + anon_sym_RPAREN, STATE(6893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312759] = 5, + [312919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8944), 1, + ACTIONS(8948), 1, anon_sym_SEMI, STATE(6894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312777] = 5, + [312937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8946), 1, - anon_sym_RBRACK, + ACTIONS(8950), 1, + anon_sym_SEMI, STATE(6895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312795] = 5, + [312955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8948), 1, - anon_sym_SEMI, + ACTIONS(8952), 1, + sym_PROCESS, STATE(6896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312813] = 5, + [312973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8950), 1, - anon_sym_GT_GT, + ACTIONS(6694), 1, + sym_RETURN, STATE(6897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312831] = 5, + [312991] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8952), 1, - anon_sym_RPAREN, + ACTIONS(8954), 1, + anon_sym_SEMI, STATE(6898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312849] = 5, + [313009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8954), 1, - anon_sym_GT_GT, + ACTIONS(8956), 1, + anon_sym_RBRACK, STATE(6899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312867] = 5, + [313027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8956), 1, - anon_sym_GT_GT, + ACTIONS(8958), 1, + anon_sym_RBRACK, STATE(6900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312885] = 5, + [313045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8958), 1, + ACTIONS(8960), 1, anon_sym_GT_GT, STATE(6901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312903] = 5, + [313063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8960), 1, - anon_sym_RBRACK, + ACTIONS(8962), 1, + anon_sym_GT_GT, STATE(6902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312921] = 5, + [313081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8962), 1, - anon_sym_RBRACK, + ACTIONS(8964), 1, + anon_sym_GT_GT, STATE(6903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312939] = 5, + [313099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8964), 1, - anon_sym_RBRACK, + ACTIONS(8966), 1, + anon_sym_SEMI, STATE(6904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312957] = 5, + [313117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8966), 1, + ACTIONS(8968), 1, anon_sym_RBRACK, STATE(6905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312975] = 5, + [313135] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8968), 1, + ACTIONS(8970), 1, anon_sym_SEMI, STATE(6906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [312993] = 5, + [313153] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8970), 1, - anon_sym_RPAREN, + ACTIONS(8972), 1, + anon_sym_SEMI, STATE(6907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313011] = 5, + [313171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8972), 1, - anon_sym_SEMI, + ACTIONS(8974), 1, + anon_sym_RPAREN, STATE(6908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313029] = 5, + [313189] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8974), 1, + ACTIONS(8976), 1, anon_sym_RPAREN, STATE(6909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313047] = 5, + [313207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8976), 1, - anon_sym_SEMI, + ACTIONS(8978), 1, + anon_sym_RPAREN, STATE(6910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313065] = 5, + [313225] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8978), 1, - anon_sym_SEMI, + ACTIONS(8980), 1, + anon_sym_RPAREN, STATE(6911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313083] = 5, + [313243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8980), 1, + ACTIONS(8982), 1, anon_sym_SEMI, STATE(6912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313101] = 5, + [313261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8982), 1, + ACTIONS(8984), 1, anon_sym_SEMI, STATE(6913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313119] = 5, + [313279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8984), 1, - anon_sym_SEMI, + ACTIONS(8986), 1, + anon_sym_RPAREN, STATE(6914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313137] = 5, + [313297] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8986), 1, + ACTIONS(8988), 1, anon_sym_SEMI, STATE(6915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313155] = 5, + [313315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8988), 1, + ACTIONS(8990), 1, anon_sym_SEMI, STATE(6916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313173] = 5, + [313333] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8990), 1, - anon_sym_RBRACK, + ACTIONS(8992), 1, + anon_sym_SEMI, STATE(6917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313191] = 5, + [313351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8992), 1, - anon_sym_SEMI, + ACTIONS(8994), 1, + anon_sym_RBRACK, STATE(6918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313209] = 5, + [313369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8994), 1, - anon_sym_SEMI, + ACTIONS(8996), 1, + anon_sym_RBRACK, STATE(6919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313227] = 5, + [313387] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8996), 1, - anon_sym_RPAREN, + ACTIONS(8998), 1, + anon_sym_GT_GT, STATE(6920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313245] = 5, + [313405] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8998), 1, - sym_bit_string_value, + ACTIONS(9000), 1, + anon_sym_GT_GT, STATE(6921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313263] = 5, + [313423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9000), 1, - sym_bit_string_base, + ACTIONS(9002), 1, + anon_sym_SEMI, STATE(6922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313281] = 5, + [313441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9002), 1, - anon_sym_RBRACK, + ACTIONS(9004), 1, + sym_LOOP, STATE(6923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313299] = 5, + [313459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9004), 1, - anon_sym_SEMI, + ACTIONS(9006), 1, + anon_sym_GT_GT, STATE(6924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313317] = 5, + [313477] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9006), 1, - sym_MAP, + ACTIONS(9008), 1, + anon_sym_SEMI, STATE(6925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313335] = 5, + [313495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9008), 1, - sym_MAP, + ACTIONS(6595), 1, + anon_sym_SEMI, STATE(6926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313353] = 5, + [313513] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299787,12 +299979,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(9010), 1, - anon_sym_GT_GT, + anon_sym_SEMI, STATE(6927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313371] = 5, + [313531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299800,12 +299992,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(9012), 1, - anon_sym_GT_GT, + anon_sym_RBRACK, STATE(6928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313389] = 5, + [313549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299813,12 +300005,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(9014), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313407] = 5, + [313567] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299826,12 +300018,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(9016), 1, - anon_sym_SEMI, + sym_IF, STATE(6930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313425] = 5, + [313585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299844,7 +300036,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [313443] = 5, + [313603] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -299852,18427 +300044,18635 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(9020), 1, - sym_bit_string_value, + anon_sym_SEMI, STATE(6932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313461] = 5, + [313621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9022), 1, - sym_bit_string_value, + ACTIONS(7424), 1, + anon_sym_SEMI, STATE(6933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313479] = 5, + [313639] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9024), 1, + ACTIONS(5840), 1, anon_sym_SEMI, STATE(6934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313497] = 5, + [313657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9026), 1, - anon_sym_RBRACK, + ACTIONS(9022), 1, + anon_sym_SEMI, STATE(6935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313515] = 5, + [313675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9028), 1, - anon_sym_RPAREN, + ACTIONS(9024), 1, + anon_sym_SEMI, STATE(6936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313533] = 5, + [313693] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9030), 1, - sym_bit_string_value, + ACTIONS(7445), 1, + anon_sym_SEMI, STATE(6937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313551] = 5, + [313711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9032), 1, - anon_sym_RPAREN, + ACTIONS(9026), 1, + sym_bit_string_base, STATE(6938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313569] = 5, + [313729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9034), 1, - anon_sym_COLON, + ACTIONS(9028), 1, + anon_sym_SEMI, STATE(6939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313587] = 5, + [313747] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9036), 1, + ACTIONS(9030), 1, anon_sym_SEMI, STATE(6940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313605] = 5, + [313765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9038), 1, - sym_PROCESS, + ACTIONS(9032), 1, + sym_MAP, STATE(6941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313623] = 5, + [313783] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9040), 1, - anon_sym_SEMI, + ACTIONS(9034), 1, + sym_MAP, STATE(6942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313641] = 5, + [313801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9042), 1, + ACTIONS(7412), 1, anon_sym_SEMI, STATE(6943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313659] = 5, + [313819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9044), 1, - sym_MAP, + ACTIONS(9036), 1, + anon_sym_SEMI, STATE(6944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313677] = 5, + [313837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9046), 1, - anon_sym_GT_GT, + ACTIONS(7457), 1, + anon_sym_SEMI, STATE(6945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313695] = 5, + [313855] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9048), 1, - anon_sym_RPAREN, + ACTIONS(9038), 1, + anon_sym_RBRACK, STATE(6946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313713] = 5, + [313873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9050), 1, - anon_sym_LPAREN, + ACTIONS(9040), 1, + anon_sym_SEMI, STATE(6947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313731] = 5, + [313891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9052), 1, - anon_sym_RPAREN, + ACTIONS(798), 1, + anon_sym_SEMI, STATE(6948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313749] = 5, + [313909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9054), 1, + ACTIONS(9042), 1, anon_sym_RBRACK, STATE(6949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313767] = 5, + [313927] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9056), 1, - anon_sym_SEMI, + ACTIONS(9044), 1, + anon_sym_GT_GT, STATE(6950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313785] = 5, + [313945] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9058), 1, - anon_sym_RBRACK, + ACTIONS(9046), 1, + anon_sym_GT_GT, STATE(6951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313803] = 5, + [313963] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9060), 1, - anon_sym_RBRACK, + ACTIONS(9048), 1, + anon_sym_GT_GT, STATE(6952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313821] = 5, + [313981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9062), 1, + ACTIONS(5679), 1, anon_sym_SEMI, STATE(6953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313839] = 5, + [313999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9064), 1, - anon_sym_GT_GT, + ACTIONS(9050), 1, + anon_sym_SEMI, STATE(6954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313857] = 5, + [314017] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9066), 1, + ACTIONS(5677), 1, anon_sym_SEMI, STATE(6955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313875] = 5, + [314035] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9068), 1, - anon_sym_GT_GT, + ACTIONS(9052), 1, + anon_sym_RBRACK, STATE(6956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313893] = 5, + [314053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6376), 1, - sym_RETURN, + ACTIONS(9054), 1, + anon_sym_SEMI, STATE(6957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313911] = 5, + [314071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9070), 1, - anon_sym_SEMI, + ACTIONS(9056), 1, + anon_sym_RPAREN, STATE(6958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313929] = 5, + [314089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9072), 1, - anon_sym_SEMI, + ACTIONS(9058), 1, + anon_sym_RPAREN, STATE(6959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313947] = 5, + [314107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9074), 1, - anon_sym_SEMI, + ACTIONS(9060), 1, + sym_MAP, STATE(6960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313965] = 5, + [314125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9076), 1, - anon_sym_RBRACK, + ACTIONS(9062), 1, + anon_sym_SEMI, STATE(6961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [313983] = 5, + [314143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9078), 1, - anon_sym_SEMI, + ACTIONS(8334), 1, + anon_sym_DOT, STATE(6962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314001] = 5, + [314161] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7740), 1, + ACTIONS(9064), 1, anon_sym_SEMI, STATE(6963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314019] = 5, + [314179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9080), 1, - anon_sym_SEMI, + ACTIONS(9066), 1, + sym_RETURN, STATE(6964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314037] = 5, + [314197] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9082), 1, - anon_sym_LPAREN, + ACTIONS(9068), 1, + anon_sym_SEMI, STATE(6965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314055] = 5, + [314215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9084), 1, - sym_NEW, + ACTIONS(7563), 1, + anon_sym_SEMI, STATE(6966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314073] = 5, + [314233] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9086), 1, - anon_sym_LPAREN, + ACTIONS(9070), 1, + anon_sym_RBRACK, STATE(6967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314091] = 5, + [314251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7758), 1, - anon_sym_SEMI, + ACTIONS(9072), 1, + anon_sym_RBRACK, STATE(6968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314109] = 5, + [314269] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9088), 1, - anon_sym_GT_GT, + ACTIONS(9074), 1, + anon_sym_SEMI, STATE(6969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314127] = 5, + [314287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9090), 1, + ACTIONS(9076), 1, anon_sym_GT_GT, STATE(6970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314145] = 5, + [314305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9092), 1, - anon_sym_SEMI, + ACTIONS(9078), 1, + anon_sym_GT_GT, STATE(6971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314163] = 5, + [314323] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9094), 1, + ACTIONS(9080), 1, anon_sym_GT_GT, STATE(6972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314181] = 5, + [314341] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9096), 1, + ACTIONS(9082), 1, anon_sym_SEMI, STATE(6973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314199] = 5, + [314359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7782), 1, - anon_sym_SEMI, + ACTIONS(9084), 1, + anon_sym_RBRACK, STATE(6974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314217] = 5, + [314377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9098), 1, + ACTIONS(9086), 1, anon_sym_RPAREN, STATE(6975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314235] = 5, + [314395] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9100), 1, - anon_sym_RPAREN, + ACTIONS(9088), 1, + anon_sym_SEMI, STATE(6976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314253] = 5, + [314413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9102), 1, - anon_sym_RBRACK, + ACTIONS(9090), 1, + anon_sym_SEMI, STATE(6977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314271] = 5, + [314431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9104), 1, + ACTIONS(9092), 1, anon_sym_SEMI, STATE(6978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314289] = 5, + [314449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9106), 1, + ACTIONS(9094), 1, anon_sym_SEMI, STATE(6979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314307] = 5, + [314467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9108), 1, - sym_MAP, + ACTIONS(9096), 1, + anon_sym_SEMI, STATE(6980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314325] = 5, + [314485] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9110), 1, + ACTIONS(9098), 1, anon_sym_SEMI, STATE(6981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314343] = 5, + [314503] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7788), 1, + ACTIONS(7497), 1, anon_sym_SEMI, STATE(6982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314361] = 5, + [314521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9112), 1, - anon_sym_GT_GT, + ACTIONS(9100), 1, + anon_sym_RPAREN, STATE(6983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314379] = 5, + [314539] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9114), 1, + ACTIONS(7484), 1, anon_sym_SEMI, STATE(6984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314397] = 5, + [314557] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9116), 1, + ACTIONS(9102), 1, anon_sym_SEMI, STATE(6985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314415] = 5, + [314575] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9118), 1, - anon_sym_RPAREN, + ACTIONS(9104), 1, + anon_sym_SEMI, STATE(6986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314433] = 5, + [314593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9120), 1, + ACTIONS(7499), 1, anon_sym_SEMI, STATE(6987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314451] = 5, + [314611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9122), 1, - anon_sym_RPAREN, + ACTIONS(9106), 1, + anon_sym_RBRACK, STATE(6988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314469] = 5, + [314629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9124), 1, - anon_sym_SEMI, + ACTIONS(9108), 1, + anon_sym_RBRACK, STATE(6989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314487] = 5, + [314647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9126), 1, - anon_sym_SEMI, + ACTIONS(9110), 1, + anon_sym_GT_GT, STATE(6990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314505] = 5, + [314665] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9128), 1, - anon_sym_SEMI, + ACTIONS(9112), 1, + anon_sym_RPAREN, STATE(6991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314523] = 5, + [314683] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9130), 1, - anon_sym_RBRACK, + ACTIONS(9114), 1, + anon_sym_RPAREN, STATE(6992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314541] = 5, + [314701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9132), 1, + ACTIONS(9116), 1, anon_sym_GT_GT, STATE(6993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314559] = 5, + [314719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9134), 1, - sym_bit_string_base, + ACTIONS(9118), 1, + anon_sym_SEMI, STATE(6994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314577] = 5, + [314737] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9136), 1, - anon_sym_GT_GT, + ACTIONS(9120), 1, + anon_sym_SEMI, STATE(6995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314595] = 5, + [314755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9138), 1, - anon_sym_RPAREN, + ACTIONS(8068), 1, + sym_END, STATE(6996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314613] = 5, + [314773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9140), 1, - sym_MAP, + ACTIONS(9122), 1, + anon_sym_GT_GT, STATE(6997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314631] = 5, + [314791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9142), 1, - sym_MAP, + ACTIONS(9124), 1, + anon_sym_SEMI, STATE(6998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314649] = 5, + [314809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9144), 1, - anon_sym_GT_GT, + ACTIONS(9126), 1, + anon_sym_RBRACK, STATE(6999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314667] = 5, + [314827] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6224), 1, - anon_sym_SEMI, + ACTIONS(9128), 1, + anon_sym_LPAREN, STATE(7000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314685] = 5, + [314845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7876), 1, - anon_sym_SEMI, + ACTIONS(9130), 1, + sym_RETURN, STATE(7001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314703] = 5, + [314863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9146), 1, - anon_sym_SEMI, + ACTIONS(9132), 1, + anon_sym_RPAREN, STATE(7002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314721] = 5, + [314881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9148), 1, - anon_sym_RBRACK, + ACTIONS(9134), 1, + anon_sym_SEMI, STATE(7003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314739] = 5, + [314899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9150), 1, - anon_sym_RBRACK, + ACTIONS(9136), 1, + anon_sym_RPAREN, STATE(7004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314757] = 5, + [314917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9152), 1, - anon_sym_SEMI, + ACTIONS(9138), 1, + anon_sym_COLON, STATE(7005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314775] = 5, + [314935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9154), 1, - anon_sym_SEMI, + ACTIONS(9140), 1, + anon_sym_RPAREN, STATE(7006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314793] = 5, + [314953] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9156), 1, + ACTIONS(9142), 1, anon_sym_SEMI, STATE(7007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314811] = 5, + [314971] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9158), 1, + ACTIONS(9144), 1, anon_sym_SEMI, STATE(7008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314829] = 5, + [314989] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9160), 1, - sym_MAP, + ACTIONS(9146), 1, + anon_sym_SEMI, STATE(7009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314847] = 5, + [315007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9162), 1, - sym_string_literal, + ACTIONS(9148), 1, + sym_bit_string_base, STATE(7010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314865] = 5, + [315025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9164), 1, - anon_sym_SEMI, + ACTIONS(9150), 1, + anon_sym_COLON, STATE(7011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314883] = 5, + [315043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9166), 1, + ACTIONS(9152), 1, anon_sym_RBRACK, STATE(7012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314901] = 5, + [315061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9168), 1, - anon_sym_SEMI, + ACTIONS(9154), 1, + sym_MAP, STATE(7013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314919] = 5, + [315079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9170), 1, - sym_bit_string_value, + ACTIONS(9156), 1, + sym_MAP, STATE(7014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314937] = 5, + [315097] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9172), 1, + ACTIONS(9158), 1, anon_sym_SEMI, STATE(7015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314955] = 5, + [315115] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9174), 1, + ACTIONS(9160), 1, anon_sym_SEMI, STATE(7016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314973] = 5, + [315133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9176), 1, - anon_sym_SEMI, + ACTIONS(9162), 1, + anon_sym_RPAREN, STATE(7017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [314991] = 5, + [315151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9178), 1, - anon_sym_SEMI, + ACTIONS(9164), 1, + anon_sym_RBRACK, STATE(7018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315009] = 5, + [315169] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9180), 1, - anon_sym_RBRACK, + ACTIONS(9166), 1, + anon_sym_GT_GT, STATE(7019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315027] = 5, + [315187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9182), 1, + ACTIONS(9168), 1, anon_sym_GT_GT, STATE(7020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315045] = 5, + [315205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9184), 1, - anon_sym_RBRACK, + ACTIONS(9170), 1, + anon_sym_SEMI, STATE(7021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315063] = 5, + [315223] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_SEMI, STATE(7022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315081] = 5, + [315241] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9188), 1, + ACTIONS(9174), 1, anon_sym_SEMI, STATE(7023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315099] = 5, + [315259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9190), 1, - anon_sym_RPAREN, + ACTIONS(9176), 1, + anon_sym_RBRACK, STATE(7024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315117] = 5, + [315277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9192), 1, - anon_sym_RPAREN, + ACTIONS(9178), 1, + sym_MAP, STATE(7025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315135] = 5, + [315295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9194), 1, + ACTIONS(9180), 1, anon_sym_GT_GT, STATE(7026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315153] = 5, + [315313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9196), 1, - anon_sym_SEMI, + ACTIONS(9182), 1, + anon_sym_RBRACK, STATE(7027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315171] = 5, + [315331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9198), 1, - anon_sym_RPAREN, + ACTIONS(9184), 1, + anon_sym_RBRACK, STATE(7028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315189] = 5, + [315349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9200), 1, + ACTIONS(9186), 1, anon_sym_GT_GT, STATE(7029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315207] = 5, + [315367] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9202), 1, - anon_sym_SEMI, + ACTIONS(9188), 1, + anon_sym_RBRACK, STATE(7030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315225] = 5, + [315385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9204), 1, - anon_sym_SEMI, + ACTIONS(9190), 1, + anon_sym_GT_GT, STATE(7031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315243] = 5, + [315403] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9206), 1, - sym_bit_string_base, + ACTIONS(9192), 1, + anon_sym_GT_GT, STATE(7032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315261] = 5, + [315421] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9208), 1, - anon_sym_SEMI, + ACTIONS(9194), 1, + anon_sym_RPAREN, STATE(7033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315279] = 5, + [315439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9210), 1, - sym_MAP, + ACTIONS(9196), 1, + sym_FUNCTION, STATE(7034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315297] = 5, + [315457] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9212), 1, - sym_MAP, + ACTIONS(6031), 1, + anon_sym_SEMI, STATE(7035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315315] = 5, + [315475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9214), 1, + ACTIONS(7555), 1, anon_sym_SEMI, STATE(7036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315333] = 5, + [315493] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9216), 1, - anon_sym_SEMI, + ACTIONS(9198), 1, + anon_sym_RPAREN, STATE(7037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315351] = 5, + [315511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9218), 1, + ACTIONS(9200), 1, anon_sym_SEMI, STATE(7038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315369] = 5, + [315529] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9220), 1, + ACTIONS(9202), 1, anon_sym_SEMI, STATE(7039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315387] = 5, + [315547] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9222), 1, + ACTIONS(9204), 1, anon_sym_RPAREN, STATE(7040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315405] = 5, + [315565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7176), 1, - anon_sym_SEMI, + ACTIONS(9206), 1, + anon_sym_RPAREN, STATE(7041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315423] = 5, + [315583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9224), 1, - anon_sym_RBRACK, + ACTIONS(9208), 1, + anon_sym_SEMI, STATE(7042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315441] = 5, + [315601] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9226), 1, + ACTIONS(9210), 1, anon_sym_SEMI, STATE(7043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315459] = 5, + [315619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9228), 1, - anon_sym_SEMI, + ACTIONS(9212), 1, + anon_sym_RPAREN, STATE(7044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315477] = 5, + [315637] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9230), 1, - sym_MAP, + ACTIONS(9214), 1, + anon_sym_SEMI, STATE(7045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315495] = 5, + [315655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9232), 1, - anon_sym_RPAREN, + ACTIONS(9216), 1, + anon_sym_RBRACK, STATE(7046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315513] = 5, + [315673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9234), 1, - anon_sym_RPAREN, + ACTIONS(9218), 1, + anon_sym_SEMI, STATE(7047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315531] = 5, + [315691] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9236), 1, - anon_sym_RPAREN, + ACTIONS(9220), 1, + sym_bit_string_base, STATE(7048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315549] = 5, + [315709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9238), 1, - sym_OF, + ACTIONS(9222), 1, + anon_sym_RBRACK, STATE(7049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315567] = 5, + [315727] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9240), 1, - anon_sym_SEMI, + ACTIONS(9224), 1, + sym_MAP, STATE(7050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315585] = 5, + [315745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9242), 1, - anon_sym_SEMI, + ACTIONS(9226), 1, + sym_MAP, STATE(7051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315603] = 5, + [315763] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9244), 1, - sym_bit_string_value, + ACTIONS(9228), 1, + anon_sym_GT_GT, STATE(7052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315621] = 5, + [315781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9246), 1, - anon_sym_RPAREN, + ACTIONS(9230), 1, + anon_sym_SEMI, STATE(7053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315639] = 5, + [315799] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9248), 1, - anon_sym_RBRACK, + ACTIONS(9232), 1, + anon_sym_GT_GT, STATE(7054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315657] = 5, + [315817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9250), 1, + ACTIONS(9234), 1, anon_sym_SEMI, STATE(7055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315675] = 5, + [315835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9252), 1, - sym_bit_string_value, + ACTIONS(9236), 1, + anon_sym_GT_GT, STATE(7056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315693] = 5, + [315853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9254), 1, - anon_sym_RPAREN, + ACTIONS(9238), 1, + anon_sym_SEMI, STATE(7057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315711] = 5, + [315871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9256), 1, - anon_sym_RBRACK, + ACTIONS(9240), 1, + anon_sym_SEMI, STATE(7058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315729] = 5, + [315889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9258), 1, - anon_sym_RPAREN, + ACTIONS(9242), 1, + anon_sym_SEMI, STATE(7059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315747] = 5, + [315907] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9260), 1, - anon_sym_COLON, + ACTIONS(9244), 1, + anon_sym_SEMI, STATE(7060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315765] = 5, + [315925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9262), 1, - sym_bit_string_base, + ACTIONS(9246), 1, + sym_MAP, STATE(7061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315783] = 5, + [315943] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9264), 1, - anon_sym_RBRACK, + ACTIONS(9248), 1, + anon_sym_SEMI, STATE(7062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315801] = 5, + [315961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9266), 1, - sym_MAP, + ACTIONS(9250), 1, + anon_sym_RPAREN, STATE(7063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315819] = 5, + [315979] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9268), 1, - sym_MAP, + ACTIONS(9252), 1, + anon_sym_RPAREN, STATE(7064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315837] = 5, + [315997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9270), 1, - anon_sym_SEMI, + ACTIONS(5565), 1, + sym_VUNIT, STATE(7065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315855] = 5, + [316015] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9272), 1, - anon_sym_SEMI, + ACTIONS(9254), 1, + sym_FOR, STATE(7066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315873] = 5, + [316033] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9274), 1, + ACTIONS(6012), 1, anon_sym_SEMI, STATE(7067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315891] = 5, + [316051] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9276), 1, - sym_MAP, + ACTIONS(9256), 1, + anon_sym_SEMI, STATE(7068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315909] = 5, + [316069] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9278), 1, - anon_sym_SEMI, + ACTIONS(9258), 1, + anon_sym_RBRACK, STATE(7069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315927] = 5, + [316087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9280), 1, + ACTIONS(9260), 1, anon_sym_SEMI, STATE(7070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315945] = 5, + [316105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9282), 1, + ACTIONS(9262), 1, anon_sym_SEMI, STATE(7071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315963] = 5, + [316123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7861), 1, - anon_sym_SEMI, + ACTIONS(9264), 1, + anon_sym_RPAREN, STATE(7072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315981] = 5, + [316141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9284), 1, - anon_sym_SEMI, + ACTIONS(9266), 1, + anon_sym_RPAREN, STATE(7073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [315999] = 5, + [316159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9286), 1, - anon_sym_SEMI, + ACTIONS(9268), 1, + anon_sym_RPAREN, STATE(7074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316017] = 5, + [316177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9288), 1, - anon_sym_SEMI, + ACTIONS(9270), 1, + anon_sym_RPAREN, STATE(7075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316035] = 5, + [316195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9290), 1, + ACTIONS(6022), 1, anon_sym_SEMI, STATE(7076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316053] = 5, + [316213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9292), 1, - anon_sym_SEMI, + ACTIONS(9272), 1, + sym_bit_string_base, STATE(7077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316071] = 5, + [316231] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9294), 1, + ACTIONS(9274), 1, anon_sym_SEMI, STATE(7078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316089] = 5, + [316249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9296), 1, - anon_sym_SEMI, + ACTIONS(9276), 1, + sym_MAP, STATE(7079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316107] = 5, + [316267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9298), 1, - anon_sym_RPAREN, + ACTIONS(9278), 1, + sym_MAP, STATE(7080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316125] = 5, + [316285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9300), 1, + ACTIONS(9280), 1, anon_sym_SEMI, STATE(7081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316143] = 5, + [316303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9302), 1, - sym_bit_string_base, + ACTIONS(9282), 1, + anon_sym_SEMI, STATE(7082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316161] = 5, + [316321] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9304), 1, + ACTIONS(8266), 1, anon_sym_SEMI, STATE(7083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316179] = 5, + [316339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9306), 1, + ACTIONS(9284), 1, sym_MAP, STATE(7084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316197] = 5, + [316357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9308), 1, - sym_MAP, + ACTIONS(8150), 1, + anon_sym_SEMI, STATE(7085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316215] = 5, + [316375] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9310), 1, + ACTIONS(7557), 1, anon_sym_SEMI, STATE(7086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316233] = 5, + [316393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9312), 1, - sym_MAP, + ACTIONS(9286), 1, + anon_sym_RBRACK, STATE(7087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316251] = 5, + [316411] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9314), 1, - anon_sym_SEMI, + ACTIONS(9288), 1, + anon_sym_RPAREN, STATE(7088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316269] = 5, + [316429] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9316), 1, + ACTIONS(9290), 1, anon_sym_SEMI, STATE(7089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316287] = 5, + [316447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9318), 1, + ACTIONS(9292), 1, anon_sym_SEMI, STATE(7090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316305] = 5, + [316465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9320), 1, - anon_sym_SEMI, + ACTIONS(9294), 1, + anon_sym_GT_GT, STATE(7091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316323] = 5, + [316483] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9322), 1, - anon_sym_SEMI, + ACTIONS(9296), 1, + anon_sym_GT_GT, STATE(7092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316341] = 5, + [316501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9324), 1, + ACTIONS(9298), 1, anon_sym_SEMI, STATE(7093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316359] = 5, + [316519] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9326), 1, - anon_sym_SEMI, + ACTIONS(9300), 1, + anon_sym_GT_GT, STATE(7094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316377] = 5, + [316537] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9328), 1, - anon_sym_RBRACK, + ACTIONS(9302), 1, + anon_sym_SEMI, STATE(7095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316395] = 5, + [316555] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9330), 1, - sym_bit_string_base, + ACTIONS(9304), 1, + anon_sym_RPAREN, STATE(7096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316413] = 5, + [316573] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9332), 1, + ACTIONS(9306), 1, anon_sym_SEMI, STATE(7097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316431] = 5, + [316591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9334), 1, - sym_MAP, + ACTIONS(9308), 1, + sym_bit_string_base, STATE(7098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316449] = 5, + [316609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9336), 1, - sym_MAP, + ACTIONS(9310), 1, + sym_AFTER, STATE(7099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316467] = 5, + [316627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9338), 1, - anon_sym_SEMI, + ACTIONS(9312), 1, + sym_MAP, STATE(7100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316485] = 5, + [316645] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9340), 1, + ACTIONS(9314), 1, sym_MAP, STATE(7101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316503] = 5, + [316663] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7259), 1, + ACTIONS(9316), 1, anon_sym_SEMI, STATE(7102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316521] = 5, + [316681] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9342), 1, - anon_sym_SEMI, + ACTIONS(9318), 1, + sym_MAP, STATE(7103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316539] = 5, + [316699] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9344), 1, - anon_sym_SEMI, + ACTIONS(9320), 1, + anon_sym_RBRACK, STATE(7104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316557] = 5, + [316717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9346), 1, - anon_sym_GT_GT, + ACTIONS(9322), 1, + anon_sym_SEMI, STATE(7105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316575] = 5, + [316735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9348), 1, + ACTIONS(9324), 1, anon_sym_SEMI, STATE(7106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316593] = 5, + [316753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9350), 1, - anon_sym_SEMI, + ACTIONS(9326), 1, + anon_sym_RPAREN, STATE(7107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316611] = 5, + [316771] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9352), 1, - anon_sym_SEMI, + ACTIONS(9328), 1, + anon_sym_RPAREN, STATE(7108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316629] = 5, + [316789] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9354), 1, - sym_bit_string_base, + ACTIONS(7598), 1, + anon_sym_SEMI, STATE(7109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316647] = 5, + [316807] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6075), 1, - sym_END, + ACTIONS(9330), 1, + anon_sym_SEMI, STATE(7110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316665] = 5, + [316825] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9356), 1, - sym_MAP, + ACTIONS(9332), 1, + anon_sym_SEMI, STATE(7111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316683] = 5, + [316843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9358), 1, - sym_MAP, + ACTIONS(9334), 1, + sym_bit_string_base, STATE(7112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316701] = 5, + [316861] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9360), 1, - anon_sym_SEMI, + ACTIONS(9336), 1, + anon_sym_RPAREN, STATE(7113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316719] = 5, + [316879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9362), 1, + ACTIONS(9338), 1, sym_MAP, STATE(7114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316737] = 5, + [316897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9364), 1, - anon_sym_SEMI, + ACTIONS(9340), 1, + sym_MAP, STATE(7115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316755] = 5, + [316915] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6605), 1, + ACTIONS(9342), 1, anon_sym_SEMI, STATE(7116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316773] = 5, + [316933] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9366), 1, - anon_sym_SEMI, + ACTIONS(9344), 1, + sym_MAP, STATE(7117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316791] = 5, + [316951] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9368), 1, - anon_sym_LPAREN, + ACTIONS(9346), 1, + anon_sym_RPAREN, STATE(7118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316809] = 5, + [316969] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9370), 1, + ACTIONS(9348), 1, anon_sym_SEMI, STATE(7119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316827] = 5, + [316987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9372), 1, + ACTIONS(9350), 1, anon_sym_SEMI, STATE(7120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316845] = 5, + [317005] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9374), 1, - sym_bit_string_base, + ACTIONS(9352), 1, + anon_sym_SEMI, STATE(7121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316863] = 5, + [317023] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9376), 1, + ACTIONS(9354), 1, anon_sym_SEMI, STATE(7122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316881] = 5, + [317041] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9378), 1, - sym_MAP, + ACTIONS(9356), 1, + anon_sym_RBRACK, STATE(7123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316899] = 5, + [317059] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9380), 1, - sym_MAP, + ACTIONS(9358), 1, + anon_sym_SEMI, STATE(7124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316917] = 5, + [317077] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7329), 1, - anon_sym_SEMI, + ACTIONS(9360), 1, + sym_bit_string_base, STATE(7125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316935] = 5, + [317095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9382), 1, - sym_MAP, + ACTIONS(9362), 1, + anon_sym_RBRACK, STATE(7126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316953] = 5, + [317113] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9384), 1, - anon_sym_SEMI, + ACTIONS(9364), 1, + sym_MAP, STATE(7127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316971] = 5, + [317131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7449), 1, - anon_sym_SEMI, + ACTIONS(9366), 1, + sym_MAP, STATE(7128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [316989] = 5, + [317149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9386), 1, + ACTIONS(9368), 1, anon_sym_SEMI, STATE(7129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317007] = 5, + [317167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9388), 1, - anon_sym_LPAREN, + ACTIONS(9370), 1, + sym_MAP, STATE(7130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317025] = 5, + [317185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9390), 1, - anon_sym_SEMI, + ACTIONS(9372), 1, + anon_sym_GT_GT, STATE(7131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317043] = 5, + [317203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9392), 1, - anon_sym_SEMI, + ACTIONS(9374), 1, + anon_sym_GT_GT, STATE(7132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317061] = 5, + [317221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9394), 1, - sym_bit_string_base, + ACTIONS(9376), 1, + anon_sym_SEMI, STATE(7133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317079] = 5, + [317239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9396), 1, - anon_sym_SEMI, + ACTIONS(9378), 1, + anon_sym_GT_GT, STATE(7134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317097] = 5, + [317257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9398), 1, - sym_MAP, + ACTIONS(6085), 1, + anon_sym_SEMI, STATE(7135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317115] = 5, + [317275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9400), 1, - sym_MAP, + ACTIONS(9380), 1, + anon_sym_SEMI, STATE(7136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317133] = 5, + [317293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9402), 1, - anon_sym_SEMI, + ACTIONS(9382), 1, + sym_bit_string_base, STATE(7137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317151] = 5, + [317311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9404), 1, - sym_MAP, + ACTIONS(7636), 1, + sym_END, STATE(7138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317169] = 5, + [317329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7546), 1, - anon_sym_SEMI, + ACTIONS(9384), 1, + sym_MAP, STATE(7139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317187] = 5, + [317347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9406), 1, - anon_sym_SEMI, + ACTIONS(9386), 1, + sym_MAP, STATE(7140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317205] = 5, + [317365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9408), 1, + ACTIONS(9388), 1, anon_sym_SEMI, STATE(7141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317223] = 5, + [317383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9410), 1, - anon_sym_SEMI, + ACTIONS(9390), 1, + sym_MAP, STATE(7142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317241] = 5, + [317401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9412), 1, + ACTIONS(9392), 1, anon_sym_SEMI, STATE(7143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317259] = 5, + [317419] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9414), 1, + ACTIONS(9394), 1, anon_sym_SEMI, STATE(7144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317277] = 5, + [317437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9416), 1, - sym_bit_string_base, + ACTIONS(9396), 1, + anon_sym_RBRACK, STATE(7145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317295] = 5, + [317455] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9418), 1, - anon_sym_SEMI, + ACTIONS(9398), 1, + anon_sym_RBRACK, STATE(7146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317313] = 5, + [317473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9420), 1, - sym_MAP, + ACTIONS(9400), 1, + anon_sym_SEMI, STATE(7147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317331] = 5, + [317491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9422), 1, - sym_MAP, + ACTIONS(9402), 1, + sym_LOOP, STATE(7148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317349] = 5, + [317509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9424), 1, - anon_sym_SEMI, + ACTIONS(9404), 1, + sym_bit_string_base, STATE(7149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317367] = 5, + [317527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9426), 1, - sym_MAP, + ACTIONS(9406), 1, + anon_sym_COLON, STATE(7150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317385] = 5, + [317545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9428), 1, - anon_sym_SEMI, + ACTIONS(9408), 1, + sym_MAP, STATE(7151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317403] = 5, + [317563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9430), 1, - anon_sym_SEMI, + ACTIONS(9410), 1, + sym_MAP, STATE(7152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317421] = 5, + [317581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9432), 1, - anon_sym_RBRACK, + ACTIONS(9412), 1, + anon_sym_RPAREN, STATE(7153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317439] = 5, + [317599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7681), 1, - anon_sym_SEMI, + ACTIONS(9414), 1, + sym_MAP, STATE(7154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317457] = 5, + [317617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9434), 1, - anon_sym_GT_GT, + ACTIONS(9416), 1, + sym_IS, STATE(7155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317475] = 5, + [317635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9436), 1, - anon_sym_GT_GT, + ACTIONS(9418), 1, + anon_sym_RPAREN, STATE(7156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317493] = 5, + [317653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9438), 1, - sym_bit_string_base, + ACTIONS(7640), 1, + anon_sym_COLON, STATE(7157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317511] = 5, + [317671] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9440), 1, - anon_sym_GT_GT, + ACTIONS(9420), 1, + anon_sym_SEMI, STATE(7158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317529] = 5, + [317689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9442), 1, - sym_MAP, + ACTIONS(9422), 1, + anon_sym_SEMI, STATE(7159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317547] = 5, + [317707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9444), 1, - sym_MAP, + ACTIONS(9424), 1, + anon_sym_SEMI, STATE(7160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317565] = 5, + [317725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6037), 1, - anon_sym_SEMI, + ACTIONS(9426), 1, + sym_bit_string_base, STATE(7161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317583] = 5, + [317743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9446), 1, - sym_MAP, + ACTIONS(9428), 1, + anon_sym_SEMI, STATE(7162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317601] = 5, + [317761] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7685), 1, - anon_sym_SEMI, + ACTIONS(9430), 1, + sym_MAP, STATE(7163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317619] = 5, + [317779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9448), 1, - anon_sym_SEMI, + ACTIONS(9432), 1, + sym_MAP, STATE(7164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317637] = 5, + [317797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9450), 1, + ACTIONS(7673), 1, anon_sym_SEMI, STATE(7165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317655] = 5, + [317815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9452), 1, - anon_sym_SEMI, + ACTIONS(9434), 1, + sym_MAP, STATE(7166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317673] = 5, + [317833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9454), 1, + ACTIONS(7809), 1, anon_sym_SEMI, STATE(7167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317691] = 5, + [317851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9456), 1, + ACTIONS(7831), 1, anon_sym_SEMI, STATE(7168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317709] = 5, + [317869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9458), 1, - sym_bit_string_base, + ACTIONS(9436), 1, + anon_sym_SEMI, STATE(7169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317727] = 5, + [317887] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9460), 1, - anon_sym_RPAREN, + ACTIONS(6501), 1, + anon_sym_SEMI, STATE(7170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317745] = 5, + [317905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9462), 1, - sym_MAP, + ACTIONS(8208), 1, + anon_sym_SEMI, STATE(7171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317763] = 5, + [317923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9464), 1, - sym_MAP, + ACTIONS(9438), 1, + anon_sym_RBRACK, STATE(7172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317781] = 5, + [317941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9466), 1, - anon_sym_SEMI, + ACTIONS(9440), 1, + sym_bit_string_base, STATE(7173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317799] = 5, + [317959] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9468), 1, - sym_MAP, + ACTIONS(9442), 1, + sym_IS, STATE(7174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317817] = 5, + [317977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9470), 1, - anon_sym_SEMI, + ACTIONS(9444), 1, + sym_MAP, STATE(7175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317835] = 5, + [317995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6031), 1, - anon_sym_SEMI, + ACTIONS(9446), 1, + sym_MAP, STATE(7176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317853] = 5, + [318013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7714), 1, + ACTIONS(8258), 1, anon_sym_SEMI, STATE(7177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317871] = 5, + [318031] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9472), 1, - sym_bit_string_value, + ACTIONS(9448), 1, + sym_MAP, STATE(7178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317889] = 5, + [318049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7732), 1, + ACTIONS(9450), 1, anon_sym_SEMI, STATE(7179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317907] = 5, + [318067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9474), 1, - anon_sym_SEMI, + ACTIONS(9452), 1, + anon_sym_RBRACK, STATE(7180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317925] = 5, + [318085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9476), 1, - sym_bit_string_base, + ACTIONS(9454), 1, + sym__directive_newline, STATE(7181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317943] = 5, + [318103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9478), 1, - anon_sym_SEMI, + ACTIONS(9456), 1, + sym_string_literal, STATE(7182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317961] = 5, + [318121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9480), 1, - sym_MAP, + ACTIONS(9458), 1, + anon_sym_SEMI, STATE(7183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317979] = 5, + [318139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9482), 1, - sym_MAP, + ACTIONS(9460), 1, + anon_sym_GT_GT, STATE(7184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [317997] = 5, + [318157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9484), 1, - anon_sym_SEMI, + ACTIONS(9462), 1, + sym_bit_string_base, STATE(7185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318015] = 5, + [318175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9486), 1, - sym_MAP, + ACTIONS(9464), 1, + sym_string_literal, STATE(7186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318033] = 5, + [318193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9488), 1, - anon_sym_SEMI, + ACTIONS(9466), 1, + sym_MAP, STATE(7187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318051] = 5, + [318211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9490), 1, - anon_sym_SEMI, + ACTIONS(9468), 1, + sym_MAP, STATE(7188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318069] = 5, + [318229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9492), 1, - anon_sym_RBRACK, + ACTIONS(9470), 1, + anon_sym_SEMI, STATE(7189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318087] = 5, + [318247] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9494), 1, - anon_sym_RPAREN, + ACTIONS(9472), 1, + sym_MAP, STATE(7190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318105] = 5, + [318265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9496), 1, + ACTIONS(9474), 1, anon_sym_SEMI, STATE(7191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318123] = 5, + [318283] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9498), 1, + ACTIONS(9476), 1, anon_sym_SEMI, STATE(7192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318141] = 5, + [318301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9500), 1, - sym_bit_string_base, + ACTIONS(9478), 1, + sym__directive_newline, STATE(7193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318159] = 5, + [318319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9502), 1, - anon_sym_SEMI, + ACTIONS(9456), 1, + anon_sym_RPAREN, STATE(7194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318177] = 5, + [318337] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9504), 1, - sym_MAP, + ACTIONS(7664), 1, + anon_sym_SEMI, STATE(7195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318195] = 5, + [318355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9506), 1, - sym_MAP, + ACTIONS(5707), 1, + anon_sym_SEMI, STATE(7196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318213] = 5, + [318373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9508), 1, - anon_sym_SEMI, + ACTIONS(9480), 1, + sym_bit_string_base, STATE(7197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318231] = 5, + [318391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9510), 1, - sym_MAP, + ACTIONS(9482), 1, + anon_sym_GT_GT, STATE(7198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318249] = 5, + [318409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9512), 1, - anon_sym_SEMI, + ACTIONS(9484), 1, + sym_MAP, STATE(7199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318267] = 5, + [318427] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9514), 1, - anon_sym_SEMI, + ACTIONS(9486), 1, + sym_MAP, STATE(7200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318285] = 5, + [318445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9516), 1, + ACTIONS(8300), 1, anon_sym_SEMI, STATE(7201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318303] = 5, + [318463] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9518), 1, - anon_sym_GT_GT, + ACTIONS(9488), 1, + sym_MAP, STATE(7202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318321] = 5, + [318481] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9520), 1, + ACTIONS(5972), 1, anon_sym_SEMI, STATE(7203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318339] = 5, + [318499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9522), 1, - anon_sym_GT_GT, + ACTIONS(7642), 1, + sym_END, STATE(7204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318357] = 5, + [318517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9524), 1, - sym_bit_string_base, + ACTIONS(9490), 1, + anon_sym_SEMI, STATE(7205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318375] = 5, + [318535] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6093), 1, - anon_sym_SEMI, + ACTIONS(9492), 1, + anon_sym_RBRACK, STATE(7206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318393] = 5, + [318553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9526), 1, - sym_MAP, + ACTIONS(790), 1, + anon_sym_SEMI, STATE(7207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318411] = 5, + [318571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9528), 1, - sym_MAP, + ACTIONS(7394), 1, + sym_IS, STATE(7208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318429] = 5, + [318589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9530), 1, - anon_sym_RBRACK, + ACTIONS(9494), 1, + sym_bit_string_base, STATE(7209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318447] = 5, + [318607] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9532), 1, - sym_MAP, + ACTIONS(9496), 1, + anon_sym_SEMI, STATE(7210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318465] = 5, + [318625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9534), 1, - anon_sym_SEMI, + ACTIONS(9498), 1, + sym_MAP, STATE(7211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318483] = 5, + [318643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9536), 1, - anon_sym_GT_GT, + ACTIONS(9500), 1, + sym_MAP, STATE(7212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318501] = 5, + [318661] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9538), 1, + ACTIONS(5525), 1, anon_sym_SEMI, STATE(7213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318519] = 5, + [318679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9540), 1, - anon_sym_SEMI, + ACTIONS(9502), 1, + sym_MAP, STATE(7214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318537] = 5, + [318697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9542), 1, + ACTIONS(9504), 1, anon_sym_SEMI, STATE(7215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318555] = 5, + [318715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9544), 1, - anon_sym_SEMI, + ACTIONS(9506), 1, + anon_sym_GT_GT, STATE(7216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318573] = 5, + [318733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9546), 1, - sym_bit_string_base, + ACTIONS(9508), 1, + anon_sym_SEMI, STATE(7217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318591] = 5, + [318751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9548), 1, - sym__directive_newline, + ACTIONS(9510), 1, + anon_sym_RPAREN, STATE(7218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318609] = 5, + [318769] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9550), 1, - sym_MAP, + ACTIONS(5642), 1, + anon_sym_SEMI, STATE(7219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318627] = 5, + [318787] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9552), 1, - sym_MAP, + ACTIONS(9512), 1, + anon_sym_SEMI, STATE(7220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318645] = 5, + [318805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8324), 1, - anon_sym_SEMI, + ACTIONS(9514), 1, + sym_bit_string_base, STATE(7221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318663] = 5, + [318823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9554), 1, - sym_MAP, + ACTIONS(9516), 1, + anon_sym_COLON, STATE(7222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318681] = 5, + [318841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9556), 1, - anon_sym_SEMI, + ACTIONS(9518), 1, + sym_MAP, STATE(7223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318699] = 5, + [318859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9558), 1, - anon_sym_SEMI, + ACTIONS(9520), 1, + sym_MAP, STATE(7224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318717] = 5, + [318877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9560), 1, - anon_sym_SEMI, + ACTIONS(6087), 1, + sym_IS, STATE(7225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318735] = 5, + [318895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7414), 1, - anon_sym_SEMI, + ACTIONS(9522), 1, + sym_MAP, STATE(7226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318753] = 5, + [318913] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5737), 1, - anon_sym_SEMI, + ACTIONS(9524), 1, + sym_GENERATE, STATE(7227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318771] = 5, + [318931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(794), 1, - anon_sym_SEMI, + ACTIONS(9526), 1, + anon_sym_RBRACK, STATE(7228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318789] = 5, + [318949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9562), 1, - sym_bit_string_base, + ACTIONS(7691), 1, + anon_sym_SEMI, STATE(7229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318807] = 5, + [318967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9564), 1, - anon_sym_GT_GT, + ACTIONS(9528), 1, + anon_sym_RBRACK, STATE(7230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318825] = 5, + [318985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9566), 1, - sym_MAP, + ACTIONS(5646), 1, + anon_sym_SEMI, STATE(7231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318843] = 5, + [319003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9568), 1, - sym_MAP, + ACTIONS(9530), 1, + anon_sym_GT_GT, STATE(7232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318861] = 5, + [319021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5662), 1, - anon_sym_SEMI, + ACTIONS(9532), 1, + sym_bit_string_base, STATE(7233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318879] = 5, + [319039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9570), 1, - sym_MAP, + ACTIONS(9534), 1, + anon_sym_GT_GT, STATE(7234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318897] = 5, + [319057] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5648), 1, - anon_sym_SEMI, + ACTIONS(9536), 1, + sym_MAP, STATE(7235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318915] = 5, + [319075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9572), 1, - anon_sym_SEMI, + ACTIONS(9538), 1, + sym_MAP, STATE(7236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318933] = 5, + [319093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9574), 1, - anon_sym_SEMI, + ACTIONS(9540), 1, + anon_sym_GT_GT, STATE(7237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318951] = 5, + [319111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9576), 1, - sym__directive_newline, + ACTIONS(9542), 1, + sym_MAP, STATE(7238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318969] = 5, + [319129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9578), 1, - anon_sym_SEMI, + ACTIONS(9544), 1, + anon_sym_RBRACK, STATE(7239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [318987] = 5, + [319147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9580), 1, + ACTIONS(9546), 1, anon_sym_RPAREN, STATE(7240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319005] = 5, + [319165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9582), 1, - sym_bit_string_base, + ACTIONS(9548), 1, + anon_sym_SEMI, STATE(7241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319023] = 5, + [319183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9584), 1, - sym_THEN, + ACTIONS(9402), 1, + sym_GENERATE, STATE(7242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319041] = 5, + [319201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9586), 1, - sym_MAP, + ACTIONS(9550), 1, + anon_sym_SEMI, STATE(7243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319059] = 5, + [319219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9588), 1, - sym_MAP, + ACTIONS(9552), 1, + anon_sym_RPAREN, STATE(7244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319077] = 5, + [319237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6222), 1, - anon_sym_SEMI, + ACTIONS(9554), 1, + sym_bit_string_base, STATE(7245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319095] = 5, + [319255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9590), 1, - sym_MAP, + ACTIONS(9556), 1, + sym_IN, STATE(7246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319113] = 5, + [319273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9592), 1, - anon_sym_GT_GT, + ACTIONS(9558), 1, + sym_MAP, STATE(7247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319131] = 5, + [319291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9594), 1, - anon_sym_SEMI, + ACTIONS(9560), 1, + sym_MAP, STATE(7248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319149] = 5, + [319309] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9596), 1, + ACTIONS(6153), 1, anon_sym_SEMI, STATE(7249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319167] = 5, + [319327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9598), 1, - sym__directive_newline, + ACTIONS(9562), 1, + sym_MAP, STATE(7250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319185] = 5, + [319345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9600), 1, - anon_sym_SEMI, + ACTIONS(9564), 1, + anon_sym_EQ_GT, STATE(7251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319203] = 5, + [319363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9602), 1, - anon_sym_SEMI, + ACTIONS(9566), 1, + anon_sym_DOT, STATE(7252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319221] = 5, + [319381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9604), 1, - sym_bit_string_base, + ACTIONS(9568), 1, + sym_bit_string_value, STATE(7253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319239] = 5, + [319399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7480), 1, - anon_sym_SEMI, + ACTIONS(9570), 1, + anon_sym_RBRACK, STATE(7254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319257] = 5, + [319417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9606), 1, - sym_MAP, + ACTIONS(9572), 1, + anon_sym_SEMI, STATE(7255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319275] = 5, + [319435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9608), 1, - sym_MAP, + ACTIONS(9574), 1, + anon_sym_RBRACK, STATE(7256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319293] = 5, + [319453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9610), 1, - anon_sym_GT_GT, + ACTIONS(9576), 1, + sym_bit_string_base, STATE(7257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319311] = 5, + [319471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9612), 1, - sym_MAP, + ACTIONS(9578), 1, + anon_sym_GT_GT, STATE(7258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319329] = 5, + [319489] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9614), 1, - anon_sym_SEMI, + ACTIONS(9580), 1, + sym_MAP, STATE(7259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319347] = 5, + [319507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9616), 1, - anon_sym_SEMI, + ACTIONS(9582), 1, + sym_MAP, STATE(7260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319365] = 5, + [319525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9618), 1, - anon_sym_RPAREN, + ACTIONS(8386), 1, + anon_sym_SEMI, STATE(7261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319383] = 5, + [319543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9620), 1, - anon_sym_RBRACK, + ACTIONS(9584), 1, + sym_MAP, STATE(7262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319401] = 5, + [319561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9622), 1, - anon_sym_RBRACK, + ACTIONS(9586), 1, + anon_sym_GT_GT, STATE(7263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319419] = 5, + [319579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9624), 1, + ACTIONS(9588), 1, anon_sym_SEMI, STATE(7264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319437] = 5, + [319597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9626), 1, - sym_bit_string_base, + ACTIONS(9590), 1, + anon_sym_SEMI, STATE(7265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319455] = 5, + [319615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9628), 1, - sym_THEN, + ACTIONS(9592), 1, + anon_sym_GT_GT, STATE(7266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319473] = 5, + [319633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9630), 1, - sym_MAP, + ACTIONS(9594), 1, + anon_sym_RPAREN, STATE(7267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319491] = 5, + [319651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9632), 1, - sym_MAP, + ACTIONS(9596), 1, + anon_sym_SEMI, STATE(7268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319509] = 5, + [319669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9634), 1, - anon_sym_SEMI, + ACTIONS(9598), 1, + sym_bit_string_base, STATE(7269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319527] = 5, + [319687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9636), 1, - sym_MAP, + ACTIONS(9600), 1, + anon_sym_RBRACK, STATE(7270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319545] = 5, + [319705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9638), 1, - anon_sym_SEMI, + ACTIONS(9602), 1, + sym_MAP, STATE(7271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319563] = 5, + [319723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7232), 1, - anon_sym_SEMI, + ACTIONS(9604), 1, + sym_MAP, STATE(7272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319581] = 5, + [319741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9640), 1, + ACTIONS(6016), 1, anon_sym_SEMI, STATE(7273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319599] = 5, + [319759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9642), 1, - anon_sym_RPAREN, + ACTIONS(9606), 1, + sym_MAP, STATE(7274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319617] = 5, + [319777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9644), 1, - sym_bit_string_value, + ACTIONS(9608), 1, + anon_sym_RPAREN, STATE(7275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319635] = 5, + [319795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9646), 1, - anon_sym_RPAREN, + ACTIONS(8442), 1, + anon_sym_SEMI, STATE(7276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319653] = 5, + [319813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9648), 1, - sym_bit_string_base, + ACTIONS(9610), 1, + anon_sym_SEMI, STATE(7277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319671] = 5, + [319831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9650), 1, - anon_sym_RPAREN, + ACTIONS(9612), 1, + sym_LOOP, STATE(7278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319689] = 5, + [319849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9652), 1, - sym_MAP, + ACTIONS(3730), 1, + anon_sym_SEMI, STATE(7279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319707] = 5, + [319867] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9654), 1, - sym_MAP, + ACTIONS(9614), 1, + anon_sym_RPAREN, STATE(7280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319725] = 5, + [319885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9656), 1, - anon_sym_RBRACK, + ACTIONS(9616), 1, + sym_bit_string_base, STATE(7281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319743] = 5, + [319903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9658), 1, + ACTIONS(9618), 1, sym_MAP, STATE(7282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319761] = 5, + [319921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9660), 1, - anon_sym_SEMI, + ACTIONS(9620), 1, + sym_MAP, STATE(7283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319779] = 5, + [319939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9662), 1, - sym_bit_string_value, + ACTIONS(9622), 1, + sym_MAP, STATE(7284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319797] = 5, + [319957] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9664), 1, - sym__directive_newline, + ACTIONS(9624), 1, + sym_CASE, STATE(7285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319815] = 5, + [319975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9666), 1, - anon_sym_LPAREN, + ACTIONS(9626), 1, + sym_MAP, STATE(7286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319833] = 5, + [319993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9668), 1, - anon_sym_COLON, + ACTIONS(9628), 1, + anon_sym_SEMI, STATE(7287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319851] = 5, + [320011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6541), 1, - sym_RETURN, + ACTIONS(9630), 1, + anon_sym_SEMI, STATE(7288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319869] = 5, + [320029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9670), 1, - sym_bit_string_base, + ACTIONS(9632), 1, + anon_sym_RBRACK, STATE(7289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319887] = 5, + [320047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9672), 1, - ts_builtin_sym_end, + ACTIONS(9634), 1, + anon_sym_SEMI, STATE(7290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319905] = 5, + [320065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9674), 1, - sym_MAP, + ACTIONS(9636), 1, + anon_sym_RBRACK, STATE(7291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319923] = 5, + [320083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9676), 1, - sym_MAP, + ACTIONS(9638), 1, + anon_sym_SEMI, STATE(7292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319941] = 5, + [320101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9678), 1, - anon_sym_SEMI, + ACTIONS(9640), 1, + sym_bit_string_base, STATE(7293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319959] = 5, + [320119] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9680), 1, - sym_MAP, + ACTIONS(9642), 1, + anon_sym_SEMI, STATE(7294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319977] = 5, + [320137] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9682), 1, - anon_sym_RBRACK, + ACTIONS(9644), 1, + sym_MAP, STATE(7295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [319995] = 5, + [320155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9684), 1, - anon_sym_RBRACK, + ACTIONS(9646), 1, + sym_MAP, STATE(7296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320013] = 5, + [320173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9686), 1, + ACTIONS(9648), 1, anon_sym_SEMI, STATE(7297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320031] = 5, + [320191] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9688), 1, - anon_sym_SEMI, + ACTIONS(9650), 1, + sym_MAP, STATE(7298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320049] = 5, + [320209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9690), 1, - sym_box, + ACTIONS(9652), 1, + anon_sym_RPAREN, STATE(7299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320067] = 5, + [320227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9692), 1, - anon_sym_SEMI, + ACTIONS(9654), 1, + anon_sym_RBRACK, STATE(7300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320085] = 5, + [320245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9694), 1, - sym_bit_string_base, + ACTIONS(9656), 1, + anon_sym_GT_GT, STATE(7301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320103] = 5, + [320263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9696), 1, - anon_sym_SEMI, + ACTIONS(9658), 1, + anon_sym_GT_GT, STATE(7302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320121] = 5, + [320281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9698), 1, - sym_MAP, + ACTIONS(8342), 1, + anon_sym_SEMI, STATE(7303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320139] = 5, + [320299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9700), 1, - sym_MAP, + ACTIONS(7735), 1, + anon_sym_SEMI, STATE(7304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320157] = 5, + [320317] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9702), 1, - anon_sym_SEMI, + ACTIONS(9660), 1, + sym_bit_string_base, STATE(7305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320175] = 5, + [320335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9704), 1, - sym_MAP, + ACTIONS(9662), 1, + anon_sym_RPAREN, STATE(7306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320193] = 5, + [320353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9706), 1, - anon_sym_SEMI, + ACTIONS(9664), 1, + sym_MAP, STATE(7307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320211] = 5, + [320371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9708), 1, - anon_sym_SEMI, + ACTIONS(9666), 1, + sym_MAP, STATE(7308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320229] = 5, + [320389] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9710), 1, - anon_sym_RPAREN, + ACTIONS(8344), 1, + anon_sym_SEMI, STATE(7309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320247] = 5, + [320407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9712), 1, - anon_sym_SEMI, + ACTIONS(9668), 1, + sym_MAP, STATE(7310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320265] = 5, + [320425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9714), 1, + ACTIONS(9670), 1, anon_sym_SEMI, STATE(7311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320283] = 5, + [320443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9716), 1, - anon_sym_SEMI, + ACTIONS(9672), 1, + anon_sym_RBRACK, STATE(7312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320301] = 5, + [320461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9718), 1, - sym_bit_string_base, + ACTIONS(9674), 1, + anon_sym_SEMI, STATE(7313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320319] = 5, + [320479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9720), 1, - sym_bit_string_value, + ACTIONS(9676), 1, + anon_sym_RPAREN, STATE(7314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320337] = 5, + [320497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9722), 1, - sym_MAP, + ACTIONS(9678), 1, + anon_sym_RPAREN, STATE(7315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320355] = 5, + [320515] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9724), 1, - sym_MAP, + ACTIONS(9680), 1, + anon_sym_SEMI, STATE(7316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320373] = 5, + [320533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9726), 1, - anon_sym_SEMI, + ACTIONS(9682), 1, + sym_bit_string_base, STATE(7317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320391] = 5, + [320551] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9728), 1, - sym_MAP, + ACTIONS(9684), 1, + sym_bit_string_value, STATE(7318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320409] = 5, + [320569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9730), 1, - anon_sym_SEMI, + ACTIONS(9686), 1, + sym_MAP, STATE(7319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320427] = 5, + [320587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9732), 1, - anon_sym_SEMI, + ACTIONS(9688), 1, + sym_MAP, STATE(7320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320445] = 5, + [320605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9734), 1, - anon_sym_SEMI, + ACTIONS(9690), 1, + sym_END, STATE(7321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320463] = 5, + [320623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9736), 1, - anon_sym_SEMI, + ACTIONS(9692), 1, + sym_MAP, STATE(7322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320481] = 5, + [320641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9738), 1, - anon_sym_SEMI, + ACTIONS(9694), 1, + sym_bit_string_value, STATE(7323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320499] = 5, + [320659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9740), 1, + ACTIONS(9696), 1, anon_sym_SEMI, STATE(7324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320517] = 5, + [320677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9742), 1, - sym_bit_string_base, + ACTIONS(9698), 1, + anon_sym_COLON, STATE(7325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320535] = 5, + [320695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9744), 1, - anon_sym_SEMI, + ACTIONS(9700), 1, + anon_sym_COLON, STATE(7326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320553] = 5, + [320713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9746), 1, - sym_MAP, + ACTIONS(9702), 1, + anon_sym_RPAREN, STATE(7327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320571] = 5, + [320731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9748), 1, - sym_MAP, + ACTIONS(9704), 1, + anon_sym_SEMI, STATE(7328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320589] = 5, + [320749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9750), 1, - sym_box, + ACTIONS(9706), 1, + sym_bit_string_base, STATE(7329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320607] = 5, + [320767] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9752), 1, - sym_MAP, + ACTIONS(9708), 1, + sym_bit_string_value, STATE(7330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320625] = 5, + [320785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9754), 1, - anon_sym_SEMI, + ACTIONS(9710), 1, + sym_MAP, STATE(7331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320643] = 5, + [320803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9756), 1, - anon_sym_SEMI, + ACTIONS(9712), 1, + sym_MAP, STATE(7332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320661] = 5, + [320821] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9758), 1, - anon_sym_SEMI, + ACTIONS(9714), 1, + anon_sym_RPAREN, STATE(7333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320679] = 5, + [320839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9760), 1, - anon_sym_SEMI, + ACTIONS(9716), 1, + sym_MAP, STATE(7334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320697] = 5, + [320857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9762), 1, - sym_box, + ACTIONS(9718), 1, + anon_sym_SEMI, STATE(7335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320715] = 5, + [320875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9764), 1, - anon_sym_SEMI, + ACTIONS(9720), 1, + anon_sym_DOT, STATE(7336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320733] = 5, + [320893] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9766), 1, - sym_bit_string_base, + ACTIONS(9722), 1, + anon_sym_COLON, STATE(7337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320751] = 5, + [320911] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9768), 1, - sym_OF, + ACTIONS(9724), 1, + anon_sym_COLON, STATE(7338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320769] = 5, + [320929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9770), 1, - sym_MAP, + ACTIONS(9726), 1, + anon_sym_RBRACK, STATE(7339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320787] = 5, + [320947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9772), 1, - sym_MAP, + ACTIONS(8256), 1, + anon_sym_SEMI, STATE(7340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320805] = 5, + [320965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9774), 1, - anon_sym_SEMI, + ACTIONS(9728), 1, + sym_bit_string_base, STATE(7341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320823] = 5, + [320983] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9776), 1, - sym_MAP, + ACTIONS(9730), 1, + anon_sym_COLON, STATE(7342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320841] = 5, + [321001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9778), 1, - anon_sym_SEMI, + ACTIONS(9732), 1, + sym_MAP, STATE(7343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320859] = 5, + [321019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9780), 1, - anon_sym_SEMI, + ACTIONS(9734), 1, + sym_MAP, STATE(7344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320877] = 5, + [321037] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9782), 1, + ACTIONS(8254), 1, anon_sym_SEMI, STATE(7345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320895] = 5, + [321055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9784), 1, - anon_sym_RBRACK, + ACTIONS(9736), 1, + sym_MAP, STATE(7346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320913] = 5, + [321073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9786), 1, - anon_sym_SEMI, + ACTIONS(9738), 1, + anon_sym_RPAREN, STATE(7347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320931] = 5, + [321091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7067), 1, - anon_sym_SEMI, + ACTIONS(9740), 1, + anon_sym_DOT, STATE(7348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320949] = 5, + [321109] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9788), 1, - sym_bit_string_base, + ACTIONS(9742), 1, + anon_sym_SEMI, STATE(7349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320967] = 5, + [321127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9790), 1, - anon_sym_RPAREN, + ACTIONS(9744), 1, + anon_sym_GT_GT, STATE(7350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [320985] = 5, + [321145] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9792), 1, - sym_MAP, + ACTIONS(9746), 1, + anon_sym_GT_GT, STATE(7351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321003] = 5, + [321163] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9794), 1, - sym_MAP, + ACTIONS(9748), 1, + anon_sym_GT_GT, STATE(7352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321021] = 5, + [321181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9796), 1, - anon_sym_SEMI, + ACTIONS(9750), 1, + sym_bit_string_base, STATE(7353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321039] = 5, + [321199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9798), 1, - sym_MAP, + ACTIONS(9752), 1, + anon_sym_RBRACK, STATE(7354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321057] = 5, + [321217] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9800), 1, - anon_sym_SEMI, + ACTIONS(9754), 1, + sym_MAP, STATE(7355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321075] = 5, + [321235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9802), 1, - anon_sym_SEMI, + ACTIONS(9756), 1, + sym_MAP, STATE(7356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321093] = 5, + [321253] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9804), 1, + ACTIONS(9758), 1, anon_sym_SEMI, STATE(7357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321111] = 5, + [321271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9806), 1, - anon_sym_SEMI, + ACTIONS(9760), 1, + sym_MAP, STATE(7358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321129] = 5, + [321289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9808), 1, + ACTIONS(9762), 1, anon_sym_SEMI, STATE(7359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321147] = 5, + [321307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9810), 1, - anon_sym_SEMI, + ACTIONS(9764), 1, + anon_sym_RPAREN, STATE(7360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321165] = 5, + [321325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6727), 1, - anon_sym_SEMI, + ACTIONS(9766), 1, + anon_sym_RPAREN, STATE(7361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321183] = 5, + [321343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9812), 1, - sym_MAP, + ACTIONS(9768), 1, + sym_bit_string_value, STATE(7362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321201] = 5, + [321361] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9814), 1, - sym_MAP, + ACTIONS(9770), 1, + anon_sym_SEMI, STATE(7363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321219] = 5, + [321379] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9816), 1, + ACTIONS(9772), 1, anon_sym_SEMI, STATE(7364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321237] = 5, + [321397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9818), 1, - sym_MAP, + ACTIONS(9774), 1, + sym_bit_string_base, STATE(7365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321255] = 5, + [321415] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9820), 1, - anon_sym_SEMI, + ACTIONS(9776), 1, + anon_sym_COLON, STATE(7366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321273] = 5, + [321433] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9822), 1, - anon_sym_SEMI, + ACTIONS(9778), 1, + sym_MAP, STATE(7367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321291] = 5, + [321451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9824), 1, - anon_sym_SEMI, + ACTIONS(9780), 1, + sym_MAP, STATE(7368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321309] = 5, + [321469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7162), 1, + ACTIONS(8376), 1, anon_sym_SEMI, STATE(7369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321327] = 5, + [321487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9826), 1, - anon_sym_SEMI, + ACTIONS(9782), 1, + sym_MAP, STATE(7370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321345] = 5, + [321505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7379), 1, + ACTIONS(9784), 1, anon_sym_SEMI, STATE(7371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321363] = 5, + [321523] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9828), 1, - anon_sym_SEMI, + ACTIONS(9786), 1, + sym_bit_string_value, STATE(7372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321381] = 5, + [321541] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9830), 1, - sym_MAP, + ACTIONS(9788), 1, + anon_sym_RPAREN, STATE(7373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321399] = 5, + [321559] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9832), 1, - sym_MAP, + ACTIONS(9790), 1, + anon_sym_RPAREN, STATE(7374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321417] = 5, + [321577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9834), 1, - anon_sym_SEMI, + ACTIONS(9792), 1, + anon_sym_RPAREN, STATE(7375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321435] = 5, + [321595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9836), 1, - sym_MAP, + ACTIONS(9794), 1, + anon_sym_RBRACK, STATE(7376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321453] = 5, + [321613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9838), 1, - anon_sym_SEMI, + ACTIONS(9796), 1, + anon_sym_RBRACK, STATE(7377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321471] = 5, + [321631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9840), 1, - anon_sym_SEMI, + ACTIONS(9798), 1, + sym_MAP, STATE(7378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321489] = 5, + [321649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9842), 1, - anon_sym_SEMI, + ACTIONS(9800), 1, + sym_MAP, STATE(7379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321507] = 5, + [321667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7537), 1, + ACTIONS(9802), 1, anon_sym_SEMI, STATE(7380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321525] = 5, + [321685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9844), 1, - anon_sym_SEMI, + ACTIONS(9804), 1, + sym_MAP, STATE(7381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321543] = 5, + [321703] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9846), 1, - anon_sym_SEMI, + ACTIONS(9806), 1, + anon_sym_GT_GT, STATE(7382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321561] = 5, + [321721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9848), 1, - anon_sym_SEMI, + ACTIONS(9808), 1, + sym_LOOP, STATE(7383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321579] = 5, + [321739] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9850), 1, - sym_MAP, + ACTIONS(9810), 1, + anon_sym_GT_GT, STATE(7384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321597] = 5, + [321757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9852), 1, - sym_MAP, + ACTIONS(9812), 1, + anon_sym_GT_GT, STATE(7385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321615] = 5, + [321775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9854), 1, + ACTIONS(9814), 1, anon_sym_SEMI, STATE(7386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321633] = 5, + [321793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9856), 1, - sym_MAP, + ACTIONS(2636), 1, + sym_OF, STATE(7387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321651] = 5, + [321811] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9858), 1, - anon_sym_SEMI, + ACTIONS(9816), 1, + anon_sym_RBRACK, STATE(7388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321669] = 5, + [321829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9860), 1, - anon_sym_SEMI, + ACTIONS(9818), 1, + sym_MAP, STATE(7389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321687] = 5, + [321847] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9862), 1, - anon_sym_SEMI, + ACTIONS(9820), 1, + sym_MAP, STATE(7390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321705] = 5, + [321865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9864), 1, + ACTIONS(7801), 1, anon_sym_SEMI, STATE(7391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321723] = 5, + [321883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9866), 1, - anon_sym_SEMI, + ACTIONS(9822), 1, + sym_MAP, STATE(7392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321741] = 5, + [321901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9868), 1, + ACTIONS(9824), 1, anon_sym_SEMI, STATE(7393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321759] = 5, + [321919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9870), 1, - anon_sym_RBRACK, + ACTIONS(9826), 1, + anon_sym_RPAREN, STATE(7394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321777] = 5, + [321937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9872), 1, - sym_MAP, + ACTIONS(9828), 1, + anon_sym_RPAREN, STATE(7395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321795] = 5, + [321955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9874), 1, - sym_MAP, + ACTIONS(9830), 1, + sym_bit_string_value, STATE(7396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321813] = 5, + [321973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9876), 1, - anon_sym_GT_GT, + ACTIONS(9832), 1, + anon_sym_SEMI, STATE(7397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321831] = 5, + [321991] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9878), 1, - sym_MAP, + ACTIONS(9834), 1, + anon_sym_SEMI, STATE(7398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321849] = 5, + [322009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9880), 1, - anon_sym_GT_GT, + ACTIONS(9836), 1, + anon_sym_SEMI, STATE(7399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321867] = 5, + [322027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9882), 1, - anon_sym_GT_GT, + ACTIONS(9838), 1, + sym_MAP, STATE(7400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321885] = 5, + [322045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6081), 1, - anon_sym_SEMI, + ACTIONS(9840), 1, + sym_MAP, STATE(7401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321903] = 5, + [322063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9884), 1, - sym_MAP, + ACTIONS(9842), 1, + anon_sym_SEMI, STATE(7402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321921] = 5, + [322081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7695), 1, - anon_sym_SEMI, + ACTIONS(9844), 1, + sym_MAP, STATE(7403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321939] = 5, + [322099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9886), 1, + ACTIONS(9846), 1, anon_sym_SEMI, STATE(7404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321957] = 5, + [322117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9888), 1, - sym_MAP, + ACTIONS(9848), 1, + anon_sym_SEMI, STATE(7405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321975] = 5, + [322135] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9890), 1, - sym_MAP, + ACTIONS(9850), 1, + anon_sym_RPAREN, STATE(7406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [321993] = 5, + [322153] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9892), 1, - sym_MAP, + ACTIONS(9852), 1, + sym_bit_string_value, STATE(7407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322011] = 5, + [322171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9894), 1, + ACTIONS(9854), 1, anon_sym_SEMI, STATE(7408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322029] = 5, + [322189] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9896), 1, - sym_MAP, + ACTIONS(9856), 1, + sym_bit_string_value, STATE(7409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322047] = 5, + [322207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9898), 1, + ACTIONS(9858), 1, anon_sym_SEMI, STATE(7410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322065] = 5, + [322225] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9900), 1, - anon_sym_SEMI, + ACTIONS(9860), 1, + sym_MAP, STATE(7411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322083] = 5, + [322243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9902), 1, - anon_sym_SEMI, + ACTIONS(9862), 1, + sym_MAP, STATE(7412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322101] = 5, + [322261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9904), 1, - anon_sym_GT_GT, + ACTIONS(9864), 1, + anon_sym_SEMI, STATE(7413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322119] = 5, + [322279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9906), 1, - anon_sym_SEMI, + ACTIONS(9866), 1, + sym_MAP, STATE(7414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322137] = 5, + [322297] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9908), 1, - anon_sym_SEMI, + ACTIONS(9868), 1, + anon_sym_RBRACK, STATE(7415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322155] = 5, + [322315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6025), 1, - anon_sym_SEMI, + ACTIONS(9870), 1, + anon_sym_RBRACK, STATE(7416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322173] = 5, + [322333] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9910), 1, - sym_MAP, + ACTIONS(9872), 1, + anon_sym_GT_GT, STATE(7417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322191] = 5, + [322351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9912), 1, - sym_MAP, + ACTIONS(9874), 1, + anon_sym_GT_GT, STATE(7418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322209] = 5, + [322369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7768), 1, - anon_sym_SEMI, + ACTIONS(9876), 1, + anon_sym_GT_GT, STATE(7419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322227] = 5, + [322387] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9914), 1, - sym_MAP, + ACTIONS(9878), 1, + anon_sym_SEMI, STATE(7420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322245] = 5, + [322405] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7790), 1, - anon_sym_SEMI, + ACTIONS(9880), 1, + anon_sym_RBRACK, STATE(7421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322263] = 5, + [322423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9916), 1, - anon_sym_SEMI, + ACTIONS(9882), 1, + sym_MAP, STATE(7422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322281] = 5, + [322441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9918), 1, - anon_sym_SEMI, + ACTIONS(9884), 1, + sym_MAP, STATE(7423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322299] = 5, + [322459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9920), 1, + ACTIONS(9886), 1, anon_sym_SEMI, STATE(7424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322317] = 5, + [322477] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9922), 1, - anon_sym_SEMI, + ACTIONS(9888), 1, + sym_MAP, STATE(7425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322335] = 5, + [322495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9924), 1, - anon_sym_SEMI, + ACTIONS(9890), 1, + anon_sym_RPAREN, STATE(7426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322353] = 5, + [322513] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9926), 1, - sym_RETURN, + ACTIONS(9892), 1, + anon_sym_RPAREN, STATE(7427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322371] = 5, + [322531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9928), 1, - sym_MAP, + ACTIONS(9894), 1, + sym_bit_string_value, STATE(7428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322389] = 5, + [322549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9930), 1, - sym_MAP, + ACTIONS(9896), 1, + anon_sym_SEMI, STATE(7429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322407] = 5, + [322567] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9932), 1, - anon_sym_RPAREN, + ACTIONS(9898), 1, + anon_sym_SEMI, STATE(7430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322425] = 5, + [322585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9934), 1, - sym_MAP, + ACTIONS(9900), 1, + anon_sym_SEMI, STATE(7431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322443] = 5, + [322603] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9936), 1, - anon_sym_RPAREN, + ACTIONS(7711), 1, + anon_sym_SEMI, STATE(7432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322461] = 5, + [322621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7829), 1, - anon_sym_SEMI, + ACTIONS(9902), 1, + sym_MAP, STATE(7433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322479] = 5, + [322639] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9938), 1, - anon_sym_SEMI, + ACTIONS(9904), 1, + sym_MAP, STATE(7434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322497] = 5, + [322657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9940), 1, - anon_sym_SEMI, + ACTIONS(9906), 1, + anon_sym_RBRACK, STATE(7435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322515] = 5, + [322675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9942), 1, - anon_sym_RPAREN, + ACTIONS(9908), 1, + sym_MAP, STATE(7436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322533] = 5, + [322693] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9944), 1, - anon_sym_RPAREN, + ACTIONS(9910), 1, + anon_sym_LPAREN, STATE(7437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322551] = 5, + [322711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9946), 1, - anon_sym_GT_GT, + ACTIONS(6631), 1, + sym_RETURN, STATE(7438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322569] = 5, + [322729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9948), 1, - sym_MAP, + ACTIONS(9912), 1, + sym_bit_string_value, STATE(7439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322587] = 5, + [322747] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9950), 1, - sym_MAP, + ACTIONS(9914), 1, + sym_bit_string_value, STATE(7440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322605] = 5, + [322765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9952), 1, + ACTIONS(9916), 1, anon_sym_SEMI, STATE(7441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322623] = 5, + [322783] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9954), 1, - sym_MAP, + ACTIONS(9918), 1, + anon_sym_SEMI, STATE(7442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322641] = 5, + [322801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9956), 1, - anon_sym_SEMI, + ACTIONS(9920), 1, + anon_sym_LPAREN, STATE(7443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322659] = 5, + [322819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9958), 1, - anon_sym_SEMI, + ACTIONS(9922), 1, + sym_MAP, STATE(7444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322677] = 5, + [322837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9960), 1, - anon_sym_DOT, + ACTIONS(9924), 1, + sym_MAP, STATE(7445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322695] = 5, + [322855] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9962), 1, - sym_bit_string_value, + ACTIONS(9926), 1, + anon_sym_RBRACK, STATE(7446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322713] = 5, + [322873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9964), 1, - anon_sym_SEMI, + ACTIONS(9928), 1, + sym_MAP, STATE(7447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322731] = 5, + [322891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9966), 1, - anon_sym_SEMI, + ACTIONS(9930), 1, + sym_NEW, STATE(7448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322749] = 5, + [322909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9968), 1, - anon_sym_RBRACK, + ACTIONS(9932), 1, + anon_sym_LPAREN, STATE(7449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322767] = 5, + [322927] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9970), 1, - sym_MAP, + ACTIONS(9934), 1, + anon_sym_RBRACK, STATE(7450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322785] = 5, + [322945] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9972), 1, - sym_MAP, + ACTIONS(7839), 1, + anon_sym_SEMI, STATE(7451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322803] = 5, + [322963] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9974), 1, - anon_sym_RBRACK, + ACTIONS(9936), 1, + anon_sym_SEMI, STATE(7452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322821] = 5, + [322981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9976), 1, - sym_MAP, + ACTIONS(7675), 1, + anon_sym_SEMI, STATE(7453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322839] = 5, + [322999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9978), 1, - anon_sym_SEMI, + ACTIONS(9938), 1, + anon_sym_GT_GT, STATE(7454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322857] = 5, + [323017] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9980), 1, - anon_sym_SEMI, + ACTIONS(9940), 1, + sym_MAP, STATE(7455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322875] = 5, + [323035] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(790), 1, - anon_sym_SEMI, + ACTIONS(9942), 1, + sym_MAP, STATE(7456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322893] = 5, + [323053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9982), 1, - sym_bit_string_value, + ACTIONS(9944), 1, + anon_sym_GT_GT, STATE(7457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322911] = 5, + [323071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9984), 1, - anon_sym_SEMI, + ACTIONS(9946), 1, + sym_MAP, STATE(7458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322929] = 5, + [323089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9986), 1, - anon_sym_SEMI, + ACTIONS(9948), 1, + anon_sym_GT_GT, STATE(7459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322947] = 5, + [323107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9988), 1, - anon_sym_SEMI, + ACTIONS(9950), 1, + sym_MAP, STATE(7460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322965] = 5, + [323125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9990), 1, - sym_MAP, + ACTIONS(9952), 1, + anon_sym_SEMI, STATE(7461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [322983] = 5, + [323143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9992), 1, - sym_MAP, + ACTIONS(9954), 1, + anon_sym_COLON, STATE(7462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323001] = 5, + [323161] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9994), 1, - anon_sym_SEMI, + ACTIONS(9956), 1, + anon_sym_RBRACK, STATE(7463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323019] = 5, + [323179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9996), 1, - sym_MAP, + ACTIONS(9958), 1, + anon_sym_SEMI, STATE(7464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323037] = 5, + [323197] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7544), 1, + ACTIONS(9960), 1, anon_sym_SEMI, STATE(7465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323055] = 5, + [323215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5805), 1, - anon_sym_SEMI, + ACTIONS(9962), 1, + sym_MAP, STATE(7466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323073] = 5, + [323233] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9998), 1, - anon_sym_RPAREN, + ACTIONS(9964), 1, + sym_MAP, STATE(7467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323091] = 5, + [323251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10000), 1, - sym_OF, + ACTIONS(9966), 1, + anon_sym_SEMI, STATE(7468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323109] = 5, + [323269] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5650), 1, - anon_sym_SEMI, + ACTIONS(9968), 1, + sym_MAP, STATE(7469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323127] = 5, + [323287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5634), 1, - anon_sym_SEMI, + ACTIONS(2884), 1, + sym_GENERATE, STATE(7470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323145] = 5, + [323305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10002), 1, - anon_sym_COLON, + ACTIONS(9970), 1, + anon_sym_RPAREN, STATE(7471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323163] = 5, + [323323] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10004), 1, - sym_MAP, + ACTIONS(3726), 1, + sym_GENERATE, STATE(7472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323181] = 5, + [323341] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10006), 1, - sym_MAP, + ACTIONS(9972), 1, + anon_sym_GT_GT, STATE(7473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323199] = 5, + [323359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10008), 1, + ACTIONS(9974), 1, anon_sym_SEMI, STATE(7474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323217] = 5, + [323377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10010), 1, - sym_MAP, + ACTIONS(9976), 1, + sym_PROTECTED, STATE(7475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323235] = 5, + [323395] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10012), 1, - anon_sym_SEMI, + ACTIONS(9978), 1, + sym_bit_string_value, STATE(7476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323253] = 5, + [323413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10014), 1, - anon_sym_SEMI, + ACTIONS(9980), 1, + sym_MAP, STATE(7477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323271] = 5, + [323431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10016), 1, - anon_sym_SEMI, + ACTIONS(9982), 1, + sym_MAP, STATE(7478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323289] = 5, + [323449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6621), 1, - sym_RETURN, + ACTIONS(9984), 1, + anon_sym_SEMI, STATE(7479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323307] = 5, + [323467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10018), 1, - sym_RETURN, + ACTIONS(9986), 1, + sym_MAP, STATE(7480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323325] = 5, + [323485] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10020), 1, - anon_sym_RPAREN, + ACTIONS(9988), 1, + anon_sym_SEMI, STATE(7481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323343] = 5, + [323503] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10022), 1, - anon_sym_RPAREN, + ACTIONS(9990), 1, + anon_sym_SEMI, STATE(7482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323361] = 5, + [323521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10024), 1, - sym_MAP, + ACTIONS(9992), 1, + sym_box, STATE(7483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323379] = 5, + [323539] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10026), 1, - sym_MAP, + ACTIONS(9994), 1, + anon_sym_SEMI, STATE(7484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323397] = 5, + [323557] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10028), 1, + ACTIONS(9996), 1, anon_sym_SEMI, STATE(7485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323415] = 5, + [323575] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10030), 1, - sym_MAP, + ACTIONS(5862), 1, + anon_sym_SEMI, STATE(7486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323433] = 5, + [323593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6113), 1, - anon_sym_SEMI, + ACTIONS(6118), 1, + sym_END, STATE(7487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323451] = 5, + [323611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10032), 1, - anon_sym_COLON, + ACTIONS(9998), 1, + sym_MAP, STATE(7488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323469] = 5, + [323629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10034), 1, - anon_sym_RPAREN, + ACTIONS(10000), 1, + sym_MAP, STATE(7489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323487] = 5, + [323647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10036), 1, - sym_IS, + ACTIONS(10002), 1, + anon_sym_SEMI, STATE(7490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323505] = 5, + [323665] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10038), 1, - anon_sym_SEMI, + ACTIONS(10004), 1, + sym_MAP, STATE(7491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323523] = 5, + [323683] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10040), 1, + ACTIONS(10006), 1, anon_sym_SEMI, STATE(7492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323541] = 5, + [323701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10042), 1, - sym_string_literal, + ACTIONS(10008), 1, + sym_bit_string_value, STATE(7493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323559] = 5, + [323719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10044), 1, - sym_MAP, + ACTIONS(10010), 1, + anon_sym_SEMI, STATE(7494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323577] = 5, + [323737] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10046), 1, - sym_MAP, + ACTIONS(10012), 1, + anon_sym_SEMI, STATE(7495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323595] = 5, + [323755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10042), 1, - anon_sym_RPAREN, + ACTIONS(7862), 1, + anon_sym_SEMI, STATE(7496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323613] = 5, + [323773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10048), 1, - sym_MAP, + ACTIONS(10014), 1, + anon_sym_SEMI, STATE(7497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323631] = 5, + [323791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10050), 1, + ACTIONS(10016), 1, anon_sym_SEMI, STATE(7498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323649] = 5, + [323809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6974), 1, - anon_sym_SEMI, + ACTIONS(10018), 1, + sym_MAP, STATE(7499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323667] = 5, + [323827] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10052), 1, - anon_sym_RPAREN, + ACTIONS(10020), 1, + sym_MAP, STATE(7500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323685] = 5, + [323845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10054), 1, - anon_sym_COLON, + ACTIONS(10022), 1, + anon_sym_SEMI, STATE(7501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323703] = 5, + [323863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10056), 1, - anon_sym_SEMI, + ACTIONS(10024), 1, + sym_MAP, STATE(7502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323721] = 5, + [323881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10058), 1, - anon_sym_SEMI, + ACTIONS(10026), 1, + anon_sym_RBRACK, STATE(7503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323739] = 5, + [323899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10060), 1, - anon_sym_RBRACK, + ACTIONS(10028), 1, + anon_sym_LPAREN, STATE(7504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323757] = 5, + [323917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10062), 1, - sym_MAP, + ACTIONS(10030), 1, + anon_sym_RPAREN, STATE(7505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323775] = 5, + [323935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10064), 1, - sym_MAP, + ACTIONS(10032), 1, + anon_sym_LPAREN, STATE(7506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323793] = 5, + [323953] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10066), 1, - anon_sym_RPAREN, + ACTIONS(10034), 1, + anon_sym_SEMI, STATE(7507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323811] = 5, + [323971] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10068), 1, - sym_MAP, + ACTIONS(10036), 1, + anon_sym_SEMI, STATE(7508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323829] = 5, + [323989] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10070), 1, + ACTIONS(10038), 1, anon_sym_RBRACK, STATE(7509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323847] = 5, + [324007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10072), 1, - anon_sym_RBRACK, + ACTIONS(10040), 1, + sym_MAP, STATE(7510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323865] = 5, + [324025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(10074), 1, - anon_sym_SEMI, + sym__block_comment_start, + ACTIONS(10042), 1, + sym_MAP, STATE(7511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323883] = 5, + [324043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10076), 1, - anon_sym_GT_GT, + ACTIONS(2884), 1, + sym_IS, STATE(7512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323901] = 5, + [324061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10078), 1, - anon_sym_SEMI, + ACTIONS(10044), 1, + sym_MAP, STATE(7513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323919] = 5, + [324079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10080), 1, + ACTIONS(10046), 1, anon_sym_SEMI, STATE(7514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323937] = 5, + [324097] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6704), 1, - sym_RETURN, + ACTIONS(10048), 1, + anon_sym_SEMI, STATE(7515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323955] = 5, + [324115] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10082), 1, - sym_MAP, + ACTIONS(6843), 1, + anon_sym_SEMI, STATE(7516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323973] = 5, + [324133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10084), 1, - sym_MAP, + ACTIONS(10050), 1, + anon_sym_GT_GT, STATE(7517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [323991] = 5, + [324151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7168), 1, + ACTIONS(10052), 1, anon_sym_SEMI, STATE(7518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324009] = 5, + [324169] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10086), 1, - sym_MAP, + ACTIONS(10054), 1, + anon_sym_RBRACK, STATE(7519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324027] = 5, + [324187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10088), 1, - anon_sym_SEMI, + ACTIONS(10056), 1, + anon_sym_GT_GT, STATE(7520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324045] = 5, + [324205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10090), 1, - anon_sym_RPAREN, + ACTIONS(10058), 1, + sym_MAP, STATE(7521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324063] = 5, + [324223] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10092), 1, - sym_bit_string_value, + ACTIONS(10060), 1, + sym_MAP, STATE(7522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324081] = 5, + [324241] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10094), 1, - anon_sym_GT_GT, + ACTIONS(10062), 1, + anon_sym_SEMI, STATE(7523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324099] = 5, + [324259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10096), 1, - anon_sym_GT_GT, + ACTIONS(10064), 1, + sym_MAP, STATE(7524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324117] = 5, + [324277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10098), 1, - anon_sym_SEMI, + ACTIONS(10066), 1, + anon_sym_RPAREN, STATE(7525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324135] = 5, + [324295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10100), 1, - anon_sym_SEMI, + ACTIONS(10068), 1, + sym_bit_string_value, STATE(7526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324153] = 5, + [324313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10102), 1, - sym_MAP, + ACTIONS(10070), 1, + anon_sym_SEMI, STATE(7527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324171] = 5, + [324331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10104), 1, - sym_MAP, + ACTIONS(10072), 1, + anon_sym_SEMI, STATE(7528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324189] = 5, + [324349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10106), 1, + ACTIONS(10074), 1, anon_sym_SEMI, STATE(7529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324207] = 5, + [324367] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10108), 1, - sym_MAP, + ACTIONS(10076), 1, + anon_sym_SEMI, STATE(7530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324225] = 5, + [324385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10110), 1, - sym_bit_string_value, + ACTIONS(10078), 1, + anon_sym_GT_GT, STATE(7531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324243] = 5, + [324403] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10112), 1, - anon_sym_GT_GT, + ACTIONS(10080), 1, + sym_MAP, STATE(7532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324261] = 5, + [324421] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10114), 1, - anon_sym_COLON, + ACTIONS(10082), 1, + sym_MAP, STATE(7533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324279] = 5, + [324439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10116), 1, - anon_sym_GT_GT, + ACTIONS(10084), 1, + anon_sym_SEMI, STATE(7534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324297] = 5, + [324457] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10118), 1, - anon_sym_SEMI, + ACTIONS(10086), 1, + sym_MAP, STATE(7535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324315] = 5, + [324475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10120), 1, - anon_sym_RBRACK, + ACTIONS(10088), 1, + sym_OF, STATE(7536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324333] = 5, + [324493] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10122), 1, - anon_sym_GT_GT, + ACTIONS(10090), 1, + anon_sym_SEMI, STATE(7537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324351] = 5, + [324511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10124), 1, - sym_MAP, + ACTIONS(10092), 1, + sym__directive_newline, STATE(7538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324369] = 5, + [324529] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10126), 1, - sym_MAP, + ACTIONS(10094), 1, + anon_sym_RBRACK, STATE(7539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324387] = 5, + [324547] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10128), 1, + ACTIONS(10096), 1, anon_sym_SEMI, STATE(7540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324405] = 5, + [324565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10130), 1, - sym_MAP, + ACTIONS(10098), 1, + anon_sym_SEMI, STATE(7541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324423] = 5, + [324583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10132), 1, - anon_sym_RPAREN, + ACTIONS(6122), 1, + anon_sym_SEMI, STATE(7542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324441] = 5, + [324601] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10134), 1, - anon_sym_RPAREN, + ACTIONS(10100), 1, + sym_MAP, STATE(7543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324459] = 5, + [324619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10136), 1, - anon_sym_RBRACK, + ACTIONS(10102), 1, + sym_MAP, STATE(7544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324477] = 5, + [324637] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10138), 1, - anon_sym_RBRACK, + ACTIONS(10104), 1, + anon_sym_SEMI, STATE(7545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324495] = 5, + [324655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10140), 1, - sym_bit_string_value, + ACTIONS(10106), 1, + sym_MAP, STATE(7546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324513] = 5, + [324673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10142), 1, - anon_sym_SEMI, + ACTIONS(10108), 1, + sym__directive_newline, STATE(7547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324531] = 5, + [324691] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10144), 1, - anon_sym_SEMI, + ACTIONS(10110), 1, + sym_THEN, STATE(7548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324549] = 5, + [324709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10146), 1, - sym_MAP, + ACTIONS(10112), 1, + sym__directive_newline, STATE(7549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324567] = 5, + [324727] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10148), 1, - sym_MAP, + ACTIONS(10114), 1, + anon_sym_SEMI, STATE(7550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324585] = 5, + [324745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10150), 1, + ACTIONS(10116), 1, anon_sym_SEMI, STATE(7551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324603] = 5, + [324763] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10152), 1, - sym_MAP, + ACTIONS(10118), 1, + sym_box, STATE(7552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324621] = 5, + [324781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10154), 1, - sym_BLOCK, + ACTIONS(10120), 1, + sym_box, STATE(7553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324639] = 5, + [324799] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10156), 1, - anon_sym_SEMI, + ACTIONS(10122), 1, + sym_MAP, STATE(7554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324657] = 5, + [324817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10158), 1, - anon_sym_LPAREN, + ACTIONS(10124), 1, + sym_MAP, STATE(7555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324675] = 5, + [324835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10160), 1, - anon_sym_SEMI, + ACTIONS(10126), 1, + anon_sym_RPAREN, STATE(7556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324693] = 5, + [324853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10162), 1, - anon_sym_RBRACK, + ACTIONS(10128), 1, + sym_MAP, STATE(7557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324711] = 5, + [324871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10164), 1, - anon_sym_SEMI, + ACTIONS(10130), 1, + sym_THEN, STATE(7558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324729] = 5, + [324889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10166), 1, - sym_RETURN, + ACTIONS(10132), 1, + sym_OF, STATE(7559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324747] = 5, + [324907] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10168), 1, - sym_MAP, + ACTIONS(10134), 1, + anon_sym_SEMI, STATE(7560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324765] = 5, + [324925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10170), 1, - sym_MAP, + ACTIONS(10136), 1, + anon_sym_LPAREN, STATE(7561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324783] = 5, + [324943] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10172), 1, - anon_sym_RBRACK, + ACTIONS(10138), 1, + anon_sym_SEMI, STATE(7562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324801] = 5, + [324961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10174), 1, - sym_MAP, + ACTIONS(10140), 1, + anon_sym_SEMI, STATE(7563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324819] = 5, + [324979] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10176), 1, - anon_sym_SEMI, + ACTIONS(10142), 1, + ts_builtin_sym_end, STATE(7564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324837] = 5, + [324997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10178), 1, - sym_END, + ACTIONS(10144), 1, + sym_MAP, STATE(7565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324855] = 5, + [325015] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10180), 1, - anon_sym_SEMI, + ACTIONS(10146), 1, + sym_MAP, STATE(7566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324873] = 5, + [325033] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10182), 1, - anon_sym_GT_GT, + ACTIONS(10148), 1, + anon_sym_SEMI, STATE(7567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324891] = 5, + [325051] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10184), 1, - anon_sym_SEMI, + ACTIONS(10150), 1, + sym_MAP, STATE(7568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324909] = 5, + [325069] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10186), 1, - anon_sym_GT_GT, + ACTIONS(10152), 1, + anon_sym_SEMI, STATE(7569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324927] = 5, + [325087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10188), 1, - anon_sym_GT_GT, + ACTIONS(10154), 1, + anon_sym_RBRACK, STATE(7570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324945] = 5, + [325105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10190), 1, - sym_MAP, + ACTIONS(10156), 1, + anon_sym_RPAREN, STATE(7571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324963] = 5, + [325123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10192), 1, - sym_MAP, + ACTIONS(10158), 1, + anon_sym_SEMI, STATE(7572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324981] = 5, + [325141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10194), 1, - anon_sym_COLON, + ACTIONS(10160), 1, + sym_bit_string_value, STATE(7573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [324999] = 5, + [325159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10196), 1, - sym_MAP, + ACTIONS(10162), 1, + anon_sym_SEMI, STATE(7574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325017] = 5, + [325177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10198), 1, - anon_sym_RPAREN, + ACTIONS(10164), 1, + sym_OF, STATE(7575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325035] = 5, + [325195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10200), 1, - anon_sym_RPAREN, + ACTIONS(10166), 1, + sym_MAP, STATE(7576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325053] = 5, + [325213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10202), 1, - sym_bit_string_value, + ACTIONS(10168), 1, + sym_MAP, STATE(7577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325071] = 5, + [325231] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10204), 1, + ACTIONS(7938), 1, anon_sym_SEMI, STATE(7578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325089] = 5, + [325249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10206), 1, - anon_sym_RPAREN, + ACTIONS(10170), 1, + sym_MAP, STATE(7579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325107] = 5, + [325267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6019), 1, - sym_IS, + ACTIONS(10172), 1, + anon_sym_SEMI, STATE(7580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325125] = 5, + [325285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10208), 1, - anon_sym_RBRACK, + ACTIONS(10174), 1, + anon_sym_SEMI, STATE(7581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325143] = 5, + [325303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10210), 1, - sym_MAP, + ACTIONS(10176), 1, + anon_sym_SEMI, STATE(7582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325161] = 5, + [325321] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10212), 1, - sym_MAP, + ACTIONS(10178), 1, + sym_bit_string_value, STATE(7583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325179] = 5, + [325339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10214), 1, + ACTIONS(10180), 1, anon_sym_SEMI, STATE(7584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325197] = 5, + [325357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10216), 1, - sym_MAP, + ACTIONS(10182), 1, + anon_sym_GT_GT, STATE(7585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325215] = 5, + [325375] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10218), 1, - anon_sym_RPAREN, + ACTIONS(10184), 1, + anon_sym_SEMI, STATE(7586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325233] = 5, + [325393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10220), 1, - anon_sym_SEMI, + ACTIONS(10186), 1, + sym_MAP, STATE(7587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325251] = 5, + [325411] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10222), 1, - anon_sym_RPAREN, + ACTIONS(10188), 1, + sym_MAP, STATE(7588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325269] = 5, + [325429] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10224), 1, - anon_sym_RPAREN, + ACTIONS(6006), 1, + anon_sym_SEMI, STATE(7589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325287] = 5, + [325447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10226), 1, - sym_END, + ACTIONS(10190), 1, + sym_MAP, STATE(7590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325305] = 5, + [325465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10228), 1, - anon_sym_RPAREN, + ACTIONS(10192), 1, + sym_PROTECTED, STATE(7591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325323] = 5, + [325483] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10230), 1, - anon_sym_RPAREN, + ACTIONS(10194), 1, + anon_sym_SEMI, STATE(7592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325341] = 5, + [325501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10232), 1, - sym_MAP, + ACTIONS(10196), 1, + anon_sym_SEMI, STATE(7593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325359] = 5, + [325519] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10234), 1, - anon_sym_SEMI, + ACTIONS(10198), 1, + sym_MAP, STATE(7594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325377] = 5, + [325537] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5934), 1, - anon_sym_SEMI, + ACTIONS(10200), 1, + anon_sym_RBRACK, STATE(7595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325395] = 5, + [325555] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10236), 1, + ACTIONS(6487), 1, anon_sym_SEMI, STATE(7596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325413] = 5, + [325573] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10238), 1, - anon_sym_SEMI, + ACTIONS(10202), 1, + sym_MAP, STATE(7597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325431] = 5, + [325591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10240), 1, - anon_sym_COLON, + ACTIONS(10204), 1, + sym_MAP, STATE(7598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325449] = 5, + [325609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10242), 1, + ACTIONS(10206), 1, sym_MAP, STATE(7599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325467] = 5, + [325627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10244), 1, - anon_sym_SEMI, + ACTIONS(10208), 1, + anon_sym_RPAREN, STATE(7600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325485] = 5, + [325645] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10246), 1, - anon_sym_SEMI, + ACTIONS(10210), 1, + sym_MAP, STATE(7601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325503] = 5, + [325663] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10248), 1, - anon_sym_SEMI, + ACTIONS(10212), 1, + anon_sym_GT_GT, STATE(7602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325521] = 5, + [325681] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7423), 1, + ACTIONS(10214), 1, anon_sym_SEMI, STATE(7603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325539] = 5, + [325699] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10250), 1, - sym_CASE, + ACTIONS(10216), 1, + anon_sym_GT_GT, STATE(7604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325557] = 5, + [325717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10252), 1, - sym_MAP, + ACTIONS(10218), 1, + anon_sym_GT_GT, STATE(7605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325575] = 5, + [325735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6939), 1, - anon_sym_COLON, + ACTIONS(10220), 1, + anon_sym_GT_GT, STATE(7606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325593] = 5, + [325753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10254), 1, - anon_sym_RPAREN, + ACTIONS(10222), 1, + anon_sym_RBRACK, STATE(7607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325611] = 5, + [325771] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10256), 1, - sym_MAP, + ACTIONS(10224), 1, + anon_sym_SEMI, STATE(7608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325629] = 5, + [325789] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10258), 1, - anon_sym_COLON, + ACTIONS(10226), 1, + sym_MAP, STATE(7609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325647] = 5, + [325807] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10260), 1, + ACTIONS(10228), 1, anon_sym_RPAREN, STATE(7610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325665] = 5, + [325825] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10262), 1, - sym_MAP, + ACTIONS(10230), 1, + anon_sym_RPAREN, STATE(7611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325683] = 5, + [325843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10264), 1, - anon_sym_COLON, + ACTIONS(10232), 1, + sym_bit_string_value, STATE(7612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325701] = 5, + [325861] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10266), 1, - sym_AFTER, + ACTIONS(10234), 1, + anon_sym_SEMI, STATE(7613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325719] = 5, + [325879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10268), 1, - anon_sym_RPAREN, + ACTIONS(10236), 1, + anon_sym_RBRACK, STATE(7614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325737] = 5, + [325897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7061), 1, - anon_sym_COLON, + ACTIONS(10238), 1, + sym_MAP, STATE(7615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325755] = 5, + [325915] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10270), 1, - anon_sym_COLON, + ACTIONS(10240), 1, + anon_sym_SEMI, STATE(7616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325773] = 5, + [325933] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10272), 1, - anon_sym_COLON, + ACTIONS(10242), 1, + anon_sym_SEMI, STATE(7617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325791] = 5, + [325951] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10274), 1, + ACTIONS(7930), 1, anon_sym_SEMI, STATE(7618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325809] = 5, + [325969] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10276), 1, - sym_IS, + ACTIONS(10244), 1, + anon_sym_SEMI, STATE(7619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325827] = 5, + [325987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10278), 1, - anon_sym_COLON, + ACTIONS(7910), 1, + anon_sym_SEMI, STATE(7620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325845] = 5, + [326005] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10280), 1, - anon_sym_COLON, + ACTIONS(10246), 1, + sym_MAP, STATE(7621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325863] = 5, + [326023] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10282), 1, - anon_sym_COLON, + ACTIONS(10248), 1, + sym_OF, STATE(7622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325881] = 5, + [326041] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10284), 1, - sym_OF, + ACTIONS(10250), 1, + anon_sym_COLON, STATE(7623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325899] = 5, + [326059] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7697), 1, - sym_RETURN, + ACTIONS(10252), 1, + sym_MAP, STATE(7624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325917] = 5, + [326077] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10286), 1, - sym_OF, + ACTIONS(10254), 1, + anon_sym_SEMI, STATE(7625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325935] = 5, + [326095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10288), 1, - anon_sym_COLON, + ACTIONS(10256), 1, + sym_bit_string_value, STATE(7626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325953] = 5, + [326113] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2378), 1, - sym_OF, + ACTIONS(10258), 1, + sym_MAP, STATE(7627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325971] = 5, + [326131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10290), 1, - anon_sym_RPAREN, + ACTIONS(10260), 1, + sym_IS, STATE(7628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [325989] = 5, + [326149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10292), 1, - sym_bit_string_value, + ACTIONS(10262), 1, + anon_sym_SEMI, STATE(7629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326007] = 5, + [326167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10294), 1, - sym_bit_string_base, + ACTIONS(10264), 1, + anon_sym_COLON, STATE(7630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326025] = 5, + [326185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10296), 1, - anon_sym_RBRACK, + ACTIONS(10266), 1, + anon_sym_SEMI, STATE(7631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326043] = 5, + [326203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10298), 1, - anon_sym_RBRACK, + ACTIONS(10268), 1, + anon_sym_SEMI, STATE(7632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326061] = 5, + [326221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10300), 1, - sym_OF, + ACTIONS(10270), 1, + anon_sym_SEMI, STATE(7633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326079] = 5, + [326239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10302), 1, - anon_sym_RBRACK, + ACTIONS(10272), 1, + sym_RECORD, STATE(7634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326097] = 5, + [326257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10304), 1, - anon_sym_GT_GT, + ACTIONS(10274), 1, + anon_sym_SEMI, STATE(7635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326115] = 5, + [326275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10306), 1, - sym__block_comment_end, + ACTIONS(10276), 1, + anon_sym_RBRACK, STATE(7636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326133] = 5, + [326293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10308), 1, - anon_sym_GT_GT, + ACTIONS(10278), 1, + anon_sym_RBRACK, STATE(7637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326151] = 5, + [326311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10310), 1, - anon_sym_RPAREN, + ACTIONS(10280), 1, + anon_sym_GT_GT, STATE(7638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326169] = 5, + [326329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10312), 1, - sym_FUNCTION, + ACTIONS(10282), 1, + sym__block_comment_end, STATE(7639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326187] = 5, + [326347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10314), 1, - sym__directive_newline, + ACTIONS(10284), 1, + anon_sym_GT_GT, STATE(7640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326205] = 5, + [326365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10316), 1, - anon_sym_GT_GT, + ACTIONS(10286), 1, + anon_sym_SEMI, STATE(7641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326223] = 5, + [326383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10318), 1, + ACTIONS(10288), 1, anon_sym_GT_GT, STATE(7642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326241] = 5, + [326401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10320), 1, - anon_sym_COLON, + ACTIONS(10290), 1, + anon_sym_SEMI, STATE(7643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326259] = 5, + [326419] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10322), 1, - anon_sym_COLON, + ACTIONS(10292), 1, + anon_sym_SEMI, STATE(7644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326277] = 5, + [326437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10324), 1, - sym_AFTER, + ACTIONS(7912), 1, + anon_sym_SEMI, STATE(7645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326295] = 5, + [326455] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10326), 1, - anon_sym_COLON, + ACTIONS(10294), 1, + anon_sym_SEMI, STATE(7646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326313] = 5, + [326473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10328), 1, - anon_sym_GT_GT, + ACTIONS(7900), 1, + anon_sym_SEMI, STATE(7647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326331] = 5, + [326491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10330), 1, - sym__directive_newline, + ACTIONS(10296), 1, + anon_sym_COLON, STATE(7648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326349] = 5, + [326509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10332), 1, + ACTIONS(10298), 1, anon_sym_RBRACK, STATE(7649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326367] = 5, + [326527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10334), 1, - anon_sym_GT_GT, + ACTIONS(10300), 1, + anon_sym_SEMI, STATE(7650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326385] = 5, + [326545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10336), 1, - anon_sym_RPAREN, + ACTIONS(7898), 1, + anon_sym_COLON, STATE(7651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326403] = 5, + [326563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10338), 1, - anon_sym_COLON, + ACTIONS(10302), 1, + anon_sym_RPAREN, STATE(7652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326421] = 5, + [326581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10340), 1, - sym_IS, + ACTIONS(10304), 1, + anon_sym_COLON, STATE(7653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326439] = 5, + [326599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10342), 1, - anon_sym_COLON, + ACTIONS(10306), 1, + anon_sym_SEMI, STATE(7654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326457] = 5, + [326617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10344), 1, - anon_sym_RPAREN, + ACTIONS(10308), 1, + sym_FUNCTION, STATE(7655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326475] = 5, + [326635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10346), 1, - anon_sym_GT_GT, + ACTIONS(10310), 1, + anon_sym_RPAREN, STATE(7656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326493] = 5, + [326653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10348), 1, - sym_string_literal, + ACTIONS(10312), 1, + sym_bit_string_value, STATE(7657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326511] = 5, + [326671] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10350), 1, - sym_RETURN, + ACTIONS(10314), 1, + anon_sym_COLON, STATE(7658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326529] = 5, + [326689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10352), 1, - anon_sym_LPAREN, + ACTIONS(10316), 1, + anon_sym_COLON, STATE(7659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326547] = 5, + [326707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10354), 1, - anon_sym_LPAREN, + ACTIONS(10318), 1, + anon_sym_COLON, STATE(7660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326565] = 5, + [326725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10356), 1, - sym_NEW, + ACTIONS(10320), 1, + sym_AFTER, STATE(7661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326583] = 5, + [326743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10358), 1, - anon_sym_LPAREN, + ACTIONS(10322), 1, + anon_sym_COLON, STATE(7662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326601] = 5, + [326761] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10360), 1, - anon_sym_RBRACK, + ACTIONS(10324), 1, + anon_sym_SEMI, STATE(7663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326619] = 5, + [326779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10362), 1, - anon_sym_SEMI, + ACTIONS(10326), 1, + anon_sym_COLON, STATE(7664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326637] = 5, + [326797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10364), 1, - sym_string_literal, + ACTIONS(10328), 1, + anon_sym_SEMI, STATE(7665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326655] = 5, + [326815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10366), 1, - sym_IS, + ACTIONS(10330), 1, + sym_AFTER, STATE(7666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326673] = 5, + [326833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10368), 1, - anon_sym_RBRACK, + ACTIONS(10332), 1, + anon_sym_SEMI, STATE(7667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326691] = 5, + [326851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10370), 1, - anon_sym_SEMI, + ACTIONS(10334), 1, + anon_sym_COLON, STATE(7668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326709] = 5, + [326869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10372), 1, - anon_sym_RBRACK, + ACTIONS(10336), 1, + sym_IS, STATE(7669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326727] = 5, + [326887] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10374), 1, + ACTIONS(10338), 1, anon_sym_COLON, STATE(7670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326745] = 5, + [326905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10376), 1, - anon_sym_SEMI, + ACTIONS(10340), 1, + sym_bit_string_value, STATE(7671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326763] = 5, + [326923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10378), 1, - anon_sym_COLON, + ACTIONS(7896), 1, + anon_sym_SEMI, STATE(7672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326781] = 5, + [326941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10380), 1, - anon_sym_COLON, + ACTIONS(7884), 1, + anon_sym_SEMI, STATE(7673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326799] = 5, + [326959] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10382), 1, - anon_sym_COLON, + ACTIONS(10342), 1, + anon_sym_SEMI, STATE(7674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326817] = 5, + [326977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10384), 1, - anon_sym_COLON, + ACTIONS(10344), 1, + anon_sym_LPAREN, STATE(7675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326835] = 5, + [326995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10386), 1, - anon_sym_RBRACK, + ACTIONS(10346), 1, + anon_sym_LPAREN, STATE(7676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326853] = 5, + [327013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10388), 1, - anon_sym_GT_GT, + ACTIONS(10348), 1, + sym_NEW, STATE(7677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326871] = 5, + [327031] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10390), 1, - anon_sym_SEMI, + ACTIONS(10350), 1, + anon_sym_LPAREN, STATE(7678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326889] = 5, + [327049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10392), 1, - sym__directive_newline, + ACTIONS(10352), 1, + anon_sym_RBRACK, STATE(7679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326907] = 5, + [327067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10394), 1, - anon_sym_GT_GT, + ACTIONS(7892), 1, + anon_sym_COLON, STATE(7680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326925] = 5, + [327085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10396), 1, - sym_IS, + ACTIONS(10354), 1, + anon_sym_SEMI, STATE(7681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326943] = 5, + [327103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10398), 1, - sym_IS, + ACTIONS(10356), 1, + anon_sym_RBRACK, STATE(7682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326961] = 5, + [327121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10400), 1, + ACTIONS(10358), 1, anon_sym_GT_GT, STATE(7683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326979] = 5, + [327139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10402), 1, - sym_bit_string_value, + ACTIONS(10360), 1, + anon_sym_GT_GT, STATE(7684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [326997] = 5, + [327157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10404), 1, - anon_sym_SEMI, + ACTIONS(10362), 1, + anon_sym_GT_GT, STATE(7685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327015] = 5, + [327175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10406), 1, + ACTIONS(10364), 1, anon_sym_RBRACK, STATE(7686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327033] = 5, + [327193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10408), 1, + ACTIONS(10366), 1, anon_sym_RPAREN, STATE(7687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327051] = 5, + [327211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10410), 1, - anon_sym_RPAREN, + ACTIONS(10368), 1, + anon_sym_COLON, STATE(7688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327069] = 5, + [327229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10412), 1, - anon_sym_SEMI, + ACTIONS(10370), 1, + anon_sym_COLON, STATE(7689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327087] = 5, + [327247] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10414), 1, - anon_sym_RPAREN, + ACTIONS(10372), 1, + anon_sym_COLON, STATE(7690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327105] = 5, + [327265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10416), 1, - sym_bit_string_value, + ACTIONS(10374), 1, + anon_sym_COLON, STATE(7691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327123] = 5, + [327283] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10418), 1, - anon_sym_RBRACK, + ACTIONS(10376), 1, + anon_sym_SEMI, STATE(7692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327141] = 5, + [327301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10420), 1, - anon_sym_SEMI, + ACTIONS(10378), 1, + anon_sym_RPAREN, STATE(7693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327159] = 5, + [327319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10422), 1, + ACTIONS(10380), 1, anon_sym_SEMI, STATE(7694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327177] = 5, + [327337] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8860), 1, - sym_string_literal, + ACTIONS(10382), 1, + sym_bit_string_value, STATE(7695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327195] = 5, + [327355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10424), 1, - anon_sym_RBRACK, + ACTIONS(6098), 1, + anon_sym_SEMI, STATE(7696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327213] = 5, + [327373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10426), 1, - anon_sym_RBRACK, + ACTIONS(10384), 1, + sym_IS, STATE(7697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327231] = 5, + [327391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10428), 1, - anon_sym_RPAREN, + ACTIONS(10386), 1, + sym_IS, STATE(7698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327249] = 5, + [327409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7228), 1, - anon_sym_SEMI, + ACTIONS(10388), 1, + anon_sym_COLON, STATE(7699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327267] = 5, + [327427] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10430), 1, - anon_sym_GT_GT, + ACTIONS(10390), 1, + anon_sym_RBRACK, STATE(7700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327285] = 5, + [327445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7206), 1, + ACTIONS(10392), 1, anon_sym_SEMI, STATE(7701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327303] = 5, + [327463] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10432), 1, - anon_sym_GT_GT, + ACTIONS(10394), 1, + sym_OF, STATE(7702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327321] = 5, + [327481] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10434), 1, - anon_sym_RPAREN, + ACTIONS(10396), 1, + anon_sym_SEMI, STATE(7703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327339] = 5, + [327499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6189), 1, - anon_sym_SEMI, + ACTIONS(10398), 1, + sym_bit_string_value, STATE(7704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327357] = 5, + [327517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10436), 1, - anon_sym_GT_GT, + ACTIONS(10400), 1, + anon_sym_SEMI, STATE(7705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327375] = 5, + [327535] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10438), 1, - anon_sym_RBRACK, + ACTIONS(10402), 1, + anon_sym_SEMI, STATE(7706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327393] = 5, + [327553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10440), 1, - anon_sym_RBRACK, + ACTIONS(10404), 1, + anon_sym_SEMI, STATE(7707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327411] = 5, + [327571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10442), 1, - anon_sym_COLON, + ACTIONS(10406), 1, + sym_IS, STATE(7708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327429] = 5, + [327589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10444), 1, - anon_sym_COLON, + ACTIONS(10408), 1, + anon_sym_GT_GT, STATE(7709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327447] = 5, + [327607] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10446), 1, - sym_AFTER, + ACTIONS(10410), 1, + sym_OF, STATE(7710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327465] = 5, + [327625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10448), 1, - anon_sym_COLON, + ACTIONS(10412), 1, + anon_sym_RBRACK, STATE(7711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327483] = 5, + [327643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10450), 1, - anon_sym_GT_GT, + ACTIONS(10414), 1, + anon_sym_RBRACK, STATE(7712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327501] = 5, + [327661] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10452), 1, + ACTIONS(10416), 1, anon_sym_COLON, STATE(7713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327519] = 5, + [327679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10454), 1, - anon_sym_RPAREN, + ACTIONS(10418), 1, + anon_sym_GT_GT, STATE(7714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327537] = 5, + [327697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10456), 1, - sym_OF, + ACTIONS(10420), 1, + anon_sym_SEMI, STATE(7715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327555] = 5, + [327715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10458), 1, - anon_sym_RBRACK, + ACTIONS(10422), 1, + anon_sym_GT_GT, STATE(7716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327573] = 5, + [327733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10460), 1, - anon_sym_COLON, + ACTIONS(10424), 1, + anon_sym_GT_GT, STATE(7717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327591] = 5, + [327751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10462), 1, - sym_IS, + ACTIONS(10426), 1, + anon_sym_SEMI, STATE(7718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327609] = 5, + [327769] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10464), 1, - anon_sym_COLON, + ACTIONS(10428), 1, + anon_sym_RPAREN, STATE(7719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327627] = 5, + [327787] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10466), 1, - anon_sym_GT_GT, + ACTIONS(10430), 1, + anon_sym_SEMI, STATE(7720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327645] = 5, + [327805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10468), 1, - anon_sym_GT_GT, + ACTIONS(2618), 1, + sym_OF, STATE(7721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327663] = 5, + [327823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10470), 1, + ACTIONS(10432), 1, anon_sym_RBRACK, STATE(7722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327681] = 5, + [327841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10472), 1, + ACTIONS(10434), 1, anon_sym_SEMI, STATE(7723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327699] = 5, + [327859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10474), 1, - anon_sym_LPAREN, + ACTIONS(10436), 1, + anon_sym_COLON, STATE(7724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327717] = 5, + [327877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10476), 1, - sym_NEW, + ACTIONS(10438), 1, + anon_sym_COLON, STATE(7725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327735] = 5, + [327895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10478), 1, - anon_sym_LPAREN, + ACTIONS(10440), 1, + sym_AFTER, STATE(7726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327753] = 5, + [327913] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10480), 1, - anon_sym_RBRACK, + ACTIONS(10442), 1, + anon_sym_COLON, STATE(7727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327771] = 5, + [327931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10482), 1, - anon_sym_RBRACK, + ACTIONS(10444), 1, + anon_sym_GT_GT, STATE(7728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327789] = 5, + [327949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10484), 1, - anon_sym_SEMI, + ACTIONS(10446), 1, + anon_sym_RPAREN, STATE(7729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327807] = 5, + [327967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10486), 1, - anon_sym_RBRACK, + ACTIONS(10448), 1, + sym_bit_string_value, STATE(7730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327825] = 5, + [327985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10488), 1, - anon_sym_GT_GT, + ACTIONS(10450), 1, + sym_bit_string_value, STATE(7731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327843] = 5, + [328003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10490), 1, - ts_builtin_sym_end, + ACTIONS(6803), 1, + anon_sym_GT_GT, STATE(7732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327861] = 5, + [328021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10492), 1, - anon_sym_GT_GT, + ACTIONS(10452), 1, + anon_sym_COLON, STATE(7733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327879] = 5, + [328039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10494), 1, - anon_sym_GT_GT, + ACTIONS(10454), 1, + sym_IS, STATE(7734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327897] = 5, + [328057] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10496), 1, - sym_END, + ACTIONS(10456), 1, + anon_sym_COLON, STATE(7735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327915] = 5, + [328075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10498), 1, - anon_sym_COLON, + ACTIONS(7162), 1, + anon_sym_SEMI, STATE(7736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327933] = 5, + [328093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10500), 1, - anon_sym_COLON, + ACTIONS(10458), 1, + sym_bit_string_value, STATE(7737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327951] = 5, + [328111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10502), 1, - anon_sym_COLON, + ACTIONS(10460), 1, + sym_bit_string_base, STATE(7738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327969] = 5, + [328129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10504), 1, - anon_sym_COLON, + ACTIONS(10462), 1, + anon_sym_SEMI, STATE(7739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [327987] = 5, + [328147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10506), 1, - anon_sym_SEMI, + ACTIONS(10464), 1, + anon_sym_LPAREN, STATE(7740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328005] = 5, + [328165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10508), 1, - anon_sym_RBRACK, + ACTIONS(10466), 1, + sym_NEW, STATE(7741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328023] = 5, + [328183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10510), 1, - ts_builtin_sym_end, + ACTIONS(10468), 1, + anon_sym_LPAREN, STATE(7742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328041] = 5, + [328201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10512), 1, - sym_bit_string_value, + ACTIONS(10470), 1, + anon_sym_SEMI, STATE(7743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328059] = 5, + [328219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10514), 1, - anon_sym_RPAREN, + ACTIONS(10472), 1, + anon_sym_RBRACK, STATE(7744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328077] = 5, + [328237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10516), 1, - sym_IS, + ACTIONS(10474), 1, + anon_sym_SEMI, STATE(7745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328095] = 5, + [328255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10518), 1, - sym_IS, + ACTIONS(10476), 1, + anon_sym_RBRACK, STATE(7746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328113] = 5, + [328273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10520), 1, - anon_sym_SEMI, + ACTIONS(10478), 1, + anon_sym_GT_GT, STATE(7747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328131] = 5, + [328291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10522), 1, - anon_sym_SEMI, + ACTIONS(10480), 1, + sym_OF, STATE(7748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328149] = 5, + [328309] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10524), 1, - anon_sym_SEMI, + ACTIONS(10482), 1, + anon_sym_GT_GT, STATE(7749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328167] = 5, + [328327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10526), 1, - anon_sym_RPAREN, + ACTIONS(10484), 1, + anon_sym_GT_GT, STATE(7750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328185] = 5, + [328345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10528), 1, - sym_bit_string_value, + ACTIONS(10486), 1, + anon_sym_COLON, STATE(7751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328203] = 5, + [328363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10530), 1, - anon_sym_RPAREN, + ACTIONS(10488), 1, + anon_sym_COLON, STATE(7752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328221] = 5, + [328381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10532), 1, - anon_sym_SEMI, + ACTIONS(10490), 1, + anon_sym_COLON, STATE(7753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328239] = 5, + [328399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10534), 1, - anon_sym_RBRACK, + ACTIONS(10492), 1, + anon_sym_COLON, STATE(7754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328257] = 5, + [328417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10536), 1, - anon_sym_RBRACK, + ACTIONS(10494), 1, + anon_sym_COLON, STATE(7755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328275] = 5, + [328435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10538), 1, - anon_sym_SEMI, + ACTIONS(10496), 1, + anon_sym_RBRACK, STATE(7756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328293] = 5, + [328453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10540), 1, + ACTIONS(10498), 1, anon_sym_RPAREN, STATE(7757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328311] = 5, + [328471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10542), 1, - anon_sym_GT_GT, + ACTIONS(10500), 1, + anon_sym_RPAREN, STATE(7758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328329] = 5, + [328489] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10544), 1, - anon_sym_GT_GT, + ACTIONS(10502), 1, + anon_sym_SEMI, STATE(7759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328347] = 5, + [328507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10546), 1, - anon_sym_GT_GT, + ACTIONS(10504), 1, + sym_bit_string_value, STATE(7760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328365] = 5, + [328525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10548), 1, - anon_sym_RBRACK, + ACTIONS(10506), 1, + sym_IS, STATE(7761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328383] = 5, + [328543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10550), 1, - anon_sym_RBRACK, + ACTIONS(10508), 1, + sym_IS, STATE(7762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328401] = 5, + [328561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5865), 1, + ACTIONS(10510), 1, anon_sym_SEMI, STATE(7763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328419] = 5, + [328579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10552), 1, - anon_sym_RPAREN, + ACTIONS(10512), 1, + sym__directive_newline, STATE(7764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328437] = 5, + [328597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10554), 1, - anon_sym_RPAREN, + ACTIONS(10514), 1, + sym__directive_newline, STATE(7765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328455] = 5, + [328615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10556), 1, - anon_sym_GT_GT, + ACTIONS(10516), 1, + sym_bit_string_value, STATE(7766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328473] = 5, + [328633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10558), 1, - anon_sym_GT_GT, + ACTIONS(10518), 1, + sym_bit_string_value, STATE(7767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328491] = 5, + [328651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10560), 1, - anon_sym_COLON, + ACTIONS(10520), 1, + anon_sym_GT_GT, STATE(7768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328509] = 5, + [328669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10562), 1, - anon_sym_COLON, + ACTIONS(10522), 1, + anon_sym_RBRACK, STATE(7769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328527] = 5, + [328687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10564), 1, - sym_AFTER, + ACTIONS(10524), 1, + anon_sym_SEMI, STATE(7770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328545] = 5, + [328705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10566), 1, - anon_sym_COLON, + ACTIONS(10526), 1, + anon_sym_RBRACK, STATE(7771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328563] = 5, + [328723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10568), 1, - anon_sym_GT_GT, + ACTIONS(10528), 1, + anon_sym_RBRACK, STATE(7772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328581] = 5, + [328741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10570), 1, - sym_VARIABLE, + ACTIONS(10530), 1, + anon_sym_GT_GT, STATE(7773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328599] = 5, + [328759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10572), 1, - anon_sym_RBRACK, + ACTIONS(10532), 1, + anon_sym_GT_GT, STATE(7774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328617] = 5, + [328777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7120), 1, - anon_sym_SEMI, + ACTIONS(10534), 1, + sym_string_literal, STATE(7775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328635] = 5, + [328795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10574), 1, - anon_sym_RBRACK, + ACTIONS(10536), 1, + anon_sym_GT_GT, STATE(7776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328653] = 5, + [328813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10576), 1, - anon_sym_COLON, + ACTIONS(10538), 1, + anon_sym_RBRACK, STATE(7777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328671] = 5, + [328831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10578), 1, - sym_IS, + ACTIONS(10540), 1, + anon_sym_RBRACK, STATE(7778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328689] = 5, + [328849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10580), 1, - anon_sym_COLON, + ACTIONS(10542), 1, + anon_sym_SEMI, STATE(7779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328707] = 5, + [328867] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10582), 1, - anon_sym_RBRACK, + ACTIONS(10544), 1, + anon_sym_RPAREN, STATE(7780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328725] = 5, + [328885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10584), 1, - anon_sym_RBRACK, + ACTIONS(10546), 1, + anon_sym_RPAREN, STATE(7781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328743] = 5, + [328903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10586), 1, - anon_sym_RBRACK, + ACTIONS(10548), 1, + sym_bit_string_value, STATE(7782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328761] = 5, + [328921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10588), 1, - sym_PROTECTED, + ACTIONS(10550), 1, + sym_bit_string_value, STATE(7783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328779] = 5, + [328939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10590), 1, - sym_NEW, + ACTIONS(10552), 1, + anon_sym_COLON, STATE(7784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328797] = 5, + [328957] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10592), 1, - sym_FUNCTION, + ACTIONS(10554), 1, + anon_sym_COLON, STATE(7785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328815] = 5, + [328975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10594), 1, - anon_sym_EQ_GT, + ACTIONS(10556), 1, + sym_AFTER, STATE(7786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328833] = 5, + [328993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10596), 1, - anon_sym_GT_GT, + ACTIONS(10558), 1, + anon_sym_COLON, STATE(7787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328851] = 5, + [329011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10598), 1, - anon_sym_GT_GT, + ACTIONS(10560), 1, + anon_sym_RPAREN, STATE(7788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328869] = 5, + [329029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10600), 1, - anon_sym_GT_GT, + ACTIONS(10562), 1, + sym_string_literal, STATE(7789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328887] = 5, + [329047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10602), 1, - anon_sym_COLON, + ACTIONS(7687), 1, + anon_sym_SEMI, STATE(7790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328905] = 5, + [329065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10604), 1, - anon_sym_COLON, + ACTIONS(10564), 1, + sym_bit_string_value, STATE(7791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328923] = 5, + [329083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10606), 1, - anon_sym_COLON, + ACTIONS(10566), 1, + anon_sym_SEMI, STATE(7792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328941] = 5, + [329101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10608), 1, + ACTIONS(10568), 1, anon_sym_COLON, STATE(7793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328959] = 5, + [329119] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10610), 1, - sym_RECORD, + ACTIONS(10570), 1, + sym_IS, STATE(7794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328977] = 5, + [329137] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10612), 1, - anon_sym_RBRACK, + ACTIONS(10572), 1, + anon_sym_COLON, STATE(7795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [328995] = 5, + [329155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10614), 1, - sym_FUNCTION, + ACTIONS(10574), 1, + anon_sym_RPAREN, STATE(7796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329013] = 5, + [329173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10616), 1, - anon_sym_COLON, + ACTIONS(10576), 1, + anon_sym_RBRACK, STATE(7797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329031] = 5, + [329191] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10618), 1, - sym_bit_string_value, + ACTIONS(10578), 1, + anon_sym_RBRACK, STATE(7798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329049] = 5, + [329209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10620), 1, - sym_IS, + ACTIONS(10580), 1, + anon_sym_GT_GT, STATE(7799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329067] = 5, + [329227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10622), 1, - sym_IS, + ACTIONS(10582), 1, + sym_NEW, STATE(7800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329085] = 5, + [329245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10624), 1, - anon_sym_SEMI, + ACTIONS(10584), 1, + anon_sym_GT_GT, STATE(7801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329103] = 5, + [329263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10626), 1, - anon_sym_RPAREN, + ACTIONS(10586), 1, + anon_sym_GT_GT, STATE(7802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329121] = 5, + [329281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10628), 1, - anon_sym_RPAREN, + ACTIONS(10588), 1, + sym__directive_newline, STATE(7803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329139] = 5, + [329299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10630), 1, - sym_bit_string_value, + ACTIONS(10590), 1, + anon_sym_GT_GT, STATE(7804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329157] = 5, + [329317] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10632), 1, - anon_sym_RPAREN, + ACTIONS(10592), 1, + anon_sym_GT_GT, STATE(7805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329175] = 5, + [329335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6171), 1, - anon_sym_SEMI, + ACTIONS(10594), 1, + anon_sym_COLON, STATE(7806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329193] = 5, + [329353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10634), 1, - anon_sym_SEMI, + ACTIONS(10596), 1, + anon_sym_COLON, STATE(7807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329211] = 5, + [329371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10636), 1, - anon_sym_RBRACK, + ACTIONS(10598), 1, + anon_sym_COLON, STATE(7808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329229] = 5, + [329389] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10638), 1, - anon_sym_RBRACK, + ACTIONS(10600), 1, + anon_sym_COLON, STATE(7809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329247] = 5, + [329407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10640), 1, - sym_IS, + ACTIONS(10602), 1, + anon_sym_SEMI, STATE(7810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329265] = 5, + [329425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10642), 1, - anon_sym_RPAREN, + ACTIONS(10604), 1, + anon_sym_RBRACK, STATE(7811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329283] = 5, + [329443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10644), 1, - anon_sym_COLON, + ACTIONS(10606), 1, + anon_sym_SEMI, STATE(7812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329301] = 5, + [329461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10646), 1, - anon_sym_COLON, + ACTIONS(10608), 1, + anon_sym_RPAREN, STATE(7813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329319] = 5, + [329479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10648), 1, - anon_sym_COLON, + ACTIONS(10610), 1, + anon_sym_RPAREN, STATE(7814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329337] = 5, + [329497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10650), 1, - anon_sym_GT_GT, + ACTIONS(10612), 1, + sym_IS, STATE(7815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329355] = 5, + [329515] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10652), 1, - anon_sym_GT_GT, + ACTIONS(10614), 1, + sym_IS, STATE(7816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329373] = 5, + [329533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6434), 1, - anon_sym_GT_GT, + ACTIONS(10616), 1, + sym_bit_string_value, STATE(7817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329391] = 5, + [329551] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10654), 1, - anon_sym_GT_GT, + ACTIONS(10618), 1, + anon_sym_SEMI, STATE(7818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329409] = 5, + [329569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10656), 1, - sym_IS, + ACTIONS(10620), 1, + anon_sym_SEMI, STATE(7819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329427] = 5, + [329587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10658), 1, - anon_sym_COLON, + ACTIONS(10622), 1, + sym_bit_string_value, STATE(7820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329445] = 5, + [329605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10660), 1, - anon_sym_GT_GT, + ACTIONS(10624), 1, + anon_sym_SEMI, STATE(7821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329463] = 5, + [329623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10662), 1, - sym_NEW, + ACTIONS(10626), 1, + anon_sym_GT_GT, STATE(7822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329481] = 5, + [329641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10664), 1, - anon_sym_RBRACK, + ACTIONS(10628), 1, + anon_sym_SEMI, STATE(7823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329499] = 5, + [329659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10666), 1, - anon_sym_RBRACK, + ACTIONS(10630), 1, + anon_sym_SEMI, STATE(7824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329517] = 5, + [329677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10668), 1, - anon_sym_GT_GT, + ACTIONS(10632), 1, + anon_sym_RBRACK, STATE(7825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329535] = 5, + [329695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10670), 1, - anon_sym_RPAREN, + ACTIONS(10634), 1, + anon_sym_COLON, STATE(7826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329553] = 5, + [329713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10672), 1, - sym_NEW, + ACTIONS(10636), 1, + anon_sym_RBRACK, STATE(7827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329571] = 5, + [329731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10674), 1, + ACTIONS(10638), 1, anon_sym_COLON, STATE(7828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329589] = 5, + [329749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10676), 1, + ACTIONS(10640), 1, anon_sym_COLON, STATE(7829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329607] = 5, + [329767] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10678), 1, + ACTIONS(10642), 1, anon_sym_COLON, STATE(7830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329625] = 5, + [329785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10680), 1, - anon_sym_COLON, + ACTIONS(10644), 1, + anon_sym_GT_GT, STATE(7831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329643] = 5, + [329803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10682), 1, + ACTIONS(10646), 1, anon_sym_GT_GT, STATE(7832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329661] = 5, + [329821] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10684), 1, - sym_IS, + ACTIONS(10648), 1, + anon_sym_GT_GT, STATE(7833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329679] = 5, + [329839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10686), 1, - sym_IS, + ACTIONS(10650), 1, + anon_sym_SEMI, STATE(7834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329697] = 5, + [329857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10688), 1, - anon_sym_RPAREN, + ACTIONS(10652), 1, + sym_IS, STATE(7835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329715] = 5, + [329875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10690), 1, - anon_sym_GT_GT, + ACTIONS(10654), 1, + anon_sym_COLON, STATE(7836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329733] = 5, + [329893] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10692), 1, - anon_sym_GT_GT, + ACTIONS(10656), 1, + anon_sym_RBRACK, STATE(7837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329751] = 5, + [329911] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10694), 1, - anon_sym_SEMI, + ACTIONS(10658), 1, + sym_NEW, STATE(7838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329769] = 5, + [329929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10696), 1, - anon_sym_GT_GT, + ACTIONS(10660), 1, + anon_sym_SEMI, STATE(7839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329787] = 5, + [329947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10698), 1, - anon_sym_GT_GT, + ACTIONS(10662), 1, + anon_sym_SEMI, STATE(7840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329805] = 5, + [329965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10700), 1, - anon_sym_RBRACK, + ACTIONS(10664), 1, + ts_builtin_sym_end, STATE(7841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329823] = 5, + [329983] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10702), 1, - anon_sym_COLON, + ACTIONS(10666), 1, + anon_sym_RPAREN, STATE(7842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329841] = 5, + [330001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10704), 1, - anon_sym_COLON, + ACTIONS(10668), 1, + sym_NEW, STATE(7843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329859] = 5, + [330019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10706), 1, + ACTIONS(10670), 1, anon_sym_COLON, STATE(7844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329877] = 5, + [330037] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10708), 1, - anon_sym_RBRACK, + ACTIONS(10672), 1, + anon_sym_COLON, STATE(7845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329895] = 5, + [330055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10710), 1, - sym_IS, + ACTIONS(10674), 1, + anon_sym_COLON, STATE(7846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329913] = 5, + [330073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10712), 1, + ACTIONS(10676), 1, anon_sym_COLON, STATE(7847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329931] = 5, + [330091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10714), 1, - sym_NEW, + ACTIONS(10678), 1, + anon_sym_RPAREN, STATE(7848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329949] = 5, + [330109] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10716), 1, - anon_sym_SEMI, + ACTIONS(10680), 1, + sym_IS, STATE(7849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329967] = 5, + [330127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10718), 1, - anon_sym_COLON, + ACTIONS(10682), 1, + sym_IS, STATE(7850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [329985] = 5, + [330145] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10720), 1, - anon_sym_COLON, + ACTIONS(10684), 1, + ts_builtin_sym_end, STATE(7851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330003] = 5, + [330163] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10722), 1, - anon_sym_COLON, + ACTIONS(6185), 1, + anon_sym_SEMI, STATE(7852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330021] = 5, + [330181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10724), 1, - anon_sym_COLON, + ACTIONS(10686), 1, + sym_bit_string_value, STATE(7853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330039] = 5, + [330199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10726), 1, - sym_IS, + ACTIONS(7644), 1, + anon_sym_SEMI, STATE(7854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330057] = 5, + [330217] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10728), 1, - sym_IS, + ACTIONS(10688), 1, + anon_sym_RBRACK, STATE(7855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330075] = 5, + [330235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10730), 1, + ACTIONS(10690), 1, anon_sym_SEMI, STATE(7856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330093] = 5, + [330253] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10732), 1, - anon_sym_SEMI, + ACTIONS(10692), 1, + sym_bit_string_value, STATE(7857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330111] = 5, + [330271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10734), 1, - anon_sym_RBRACK, + ACTIONS(10694), 1, + anon_sym_COLON, STATE(7858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330129] = 5, + [330289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10736), 1, + ACTIONS(10696), 1, anon_sym_COLON, STATE(7859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330147] = 5, + [330307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10738), 1, - sym_NEW, + ACTIONS(10698), 1, + anon_sym_COLON, STATE(7860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330165] = 5, + [330325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10740), 1, - sym_NEW, + ACTIONS(10700), 1, + anon_sym_SEMI, STATE(7861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330183] = 5, + [330343] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10742), 1, - anon_sym_COLON, + ACTIONS(10702), 1, + sym_IS, STATE(7862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330201] = 5, + [330361] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10744), 1, + ACTIONS(10704), 1, anon_sym_COLON, STATE(7863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330219] = 5, + [330379] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10746), 1, - anon_sym_COLON, + ACTIONS(10706), 1, + sym_NEW, STATE(7864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330237] = 5, + [330397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10748), 1, - anon_sym_COLON, + ACTIONS(10708), 1, + anon_sym_SEMI, STATE(7865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330255] = 5, + [330415] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10750), 1, - sym_IS, + ACTIONS(10710), 1, + anon_sym_COLON, STATE(7866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330273] = 5, + [330433] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10752), 1, - sym_IS, + ACTIONS(10712), 1, + anon_sym_COLON, STATE(7867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330291] = 5, + [330451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10754), 1, - anon_sym_SEMI, + ACTIONS(10714), 1, + anon_sym_COLON, STATE(7868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330309] = 5, + [330469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10756), 1, + ACTIONS(10716), 1, anon_sym_COLON, STATE(7869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330327] = 5, + [330487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10758), 1, - anon_sym_COLON, + ACTIONS(10718), 1, + sym_IS, STATE(7870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330345] = 5, + [330505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10760), 1, - anon_sym_COLON, + ACTIONS(10720), 1, + sym_IS, STATE(7871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330363] = 5, + [330523] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10762), 1, - sym_IS, + ACTIONS(10722), 1, + anon_sym_SEMI, STATE(7872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330381] = 5, + [330541] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10764), 1, - anon_sym_COLON, + ACTIONS(10724), 1, + anon_sym_GT_GT, STATE(7873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330399] = 5, + [330559] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10766), 1, - anon_sym_COLON, + ACTIONS(10726), 1, + anon_sym_RPAREN, STATE(7874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330417] = 5, + [330577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10768), 1, + ACTIONS(10728), 1, anon_sym_COLON, STATE(7875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330435] = 5, + [330595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10770), 1, - anon_sym_COLON, + ACTIONS(10730), 1, + sym_NEW, STATE(7876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330453] = 5, + [330613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10772), 1, - anon_sym_COLON, + ACTIONS(10732), 1, + sym_NEW, STATE(7877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330471] = 5, + [330631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10774), 1, + ACTIONS(10734), 1, anon_sym_COLON, STATE(7878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330489] = 5, + [330649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10776), 1, + ACTIONS(10736), 1, anon_sym_COLON, STATE(7879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330507] = 5, + [330667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10778), 1, + ACTIONS(10738), 1, anon_sym_COLON, STATE(7880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330525] = 5, + [330685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10780), 1, + ACTIONS(10740), 1, anon_sym_COLON, STATE(7881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330543] = 5, + [330703] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10782), 1, - anon_sym_COLON, + ACTIONS(10742), 1, + sym_IS, STATE(7882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330561] = 5, + [330721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10784), 1, - anon_sym_COLON, + ACTIONS(10744), 1, + sym_IS, STATE(7883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330579] = 5, + [330739] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10786), 1, - anon_sym_COLON, + ACTIONS(9612), 1, + sym_GENERATE, STATE(7884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330597] = 5, + [330757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10788), 1, + ACTIONS(10746), 1, anon_sym_COLON, STATE(7885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330615] = 5, + [330775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10790), 1, + ACTIONS(10748), 1, anon_sym_COLON, STATE(7886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330633] = 5, + [330793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10792), 1, + ACTIONS(10750), 1, anon_sym_COLON, STATE(7887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330651] = 5, + [330811] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10794), 1, - anon_sym_COLON, + ACTIONS(10752), 1, + sym_IS, STATE(7888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330669] = 5, + [330829] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10796), 1, + ACTIONS(10754), 1, anon_sym_COLON, STATE(7889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330687] = 5, + [330847] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10798), 1, + ACTIONS(10756), 1, anon_sym_COLON, STATE(7890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330705] = 5, + [330865] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10800), 1, + ACTIONS(10758), 1, anon_sym_COLON, STATE(7891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330723] = 5, + [330883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10802), 1, + ACTIONS(10760), 1, anon_sym_COLON, STATE(7892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330741] = 5, + [330901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10804), 1, + ACTIONS(10762), 1, anon_sym_COLON, STATE(7893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330759] = 5, + [330919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10806), 1, + ACTIONS(10764), 1, anon_sym_COLON, STATE(7894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330777] = 5, + [330937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10808), 1, + ACTIONS(10766), 1, anon_sym_COLON, STATE(7895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330795] = 5, + [330955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10810), 1, + ACTIONS(10768), 1, anon_sym_COLON, STATE(7896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330813] = 5, + [330973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10812), 1, + ACTIONS(10770), 1, anon_sym_COLON, STATE(7897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330831] = 5, + [330991] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10814), 1, + ACTIONS(10772), 1, anon_sym_COLON, STATE(7898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330849] = 5, + [331009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10816), 1, + ACTIONS(10774), 1, anon_sym_COLON, STATE(7899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330867] = 5, + [331027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10818), 1, + ACTIONS(10776), 1, anon_sym_COLON, STATE(7900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330885] = 5, + [331045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10820), 1, + ACTIONS(10778), 1, anon_sym_COLON, STATE(7901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330903] = 5, + [331063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10822), 1, + ACTIONS(10780), 1, anon_sym_COLON, STATE(7902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330921] = 5, + [331081] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10824), 1, + ACTIONS(10782), 1, anon_sym_COLON, STATE(7903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330939] = 5, + [331099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10826), 1, + ACTIONS(10784), 1, anon_sym_COLON, STATE(7904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330957] = 5, + [331117] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10828), 1, + ACTIONS(10786), 1, anon_sym_COLON, STATE(7905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330975] = 5, + [331135] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10830), 1, + ACTIONS(10788), 1, anon_sym_COLON, STATE(7906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [330993] = 5, + [331153] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10832), 1, + ACTIONS(10790), 1, anon_sym_COLON, STATE(7907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331011] = 5, + [331171] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10834), 1, + ACTIONS(10792), 1, anon_sym_COLON, STATE(7908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331029] = 5, + [331189] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10836), 1, + ACTIONS(10794), 1, anon_sym_COLON, STATE(7909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331047] = 5, + [331207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10838), 1, + ACTIONS(10796), 1, anon_sym_COLON, STATE(7910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331065] = 5, + [331225] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10840), 1, + ACTIONS(10798), 1, anon_sym_COLON, STATE(7911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331083] = 5, + [331243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10842), 1, + ACTIONS(10800), 1, anon_sym_COLON, STATE(7912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331101] = 5, + [331261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10844), 1, + ACTIONS(10802), 1, anon_sym_COLON, STATE(7913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331119] = 5, + [331279] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10846), 1, + ACTIONS(10804), 1, anon_sym_COLON, STATE(7914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331137] = 5, + [331297] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10848), 1, + ACTIONS(10806), 1, anon_sym_COLON, STATE(7915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331155] = 5, + [331315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10850), 1, + ACTIONS(10808), 1, anon_sym_COLON, STATE(7916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331173] = 5, + [331333] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10852), 1, + ACTIONS(10810), 1, anon_sym_COLON, STATE(7917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331191] = 5, + [331351] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10854), 1, + ACTIONS(10812), 1, anon_sym_COLON, STATE(7918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331209] = 5, + [331369] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10856), 1, + ACTIONS(10814), 1, anon_sym_COLON, STATE(7919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331227] = 5, + [331387] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10858), 1, + ACTIONS(10816), 1, anon_sym_COLON, STATE(7920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331245] = 5, + [331405] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10860), 1, + ACTIONS(10818), 1, anon_sym_COLON, STATE(7921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331263] = 5, + [331423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10862), 1, + ACTIONS(10820), 1, anon_sym_COLON, STATE(7922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331281] = 5, + [331441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10864), 1, + ACTIONS(10822), 1, anon_sym_COLON, STATE(7923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331299] = 5, + [331459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10866), 1, + ACTIONS(10824), 1, anon_sym_COLON, STATE(7924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331317] = 5, + [331477] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10868), 1, + ACTIONS(10826), 1, anon_sym_COLON, STATE(7925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331335] = 5, + [331495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10870), 1, + ACTIONS(10828), 1, anon_sym_COLON, STATE(7926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331353] = 5, + [331513] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10872), 1, + ACTIONS(10830), 1, anon_sym_COLON, STATE(7927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331371] = 5, + [331531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10874), 1, + ACTIONS(10832), 1, anon_sym_COLON, STATE(7928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331389] = 5, + [331549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10876), 1, + ACTIONS(10834), 1, anon_sym_COLON, STATE(7929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331407] = 5, + [331567] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10878), 1, + ACTIONS(10836), 1, anon_sym_COLON, STATE(7930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331425] = 5, + [331585] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10880), 1, + ACTIONS(10838), 1, anon_sym_COLON, STATE(7931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331443] = 5, + [331603] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10882), 1, + ACTIONS(10840), 1, anon_sym_COLON, STATE(7932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331461] = 5, + [331621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10884), 1, + ACTIONS(10842), 1, anon_sym_COLON, STATE(7933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331479] = 5, + [331639] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10886), 1, + ACTIONS(10844), 1, anon_sym_COLON, STATE(7934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331497] = 5, + [331657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10888), 1, + ACTIONS(10846), 1, anon_sym_COLON, STATE(7935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331515] = 5, + [331675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10890), 1, + ACTIONS(10848), 1, anon_sym_COLON, STATE(7936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331533] = 5, + [331693] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10892), 1, + ACTIONS(10850), 1, anon_sym_COLON, STATE(7937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331551] = 5, + [331711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10894), 1, + ACTIONS(10852), 1, anon_sym_COLON, STATE(7938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331569] = 5, + [331729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10896), 1, + ACTIONS(10854), 1, anon_sym_COLON, STATE(7939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331587] = 5, + [331747] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10898), 1, + ACTIONS(10856), 1, anon_sym_COLON, STATE(7940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331605] = 5, + [331765] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10900), 1, + ACTIONS(10858), 1, anon_sym_COLON, STATE(7941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331623] = 5, + [331783] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10902), 1, + ACTIONS(10860), 1, anon_sym_COLON, STATE(7942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331641] = 5, + [331801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10904), 1, + ACTIONS(10862), 1, anon_sym_COLON, STATE(7943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331659] = 5, + [331819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10906), 1, + ACTIONS(10864), 1, anon_sym_COLON, STATE(7944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331677] = 5, + [331837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10908), 1, + ACTIONS(10866), 1, anon_sym_COLON, STATE(7945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331695] = 5, + [331855] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10910), 1, + ACTIONS(10868), 1, anon_sym_COLON, STATE(7946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331713] = 5, + [331873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10912), 1, + ACTIONS(10870), 1, anon_sym_COLON, STATE(7947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331731] = 5, + [331891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10914), 1, + ACTIONS(10872), 1, anon_sym_COLON, STATE(7948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331749] = 5, + [331909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10916), 1, + ACTIONS(10874), 1, anon_sym_COLON, STATE(7949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331767] = 5, + [331927] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10918), 1, + ACTIONS(10876), 1, anon_sym_COLON, STATE(7950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331785] = 5, + [331945] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10920), 1, + ACTIONS(10878), 1, anon_sym_COLON, STATE(7951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331803] = 5, + [331963] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10922), 1, + ACTIONS(10880), 1, anon_sym_COLON, STATE(7952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331821] = 5, + [331981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10924), 1, + ACTIONS(10882), 1, anon_sym_COLON, STATE(7953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331839] = 5, + [331999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10926), 1, + ACTIONS(10884), 1, anon_sym_COLON, STATE(7954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331857] = 5, + [332017] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10928), 1, + ACTIONS(10886), 1, anon_sym_COLON, STATE(7955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331875] = 5, + [332035] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10930), 1, + ACTIONS(10888), 1, anon_sym_COLON, STATE(7956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331893] = 5, + [332053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10932), 1, + ACTIONS(10890), 1, anon_sym_COLON, STATE(7957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331911] = 5, + [332071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10934), 1, + ACTIONS(10892), 1, anon_sym_COLON, STATE(7958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331929] = 5, + [332089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10936), 1, + ACTIONS(10894), 1, anon_sym_COLON, STATE(7959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331947] = 5, + [332107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10938), 1, + ACTIONS(10896), 1, anon_sym_COLON, STATE(7960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331965] = 5, + [332125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10940), 1, + ACTIONS(10898), 1, anon_sym_COLON, STATE(7961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [331983] = 5, + [332143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10942), 1, + ACTIONS(10900), 1, anon_sym_COLON, STATE(7962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332001] = 5, + [332161] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10944), 1, + ACTIONS(10902), 1, anon_sym_COLON, STATE(7963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332019] = 5, + [332179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10946), 1, + ACTIONS(10904), 1, anon_sym_COLON, STATE(7964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332037] = 5, + [332197] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10948), 1, + ACTIONS(10906), 1, anon_sym_COLON, STATE(7965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332055] = 5, + [332215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10950), 1, + ACTIONS(10908), 1, anon_sym_COLON, STATE(7966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332073] = 5, + [332233] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10952), 1, + ACTIONS(10910), 1, anon_sym_COLON, STATE(7967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332091] = 5, + [332251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10954), 1, + ACTIONS(10912), 1, anon_sym_COLON, STATE(7968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332109] = 5, + [332269] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10956), 1, + ACTIONS(10914), 1, anon_sym_COLON, STATE(7969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332127] = 5, + [332287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10958), 1, + ACTIONS(10916), 1, anon_sym_COLON, STATE(7970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332145] = 5, + [332305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10960), 1, + ACTIONS(10918), 1, anon_sym_COLON, STATE(7971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332163] = 5, + [332323] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10962), 1, + ACTIONS(10920), 1, anon_sym_COLON, STATE(7972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332181] = 5, + [332341] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10964), 1, + ACTIONS(10922), 1, anon_sym_COLON, STATE(7973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332199] = 5, + [332359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10966), 1, + ACTIONS(10924), 1, anon_sym_COLON, STATE(7974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332217] = 5, + [332377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10968), 1, + ACTIONS(10926), 1, anon_sym_COLON, STATE(7975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332235] = 5, + [332395] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10970), 1, + ACTIONS(10928), 1, anon_sym_COLON, STATE(7976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332253] = 5, + [332413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10972), 1, + ACTIONS(10930), 1, anon_sym_COLON, STATE(7977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332271] = 5, + [332431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10974), 1, + ACTIONS(10932), 1, anon_sym_COLON, STATE(7978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332289] = 5, + [332449] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10976), 1, + ACTIONS(10934), 1, anon_sym_COLON, STATE(7979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332307] = 5, + [332467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10978), 1, + ACTIONS(10936), 1, anon_sym_COLON, STATE(7980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332325] = 5, + [332485] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10980), 1, + ACTIONS(10938), 1, anon_sym_COLON, STATE(7981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332343] = 5, + [332503] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10982), 1, + ACTIONS(10940), 1, anon_sym_COLON, STATE(7982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332361] = 5, + [332521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10984), 1, + ACTIONS(10942), 1, anon_sym_COLON, STATE(7983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332379] = 5, + [332539] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10986), 1, + ACTIONS(10944), 1, anon_sym_COLON, STATE(7984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332397] = 5, + [332557] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10988), 1, + ACTIONS(10946), 1, anon_sym_COLON, STATE(7985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332415] = 5, + [332575] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10990), 1, + ACTIONS(10948), 1, anon_sym_COLON, STATE(7986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332433] = 5, + [332593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10992), 1, + ACTIONS(10950), 1, anon_sym_COLON, STATE(7987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332451] = 5, + [332611] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10994), 1, + ACTIONS(10952), 1, anon_sym_COLON, STATE(7988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332469] = 5, + [332629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10996), 1, + ACTIONS(10954), 1, anon_sym_COLON, STATE(7989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332487] = 5, + [332647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10998), 1, + ACTIONS(10956), 1, anon_sym_COLON, STATE(7990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332505] = 5, + [332665] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11000), 1, + ACTIONS(10958), 1, anon_sym_COLON, STATE(7991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332523] = 5, + [332683] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11002), 1, + ACTIONS(10960), 1, anon_sym_COLON, STATE(7992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332541] = 5, + [332701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11004), 1, + ACTIONS(10962), 1, anon_sym_COLON, STATE(7993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332559] = 5, + [332719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11006), 1, + ACTIONS(10964), 1, anon_sym_COLON, STATE(7994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332577] = 5, + [332737] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11008), 1, + ACTIONS(10966), 1, anon_sym_COLON, STATE(7995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332595] = 5, + [332755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11010), 1, + ACTIONS(10968), 1, anon_sym_COLON, STATE(7996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332613] = 5, + [332773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11012), 1, + ACTIONS(10970), 1, anon_sym_COLON, STATE(7997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332631] = 5, + [332791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11014), 1, + ACTIONS(10972), 1, anon_sym_COLON, STATE(7998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332649] = 5, + [332809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11016), 1, + ACTIONS(10974), 1, anon_sym_COLON, STATE(7999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332667] = 5, + [332827] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11018), 1, + ACTIONS(10976), 1, anon_sym_COLON, STATE(8000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332685] = 5, + [332845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11020), 1, + ACTIONS(10978), 1, anon_sym_COLON, STATE(8001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332703] = 5, + [332863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7315), 1, - sym_END, + ACTIONS(10980), 1, + anon_sym_COLON, STATE(8002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332721] = 5, + [332881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11022), 1, - anon_sym_RBRACK, + ACTIONS(10982), 1, + anon_sym_COLON, STATE(8003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332739] = 5, + [332899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11024), 1, - anon_sym_GT_GT, + ACTIONS(10984), 1, + anon_sym_COLON, STATE(8004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332757] = 5, + [332917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11026), 1, - anon_sym_SEMI, + ACTIONS(10986), 1, + anon_sym_COLON, STATE(8005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332775] = 5, + [332935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11028), 1, - anon_sym_RPAREN, + ACTIONS(10988), 1, + anon_sym_COLON, STATE(8006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332793] = 5, + [332953] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11030), 1, - anon_sym_SEMI, + ACTIONS(10990), 1, + anon_sym_COLON, STATE(8007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332811] = 5, + [332971] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11032), 1, - anon_sym_GT_GT, + ACTIONS(10992), 1, + anon_sym_COLON, STATE(8008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332829] = 5, + [332989] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11034), 1, - sym_END, + ACTIONS(10994), 1, + anon_sym_COLON, STATE(8009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332847] = 5, + [333007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11036), 1, - anon_sym_SEMI, + ACTIONS(10996), 1, + anon_sym_COLON, STATE(8010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332865] = 5, + [333025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11038), 1, - anon_sym_SEMI, + ACTIONS(10998), 1, + anon_sym_COLON, STATE(8011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332883] = 5, + [333043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11040), 1, - anon_sym_SEMI, + ACTIONS(11000), 1, + anon_sym_COLON, STATE(8012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332901] = 5, + [333061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11042), 1, - anon_sym_SEMI, + ACTIONS(11002), 1, + anon_sym_COLON, STATE(8013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332919] = 5, + [333079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11044), 1, - anon_sym_RBRACK, + ACTIONS(11004), 1, + anon_sym_COLON, STATE(8014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332937] = 5, + [333097] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11046), 1, - anon_sym_RPAREN, + ACTIONS(11006), 1, + anon_sym_COLON, STATE(8015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332955] = 5, + [333115] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11048), 1, - anon_sym_SEMI, + ACTIONS(11008), 1, + anon_sym_COLON, STATE(8016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332973] = 5, + [333133] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6073), 1, - sym_IS, + ACTIONS(11010), 1, + anon_sym_COLON, STATE(8017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [332991] = 5, + [333151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11050), 1, - anon_sym_RPAREN, + ACTIONS(11012), 1, + sym_END, STATE(8018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333009] = 5, + [333169] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11052), 1, - anon_sym_SEMI, + ACTIONS(11014), 1, + sym_comment_content, STATE(8019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333027] = 5, + [333187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11054), 1, - sym_IS, + ACTIONS(11016), 1, + anon_sym_RBRACK, STATE(8020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333045] = 5, + [333205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11056), 1, - sym_bit_string_value, + ACTIONS(11018), 1, + anon_sym_SEMI, STATE(8021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333063] = 5, + [333223] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11058), 1, - anon_sym_LPAREN, + ACTIONS(11020), 1, + anon_sym_SEMI, STATE(8022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333081] = 5, + [333241] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11060), 1, - anon_sym_LPAREN, + ACTIONS(11022), 1, + anon_sym_SEMI, STATE(8023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333099] = 5, + [333259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11062), 1, - anon_sym_LPAREN, + ACTIONS(11024), 1, + anon_sym_SEMI, STATE(8024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333117] = 5, + [333277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11064), 1, - sym_bit_string_value, + ACTIONS(6191), 1, + anon_sym_SEMI, STATE(8025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333135] = 5, + [333295] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11066), 1, - anon_sym_SEMI, + ACTIONS(11026), 1, + anon_sym_RBRACK, STATE(8026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333153] = 5, + [333313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7792), 1, - anon_sym_COLON, + ACTIONS(11028), 1, + anon_sym_GT_GT, STATE(8027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333171] = 5, + [333331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11068), 1, - anon_sym_LPAREN, + ACTIONS(7629), 1, + anon_sym_SEMI, STATE(8028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333189] = 5, + [333349] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11070), 1, + ACTIONS(7625), 1, anon_sym_SEMI, STATE(8029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333207] = 5, + [333367] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11072), 1, - anon_sym_SEMI, + ACTIONS(11030), 1, + anon_sym_GT_GT, STATE(8030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333225] = 5, + [333385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11074), 1, + ACTIONS(11032), 1, anon_sym_SEMI, STATE(8031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333243] = 5, + [333403] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11076), 1, - sym_bit_string_value, + ACTIONS(11034), 1, + anon_sym_SEMI, STATE(8032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333261] = 5, + [333421] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11078), 1, - sym_bit_string_value, + ACTIONS(11036), 1, + anon_sym_GT_GT, STATE(8033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333279] = 5, + [333439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11080), 1, + ACTIONS(11038), 1, anon_sym_SEMI, STATE(8034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333297] = 5, + [333457] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11082), 1, - anon_sym_SEMI, + ACTIONS(11040), 1, + sym_VARIABLE, STATE(8035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333315] = 5, + [333475] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11084), 1, + ACTIONS(11042), 1, anon_sym_SEMI, STATE(8036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333333] = 5, + [333493] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11086), 1, + ACTIONS(11044), 1, anon_sym_SEMI, STATE(8037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333351] = 5, + [333511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11088), 1, - sym_GENERATE, + ACTIONS(11046), 1, + anon_sym_LPAREN, STATE(8038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333369] = 5, + [333529] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11090), 1, - anon_sym_SEMI, + ACTIONS(11048), 1, + anon_sym_LPAREN, STATE(8039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333387] = 5, + [333547] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11092), 1, - anon_sym_SEMI, + ACTIONS(11050), 1, + anon_sym_LPAREN, STATE(8040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333405] = 5, + [333565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11094), 1, - anon_sym_SEMI, + ACTIONS(11052), 1, + anon_sym_RBRACK, STATE(8041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333423] = 5, + [333583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7639), 1, + ACTIONS(11054), 1, anon_sym_SEMI, STATE(8042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333441] = 5, + [333601] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 1, - sym_RETURN, + ACTIONS(11056), 1, + anon_sym_RPAREN, STATE(8043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333459] = 5, + [333619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11096), 1, - anon_sym_RBRACK, + ACTIONS(11058), 1, + anon_sym_LPAREN, STATE(8044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333477] = 5, + [333637] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11098), 1, + ACTIONS(11060), 1, anon_sym_RPAREN, STATE(8045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333495] = 5, + [333655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11100), 1, + ACTIONS(11062), 1, sym_RETURN, STATE(8046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333513] = 5, + [333673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11102), 1, - anon_sym_RBRACK, + ACTIONS(11064), 1, + anon_sym_RPAREN, STATE(8047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333531] = 5, + [333691] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11104), 1, - sym_NEW, + ACTIONS(11066), 1, + anon_sym_RPAREN, STATE(8048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333549] = 5, + [333709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11106), 1, - anon_sym_RPAREN, + ACTIONS(7594), 1, + anon_sym_SEMI, STATE(8049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333567] = 5, + [333727] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11108), 1, - anon_sym_GT_GT, + ACTIONS(11068), 1, + sym_bit_string_value, STATE(8050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333585] = 5, + [333745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11110), 1, - anon_sym_GT_GT, + ACTIONS(11070), 1, + anon_sym_SEMI, STATE(8051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333603] = 5, + [333763] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11112), 1, - sym_comment_content, + ACTIONS(11072), 1, + anon_sym_SEMI, STATE(8052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333621] = 5, + [333781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11114), 1, - anon_sym_GT_GT, + ACTIONS(11074), 1, + anon_sym_RPAREN, STATE(8053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333639] = 5, + [333799] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11116), 1, - anon_sym_RBRACK, + ACTIONS(11076), 1, + sym_FUNCTION, STATE(8054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333657] = 5, + [333817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11118), 1, - anon_sym_LPAREN, + ACTIONS(11078), 1, + anon_sym_RPAREN, STATE(8055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333675] = 5, + [333835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11120), 1, - anon_sym_LPAREN, + ACTIONS(11080), 1, + anon_sym_RPAREN, STATE(8056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333693] = 5, + [333853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11122), 1, - anon_sym_LPAREN, + ACTIONS(11082), 1, + anon_sym_SEMI, STATE(8057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333711] = 5, + [333871] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11124), 1, - anon_sym_RPAREN, + ACTIONS(11084), 1, + anon_sym_SEMI, STATE(8058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333729] = 5, + [333889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11126), 1, - anon_sym_RPAREN, + ACTIONS(11086), 1, + anon_sym_SEMI, STATE(8059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333747] = 5, + [333907] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11128), 1, - anon_sym_RPAREN, + ACTIONS(6039), 1, + anon_sym_SEMI, STATE(8060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333765] = 5, + [333925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11130), 1, - anon_sym_LPAREN, + ACTIONS(11088), 1, + anon_sym_SEMI, STATE(8061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333783] = 5, + [333943] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11132), 1, - sym_bit_string_value, + ACTIONS(11090), 1, + anon_sym_SEMI, STATE(8062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333801] = 5, + [333961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11134), 1, - anon_sym_SEMI, + ACTIONS(11092), 1, + sym_bit_string_value, STATE(8063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333819] = 5, + [333979] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11136), 1, - anon_sym_RBRACK, + ACTIONS(11094), 1, + anon_sym_SEMI, STATE(8064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333837] = 5, + [333997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11138), 1, - anon_sym_RPAREN, + ACTIONS(11096), 1, + anon_sym_SEMI, STATE(8065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333855] = 5, + [334015] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11140), 1, - anon_sym_GT_GT, + ACTIONS(11098), 1, + anon_sym_SEMI, STATE(8066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333873] = 5, + [334033] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11142), 1, - sym_BODY, + ACTIONS(11100), 1, + anon_sym_RBRACK, STATE(8067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333891] = 5, + [334051] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11144), 1, + ACTIONS(11102), 1, anon_sym_SEMI, STATE(8068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333909] = 5, + [334069] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11146), 1, + ACTIONS(11104), 1, anon_sym_SEMI, STATE(8069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333927] = 5, + [334087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11148), 1, + ACTIONS(11106), 1, anon_sym_SEMI, STATE(8070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333945] = 5, + [334105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11150), 1, - anon_sym_SEMI, + ACTIONS(11108), 1, + anon_sym_LPAREN, STATE(8071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333963] = 5, + [334123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11152), 1, - anon_sym_GT_GT, + ACTIONS(11110), 1, + anon_sym_LPAREN, STATE(8072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333981] = 5, + [334141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11154), 1, - anon_sym_SEMI, + ACTIONS(11112), 1, + anon_sym_LPAREN, STATE(8073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [333999] = 5, + [334159] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11156), 1, + ACTIONS(11114), 1, anon_sym_SEMI, STATE(8074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334017] = 5, + [334177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11158), 1, - sym_bit_string_value, + ACTIONS(11116), 1, + anon_sym_SEMI, STATE(8075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334035] = 5, + [334195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7825), 1, - anon_sym_SEMI, + ACTIONS(11118), 1, + anon_sym_GT_GT, STATE(8076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334053] = 5, + [334213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11160), 1, - anon_sym_SEMI, + ACTIONS(11120), 1, + anon_sym_LPAREN, STATE(8077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334071] = 5, + [334231] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11162), 1, - anon_sym_GT_GT, + ACTIONS(7693), 1, + sym_END, STATE(8078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334089] = 5, + [334249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7494), 1, + ACTIONS(11122), 1, anon_sym_SEMI, STATE(8079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334107] = 5, + [334267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11164), 1, - sym_comment_content, + ACTIONS(11124), 1, + anon_sym_RBRACK, STATE(8080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334125] = 5, + [334285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11166), 1, - anon_sym_SEMI, + ACTIONS(11126), 1, + anon_sym_RBRACK, STATE(8081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334143] = 5, + [334303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11168), 1, + ACTIONS(11128), 1, anon_sym_SEMI, STATE(8082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334161] = 5, + [334321] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11170), 1, - anon_sym_LPAREN, + ACTIONS(11130), 1, + anon_sym_SEMI, STATE(8083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334179] = 5, + [334339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11172), 1, - anon_sym_LPAREN, + ACTIONS(11132), 1, + anon_sym_SEMI, STATE(8084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334197] = 5, + [334357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11174), 1, + ACTIONS(11134), 1, anon_sym_SEMI, STATE(8085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334215] = 5, + [334375] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11176), 1, - anon_sym_RBRACK, + ACTIONS(7567), 1, + anon_sym_SEMI, STATE(8086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334233] = 5, + [334393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11178), 1, - anon_sym_LPAREN, + ACTIONS(5834), 1, + anon_sym_SEMI, STATE(8087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334251] = 5, + [334411] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11180), 1, - anon_sym_SEMI, + ACTIONS(11136), 1, + anon_sym_GT_GT, STATE(8088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334269] = 5, + [334429] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11182), 1, - anon_sym_SEMI, + ACTIONS(11138), 1, + anon_sym_GT_GT, STATE(8089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334287] = 5, + [334447] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11184), 1, + ACTIONS(796), 1, anon_sym_SEMI, STATE(8090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334305] = 5, + [334465] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6515), 1, - anon_sym_SEMI, + ACTIONS(11140), 1, + anon_sym_GT_GT, STATE(8091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334323] = 5, + [334483] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11186), 1, + ACTIONS(11142), 1, anon_sym_SEMI, STATE(8092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334341] = 5, + [334501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11188), 1, - anon_sym_RBRACK, + ACTIONS(5685), 1, + anon_sym_SEMI, STATE(8093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334359] = 5, + [334519] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11190), 1, - anon_sym_SEMI, + ACTIONS(11144), 1, + anon_sym_GT_GT, STATE(8094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334377] = 5, + [334537] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11192), 1, + ACTIONS(5683), 1, anon_sym_SEMI, STATE(8095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334395] = 5, + [334555] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11194), 1, - anon_sym_GT_GT, + ACTIONS(11146), 1, + anon_sym_SEMI, STATE(8096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334413] = 5, + [334573] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11196), 1, + ACTIONS(11148), 1, anon_sym_RBRACK, STATE(8097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334431] = 5, + [334591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11198), 1, + ACTIONS(11150), 1, anon_sym_SEMI, STATE(8098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334449] = 5, + [334609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11200), 1, - anon_sym_SEMI, + ACTIONS(11152), 1, + anon_sym_LPAREN, STATE(8099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334467] = 5, + [334627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11202), 1, - anon_sym_SEMI, + ACTIONS(11154), 1, + anon_sym_LPAREN, STATE(8100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334485] = 5, + [334645] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11204), 1, + ACTIONS(11156), 1, anon_sym_SEMI, STATE(8101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334503] = 5, + [334663] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7441), 1, - anon_sym_SEMI, + ACTIONS(11158), 1, + anon_sym_GT_GT, STATE(8102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334521] = 5, + [334681] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11206), 1, + ACTIONS(11160), 1, anon_sym_LPAREN, STATE(8103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334539] = 5, + [334699] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11208), 1, - anon_sym_LPAREN, + ACTIONS(11162), 1, + anon_sym_SEMI, STATE(8104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334557] = 5, + [334717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11210), 1, - anon_sym_LPAREN, + ACTIONS(6361), 1, + sym_RETURN, STATE(8105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334575] = 5, + [334735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11212), 1, - anon_sym_SEMI, + ACTIONS(11164), 1, + sym_RETURN, STATE(8106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334593] = 5, + [334753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11214), 1, - anon_sym_GT_GT, + ACTIONS(11166), 1, + anon_sym_RPAREN, STATE(8107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334611] = 5, + [334771] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11216), 1, - anon_sym_RPAREN, + ACTIONS(11168), 1, + anon_sym_SEMI, STATE(8108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334629] = 5, + [334789] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11218), 1, + ACTIONS(6245), 1, anon_sym_SEMI, STATE(8109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334647] = 5, + [334807] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11220), 1, - sym_PROTECTED, + ACTIONS(11170), 1, + anon_sym_RPAREN, STATE(8110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334665] = 5, + [334825] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11222), 1, + ACTIONS(11172), 1, anon_sym_SEMI, STATE(8111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334683] = 5, + [334843] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11224), 1, - anon_sym_SEMI, + ACTIONS(11174), 1, + anon_sym_RBRACK, STATE(8112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334701] = 5, + [334861] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11226), 1, + ACTIONS(11176), 1, anon_sym_SEMI, STATE(8113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334719] = 5, + [334879] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11228), 1, + ACTIONS(11178), 1, anon_sym_SEMI, STATE(8114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334737] = 5, + [334897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11230), 1, - anon_sym_SEMI, + ACTIONS(2884), 1, + sym_LOOP, STATE(8115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334755] = 5, + [334915] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11232), 1, - anon_sym_SEMI, + ACTIONS(11180), 1, + sym_string_literal, STATE(8116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334773] = 5, + [334933] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11234), 1, - anon_sym_COLON, + ACTIONS(11182), 1, + anon_sym_SEMI, STATE(8117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334791] = 5, + [334951] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11236), 1, - anon_sym_LPAREN, + ACTIONS(11180), 1, + anon_sym_RPAREN, STATE(8118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334809] = 5, + [334969] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11238), 1, + ACTIONS(11184), 1, anon_sym_LPAREN, STATE(8119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334827] = 5, + [334987] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11240), 1, - sym_VIEW, + ACTIONS(11186), 1, + anon_sym_LPAREN, STATE(8120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334845] = 5, + [335005] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(11242), 1, - anon_sym_SEMI, + sym__block_comment_start, + ACTIONS(11188), 1, + anon_sym_LPAREN, STATE(8121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334863] = 5, + [335023] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11244), 1, - anon_sym_DOT, + ACTIONS(11190), 1, + anon_sym_SEMI, STATE(8122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334881] = 5, + [335041] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11246), 1, - anon_sym_DOT, + ACTIONS(11192), 1, + anon_sym_SEMI, STATE(8123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334899] = 5, + [335059] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11248), 1, - anon_sym_GT_GT, + ACTIONS(7545), 1, + anon_sym_SEMI, STATE(8124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334917] = 5, + [335077] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11250), 1, - anon_sym_GT_GT, + ACTIONS(11194), 1, + sym_bit_string_value, STATE(8125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334935] = 5, + [335095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11252), 1, - anon_sym_RBRACK, + ACTIONS(11196), 1, + anon_sym_SEMI, STATE(8126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334953] = 5, + [335113] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11254), 1, + ACTIONS(11198), 1, anon_sym_SEMI, STATE(8127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334971] = 5, + [335131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11256), 1, - anon_sym_LPAREN, + ACTIONS(11200), 1, + anon_sym_SEMI, STATE(8128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [334989] = 5, + [335149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11258), 1, + ACTIONS(11202), 1, anon_sym_SEMI, STATE(8129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335007] = 5, + [335167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11260), 1, - anon_sym_RBRACK, + ACTIONS(11204), 1, + anon_sym_RPAREN, STATE(8130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335025] = 5, + [335185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11262), 1, - anon_sym_SEMI, + ACTIONS(11206), 1, + sym_bit_string_value, STATE(8131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335043] = 5, + [335203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11264), 1, + ACTIONS(11208), 1, anon_sym_SEMI, STATE(8132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335061] = 5, + [335221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11266), 1, + ACTIONS(11210), 1, anon_sym_SEMI, STATE(8133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335079] = 5, + [335239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5574), 1, - sym_VUNIT, + ACTIONS(11212), 1, + anon_sym_LPAREN, STATE(8134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335097] = 5, + [335257] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7210), 1, - sym_END, + ACTIONS(11214), 1, + anon_sym_LPAREN, STATE(8135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335115] = 5, + [335275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11268), 1, - anon_sym_SEMI, + ACTIONS(5980), 1, + sym_IS, STATE(8136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335133] = 5, + [335293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11270), 1, - anon_sym_SEMI, + ACTIONS(11216), 1, + anon_sym_RBRACK, STATE(8137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335151] = 5, + [335311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11272), 1, + ACTIONS(11218), 1, anon_sym_SEMI, STATE(8138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335169] = 5, + [335329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11274), 1, - anon_sym_RPAREN, + ACTIONS(11220), 1, + anon_sym_RBRACK, STATE(8139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335187] = 5, + [335347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4196), 1, - sym_END, + ACTIONS(11222), 1, + anon_sym_GT_GT, STATE(8140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335205] = 5, + [335365] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11276), 1, - anon_sym_COLON, + ACTIONS(11224), 1, + anon_sym_SEMI, STATE(8141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335223] = 5, + [335383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11278), 1, - anon_sym_RPAREN, + ACTIONS(11226), 1, + sym_comment_content, STATE(8142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335241] = 5, + [335401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11280), 1, + ACTIONS(11228), 1, anon_sym_SEMI, STATE(8143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335259] = 5, + [335419] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11282), 1, - anon_sym_SEMI, + ACTIONS(11230), 1, + anon_sym_LPAREN, STATE(8144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335277] = 5, + [335437] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11284), 1, - anon_sym_RPAREN, + ACTIONS(11232), 1, + anon_sym_SEMI, STATE(8145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335295] = 5, + [335455] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11286), 1, - anon_sym_SEMI, + ACTIONS(6549), 1, + sym_RETURN, STATE(8146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335313] = 5, + [335473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11288), 1, + ACTIONS(7509), 1, anon_sym_SEMI, STATE(8147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335331] = 5, + [335491] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11290), 1, - sym_bit_string_value, + ACTIONS(11234), 1, + anon_sym_GT_GT, STATE(8148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335349] = 5, + [335509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11292), 1, - anon_sym_EQ, + ACTIONS(11236), 1, + anon_sym_SEMI, STATE(8149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335367] = 5, + [335527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11294), 1, - sym_RETURN, + ACTIONS(11238), 1, + anon_sym_RPAREN, STATE(8150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335385] = 5, + [335545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11296), 1, - sym_FOR, + ACTIONS(11240), 1, + sym_bit_string_value, STATE(8151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335403] = 5, + [335563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11298), 1, - sym_OF, + ACTIONS(11242), 1, + anon_sym_GT_GT, STATE(8152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335421] = 5, + [335581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11300), 1, - sym_box, + ACTIONS(7537), 1, + anon_sym_SEMI, STATE(8153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335439] = 5, + [335599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11302), 1, - sym_box, + ACTIONS(11244), 1, + anon_sym_RBRACK, STATE(8154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335457] = 5, + [335617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11304), 1, - sym_box, + ACTIONS(11246), 1, + anon_sym_SEMI, STATE(8155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335475] = 5, + [335635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6009), 1, - anon_sym_SEMI, + ACTIONS(11248), 1, + anon_sym_RPAREN, STATE(8156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335493] = 5, + [335653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11306), 1, - sym_IS, + ACTIONS(11250), 1, + anon_sym_SEMI, STATE(8157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335511] = 5, + [335671] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11308), 1, - sym_bit_string_value, + ACTIONS(11252), 1, + anon_sym_SEMI, STATE(8158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335529] = 5, + [335689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11310), 1, - sym_bit_string_value, + ACTIONS(11254), 1, + anon_sym_SEMI, STATE(8159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335547] = 5, + [335707] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11312), 1, - anon_sym_COLON, + ACTIONS(11256), 1, + sym_bit_string_value, STATE(8160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335565] = 5, + [335725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11314), 1, - anon_sym_SEMI, + ACTIONS(11258), 1, + anon_sym_RPAREN, STATE(8161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335583] = 5, + [335743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11316), 1, + ACTIONS(11260), 1, sym_bit_string_value, STATE(8162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335601] = 5, + [335761] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11318), 1, + ACTIONS(11262), 1, anon_sym_SEMI, STATE(8163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335619] = 5, + [335779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11320), 1, + ACTIONS(11264), 1, anon_sym_SEMI, STATE(8164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335637] = 5, + [335797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11322), 1, - anon_sym_RPAREN, + ACTIONS(11266), 1, + sym_IS, STATE(8165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335655] = 5, + [335815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11324), 1, - anon_sym_RBRACK, + ACTIONS(11268), 1, + anon_sym_COLON, STATE(8166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335673] = 5, + [335833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5952), 1, + ACTIONS(11270), 1, anon_sym_SEMI, STATE(8167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335691] = 5, + [335851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11326), 1, - anon_sym_RBRACK, + ACTIONS(11272), 1, + anon_sym_SEMI, STATE(8168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335709] = 5, + [335869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11328), 1, - anon_sym_SEMI, + ACTIONS(11274), 1, + sym_bit_string_value, STATE(8169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335727] = 5, + [335887] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11330), 1, - anon_sym_SEMI, + ACTIONS(11276), 1, + anon_sym_COLON, STATE(8170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335745] = 5, + [335905] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11332), 1, - anon_sym_SEMI, + ACTIONS(11278), 1, + sym_VIEW, STATE(8171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335763] = 5, + [335923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11334), 1, + ACTIONS(11280), 1, anon_sym_SEMI, STATE(8172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335781] = 5, + [335941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11336), 1, - anon_sym_SEMI, + ACTIONS(11282), 1, + anon_sym_DOT, STATE(8173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335799] = 5, + [335959] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11338), 1, + ACTIONS(11284), 1, anon_sym_SEMI, STATE(8174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335817] = 5, + [335977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11340), 1, - anon_sym_SEMI, + ACTIONS(11286), 1, + anon_sym_DOT, STATE(8175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335835] = 5, + [335995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11342), 1, + ACTIONS(11288), 1, anon_sym_SEMI, STATE(8176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335853] = 5, + [336013] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11344), 1, - anon_sym_SEMI, + ACTIONS(11290), 1, + anon_sym_RBRACK, STATE(8177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335871] = 5, + [336031] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11346), 1, - anon_sym_SEMI, + ACTIONS(11292), 1, + anon_sym_RBRACK, STATE(8178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335889] = 5, + [336049] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11348), 1, - sym_OF, + ACTIONS(11294), 1, + anon_sym_GT_GT, STATE(8179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335907] = 5, + [336067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11350), 1, - sym_box, + ACTIONS(11296), 1, + anon_sym_RPAREN, STATE(8180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335925] = 5, + [336085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11352), 1, - anon_sym_RPAREN, + ACTIONS(11298), 1, + anon_sym_RBRACK, STATE(8181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335943] = 5, + [336103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11354), 1, - sym_BODY, + ACTIONS(11300), 1, + anon_sym_RPAREN, STATE(8182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335961] = 5, + [336121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11356), 1, + ACTIONS(11302), 1, anon_sym_SEMI, STATE(8183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335979] = 5, + [336139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11358), 1, - anon_sym_SEMI, + ACTIONS(11304), 1, + anon_sym_GT_GT, STATE(8184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [335997] = 5, + [336157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11360), 1, - anon_sym_SEMI, + ACTIONS(11306), 1, + anon_sym_GT_GT, STATE(8185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336015] = 5, + [336175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11362), 1, + ACTIONS(11308), 1, anon_sym_SEMI, STATE(8186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336033] = 5, + [336193] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11364), 1, + ACTIONS(7480), 1, anon_sym_SEMI, STATE(8187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336051] = 5, + [336211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11366), 1, - anon_sym_GT_GT, + ACTIONS(11310), 1, + anon_sym_SEMI, STATE(8188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336069] = 5, + [336229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11368), 1, + ACTIONS(11312), 1, anon_sym_SEMI, STATE(8189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336087] = 5, + [336247] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11370), 1, - anon_sym_GT_GT, + ACTIONS(11314), 1, + anon_sym_RBRACK, STATE(8190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336105] = 5, + [336265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11372), 1, - sym_UNITS, + ACTIONS(7443), 1, + anon_sym_SEMI, STATE(8191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336123] = 5, + [336283] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11374), 1, - anon_sym_GT_GT, + ACTIONS(11316), 1, + anon_sym_RPAREN, STATE(8192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336141] = 5, + [336301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11376), 1, - anon_sym_SEMI, + ACTIONS(11318), 1, + anon_sym_RPAREN, STATE(8193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336159] = 5, + [336319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8092), 1, - anon_sym_COMMA, + ACTIONS(11320), 1, + anon_sym_SEMI, STATE(8194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336177] = 5, + [336337] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11378), 1, - anon_sym_RBRACK, + ACTIONS(11322), 1, + sym_bit_string_value, STATE(8195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336195] = 5, + [336355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11380), 1, + ACTIONS(11324), 1, anon_sym_RBRACK, STATE(8196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336213] = 5, + [336373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11382), 1, + ACTIONS(11326), 1, anon_sym_SEMI, STATE(8197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336231] = 5, + [336391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11384), 1, - anon_sym_RPAREN, + ACTIONS(11328), 1, + anon_sym_SEMI, STATE(8198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336249] = 5, + [336409] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11386), 1, - anon_sym_RPAREN, + ACTIONS(11330), 1, + sym_bit_string_value, STATE(8199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336267] = 5, + [336427] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11388), 1, - sym_bit_string_value, + ACTIONS(11332), 1, + anon_sym_SEMI, STATE(8200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336285] = 5, + [336445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11390), 1, - anon_sym_RPAREN, + ACTIONS(11334), 1, + anon_sym_SEMI, STATE(8201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336303] = 5, + [336463] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11392), 1, + ACTIONS(11336), 1, anon_sym_SEMI, STATE(8202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336321] = 5, + [336481] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11394), 1, - anon_sym_GT_GT, + ACTIONS(11338), 1, + anon_sym_SEMI, STATE(8203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336339] = 5, + [336499] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11396), 1, - anon_sym_GT_GT, + ACTIONS(11340), 1, + anon_sym_SEMI, STATE(8204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336357] = 5, + [336517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11398), 1, - anon_sym_SEMI, + ACTIONS(11342), 1, + anon_sym_RBRACK, STATE(8205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336375] = 5, + [336535] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6915), 1, - sym_END, + ACTIONS(11344), 1, + anon_sym_RBRACK, STATE(8206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336393] = 5, + [336553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11400), 1, - anon_sym_SEMI, + ACTIONS(4168), 1, + sym_END, STATE(8207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336411] = 5, + [336571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11402), 1, - anon_sym_SEMI, + ACTIONS(11346), 1, + anon_sym_COLON, STATE(8208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336429] = 5, + [336589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11404), 1, + ACTIONS(11348), 1, anon_sym_GT_GT, STATE(8209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336447] = 5, + [336607] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11406), 1, - sym_bit_string_value, + ACTIONS(11350), 1, + anon_sym_GT_GT, STATE(8210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336465] = 5, + [336625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11408), 1, - anon_sym_RBRACK, + ACTIONS(11352), 1, + anon_sym_GT_GT, STATE(8211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336483] = 5, + [336643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7833), 1, - sym_END, + ACTIONS(11354), 1, + anon_sym_RBRACK, STATE(8212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336501] = 5, + [336661] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11410), 1, + ACTIONS(11356), 1, anon_sym_SEMI, STATE(8213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336519] = 5, + [336679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11412), 1, + ACTIONS(11358), 1, anon_sym_SEMI, STATE(8214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336537] = 5, + [336697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11414), 1, + ACTIONS(11360), 1, anon_sym_SEMI, STATE(8215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336555] = 5, + [336715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11416), 1, - anon_sym_RBRACK, + ACTIONS(11362), 1, + anon_sym_SEMI, STATE(8216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336573] = 5, + [336733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11418), 1, - anon_sym_RPAREN, + ACTIONS(11364), 1, + anon_sym_SEMI, STATE(8217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336591] = 5, + [336751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11420), 1, - anon_sym_RPAREN, + ACTIONS(11366), 1, + anon_sym_SEMI, STATE(8218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336609] = 5, + [336769] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11422), 1, - anon_sym_SEMI, + ACTIONS(11368), 1, + anon_sym_RPAREN, STATE(8219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336627] = 5, + [336787] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11424), 1, - anon_sym_RBRACK, + ACTIONS(11370), 1, + anon_sym_RPAREN, STATE(8220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336645] = 5, + [336805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11426), 1, - anon_sym_RBRACK, + ACTIONS(11372), 1, + anon_sym_SEMI, STATE(8221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336663] = 5, + [336823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11428), 1, - anon_sym_SEMI, + ACTIONS(11374), 1, + anon_sym_RPAREN, STATE(8222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336681] = 5, + [336841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11430), 1, - anon_sym_SEMI, + ACTIONS(7742), 1, + sym_END, STATE(8223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336699] = 5, + [336859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11432), 1, + ACTIONS(11376), 1, anon_sym_SEMI, STATE(8224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336717] = 5, + [336877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11434), 1, - anon_sym_SEMI, + ACTIONS(11378), 1, + sym_bit_string_value, STATE(8225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336735] = 5, + [336895] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11436), 1, + ACTIONS(11380), 1, anon_sym_SEMI, STATE(8226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336753] = 5, + [336913] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11438), 1, + ACTIONS(11382), 1, anon_sym_SEMI, STATE(8227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336771] = 5, + [336931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11440), 1, - anon_sym_GT_GT, + ACTIONS(11384), 1, + anon_sym_SEMI, STATE(8228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336789] = 5, + [336949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11442), 1, - anon_sym_GT_GT, + ACTIONS(11386), 1, + anon_sym_SEMI, STATE(8229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336807] = 5, + [336967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11444), 1, - anon_sym_SEMI, + ACTIONS(11388), 1, + sym_bit_string_value, STATE(8230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336825] = 5, + [336985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11446), 1, + ACTIONS(11390), 1, anon_sym_SEMI, STATE(8231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336843] = 5, + [337003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11448), 1, - anon_sym_GT_GT, + ACTIONS(11392), 1, + anon_sym_SEMI, STATE(8232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336861] = 5, + [337021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11450), 1, + ACTIONS(11394), 1, anon_sym_SEMI, STATE(8233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336879] = 5, + [337039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11452), 1, - anon_sym_SEMI, + ACTIONS(11396), 1, + anon_sym_RPAREN, STATE(8234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336897] = 5, + [337057] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11454), 1, - sym_bit_string_value, + ACTIONS(11398), 1, + anon_sym_SEMI, STATE(8235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336915] = 5, + [337075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11456), 1, + ACTIONS(11400), 1, anon_sym_SEMI, STATE(8236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336933] = 5, + [337093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11458), 1, + ACTIONS(11402), 1, anon_sym_RBRACK, STATE(8237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336951] = 5, + [337111] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11460), 1, - sym_bit_string_value, + ACTIONS(11404), 1, + sym_RETURN, STATE(8238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336969] = 5, + [337129] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11462), 1, + ACTIONS(11406), 1, anon_sym_SEMI, STATE(8239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [336987] = 5, + [337147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11464), 1, - anon_sym_SEMI, + ACTIONS(11408), 1, + sym_box, STATE(8240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337005] = 5, + [337165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7958), 1, - sym_END, + ACTIONS(11410), 1, + anon_sym_RPAREN, STATE(8241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337023] = 5, + [337183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11466), 1, - anon_sym_SEMI, + ACTIONS(11412), 1, + anon_sym_GT_GT, STATE(8242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337041] = 5, + [337201] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11468), 1, - sym_MAP, + ACTIONS(11414), 1, + anon_sym_GT_GT, STATE(8243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337059] = 5, + [337219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11470), 1, - anon_sym_RPAREN, + ACTIONS(11416), 1, + anon_sym_GT_GT, STATE(8244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337077] = 5, + [337237] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11472), 1, - anon_sym_RPAREN, + ACTIONS(8044), 1, + anon_sym_COMMA, STATE(8245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337095] = 5, + [337255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11474), 1, - sym_box, + ACTIONS(2636), 1, + sym_IN, STATE(8246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337113] = 5, + [337273] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11476), 1, - sym_bit_string_value, + ACTIONS(11418), 1, + sym_OF, STATE(8247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337131] = 5, + [337291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11478), 1, - anon_sym_RPAREN, + ACTIONS(11420), 1, + anon_sym_RBRACK, STATE(8248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337149] = 5, + [337309] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11480), 1, - sym_bit_string_value, + ACTIONS(11422), 1, + anon_sym_SEMI, STATE(8249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337167] = 5, + [337327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8060), 1, - anon_sym_COMMA, + ACTIONS(11424), 1, + anon_sym_EQ, STATE(8250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337185] = 5, + [337345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11482), 1, - anon_sym_SEMI, + ACTIONS(11426), 1, + sym_UNITS, STATE(8251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337203] = 5, + [337363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11484), 1, - anon_sym_SEMI, + ACTIONS(11428), 1, + sym_box, STATE(8252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337221] = 5, + [337381] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11486), 1, - anon_sym_SEMI, + ACTIONS(11430), 1, + sym_box, STATE(8253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337239] = 5, + [337399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11488), 1, - anon_sym_SEMI, + ACTIONS(11432), 1, + sym_box, STATE(8254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337257] = 5, + [337417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11490), 1, - anon_sym_SEMI, + ACTIONS(11434), 1, + anon_sym_GT_GT, STATE(8255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337275] = 5, + [337435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11492), 1, + ACTIONS(11436), 1, anon_sym_RPAREN, STATE(8256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337293] = 5, + [337453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11494), 1, - anon_sym_RBRACK, + ACTIONS(11438), 1, + anon_sym_SEMI, STATE(8257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337311] = 5, + [337471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11496), 1, - anon_sym_GT_GT, + ACTIONS(11440), 1, + sym_bit_string_value, STATE(8258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337329] = 5, + [337489] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11498), 1, + ACTIONS(11442), 1, anon_sym_SEMI, STATE(8259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337347] = 5, + [337507] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7956), 1, - sym_END, + ACTIONS(11444), 1, + sym_bit_string_value, STATE(8260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337365] = 5, + [337525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11500), 1, + ACTIONS(11446), 1, anon_sym_SEMI, STATE(8261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337383] = 5, + [337543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11502), 1, - anon_sym_GT_GT, + ACTIONS(11448), 1, + anon_sym_SEMI, STATE(8262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337401] = 5, + [337561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11504), 1, - sym_VARIABLE, + ACTIONS(11450), 1, + anon_sym_SEMI, STATE(8263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337419] = 5, + [337579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11506), 1, - anon_sym_SEMI, + ACTIONS(11452), 1, + sym_bit_string_value, STATE(8264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337437] = 5, + [337597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11508), 1, - sym_OF, + ACTIONS(11454), 1, + anon_sym_SEMI, STATE(8265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337455] = 5, + [337615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11510), 1, - anon_sym_RBRACK, + ACTIONS(11456), 1, + anon_sym_SEMI, STATE(8266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337473] = 5, + [337633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11512), 1, - sym_OF, + ACTIONS(8092), 1, + sym_END, STATE(8267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337491] = 5, + [337651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11514), 1, - anon_sym_RPAREN, + ACTIONS(11458), 1, + sym_BODY, STATE(8268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337509] = 5, + [337669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8004), 1, - anon_sym_DOT, + ACTIONS(11460), 1, + anon_sym_SEMI, STATE(8269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337527] = 5, + [337687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11516), 1, - sym_VARIABLE, + ACTIONS(11462), 1, + anon_sym_SEMI, STATE(8270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337545] = 5, + [337705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11518), 1, + ACTIONS(11464), 1, anon_sym_SEMI, STATE(8271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337563] = 5, + [337723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11520), 1, - sym_OF, + ACTIONS(11466), 1, + anon_sym_SEMI, STATE(8272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337581] = 5, + [337741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11522), 1, - anon_sym_GT_GT, + ACTIONS(7725), 1, + sym_END, STATE(8273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337599] = 5, + [337759] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11524), 1, - sym_OF, + ACTIONS(11468), 1, + anon_sym_SEMI, STATE(8274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337617] = 5, + [337777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11526), 1, + ACTIONS(11470), 1, anon_sym_RBRACK, STATE(8275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337635] = 5, + [337795] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11528), 1, - anon_sym_RBRACK, + ACTIONS(11472), 1, + anon_sym_SEMI, STATE(8276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337653] = 5, + [337813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11530), 1, - sym_VARIABLE, + ACTIONS(11474), 1, + anon_sym_SEMI, STATE(8277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337671] = 5, + [337831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7954), 1, - sym_END, + ACTIONS(11476), 1, + anon_sym_RBRACK, STATE(8278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337689] = 5, + [337849] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11532), 1, - sym_OF, + ACTIONS(11478), 1, + sym_VARIABLE, STATE(8279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337707] = 5, + [337867] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11534), 1, + ACTIONS(11480), 1, anon_sym_GT_GT, STATE(8280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337725] = 5, + [337885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11536), 1, + ACTIONS(11482), 1, sym_OF, STATE(8281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337743] = 5, + [337903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11538), 1, + ACTIONS(11484), 1, anon_sym_GT_GT, STATE(8282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337761] = 5, + [337921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11540), 1, - anon_sym_SEMI, + ACTIONS(11486), 1, + sym_OF, STATE(8283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337779] = 5, + [337939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11542), 1, - sym_VARIABLE, + ACTIONS(11488), 1, + anon_sym_GT_GT, STATE(8284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337797] = 5, + [337957] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6245), 1, - sym_IS, + ACTIONS(5930), 1, + anon_sym_SEMI, STATE(8285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337815] = 5, + [337975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11544), 1, - sym_OF, + ACTIONS(11490), 1, + sym_VARIABLE, STATE(8286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337833] = 5, + [337993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11546), 1, - anon_sym_GT_GT, + ACTIONS(11492), 1, + anon_sym_RBRACK, STATE(8287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337851] = 5, + [338011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11548), 1, - anon_sym_SEMI, + ACTIONS(11494), 1, + sym_OF, STATE(8288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337869] = 5, + [338029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11550), 1, - sym_VARIABLE, + ACTIONS(11496), 1, + anon_sym_RBRACK, STATE(8289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337887] = 5, + [338047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11552), 1, - anon_sym_RBRACK, + ACTIONS(11498), 1, + sym_OF, STATE(8290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337905] = 5, + [338065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11554), 1, - sym_OF, + ACTIONS(11500), 1, + sym_bit_string_value, STATE(8291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337923] = 5, + [338083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11556), 1, - anon_sym_RBRACK, + ACTIONS(11502), 1, + anon_sym_RPAREN, STATE(8292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337941] = 5, + [338101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11558), 1, - anon_sym_RPAREN, + ACTIONS(11504), 1, + sym_VARIABLE, STATE(8293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337959] = 5, + [338119] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11560), 1, - sym_VARIABLE, + ACTIONS(7261), 1, + anon_sym_SEMI, STATE(8294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337977] = 5, + [338137] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11562), 1, - anon_sym_RPAREN, + ACTIONS(11506), 1, + sym_OF, STATE(8295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [337995] = 5, + [338155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11564), 1, - sym_OF, + ACTIONS(11508), 1, + anon_sym_RPAREN, STATE(8296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338013] = 5, + [338173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11566), 1, - anon_sym_RPAREN, + ACTIONS(11510), 1, + sym_OF, STATE(8297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338031] = 5, + [338191] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11568), 1, + ACTIONS(11512), 1, anon_sym_SEMI, STATE(8298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338049] = 5, + [338209] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11570), 1, - sym_OF, + ACTIONS(11514), 1, + anon_sym_SEMI, STATE(8299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338067] = 5, + [338227] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11572), 1, - anon_sym_RPAREN, + ACTIONS(11516), 1, + sym_VARIABLE, STATE(8300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338085] = 5, + [338245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11574), 1, + ACTIONS(11518), 1, sym_bit_string_value, STATE(8301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338103] = 5, + [338263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11576), 1, - sym_bit_string_value, + ACTIONS(11520), 1, + sym_OF, STATE(8302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338121] = 5, + [338281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8260), 1, - anon_sym_SEMI, + ACTIONS(7711), 1, + sym_RETURN, STATE(8303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338139] = 5, + [338299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11578), 1, + ACTIONS(11522), 1, anon_sym_SEMI, STATE(8304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338157] = 5, + [338317] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11580), 1, - sym_bit_string_value, + ACTIONS(11524), 1, + sym_VARIABLE, STATE(8305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338175] = 5, + [338335] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11582), 1, - sym_bit_string_value, + ACTIONS(11526), 1, + anon_sym_RPAREN, STATE(8306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338193] = 5, + [338353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6228), 1, - anon_sym_SEMI, + ACTIONS(11528), 1, + sym_OF, STATE(8307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338211] = 5, + [338371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8628), 1, - sym_LOOP, + ACTIONS(11530), 1, + sym_bit_string_value, STATE(8308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338229] = 5, + [338389] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8138), 1, + ACTIONS(11532), 1, anon_sym_SEMI, STATE(8309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338247] = 5, + [338407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8392), 1, - anon_sym_SEMI, + ACTIONS(11534), 1, + sym_VARIABLE, STATE(8310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338265] = 5, + [338425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8244), 1, - anon_sym_SEMI, + ACTIONS(11536), 1, + sym_RETURN, STATE(8311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338283] = 5, + [338443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7888), 1, - sym_IS, + ACTIONS(11538), 1, + sym_OF, STATE(8312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338301] = 5, + [338461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8230), 1, - anon_sym_SEMI, + ACTIONS(2562), 1, + sym_OF, STATE(8313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338319] = 5, + [338479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11584), 1, - anon_sym_RPAREN, + ACTIONS(11540), 1, + sym_NEW, STATE(8314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338337] = 5, + [338497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11088), 1, - sym_LOOP, + ACTIONS(11542), 1, + sym_OF, STATE(8315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338355] = 5, + [338515] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11586), 1, - anon_sym_SEMI, + ACTIONS(11544), 1, + anon_sym_RBRACK, STATE(8316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338373] = 5, + [338533] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8122), 1, - anon_sym_SEMI, + ACTIONS(11546), 1, + anon_sym_RBRACK, STATE(8317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338391] = 5, + [338551] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5531), 1, - anon_sym_SEMI, + ACTIONS(11548), 1, + anon_sym_GT_GT, STATE(8318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338409] = 5, + [338569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8104), 1, - anon_sym_SEMI, + ACTIONS(11550), 1, + anon_sym_GT_GT, STATE(8319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338427] = 5, + [338587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3724), 1, - anon_sym_SEMI, + ACTIONS(11552), 1, + anon_sym_GT_GT, STATE(8320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338445] = 5, + [338605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11588), 1, - anon_sym_RBRACK, + ACTIONS(11554), 1, + anon_sym_SEMI, STATE(8321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338463] = 5, + [338623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8070), 1, - anon_sym_SEMI, + ACTIONS(11556), 1, + anon_sym_RBRACK, STATE(8322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338481] = 5, + [338641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8068), 1, - anon_sym_SEMI, + ACTIONS(11558), 1, + sym_BODY, STATE(8323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338499] = 5, + [338659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11590), 1, + ACTIONS(11560), 1, anon_sym_RPAREN, STATE(8324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338517] = 5, + [338677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8038), 1, - anon_sym_SEMI, + ACTIONS(11562), 1, + anon_sym_RPAREN, STATE(8325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338535] = 5, + [338695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8034), 1, - anon_sym_SEMI, + ACTIONS(11564), 1, + sym_bit_string_value, STATE(8326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338553] = 5, + [338713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2470), 1, - sym_OF, + ACTIONS(11566), 1, + anon_sym_SEMI, STATE(8327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338571] = 5, + [338731] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11592), 1, - anon_sym_RBRACK, + ACTIONS(11568), 1, + anon_sym_RPAREN, STATE(8328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338589] = 5, + [338749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8008), 1, - anon_sym_SEMI, + ACTIONS(11570), 1, + sym_bit_string_value, STATE(8329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338607] = 5, + [338767] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11594), 1, - anon_sym_GT_GT, + ACTIONS(11572), 1, + anon_sym_SEMI, STATE(8330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338625] = 5, + [338785] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11596), 1, - anon_sym_GT_GT, + ACTIONS(11574), 1, + anon_sym_RBRACK, STATE(8331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338643] = 5, + [338803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2528), 1, - sym_OF, + ACTIONS(11576), 1, + anon_sym_SEMI, STATE(8332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338661] = 5, + [338821] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11598), 1, - anon_sym_GT_GT, + ACTIONS(11578), 1, + anon_sym_RBRACK, STATE(8333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338679] = 5, + [338839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11600), 1, - anon_sym_RBRACK, + ACTIONS(11580), 1, + anon_sym_GT_GT, STATE(8334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338697] = 5, + [338857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7697), 1, - anon_sym_SEMI, + ACTIONS(11582), 1, + anon_sym_GT_GT, STATE(8335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338715] = 5, + [338875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 1, - anon_sym_SEMI, + ACTIONS(11584), 1, + anon_sym_GT_GT, STATE(8336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338733] = 5, + [338893] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11602), 1, - anon_sym_RPAREN, + ACTIONS(11586), 1, + anon_sym_RBRACK, STATE(8337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338751] = 5, + [338911] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3720), 1, - sym_GENERATE, + ACTIONS(11588), 1, + anon_sym_RPAREN, STATE(8338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338769] = 5, + [338929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11604), 1, - anon_sym_RPAREN, + ACTIONS(11590), 1, + anon_sym_SEMI, STATE(8339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338787] = 5, + [338947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11606), 1, - sym_bit_string_value, + ACTIONS(11592), 1, + anon_sym_RPAREN, STATE(8340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338805] = 5, + [338965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_GENERATE, + ACTIONS(11594), 1, + sym_bit_string_value, STATE(8341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338823] = 5, + [338983] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_IS, + ACTIONS(11596), 1, + anon_sym_RBRACK, STATE(8342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338841] = 5, + [339001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2528), 1, - sym_IN, + ACTIONS(11598), 1, + anon_sym_SEMI, STATE(8343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338859] = 5, + [339019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2882), 1, - sym_LOOP, + ACTIONS(11600), 1, + sym_bit_string_value, STATE(8344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338877] = 5, + [339037] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11608), 1, - sym_bit_string_value, + ACTIONS(11602), 1, + anon_sym_SEMI, STATE(8345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338895] = 5, + [339055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11610), 1, - sym_AFTER, + ACTIONS(11604), 1, + anon_sym_RPAREN, STATE(8346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338913] = 5, + [339073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11612), 1, - anon_sym_RBRACK, + ACTIONS(11606), 1, + anon_sym_SEMI, STATE(8347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338931] = 5, + [339091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11614), 1, - anon_sym_RBRACK, + ACTIONS(11608), 1, + anon_sym_SEMI, STATE(8348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [338949] = 1, + [339109] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11610), 1, + anon_sym_SEMI, + STATE(8349), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339127] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11612), 1, + anon_sym_SEMI, + STATE(8350), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339145] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11614), 1, + anon_sym_SEMI, + STATE(8351), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339163] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(11616), 1, - ts_builtin_sym_end, - [338953] = 1, + anon_sym_RBRACK, + STATE(8352), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339181] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6901), 1, + anon_sym_SEMI, + STATE(8353), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339199] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6887), 1, + anon_sym_SEMI, + STATE(8354), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339217] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6879), 1, + anon_sym_SEMI, + STATE(8355), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339235] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(11618), 1, - ts_builtin_sym_end, - [338957] = 1, + anon_sym_SEMI, + STATE(8356), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339253] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(11620), 1, + anon_sym_SEMI, + STATE(8357), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339271] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11622), 1, + anon_sym_RBRACK, + STATE(8358), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339289] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11624), 1, + anon_sym_SEMI, + STATE(8359), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339307] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11626), 1, + anon_sym_SEMI, + STATE(8360), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339325] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11628), 1, + anon_sym_SEMI, + STATE(8361), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339343] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11630), 1, + anon_sym_SEMI, + STATE(8362), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339361] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11632), 1, + anon_sym_GT_GT, + STATE(8363), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339379] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(11634), 1, + anon_sym_SEMI, + STATE(8364), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [339397] = 1, + ACTIONS(11636), 1, + ts_builtin_sym_end, + [339401] = 1, + ACTIONS(11638), 1, + ts_builtin_sym_end, + [339405] = 1, + ACTIONS(11640), 1, ts_builtin_sym_end, }; @@ -318281,2131 +318681,2131 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(367)] = 131, [SMALL_STATE(368)] = 260, [SMALL_STATE(369)] = 389, - [SMALL_STATE(370)] = 518, + [SMALL_STATE(370)] = 520, [SMALL_STATE(371)] = 649, [SMALL_STATE(372)] = 778, [SMALL_STATE(373)] = 909, [SMALL_STATE(374)] = 1040, - [SMALL_STATE(375)] = 1169, - [SMALL_STATE(376)] = 1298, + [SMALL_STATE(375)] = 1171, + [SMALL_STATE(376)] = 1300, [SMALL_STATE(377)] = 1429, - [SMALL_STATE(378)] = 1558, + [SMALL_STATE(378)] = 1560, [SMALL_STATE(379)] = 1689, - [SMALL_STATE(380)] = 1820, + [SMALL_STATE(380)] = 1818, [SMALL_STATE(381)] = 1949, [SMALL_STATE(382)] = 2078, - [SMALL_STATE(383)] = 2209, - [SMALL_STATE(384)] = 2340, - [SMALL_STATE(385)] = 2469, - [SMALL_STATE(386)] = 2600, - [SMALL_STATE(387)] = 2729, - [SMALL_STATE(388)] = 2858, - [SMALL_STATE(389)] = 2987, - [SMALL_STATE(390)] = 3118, - [SMALL_STATE(391)] = 3247, + [SMALL_STATE(383)] = 2207, + [SMALL_STATE(384)] = 2336, + [SMALL_STATE(385)] = 2465, + [SMALL_STATE(386)] = 2594, + [SMALL_STATE(387)] = 2725, + [SMALL_STATE(388)] = 2854, + [SMALL_STATE(389)] = 2985, + [SMALL_STATE(390)] = 3116, + [SMALL_STATE(391)] = 3245, [SMALL_STATE(392)] = 3376, [SMALL_STATE(393)] = 3502, - [SMALL_STATE(394)] = 3628, - [SMALL_STATE(395)] = 3754, - [SMALL_STATE(396)] = 3880, - [SMALL_STATE(397)] = 4020, - [SMALL_STATE(398)] = 4146, + [SMALL_STATE(394)] = 3626, + [SMALL_STATE(395)] = 3752, + [SMALL_STATE(396)] = 3878, + [SMALL_STATE(397)] = 4004, + [SMALL_STATE(398)] = 4144, [SMALL_STATE(399)] = 4270, - [SMALL_STATE(400)] = 4410, - [SMALL_STATE(401)] = 4536, - [SMALL_STATE(402)] = 4662, - [SMALL_STATE(403)] = 4802, - [SMALL_STATE(404)] = 4928, - [SMALL_STATE(405)] = 5054, - [SMALL_STATE(406)] = 5180, - [SMALL_STATE(407)] = 5306, - [SMALL_STATE(408)] = 5432, - [SMALL_STATE(409)] = 5572, - [SMALL_STATE(410)] = 5698, + [SMALL_STATE(400)] = 4396, + [SMALL_STATE(401)] = 4522, + [SMALL_STATE(402)] = 4648, + [SMALL_STATE(403)] = 4774, + [SMALL_STATE(404)] = 4900, + [SMALL_STATE(405)] = 5040, + [SMALL_STATE(406)] = 5166, + [SMALL_STATE(407)] = 5292, + [SMALL_STATE(408)] = 5418, + [SMALL_STATE(409)] = 5558, + [SMALL_STATE(410)] = 5684, [SMALL_STATE(411)] = 5824, [SMALL_STATE(412)] = 5950, [SMALL_STATE(413)] = 6076, - [SMALL_STATE(414)] = 6197, - [SMALL_STATE(415)] = 6320, - [SMALL_STATE(416)] = 6443, - [SMALL_STATE(417)] = 6564, - [SMALL_STATE(418)] = 6685, - [SMALL_STATE(419)] = 6806, - [SMALL_STATE(420)] = 6927, - [SMALL_STATE(421)] = 7050, - [SMALL_STATE(422)] = 7171, - [SMALL_STATE(423)] = 7294, - [SMALL_STATE(424)] = 7417, - [SMALL_STATE(425)] = 7540, - [SMALL_STATE(426)] = 7661, - [SMALL_STATE(427)] = 7784, - [SMALL_STATE(428)] = 7905, - [SMALL_STATE(429)] = 8028, - [SMALL_STATE(430)] = 8151, - [SMALL_STATE(431)] = 8272, - [SMALL_STATE(432)] = 8393, - [SMALL_STATE(433)] = 8516, - [SMALL_STATE(434)] = 8639, - [SMALL_STATE(435)] = 8762, - [SMALL_STATE(436)] = 8883, - [SMALL_STATE(437)] = 9004, - [SMALL_STATE(438)] = 9127, - [SMALL_STATE(439)] = 9248, - [SMALL_STATE(440)] = 9371, - [SMALL_STATE(441)] = 9494, - [SMALL_STATE(442)] = 9617, - [SMALL_STATE(443)] = 9740, - [SMALL_STATE(444)] = 9863, - [SMALL_STATE(445)] = 9986, - [SMALL_STATE(446)] = 10111, - [SMALL_STATE(447)] = 10234, - [SMALL_STATE(448)] = 10357, - [SMALL_STATE(449)] = 10480, - [SMALL_STATE(450)] = 10603, - [SMALL_STATE(451)] = 10726, - [SMALL_STATE(452)] = 10849, - [SMALL_STATE(453)] = 10972, - [SMALL_STATE(454)] = 11095, - [SMALL_STATE(455)] = 11218, - [SMALL_STATE(456)] = 11341, - [SMALL_STATE(457)] = 11462, - [SMALL_STATE(458)] = 11583, - [SMALL_STATE(459)] = 11706, - [SMALL_STATE(460)] = 11829, - [SMALL_STATE(461)] = 11952, - [SMALL_STATE(462)] = 12075, - [SMALL_STATE(463)] = 12198, - [SMALL_STATE(464)] = 12321, - [SMALL_STATE(465)] = 12444, - [SMALL_STATE(466)] = 12567, - [SMALL_STATE(467)] = 12688, - [SMALL_STATE(468)] = 12811, - [SMALL_STATE(469)] = 12932, - [SMALL_STATE(470)] = 13053, - [SMALL_STATE(471)] = 13174, - [SMALL_STATE(472)] = 13297, - [SMALL_STATE(473)] = 13420, - [SMALL_STATE(474)] = 13543, - [SMALL_STATE(475)] = 13666, - [SMALL_STATE(476)] = 13789, - [SMALL_STATE(477)] = 13910, - [SMALL_STATE(478)] = 14033, - [SMALL_STATE(479)] = 14156, - [SMALL_STATE(480)] = 14279, - [SMALL_STATE(481)] = 14402, - [SMALL_STATE(482)] = 14525, - [SMALL_STATE(483)] = 14648, - [SMALL_STATE(484)] = 14769, - [SMALL_STATE(485)] = 14892, - [SMALL_STATE(486)] = 15015, - [SMALL_STATE(487)] = 15138, - [SMALL_STATE(488)] = 15261, - [SMALL_STATE(489)] = 15384, - [SMALL_STATE(490)] = 15507, - [SMALL_STATE(491)] = 15630, - [SMALL_STATE(492)] = 15751, - [SMALL_STATE(493)] = 15874, - [SMALL_STATE(494)] = 15997, - [SMALL_STATE(495)] = 16120, - [SMALL_STATE(496)] = 16243, - [SMALL_STATE(497)] = 16364, - [SMALL_STATE(498)] = 16487, - [SMALL_STATE(499)] = 16610, - [SMALL_STATE(500)] = 16733, - [SMALL_STATE(501)] = 16856, - [SMALL_STATE(502)] = 16977, - [SMALL_STATE(503)] = 17100, - [SMALL_STATE(504)] = 17223, - [SMALL_STATE(505)] = 17344, - [SMALL_STATE(506)] = 17467, - [SMALL_STATE(507)] = 17590, - [SMALL_STATE(508)] = 17711, - [SMALL_STATE(509)] = 17834, - [SMALL_STATE(510)] = 17957, - [SMALL_STATE(511)] = 18080, - [SMALL_STATE(512)] = 18201, - [SMALL_STATE(513)] = 18324, - [SMALL_STATE(514)] = 18447, - [SMALL_STATE(515)] = 18570, - [SMALL_STATE(516)] = 18693, - [SMALL_STATE(517)] = 18816, - [SMALL_STATE(518)] = 18939, - [SMALL_STATE(519)] = 19062, - [SMALL_STATE(520)] = 19185, - [SMALL_STATE(521)] = 19308, - [SMALL_STATE(522)] = 19431, - [SMALL_STATE(523)] = 19554, - [SMALL_STATE(524)] = 19677, - [SMALL_STATE(525)] = 19800, - [SMALL_STATE(526)] = 19923, - [SMALL_STATE(527)] = 20046, - [SMALL_STATE(528)] = 20169, - [SMALL_STATE(529)] = 20292, - [SMALL_STATE(530)] = 20415, - [SMALL_STATE(531)] = 20536, - [SMALL_STATE(532)] = 20659, - [SMALL_STATE(533)] = 20782, - [SMALL_STATE(534)] = 20905, - [SMALL_STATE(535)] = 21028, - [SMALL_STATE(536)] = 21151, - [SMALL_STATE(537)] = 21274, - [SMALL_STATE(538)] = 21397, - [SMALL_STATE(539)] = 21520, - [SMALL_STATE(540)] = 21643, - [SMALL_STATE(541)] = 21766, - [SMALL_STATE(542)] = 21889, - [SMALL_STATE(543)] = 22012, - [SMALL_STATE(544)] = 22135, - [SMALL_STATE(545)] = 22258, - [SMALL_STATE(546)] = 22381, - [SMALL_STATE(547)] = 22504, - [SMALL_STATE(548)] = 22627, - [SMALL_STATE(549)] = 22750, - [SMALL_STATE(550)] = 22873, - [SMALL_STATE(551)] = 22996, - [SMALL_STATE(552)] = 23119, - [SMALL_STATE(553)] = 23242, - [SMALL_STATE(554)] = 23365, - [SMALL_STATE(555)] = 23488, - [SMALL_STATE(556)] = 23611, - [SMALL_STATE(557)] = 23734, - [SMALL_STATE(558)] = 23857, - [SMALL_STATE(559)] = 23980, - [SMALL_STATE(560)] = 24103, - [SMALL_STATE(561)] = 24226, - [SMALL_STATE(562)] = 24349, - [SMALL_STATE(563)] = 24472, - [SMALL_STATE(564)] = 24595, - [SMALL_STATE(565)] = 24718, - [SMALL_STATE(566)] = 24841, - [SMALL_STATE(567)] = 24964, - [SMALL_STATE(568)] = 25087, - [SMALL_STATE(569)] = 25210, - [SMALL_STATE(570)] = 25333, - [SMALL_STATE(571)] = 25456, - [SMALL_STATE(572)] = 25579, - [SMALL_STATE(573)] = 25702, - [SMALL_STATE(574)] = 25825, - [SMALL_STATE(575)] = 25948, - [SMALL_STATE(576)] = 26071, - [SMALL_STATE(577)] = 26194, - [SMALL_STATE(578)] = 26317, - [SMALL_STATE(579)] = 26440, - [SMALL_STATE(580)] = 26563, - [SMALL_STATE(581)] = 26686, - [SMALL_STATE(582)] = 26809, - [SMALL_STATE(583)] = 26932, - [SMALL_STATE(584)] = 27055, - [SMALL_STATE(585)] = 27178, - [SMALL_STATE(586)] = 27301, - [SMALL_STATE(587)] = 27424, - [SMALL_STATE(588)] = 27547, - [SMALL_STATE(589)] = 27670, - [SMALL_STATE(590)] = 27793, - [SMALL_STATE(591)] = 27916, - [SMALL_STATE(592)] = 28039, - [SMALL_STATE(593)] = 28164, - [SMALL_STATE(594)] = 28285, - [SMALL_STATE(595)] = 28408, - [SMALL_STATE(596)] = 28531, - [SMALL_STATE(597)] = 28654, - [SMALL_STATE(598)] = 28777, - [SMALL_STATE(599)] = 28898, - [SMALL_STATE(600)] = 29019, - [SMALL_STATE(601)] = 29144, - [SMALL_STATE(602)] = 29267, - [SMALL_STATE(603)] = 29388, - [SMALL_STATE(604)] = 29511, - [SMALL_STATE(605)] = 29634, - [SMALL_STATE(606)] = 29757, - [SMALL_STATE(607)] = 29880, - [SMALL_STATE(608)] = 30003, - [SMALL_STATE(609)] = 30124, - [SMALL_STATE(610)] = 30247, - [SMALL_STATE(611)] = 30372, - [SMALL_STATE(612)] = 30495, - [SMALL_STATE(613)] = 30618, - [SMALL_STATE(614)] = 30741, - [SMALL_STATE(615)] = 30864, - [SMALL_STATE(616)] = 30987, - [SMALL_STATE(617)] = 31110, - [SMALL_STATE(618)] = 31233, - [SMALL_STATE(619)] = 31356, - [SMALL_STATE(620)] = 31477, - [SMALL_STATE(621)] = 31602, - [SMALL_STATE(622)] = 31723, - [SMALL_STATE(623)] = 31846, - [SMALL_STATE(624)] = 31969, - [SMALL_STATE(625)] = 32092, - [SMALL_STATE(626)] = 32215, - [SMALL_STATE(627)] = 32336, - [SMALL_STATE(628)] = 32457, - [SMALL_STATE(629)] = 32578, - [SMALL_STATE(630)] = 32699, - [SMALL_STATE(631)] = 32820, - [SMALL_STATE(632)] = 32945, - [SMALL_STATE(633)] = 33068, - [SMALL_STATE(634)] = 33189, - [SMALL_STATE(635)] = 33312, - [SMALL_STATE(636)] = 33435, - [SMALL_STATE(637)] = 33558, - [SMALL_STATE(638)] = 33681, - [SMALL_STATE(639)] = 33802, - [SMALL_STATE(640)] = 33925, - [SMALL_STATE(641)] = 34050, - [SMALL_STATE(642)] = 34173, - [SMALL_STATE(643)] = 34296, - [SMALL_STATE(644)] = 34419, - [SMALL_STATE(645)] = 34542, - [SMALL_STATE(646)] = 34665, - [SMALL_STATE(647)] = 34788, - [SMALL_STATE(648)] = 34911, - [SMALL_STATE(649)] = 35034, - [SMALL_STATE(650)] = 35157, - [SMALL_STATE(651)] = 35280, - [SMALL_STATE(652)] = 35405, - [SMALL_STATE(653)] = 35528, - [SMALL_STATE(654)] = 35651, - [SMALL_STATE(655)] = 35774, - [SMALL_STATE(656)] = 35897, - [SMALL_STATE(657)] = 36020, - [SMALL_STATE(658)] = 36143, - [SMALL_STATE(659)] = 36266, - [SMALL_STATE(660)] = 36389, - [SMALL_STATE(661)] = 36512, - [SMALL_STATE(662)] = 36635, - [SMALL_STATE(663)] = 36758, - [SMALL_STATE(664)] = 36881, - [SMALL_STATE(665)] = 37006, - [SMALL_STATE(666)] = 37129, - [SMALL_STATE(667)] = 37252, - [SMALL_STATE(668)] = 37373, - [SMALL_STATE(669)] = 37494, - [SMALL_STATE(670)] = 37615, - [SMALL_STATE(671)] = 37736, - [SMALL_STATE(672)] = 37859, - [SMALL_STATE(673)] = 37982, - [SMALL_STATE(674)] = 38105, - [SMALL_STATE(675)] = 38228, - [SMALL_STATE(676)] = 38349, - [SMALL_STATE(677)] = 38470, - [SMALL_STATE(678)] = 38593, - [SMALL_STATE(679)] = 38714, - [SMALL_STATE(680)] = 38837, - [SMALL_STATE(681)] = 38958, - [SMALL_STATE(682)] = 39081, - [SMALL_STATE(683)] = 39204, - [SMALL_STATE(684)] = 39325, - [SMALL_STATE(685)] = 39450, - [SMALL_STATE(686)] = 39573, - [SMALL_STATE(687)] = 39694, - [SMALL_STATE(688)] = 39815, - [SMALL_STATE(689)] = 39938, - [SMALL_STATE(690)] = 40059, - [SMALL_STATE(691)] = 40182, - [SMALL_STATE(692)] = 40305, - [SMALL_STATE(693)] = 40428, - [SMALL_STATE(694)] = 40551, - [SMALL_STATE(695)] = 40674, - [SMALL_STATE(696)] = 40797, - [SMALL_STATE(697)] = 40920, - [SMALL_STATE(698)] = 41043, - [SMALL_STATE(699)] = 41166, - [SMALL_STATE(700)] = 41289, - [SMALL_STATE(701)] = 41412, - [SMALL_STATE(702)] = 41533, - [SMALL_STATE(703)] = 41656, - [SMALL_STATE(704)] = 41779, - [SMALL_STATE(705)] = 41902, - [SMALL_STATE(706)] = 42023, - [SMALL_STATE(707)] = 42146, - [SMALL_STATE(708)] = 42269, - [SMALL_STATE(709)] = 42392, - [SMALL_STATE(710)] = 42515, - [SMALL_STATE(711)] = 42636, - [SMALL_STATE(712)] = 42757, - [SMALL_STATE(713)] = 42880, - [SMALL_STATE(714)] = 43001, - [SMALL_STATE(715)] = 43124, - [SMALL_STATE(716)] = 43247, - [SMALL_STATE(717)] = 43370, - [SMALL_STATE(718)] = 43493, + [SMALL_STATE(414)] = 6199, + [SMALL_STATE(415)] = 6322, + [SMALL_STATE(416)] = 6445, + [SMALL_STATE(417)] = 6568, + [SMALL_STATE(418)] = 6691, + [SMALL_STATE(419)] = 6814, + [SMALL_STATE(420)] = 6937, + [SMALL_STATE(421)] = 7060, + [SMALL_STATE(422)] = 7183, + [SMALL_STATE(423)] = 7306, + [SMALL_STATE(424)] = 7429, + [SMALL_STATE(425)] = 7550, + [SMALL_STATE(426)] = 7673, + [SMALL_STATE(427)] = 7794, + [SMALL_STATE(428)] = 7917, + [SMALL_STATE(429)] = 8040, + [SMALL_STATE(430)] = 8163, + [SMALL_STATE(431)] = 8286, + [SMALL_STATE(432)] = 8409, + [SMALL_STATE(433)] = 8530, + [SMALL_STATE(434)] = 8651, + [SMALL_STATE(435)] = 8774, + [SMALL_STATE(436)] = 8897, + [SMALL_STATE(437)] = 9022, + [SMALL_STATE(438)] = 9145, + [SMALL_STATE(439)] = 9266, + [SMALL_STATE(440)] = 9389, + [SMALL_STATE(441)] = 9512, + [SMALL_STATE(442)] = 9633, + [SMALL_STATE(443)] = 9754, + [SMALL_STATE(444)] = 9875, + [SMALL_STATE(445)] = 9998, + [SMALL_STATE(446)] = 10121, + [SMALL_STATE(447)] = 10244, + [SMALL_STATE(448)] = 10367, + [SMALL_STATE(449)] = 10490, + [SMALL_STATE(450)] = 10613, + [SMALL_STATE(451)] = 10736, + [SMALL_STATE(452)] = 10861, + [SMALL_STATE(453)] = 10984, + [SMALL_STATE(454)] = 11107, + [SMALL_STATE(455)] = 11230, + [SMALL_STATE(456)] = 11351, + [SMALL_STATE(457)] = 11474, + [SMALL_STATE(458)] = 11597, + [SMALL_STATE(459)] = 11720, + [SMALL_STATE(460)] = 11843, + [SMALL_STATE(461)] = 11966, + [SMALL_STATE(462)] = 12089, + [SMALL_STATE(463)] = 12214, + [SMALL_STATE(464)] = 12337, + [SMALL_STATE(465)] = 12458, + [SMALL_STATE(466)] = 12579, + [SMALL_STATE(467)] = 12702, + [SMALL_STATE(468)] = 12825, + [SMALL_STATE(469)] = 12948, + [SMALL_STATE(470)] = 13071, + [SMALL_STATE(471)] = 13194, + [SMALL_STATE(472)] = 13317, + [SMALL_STATE(473)] = 13440, + [SMALL_STATE(474)] = 13563, + [SMALL_STATE(475)] = 13686, + [SMALL_STATE(476)] = 13811, + [SMALL_STATE(477)] = 13934, + [SMALL_STATE(478)] = 14057, + [SMALL_STATE(479)] = 14180, + [SMALL_STATE(480)] = 14303, + [SMALL_STATE(481)] = 14426, + [SMALL_STATE(482)] = 14549, + [SMALL_STATE(483)] = 14672, + [SMALL_STATE(484)] = 14795, + [SMALL_STATE(485)] = 14918, + [SMALL_STATE(486)] = 15039, + [SMALL_STATE(487)] = 15164, + [SMALL_STATE(488)] = 15287, + [SMALL_STATE(489)] = 15410, + [SMALL_STATE(490)] = 15533, + [SMALL_STATE(491)] = 15656, + [SMALL_STATE(492)] = 15779, + [SMALL_STATE(493)] = 15902, + [SMALL_STATE(494)] = 16023, + [SMALL_STATE(495)] = 16146, + [SMALL_STATE(496)] = 16269, + [SMALL_STATE(497)] = 16392, + [SMALL_STATE(498)] = 16517, + [SMALL_STATE(499)] = 16640, + [SMALL_STATE(500)] = 16763, + [SMALL_STATE(501)] = 16886, + [SMALL_STATE(502)] = 17009, + [SMALL_STATE(503)] = 17132, + [SMALL_STATE(504)] = 17255, + [SMALL_STATE(505)] = 17380, + [SMALL_STATE(506)] = 17503, + [SMALL_STATE(507)] = 17624, + [SMALL_STATE(508)] = 17747, + [SMALL_STATE(509)] = 17868, + [SMALL_STATE(510)] = 17991, + [SMALL_STATE(511)] = 18114, + [SMALL_STATE(512)] = 18237, + [SMALL_STATE(513)] = 18360, + [SMALL_STATE(514)] = 18481, + [SMALL_STATE(515)] = 18604, + [SMALL_STATE(516)] = 18727, + [SMALL_STATE(517)] = 18848, + [SMALL_STATE(518)] = 18973, + [SMALL_STATE(519)] = 19094, + [SMALL_STATE(520)] = 19217, + [SMALL_STATE(521)] = 19338, + [SMALL_STATE(522)] = 19461, + [SMALL_STATE(523)] = 19584, + [SMALL_STATE(524)] = 19707, + [SMALL_STATE(525)] = 19830, + [SMALL_STATE(526)] = 19951, + [SMALL_STATE(527)] = 20072, + [SMALL_STATE(528)] = 20193, + [SMALL_STATE(529)] = 20316, + [SMALL_STATE(530)] = 20439, + [SMALL_STATE(531)] = 20562, + [SMALL_STATE(532)] = 20685, + [SMALL_STATE(533)] = 20808, + [SMALL_STATE(534)] = 20931, + [SMALL_STATE(535)] = 21054, + [SMALL_STATE(536)] = 21177, + [SMALL_STATE(537)] = 21300, + [SMALL_STATE(538)] = 21423, + [SMALL_STATE(539)] = 21546, + [SMALL_STATE(540)] = 21669, + [SMALL_STATE(541)] = 21792, + [SMALL_STATE(542)] = 21915, + [SMALL_STATE(543)] = 22038, + [SMALL_STATE(544)] = 22161, + [SMALL_STATE(545)] = 22284, + [SMALL_STATE(546)] = 22407, + [SMALL_STATE(547)] = 22530, + [SMALL_STATE(548)] = 22653, + [SMALL_STATE(549)] = 22776, + [SMALL_STATE(550)] = 22899, + [SMALL_STATE(551)] = 23022, + [SMALL_STATE(552)] = 23145, + [SMALL_STATE(553)] = 23268, + [SMALL_STATE(554)] = 23391, + [SMALL_STATE(555)] = 23514, + [SMALL_STATE(556)] = 23637, + [SMALL_STATE(557)] = 23760, + [SMALL_STATE(558)] = 23883, + [SMALL_STATE(559)] = 24004, + [SMALL_STATE(560)] = 24125, + [SMALL_STATE(561)] = 24248, + [SMALL_STATE(562)] = 24371, + [SMALL_STATE(563)] = 24494, + [SMALL_STATE(564)] = 24617, + [SMALL_STATE(565)] = 24740, + [SMALL_STATE(566)] = 24863, + [SMALL_STATE(567)] = 24986, + [SMALL_STATE(568)] = 25109, + [SMALL_STATE(569)] = 25232, + [SMALL_STATE(570)] = 25355, + [SMALL_STATE(571)] = 25478, + [SMALL_STATE(572)] = 25601, + [SMALL_STATE(573)] = 25724, + [SMALL_STATE(574)] = 25847, + [SMALL_STATE(575)] = 25970, + [SMALL_STATE(576)] = 26091, + [SMALL_STATE(577)] = 26214, + [SMALL_STATE(578)] = 26337, + [SMALL_STATE(579)] = 26460, + [SMALL_STATE(580)] = 26581, + [SMALL_STATE(581)] = 26704, + [SMALL_STATE(582)] = 26827, + [SMALL_STATE(583)] = 26950, + [SMALL_STATE(584)] = 27073, + [SMALL_STATE(585)] = 27196, + [SMALL_STATE(586)] = 27319, + [SMALL_STATE(587)] = 27442, + [SMALL_STATE(588)] = 27565, + [SMALL_STATE(589)] = 27688, + [SMALL_STATE(590)] = 27811, + [SMALL_STATE(591)] = 27934, + [SMALL_STATE(592)] = 28057, + [SMALL_STATE(593)] = 28180, + [SMALL_STATE(594)] = 28303, + [SMALL_STATE(595)] = 28426, + [SMALL_STATE(596)] = 28549, + [SMALL_STATE(597)] = 28672, + [SMALL_STATE(598)] = 28795, + [SMALL_STATE(599)] = 28918, + [SMALL_STATE(600)] = 29041, + [SMALL_STATE(601)] = 29164, + [SMALL_STATE(602)] = 29287, + [SMALL_STATE(603)] = 29410, + [SMALL_STATE(604)] = 29533, + [SMALL_STATE(605)] = 29656, + [SMALL_STATE(606)] = 29779, + [SMALL_STATE(607)] = 29902, + [SMALL_STATE(608)] = 30025, + [SMALL_STATE(609)] = 30148, + [SMALL_STATE(610)] = 30271, + [SMALL_STATE(611)] = 30392, + [SMALL_STATE(612)] = 30513, + [SMALL_STATE(613)] = 30636, + [SMALL_STATE(614)] = 30759, + [SMALL_STATE(615)] = 30882, + [SMALL_STATE(616)] = 31005, + [SMALL_STATE(617)] = 31128, + [SMALL_STATE(618)] = 31253, + [SMALL_STATE(619)] = 31376, + [SMALL_STATE(620)] = 31499, + [SMALL_STATE(621)] = 31624, + [SMALL_STATE(622)] = 31747, + [SMALL_STATE(623)] = 31868, + [SMALL_STATE(624)] = 31989, + [SMALL_STATE(625)] = 32112, + [SMALL_STATE(626)] = 32235, + [SMALL_STATE(627)] = 32356, + [SMALL_STATE(628)] = 32479, + [SMALL_STATE(629)] = 32602, + [SMALL_STATE(630)] = 32725, + [SMALL_STATE(631)] = 32848, + [SMALL_STATE(632)] = 32971, + [SMALL_STATE(633)] = 33094, + [SMALL_STATE(634)] = 33217, + [SMALL_STATE(635)] = 33338, + [SMALL_STATE(636)] = 33461, + [SMALL_STATE(637)] = 33584, + [SMALL_STATE(638)] = 33705, + [SMALL_STATE(639)] = 33826, + [SMALL_STATE(640)] = 33949, + [SMALL_STATE(641)] = 34070, + [SMALL_STATE(642)] = 34193, + [SMALL_STATE(643)] = 34314, + [SMALL_STATE(644)] = 34437, + [SMALL_STATE(645)] = 34560, + [SMALL_STATE(646)] = 34681, + [SMALL_STATE(647)] = 34802, + [SMALL_STATE(648)] = 34925, + [SMALL_STATE(649)] = 35046, + [SMALL_STATE(650)] = 35169, + [SMALL_STATE(651)] = 35290, + [SMALL_STATE(652)] = 35413, + [SMALL_STATE(653)] = 35536, + [SMALL_STATE(654)] = 35659, + [SMALL_STATE(655)] = 35782, + [SMALL_STATE(656)] = 35905, + [SMALL_STATE(657)] = 36028, + [SMALL_STATE(658)] = 36151, + [SMALL_STATE(659)] = 36274, + [SMALL_STATE(660)] = 36397, + [SMALL_STATE(661)] = 36520, + [SMALL_STATE(662)] = 36641, + [SMALL_STATE(663)] = 36764, + [SMALL_STATE(664)] = 36887, + [SMALL_STATE(665)] = 37010, + [SMALL_STATE(666)] = 37133, + [SMALL_STATE(667)] = 37256, + [SMALL_STATE(668)] = 37379, + [SMALL_STATE(669)] = 37502, + [SMALL_STATE(670)] = 37625, + [SMALL_STATE(671)] = 37746, + [SMALL_STATE(672)] = 37869, + [SMALL_STATE(673)] = 37992, + [SMALL_STATE(674)] = 38115, + [SMALL_STATE(675)] = 38238, + [SMALL_STATE(676)] = 38361, + [SMALL_STATE(677)] = 38482, + [SMALL_STATE(678)] = 38605, + [SMALL_STATE(679)] = 38726, + [SMALL_STATE(680)] = 38847, + [SMALL_STATE(681)] = 38968, + [SMALL_STATE(682)] = 39089, + [SMALL_STATE(683)] = 39212, + [SMALL_STATE(684)] = 39335, + [SMALL_STATE(685)] = 39458, + [SMALL_STATE(686)] = 39581, + [SMALL_STATE(687)] = 39704, + [SMALL_STATE(688)] = 39827, + [SMALL_STATE(689)] = 39948, + [SMALL_STATE(690)] = 40071, + [SMALL_STATE(691)] = 40192, + [SMALL_STATE(692)] = 40313, + [SMALL_STATE(693)] = 40434, + [SMALL_STATE(694)] = 40557, + [SMALL_STATE(695)] = 40680, + [SMALL_STATE(696)] = 40803, + [SMALL_STATE(697)] = 40926, + [SMALL_STATE(698)] = 41047, + [SMALL_STATE(699)] = 41170, + [SMALL_STATE(700)] = 41293, + [SMALL_STATE(701)] = 41414, + [SMALL_STATE(702)] = 41535, + [SMALL_STATE(703)] = 41658, + [SMALL_STATE(704)] = 41781, + [SMALL_STATE(705)] = 41904, + [SMALL_STATE(706)] = 42027, + [SMALL_STATE(707)] = 42150, + [SMALL_STATE(708)] = 42273, + [SMALL_STATE(709)] = 42396, + [SMALL_STATE(710)] = 42517, + [SMALL_STATE(711)] = 42638, + [SMALL_STATE(712)] = 42761, + [SMALL_STATE(713)] = 42882, + [SMALL_STATE(714)] = 43005, + [SMALL_STATE(715)] = 43126, + [SMALL_STATE(716)] = 43249, + [SMALL_STATE(717)] = 43372, + [SMALL_STATE(718)] = 43495, [SMALL_STATE(719)] = 43616, - [SMALL_STATE(720)] = 43737, + [SMALL_STATE(720)] = 43739, [SMALL_STATE(721)] = 43860, - [SMALL_STATE(722)] = 43994, - [SMALL_STATE(723)] = 44086, - [SMALL_STATE(724)] = 44220, - [SMALL_STATE(725)] = 44314, - [SMALL_STATE(726)] = 44408, + [SMALL_STATE(722)] = 43954, + [SMALL_STATE(723)] = 44088, + [SMALL_STATE(724)] = 44222, + [SMALL_STATE(725)] = 44356, + [SMALL_STATE(726)] = 44450, [SMALL_STATE(727)] = 44542, [SMALL_STATE(728)] = 44676, [SMALL_STATE(729)] = 44769, [SMALL_STATE(730)] = 44862, [SMALL_STATE(731)] = 44953, [SMALL_STATE(732)] = 45045, - [SMALL_STATE(733)] = 45135, + [SMALL_STATE(733)] = 45137, [SMALL_STATE(734)] = 45227, [SMALL_STATE(735)] = 45319, [SMALL_STATE(736)] = 45411, [SMALL_STATE(737)] = 45501, - [SMALL_STATE(738)] = 45590, - [SMALL_STATE(739)] = 45679, - [SMALL_STATE(740)] = 45804, - [SMALL_STATE(741)] = 45929, - [SMALL_STATE(742)] = 46022, - [SMALL_STATE(743)] = 46111, - [SMALL_STATE(744)] = 46202, - [SMALL_STATE(745)] = 46293, - [SMALL_STATE(746)] = 46384, - [SMALL_STATE(747)] = 46475, - [SMALL_STATE(748)] = 46566, - [SMALL_STATE(749)] = 46691, + [SMALL_STATE(738)] = 45626, + [SMALL_STATE(739)] = 45717, + [SMALL_STATE(740)] = 45808, + [SMALL_STATE(741)] = 45899, + [SMALL_STATE(742)] = 45988, + [SMALL_STATE(743)] = 46079, + [SMALL_STATE(744)] = 46204, + [SMALL_STATE(745)] = 46329, + [SMALL_STATE(746)] = 46420, + [SMALL_STATE(747)] = 46509, + [SMALL_STATE(748)] = 46600, + [SMALL_STATE(749)] = 46689, [SMALL_STATE(750)] = 46782, [SMALL_STATE(751)] = 46870, - [SMALL_STATE(752)] = 46960, - [SMALL_STATE(753)] = 47050, - [SMALL_STATE(754)] = 47140, - [SMALL_STATE(755)] = 47230, + [SMALL_STATE(752)] = 46958, + [SMALL_STATE(753)] = 47048, + [SMALL_STATE(754)] = 47138, + [SMALL_STATE(755)] = 47228, [SMALL_STATE(756)] = 47318, - [SMALL_STATE(757)] = 47437, + [SMALL_STATE(757)] = 47405, [SMALL_STATE(758)] = 47524, - [SMALL_STATE(759)] = 47611, - [SMALL_STATE(760)] = 47700, - [SMALL_STATE(761)] = 47819, - [SMALL_STATE(762)] = 47908, - [SMALL_STATE(763)] = 47997, - [SMALL_STATE(764)] = 48084, - [SMALL_STATE(765)] = 48203, - [SMALL_STATE(766)] = 48290, - [SMALL_STATE(767)] = 48409, - [SMALL_STATE(768)] = 48496, - [SMALL_STATE(769)] = 48585, - [SMALL_STATE(770)] = 48674, - [SMALL_STATE(771)] = 48761, - [SMALL_STATE(772)] = 48880, - [SMALL_STATE(773)] = 48999, + [SMALL_STATE(759)] = 47643, + [SMALL_STATE(760)] = 47762, + [SMALL_STATE(761)] = 47881, + [SMALL_STATE(762)] = 48000, + [SMALL_STATE(763)] = 48087, + [SMALL_STATE(764)] = 48176, + [SMALL_STATE(765)] = 48263, + [SMALL_STATE(766)] = 48352, + [SMALL_STATE(767)] = 48471, + [SMALL_STATE(768)] = 48560, + [SMALL_STATE(769)] = 48649, + [SMALL_STATE(770)] = 48738, + [SMALL_STATE(771)] = 48825, + [SMALL_STATE(772)] = 48944, + [SMALL_STATE(773)] = 49031, [SMALL_STATE(774)] = 49118, [SMALL_STATE(775)] = 49207, [SMALL_STATE(776)] = 49296, - [SMALL_STATE(777)] = 49385, - [SMALL_STATE(778)] = 49474, + [SMALL_STATE(777)] = 49383, + [SMALL_STATE(778)] = 49472, [SMALL_STATE(779)] = 49561, [SMALL_STATE(780)] = 49650, [SMALL_STATE(781)] = 49738, [SMALL_STATE(782)] = 49824, - [SMALL_STATE(783)] = 49942, - [SMALL_STATE(784)] = 50030, - [SMALL_STATE(785)] = 50118, - [SMALL_STATE(786)] = 50206, - [SMALL_STATE(787)] = 50294, - [SMALL_STATE(788)] = 50380, - [SMALL_STATE(789)] = 50468, - [SMALL_STATE(790)] = 50554, - [SMALL_STATE(791)] = 50642, - [SMALL_STATE(792)] = 50730, - [SMALL_STATE(793)] = 50816, + [SMALL_STATE(783)] = 49912, + [SMALL_STATE(784)] = 49998, + [SMALL_STATE(785)] = 50084, + [SMALL_STATE(786)] = 50172, + [SMALL_STATE(787)] = 50258, + [SMALL_STATE(788)] = 50346, + [SMALL_STATE(789)] = 50434, + [SMALL_STATE(790)] = 50522, + [SMALL_STATE(791)] = 50640, + [SMALL_STATE(792)] = 50726, + [SMALL_STATE(793)] = 50814, [SMALL_STATE(794)] = 50902, [SMALL_STATE(795)] = 50990, [SMALL_STATE(796)] = 51078, - [SMALL_STATE(797)] = 51151, - [SMALL_STATE(798)] = 51264, - [SMALL_STATE(799)] = 51377, - [SMALL_STATE(800)] = 51462, - [SMALL_STATE(801)] = 51575, - [SMALL_STATE(802)] = 51662, - [SMALL_STATE(803)] = 51747, - [SMALL_STATE(804)] = 51834, - [SMALL_STATE(805)] = 51947, - [SMALL_STATE(806)] = 52060, - [SMALL_STATE(807)] = 52173, - [SMALL_STATE(808)] = 52286, - [SMALL_STATE(809)] = 52405, - [SMALL_STATE(810)] = 52516, - [SMALL_STATE(811)] = 52629, - [SMALL_STATE(812)] = 52748, - [SMALL_STATE(813)] = 52835, - [SMALL_STATE(814)] = 52922, - [SMALL_STATE(815)] = 53009, - [SMALL_STATE(816)] = 53094, - [SMALL_STATE(817)] = 53207, - [SMALL_STATE(818)] = 53294, - [SMALL_STATE(819)] = 53407, - [SMALL_STATE(820)] = 53494, - [SMALL_STATE(821)] = 53613, - [SMALL_STATE(822)] = 53700, - [SMALL_STATE(823)] = 53785, - [SMALL_STATE(824)] = 53898, - [SMALL_STATE(825)] = 53983, - [SMALL_STATE(826)] = 54070, - [SMALL_STATE(827)] = 54189, - [SMALL_STATE(828)] = 54302, - [SMALL_STATE(829)] = 54389, - [SMALL_STATE(830)] = 54502, - [SMALL_STATE(831)] = 54621, - [SMALL_STATE(832)] = 54734, - [SMALL_STATE(833)] = 54847, - [SMALL_STATE(834)] = 54960, - [SMALL_STATE(835)] = 55045, - [SMALL_STATE(836)] = 55164, - [SMALL_STATE(837)] = 55277, + [SMALL_STATE(797)] = 51165, + [SMALL_STATE(798)] = 51252, + [SMALL_STATE(799)] = 51365, + [SMALL_STATE(800)] = 51478, + [SMALL_STATE(801)] = 51591, + [SMALL_STATE(802)] = 51676, + [SMALL_STATE(803)] = 51789, + [SMALL_STATE(804)] = 51902, + [SMALL_STATE(805)] = 52015, + [SMALL_STATE(806)] = 52128, + [SMALL_STATE(807)] = 52215, + [SMALL_STATE(808)] = 52302, + [SMALL_STATE(809)] = 52421, + [SMALL_STATE(810)] = 52506, + [SMALL_STATE(811)] = 52619, + [SMALL_STATE(812)] = 52732, + [SMALL_STATE(813)] = 52845, + [SMALL_STATE(814)] = 52958, + [SMALL_STATE(815)] = 53071, + [SMALL_STATE(816)] = 53184, + [SMALL_STATE(817)] = 53271, + [SMALL_STATE(818)] = 53382, + [SMALL_STATE(819)] = 53495, + [SMALL_STATE(820)] = 53582, + [SMALL_STATE(821)] = 53701, + [SMALL_STATE(822)] = 53820, + [SMALL_STATE(823)] = 53933, + [SMALL_STATE(824)] = 54018, + [SMALL_STATE(825)] = 54131, + [SMALL_STATE(826)] = 54218, + [SMALL_STATE(827)] = 54331, + [SMALL_STATE(828)] = 54418, + [SMALL_STATE(829)] = 54503, + [SMALL_STATE(830)] = 54588, + [SMALL_STATE(831)] = 54707, + [SMALL_STATE(832)] = 54792, + [SMALL_STATE(833)] = 54879, + [SMALL_STATE(834)] = 54998, + [SMALL_STATE(835)] = 55083, + [SMALL_STATE(836)] = 55156, + [SMALL_STATE(837)] = 55275, [SMALL_STATE(838)] = 55362, [SMALL_STATE(839)] = 55428, - [SMALL_STATE(840)] = 55494, - [SMALL_STATE(841)] = 55560, - [SMALL_STATE(842)] = 55632, - [SMALL_STATE(843)] = 55744, - [SMALL_STATE(844)] = 55830, - [SMALL_STATE(845)] = 55896, - [SMALL_STATE(846)] = 55982, - [SMALL_STATE(847)] = 56048, - [SMALL_STATE(848)] = 56114, - [SMALL_STATE(849)] = 56180, - [SMALL_STATE(850)] = 56264, - [SMALL_STATE(851)] = 56330, - [SMALL_STATE(852)] = 56416, - [SMALL_STATE(853)] = 56482, - [SMALL_STATE(854)] = 56548, - [SMALL_STATE(855)] = 56614, - [SMALL_STATE(856)] = 56686, - [SMALL_STATE(857)] = 56770, - [SMALL_STATE(858)] = 56836, - [SMALL_STATE(859)] = 56902, + [SMALL_STATE(840)] = 55514, + [SMALL_STATE(841)] = 55600, + [SMALL_STATE(842)] = 55666, + [SMALL_STATE(843)] = 55732, + [SMALL_STATE(844)] = 55818, + [SMALL_STATE(845)] = 55902, + [SMALL_STATE(846)] = 55968, + [SMALL_STATE(847)] = 56034, + [SMALL_STATE(848)] = 56118, + [SMALL_STATE(849)] = 56204, + [SMALL_STATE(850)] = 56270, + [SMALL_STATE(851)] = 56354, + [SMALL_STATE(852)] = 56420, + [SMALL_STATE(853)] = 56506, + [SMALL_STATE(854)] = 56572, + [SMALL_STATE(855)] = 56638, + [SMALL_STATE(856)] = 56704, + [SMALL_STATE(857)] = 56790, + [SMALL_STATE(858)] = 56856, + [SMALL_STATE(859)] = 56922, [SMALL_STATE(860)] = 56988, - [SMALL_STATE(861)] = 57054, - [SMALL_STATE(862)] = 57138, - [SMALL_STATE(863)] = 57204, - [SMALL_STATE(864)] = 57290, - [SMALL_STATE(865)] = 57376, - [SMALL_STATE(866)] = 57462, - [SMALL_STATE(867)] = 57528, - [SMALL_STATE(868)] = 57614, - [SMALL_STATE(869)] = 57680, - [SMALL_STATE(870)] = 57746, - [SMALL_STATE(871)] = 57832, - [SMALL_STATE(872)] = 57918, - [SMALL_STATE(873)] = 57984, - [SMALL_STATE(874)] = 58070, - [SMALL_STATE(875)] = 58154, - [SMALL_STATE(876)] = 58220, - [SMALL_STATE(877)] = 58286, - [SMALL_STATE(878)] = 58352, - [SMALL_STATE(879)] = 58418, + [SMALL_STATE(861)] = 57074, + [SMALL_STATE(862)] = 57140, + [SMALL_STATE(863)] = 57206, + [SMALL_STATE(864)] = 57272, + [SMALL_STATE(865)] = 57358, + [SMALL_STATE(866)] = 57444, + [SMALL_STATE(867)] = 57556, + [SMALL_STATE(868)] = 57622, + [SMALL_STATE(869)] = 57688, + [SMALL_STATE(870)] = 57754, + [SMALL_STATE(871)] = 57840, + [SMALL_STATE(872)] = 57906, + [SMALL_STATE(873)] = 57990, + [SMALL_STATE(874)] = 58076, + [SMALL_STATE(875)] = 58142, + [SMALL_STATE(876)] = 58226, + [SMALL_STATE(877)] = 58292, + [SMALL_STATE(878)] = 58358, + [SMALL_STATE(879)] = 58430, [SMALL_STATE(880)] = 58502, - [SMALL_STATE(881)] = 58568, - [SMALL_STATE(882)] = 58634, + [SMALL_STATE(881)] = 58588, + [SMALL_STATE(882)] = 58654, [SMALL_STATE(883)] = 58720, - [SMALL_STATE(884)] = 58804, - [SMALL_STATE(885)] = 58870, + [SMALL_STATE(884)] = 58786, + [SMALL_STATE(885)] = 58852, [SMALL_STATE(886)] = 58936, [SMALL_STATE(887)] = 59002, [SMALL_STATE(888)] = 59068, [SMALL_STATE(889)] = 59133, [SMALL_STATE(890)] = 59214, [SMALL_STATE(891)] = 59279, - [SMALL_STATE(892)] = 59344, - [SMALL_STATE(893)] = 59409, - [SMALL_STATE(894)] = 59474, - [SMALL_STATE(895)] = 59551, - [SMALL_STATE(896)] = 59616, - [SMALL_STATE(897)] = 59681, - [SMALL_STATE(898)] = 59746, - [SMALL_STATE(899)] = 59827, - [SMALL_STATE(900)] = 59902, - [SMALL_STATE(901)] = 59967, - [SMALL_STATE(902)] = 60032, - [SMALL_STATE(903)] = 60121, - [SMALL_STATE(904)] = 60186, - [SMALL_STATE(905)] = 60257, - [SMALL_STATE(906)] = 60344, - [SMALL_STATE(907)] = 60409, - [SMALL_STATE(908)] = 60474, - [SMALL_STATE(909)] = 60539, - [SMALL_STATE(910)] = 60604, - [SMALL_STATE(911)] = 60669, - [SMALL_STATE(912)] = 60754, - [SMALL_STATE(913)] = 60819, - [SMALL_STATE(914)] = 60884, - [SMALL_STATE(915)] = 60967, - [SMALL_STATE(916)] = 61032, - [SMALL_STATE(917)] = 61107, - [SMALL_STATE(918)] = 61172, - [SMALL_STATE(919)] = 61237, - [SMALL_STATE(920)] = 61302, - [SMALL_STATE(921)] = 61367, - [SMALL_STATE(922)] = 61432, - [SMALL_STATE(923)] = 61497, - [SMALL_STATE(924)] = 61562, - [SMALL_STATE(925)] = 61627, - [SMALL_STATE(926)] = 61692, - [SMALL_STATE(927)] = 61757, + [SMALL_STATE(892)] = 59350, + [SMALL_STATE(893)] = 59415, + [SMALL_STATE(894)] = 59480, + [SMALL_STATE(895)] = 59545, + [SMALL_STATE(896)] = 59610, + [SMALL_STATE(897)] = 59675, + [SMALL_STATE(898)] = 59750, + [SMALL_STATE(899)] = 59821, + [SMALL_STATE(900)] = 59886, + [SMALL_STATE(901)] = 59951, + [SMALL_STATE(902)] = 60016, + [SMALL_STATE(903)] = 60081, + [SMALL_STATE(904)] = 60146, + [SMALL_STATE(905)] = 60211, + [SMALL_STATE(906)] = 60276, + [SMALL_STATE(907)] = 60365, + [SMALL_STATE(908)] = 60446, + [SMALL_STATE(909)] = 60523, + [SMALL_STATE(910)] = 60588, + [SMALL_STATE(911)] = 60653, + [SMALL_STATE(912)] = 60718, + [SMALL_STATE(913)] = 60805, + [SMALL_STATE(914)] = 60870, + [SMALL_STATE(915)] = 60935, + [SMALL_STATE(916)] = 61020, + [SMALL_STATE(917)] = 61085, + [SMALL_STATE(918)] = 61150, + [SMALL_STATE(919)] = 61233, + [SMALL_STATE(920)] = 61298, + [SMALL_STATE(921)] = 61363, + [SMALL_STATE(922)] = 61428, + [SMALL_STATE(923)] = 61493, + [SMALL_STATE(924)] = 61558, + [SMALL_STATE(925)] = 61623, + [SMALL_STATE(926)] = 61688, + [SMALL_STATE(927)] = 61763, [SMALL_STATE(928)] = 61828, [SMALL_STATE(929)] = 61893, [SMALL_STATE(930)] = 61958, - [SMALL_STATE(931)] = 62022, - [SMALL_STATE(932)] = 62086, - [SMALL_STATE(933)] = 62150, - [SMALL_STATE(934)] = 62214, - [SMALL_STATE(935)] = 62278, - [SMALL_STATE(936)] = 62342, - [SMALL_STATE(937)] = 62406, + [SMALL_STATE(931)] = 62028, + [SMALL_STATE(932)] = 62092, + [SMALL_STATE(933)] = 62156, + [SMALL_STATE(934)] = 62220, + [SMALL_STATE(935)] = 62284, + [SMALL_STATE(936)] = 62348, + [SMALL_STATE(937)] = 62412, [SMALL_STATE(938)] = 62476, [SMALL_STATE(939)] = 62540, - [SMALL_STATE(940)] = 62646, - [SMALL_STATE(941)] = 62710, - [SMALL_STATE(942)] = 62774, - [SMALL_STATE(943)] = 62838, - [SMALL_STATE(944)] = 62902, - [SMALL_STATE(945)] = 62972, - [SMALL_STATE(946)] = 63036, - [SMALL_STATE(947)] = 63100, - [SMALL_STATE(948)] = 63206, - [SMALL_STATE(949)] = 63270, - [SMALL_STATE(950)] = 63334, - [SMALL_STATE(951)] = 63398, - [SMALL_STATE(952)] = 63504, - [SMALL_STATE(953)] = 63608, - [SMALL_STATE(954)] = 63672, - [SMALL_STATE(955)] = 63742, - [SMALL_STATE(956)] = 63806, - [SMALL_STATE(957)] = 63870, - [SMALL_STATE(958)] = 63934, - [SMALL_STATE(959)] = 63998, - [SMALL_STATE(960)] = 64062, - [SMALL_STATE(961)] = 64126, - [SMALL_STATE(962)] = 64190, - [SMALL_STATE(963)] = 64296, - [SMALL_STATE(964)] = 64360, - [SMALL_STATE(965)] = 64424, - [SMALL_STATE(966)] = 64488, - [SMALL_STATE(967)] = 64552, - [SMALL_STATE(968)] = 64616, - [SMALL_STATE(969)] = 64680, - [SMALL_STATE(970)] = 64744, - [SMALL_STATE(971)] = 64808, - [SMALL_STATE(972)] = 64878, - [SMALL_STATE(973)] = 64942, - [SMALL_STATE(974)] = 65006, - [SMALL_STATE(975)] = 65070, - [SMALL_STATE(976)] = 65134, - [SMALL_STATE(977)] = 65198, - [SMALL_STATE(978)] = 65262, - [SMALL_STATE(979)] = 65326, - [SMALL_STATE(980)] = 65396, - [SMALL_STATE(981)] = 65460, - [SMALL_STATE(982)] = 65524, - [SMALL_STATE(983)] = 65588, - [SMALL_STATE(984)] = 65652, - [SMALL_STATE(985)] = 65716, - [SMALL_STATE(986)] = 65780, + [SMALL_STATE(940)] = 62604, + [SMALL_STATE(941)] = 62668, + [SMALL_STATE(942)] = 62732, + [SMALL_STATE(943)] = 62802, + [SMALL_STATE(944)] = 62866, + [SMALL_STATE(945)] = 62930, + [SMALL_STATE(946)] = 62994, + [SMALL_STATE(947)] = 63064, + [SMALL_STATE(948)] = 63128, + [SMALL_STATE(949)] = 63192, + [SMALL_STATE(950)] = 63256, + [SMALL_STATE(951)] = 63320, + [SMALL_STATE(952)] = 63384, + [SMALL_STATE(953)] = 63454, + [SMALL_STATE(954)] = 63518, + [SMALL_STATE(955)] = 63582, + [SMALL_STATE(956)] = 63646, + [SMALL_STATE(957)] = 63710, + [SMALL_STATE(958)] = 63774, + [SMALL_STATE(959)] = 63838, + [SMALL_STATE(960)] = 63902, + [SMALL_STATE(961)] = 64008, + [SMALL_STATE(962)] = 64072, + [SMALL_STATE(963)] = 64136, + [SMALL_STATE(964)] = 64200, + [SMALL_STATE(965)] = 64264, + [SMALL_STATE(966)] = 64328, + [SMALL_STATE(967)] = 64392, + [SMALL_STATE(968)] = 64498, + [SMALL_STATE(969)] = 64562, + [SMALL_STATE(970)] = 64626, + [SMALL_STATE(971)] = 64690, + [SMALL_STATE(972)] = 64754, + [SMALL_STATE(973)] = 64818, + [SMALL_STATE(974)] = 64882, + [SMALL_STATE(975)] = 64946, + [SMALL_STATE(976)] = 65010, + [SMALL_STATE(977)] = 65074, + [SMALL_STATE(978)] = 65178, + [SMALL_STATE(979)] = 65242, + [SMALL_STATE(980)] = 65306, + [SMALL_STATE(981)] = 65370, + [SMALL_STATE(982)] = 65440, + [SMALL_STATE(983)] = 65504, + [SMALL_STATE(984)] = 65568, + [SMALL_STATE(985)] = 65674, + [SMALL_STATE(986)] = 65738, [SMALL_STATE(987)] = 65844, [SMALL_STATE(988)] = 65908, - [SMALL_STATE(989)] = 65972, - [SMALL_STATE(990)] = 66036, - [SMALL_STATE(991)] = 66100, - [SMALL_STATE(992)] = 66164, - [SMALL_STATE(993)] = 66228, - [SMALL_STATE(994)] = 66292, - [SMALL_STATE(995)] = 66356, - [SMALL_STATE(996)] = 66420, + [SMALL_STATE(989)] = 66014, + [SMALL_STATE(990)] = 66078, + [SMALL_STATE(991)] = 66142, + [SMALL_STATE(992)] = 66206, + [SMALL_STATE(993)] = 66270, + [SMALL_STATE(994)] = 66334, + [SMALL_STATE(995)] = 66398, + [SMALL_STATE(996)] = 66462, [SMALL_STATE(997)] = 66526, [SMALL_STATE(998)] = 66590, [SMALL_STATE(999)] = 66654, - [SMALL_STATE(1000)] = 66717, - [SMALL_STATE(1001)] = 66796, - [SMALL_STATE(1002)] = 66877, - [SMALL_STATE(1003)] = 66940, - [SMALL_STATE(1004)] = 67003, - [SMALL_STATE(1005)] = 67066, - [SMALL_STATE(1006)] = 67129, - [SMALL_STATE(1007)] = 67192, - [SMALL_STATE(1008)] = 67255, - [SMALL_STATE(1009)] = 67318, - [SMALL_STATE(1010)] = 67381, - [SMALL_STATE(1011)] = 67444, - [SMALL_STATE(1012)] = 67507, - [SMALL_STATE(1013)] = 67570, - [SMALL_STATE(1014)] = 67633, - [SMALL_STATE(1015)] = 67696, - [SMALL_STATE(1016)] = 67775, - [SMALL_STATE(1017)] = 67838, - [SMALL_STATE(1018)] = 67921, - [SMALL_STATE(1019)] = 67984, - [SMALL_STATE(1020)] = 68069, - [SMALL_STATE(1021)] = 68132, - [SMALL_STATE(1022)] = 68195, - [SMALL_STATE(1023)] = 68258, - [SMALL_STATE(1024)] = 68331, - [SMALL_STATE(1025)] = 68400, - [SMALL_STATE(1026)] = 68463, - [SMALL_STATE(1027)] = 68532, - [SMALL_STATE(1028)] = 68595, - [SMALL_STATE(1029)] = 68664, - [SMALL_STATE(1030)] = 68727, - [SMALL_STATE(1031)] = 68834, - [SMALL_STATE(1032)] = 68915, - [SMALL_STATE(1033)] = 69020, - [SMALL_STATE(1034)] = 69083, - [SMALL_STATE(1035)] = 69146, - [SMALL_STATE(1036)] = 69209, - [SMALL_STATE(1037)] = 69272, - [SMALL_STATE(1038)] = 69335, - [SMALL_STATE(1039)] = 69408, - [SMALL_STATE(1040)] = 69471, - [SMALL_STATE(1041)] = 69550, - [SMALL_STATE(1042)] = 69613, - [SMALL_STATE(1043)] = 69676, - [SMALL_STATE(1044)] = 69739, - [SMALL_STATE(1045)] = 69802, - [SMALL_STATE(1046)] = 69865, - [SMALL_STATE(1047)] = 69928, - [SMALL_STATE(1048)] = 69991, - [SMALL_STATE(1049)] = 70064, - [SMALL_STATE(1050)] = 70127, - [SMALL_STATE(1051)] = 70210, - [SMALL_STATE(1052)] = 70273, - [SMALL_STATE(1053)] = 70336, - [SMALL_STATE(1054)] = 70415, - [SMALL_STATE(1055)] = 70490, - [SMALL_STATE(1056)] = 70553, - [SMALL_STATE(1057)] = 70616, - [SMALL_STATE(1058)] = 70701, - [SMALL_STATE(1059)] = 70764, - [SMALL_STATE(1060)] = 70827, - [SMALL_STATE(1061)] = 70890, - [SMALL_STATE(1062)] = 70965, - [SMALL_STATE(1063)] = 71038, - [SMALL_STATE(1064)] = 71101, - [SMALL_STATE(1065)] = 71164, - [SMALL_STATE(1066)] = 71227, - [SMALL_STATE(1067)] = 71290, - [SMALL_STATE(1068)] = 71353, - [SMALL_STATE(1069)] = 71416, - [SMALL_STATE(1070)] = 71523, - [SMALL_STATE(1071)] = 71630, - [SMALL_STATE(1072)] = 71693, - [SMALL_STATE(1073)] = 71756, - [SMALL_STATE(1074)] = 71819, - [SMALL_STATE(1075)] = 71882, - [SMALL_STATE(1076)] = 71945, - [SMALL_STATE(1077)] = 72008, - [SMALL_STATE(1078)] = 72071, - [SMALL_STATE(1079)] = 72134, - [SMALL_STATE(1080)] = 72197, - [SMALL_STATE(1081)] = 72284, - [SMALL_STATE(1082)] = 72347, - [SMALL_STATE(1083)] = 72410, - [SMALL_STATE(1084)] = 72473, - [SMALL_STATE(1085)] = 72536, - [SMALL_STATE(1086)] = 72599, - [SMALL_STATE(1087)] = 72662, - [SMALL_STATE(1088)] = 72725, - [SMALL_STATE(1089)] = 72796, - [SMALL_STATE(1090)] = 72859, - [SMALL_STATE(1091)] = 72922, - [SMALL_STATE(1092)] = 72985, - [SMALL_STATE(1093)] = 73048, - [SMALL_STATE(1094)] = 73143, - [SMALL_STATE(1095)] = 73206, - [SMALL_STATE(1096)] = 73269, - [SMALL_STATE(1097)] = 73332, - [SMALL_STATE(1098)] = 73395, - [SMALL_STATE(1099)] = 73458, - [SMALL_STATE(1100)] = 73521, - [SMALL_STATE(1101)] = 73608, - [SMALL_STATE(1102)] = 73671, - [SMALL_STATE(1103)] = 73740, - [SMALL_STATE(1104)] = 73803, - [SMALL_STATE(1105)] = 73872, - [SMALL_STATE(1106)] = 73935, - [SMALL_STATE(1107)] = 73998, - [SMALL_STATE(1108)] = 74061, - [SMALL_STATE(1109)] = 74124, - [SMALL_STATE(1110)] = 74187, - [SMALL_STATE(1111)] = 74250, - [SMALL_STATE(1112)] = 74313, - [SMALL_STATE(1113)] = 74400, - [SMALL_STATE(1114)] = 74463, - [SMALL_STATE(1115)] = 74526, - [SMALL_STATE(1116)] = 74589, - [SMALL_STATE(1117)] = 74652, - [SMALL_STATE(1118)] = 74715, - [SMALL_STATE(1119)] = 74778, + [SMALL_STATE(1000)] = 66729, + [SMALL_STATE(1001)] = 66792, + [SMALL_STATE(1002)] = 66875, + [SMALL_STATE(1003)] = 66938, + [SMALL_STATE(1004)] = 67021, + [SMALL_STATE(1005)] = 67102, + [SMALL_STATE(1006)] = 67181, + [SMALL_STATE(1007)] = 67244, + [SMALL_STATE(1008)] = 67323, + [SMALL_STATE(1009)] = 67386, + [SMALL_STATE(1010)] = 67461, + [SMALL_STATE(1011)] = 67542, + [SMALL_STATE(1012)] = 67649, + [SMALL_STATE(1013)] = 67734, + [SMALL_STATE(1014)] = 67797, + [SMALL_STATE(1015)] = 67902, + [SMALL_STATE(1016)] = 67975, + [SMALL_STATE(1017)] = 68038, + [SMALL_STATE(1018)] = 68107, + [SMALL_STATE(1019)] = 68214, + [SMALL_STATE(1020)] = 68277, + [SMALL_STATE(1021)] = 68362, + [SMALL_STATE(1022)] = 68425, + [SMALL_STATE(1023)] = 68488, + [SMALL_STATE(1024)] = 68551, + [SMALL_STATE(1025)] = 68614, + [SMALL_STATE(1026)] = 68677, + [SMALL_STATE(1027)] = 68746, + [SMALL_STATE(1028)] = 68809, + [SMALL_STATE(1029)] = 68872, + [SMALL_STATE(1030)] = 68935, + [SMALL_STATE(1031)] = 68998, + [SMALL_STATE(1032)] = 69061, + [SMALL_STATE(1033)] = 69124, + [SMALL_STATE(1034)] = 69187, + [SMALL_STATE(1035)] = 69250, + [SMALL_STATE(1036)] = 69313, + [SMALL_STATE(1037)] = 69376, + [SMALL_STATE(1038)] = 69439, + [SMALL_STATE(1039)] = 69502, + [SMALL_STATE(1040)] = 69565, + [SMALL_STATE(1041)] = 69628, + [SMALL_STATE(1042)] = 69691, + [SMALL_STATE(1043)] = 69754, + [SMALL_STATE(1044)] = 69817, + [SMALL_STATE(1045)] = 69880, + [SMALL_STATE(1046)] = 69951, + [SMALL_STATE(1047)] = 70014, + [SMALL_STATE(1048)] = 70077, + [SMALL_STATE(1049)] = 70140, + [SMALL_STATE(1050)] = 70209, + [SMALL_STATE(1051)] = 70304, + [SMALL_STATE(1052)] = 70391, + [SMALL_STATE(1053)] = 70454, + [SMALL_STATE(1054)] = 70517, + [SMALL_STATE(1055)] = 70580, + [SMALL_STATE(1056)] = 70649, + [SMALL_STATE(1057)] = 70712, + [SMALL_STATE(1058)] = 70775, + [SMALL_STATE(1059)] = 70838, + [SMALL_STATE(1060)] = 70901, + [SMALL_STATE(1061)] = 70964, + [SMALL_STATE(1062)] = 71027, + [SMALL_STATE(1063)] = 71090, + [SMALL_STATE(1064)] = 71153, + [SMALL_STATE(1065)] = 71216, + [SMALL_STATE(1066)] = 71279, + [SMALL_STATE(1067)] = 71358, + [SMALL_STATE(1068)] = 71431, + [SMALL_STATE(1069)] = 71494, + [SMALL_STATE(1070)] = 71557, + [SMALL_STATE(1071)] = 71620, + [SMALL_STATE(1072)] = 71707, + [SMALL_STATE(1073)] = 71770, + [SMALL_STATE(1074)] = 71833, + [SMALL_STATE(1075)] = 71896, + [SMALL_STATE(1076)] = 71959, + [SMALL_STATE(1077)] = 72022, + [SMALL_STATE(1078)] = 72085, + [SMALL_STATE(1079)] = 72148, + [SMALL_STATE(1080)] = 72211, + [SMALL_STATE(1081)] = 72274, + [SMALL_STATE(1082)] = 72337, + [SMALL_STATE(1083)] = 72406, + [SMALL_STATE(1084)] = 72469, + [SMALL_STATE(1085)] = 72532, + [SMALL_STATE(1086)] = 72595, + [SMALL_STATE(1087)] = 72658, + [SMALL_STATE(1088)] = 72721, + [SMALL_STATE(1089)] = 72784, + [SMALL_STATE(1090)] = 72847, + [SMALL_STATE(1091)] = 72910, + [SMALL_STATE(1092)] = 72973, + [SMALL_STATE(1093)] = 73036, + [SMALL_STATE(1094)] = 73109, + [SMALL_STATE(1095)] = 73172, + [SMALL_STATE(1096)] = 73235, + [SMALL_STATE(1097)] = 73298, + [SMALL_STATE(1098)] = 73361, + [SMALL_STATE(1099)] = 73440, + [SMALL_STATE(1100)] = 73503, + [SMALL_STATE(1101)] = 73566, + [SMALL_STATE(1102)] = 73629, + [SMALL_STATE(1103)] = 73692, + [SMALL_STATE(1104)] = 73755, + [SMALL_STATE(1105)] = 73818, + [SMALL_STATE(1106)] = 73881, + [SMALL_STATE(1107)] = 73944, + [SMALL_STATE(1108)] = 74007, + [SMALL_STATE(1109)] = 74070, + [SMALL_STATE(1110)] = 74177, + [SMALL_STATE(1111)] = 74240, + [SMALL_STATE(1112)] = 74303, + [SMALL_STATE(1113)] = 74366, + [SMALL_STATE(1114)] = 74453, + [SMALL_STATE(1115)] = 74516, + [SMALL_STATE(1116)] = 74579, + [SMALL_STATE(1117)] = 74642, + [SMALL_STATE(1118)] = 74705, + [SMALL_STATE(1119)] = 74768, [SMALL_STATE(1120)] = 74841, - [SMALL_STATE(1121)] = 74903, - [SMALL_STATE(1122)] = 74975, - [SMALL_STATE(1123)] = 75053, + [SMALL_STATE(1121)] = 74949, + [SMALL_STATE(1122)] = 75021, + [SMALL_STATE(1123)] = 75083, [SMALL_STATE(1124)] = 75161, [SMALL_STATE(1125)] = 75223, - [SMALL_STATE(1126)] = 75291, - [SMALL_STATE(1127)] = 75353, - [SMALL_STATE(1128)] = 75425, - [SMALL_STATE(1129)] = 75487, - [SMALL_STATE(1130)] = 75549, - [SMALL_STATE(1131)] = 75611, - [SMALL_STATE(1132)] = 75673, - [SMALL_STATE(1133)] = 75781, - [SMALL_STATE(1134)] = 75889, - [SMALL_STATE(1135)] = 75957, - [SMALL_STATE(1136)] = 76019, - [SMALL_STATE(1137)] = 76081, - [SMALL_STATE(1138)] = 76161, - [SMALL_STATE(1139)] = 76269, - [SMALL_STATE(1140)] = 76331, - [SMALL_STATE(1141)] = 76413, - [SMALL_STATE(1142)] = 76475, - [SMALL_STATE(1143)] = 76567, - [SMALL_STATE(1144)] = 76629, - [SMALL_STATE(1145)] = 76691, - [SMALL_STATE(1146)] = 76753, - [SMALL_STATE(1147)] = 76821, - [SMALL_STATE(1148)] = 76883, - [SMALL_STATE(1149)] = 76951, - [SMALL_STATE(1150)] = 77023, - [SMALL_STATE(1151)] = 77091, - [SMALL_STATE(1152)] = 77175, - [SMALL_STATE(1153)] = 77253, - [SMALL_STATE(1154)] = 77361, - [SMALL_STATE(1155)] = 77423, - [SMALL_STATE(1156)] = 77495, - [SMALL_STATE(1157)] = 77567, - [SMALL_STATE(1158)] = 77645, - [SMALL_STATE(1159)] = 77719, - [SMALL_STATE(1160)] = 77781, - [SMALL_STATE(1161)] = 77843, - [SMALL_STATE(1162)] = 77923, + [SMALL_STATE(1126)] = 75331, + [SMALL_STATE(1127)] = 75393, + [SMALL_STATE(1128)] = 75455, + [SMALL_STATE(1129)] = 75563, + [SMALL_STATE(1130)] = 75625, + [SMALL_STATE(1131)] = 75733, + [SMALL_STATE(1132)] = 75795, + [SMALL_STATE(1133)] = 75857, + [SMALL_STATE(1134)] = 75919, + [SMALL_STATE(1135)] = 75981, + [SMALL_STATE(1136)] = 76043, + [SMALL_STATE(1137)] = 76105, + [SMALL_STATE(1138)] = 76213, + [SMALL_STATE(1139)] = 76275, + [SMALL_STATE(1140)] = 76383, + [SMALL_STATE(1141)] = 76445, + [SMALL_STATE(1142)] = 76507, + [SMALL_STATE(1143)] = 76579, + [SMALL_STATE(1144)] = 76641, + [SMALL_STATE(1145)] = 76703, + [SMALL_STATE(1146)] = 76781, + [SMALL_STATE(1147)] = 76843, + [SMALL_STATE(1148)] = 76905, + [SMALL_STATE(1149)] = 76967, + [SMALL_STATE(1150)] = 77075, + [SMALL_STATE(1151)] = 77137, + [SMALL_STATE(1152)] = 77199, + [SMALL_STATE(1153)] = 77261, + [SMALL_STATE(1154)] = 77369, + [SMALL_STATE(1155)] = 77431, + [SMALL_STATE(1156)] = 77499, + [SMALL_STATE(1157)] = 77607, + [SMALL_STATE(1158)] = 77691, + [SMALL_STATE(1159)] = 77753, + [SMALL_STATE(1160)] = 77815, + [SMALL_STATE(1161)] = 77883, + [SMALL_STATE(1162)] = 77969, [SMALL_STATE(1163)] = 78031, - [SMALL_STATE(1164)] = 78113, - [SMALL_STATE(1165)] = 78197, - [SMALL_STATE(1166)] = 78259, - [SMALL_STATE(1167)] = 78367, - [SMALL_STATE(1168)] = 78429, - [SMALL_STATE(1169)] = 78491, - [SMALL_STATE(1170)] = 78553, - [SMALL_STATE(1171)] = 78639, - [SMALL_STATE(1172)] = 78701, - [SMALL_STATE(1173)] = 78763, - [SMALL_STATE(1174)] = 78871, - [SMALL_STATE(1175)] = 78933, - [SMALL_STATE(1176)] = 78995, - [SMALL_STATE(1177)] = 79063, - [SMALL_STATE(1178)] = 79125, - [SMALL_STATE(1179)] = 79205, - [SMALL_STATE(1180)] = 79287, - [SMALL_STATE(1181)] = 79349, - [SMALL_STATE(1182)] = 79411, - [SMALL_STATE(1183)] = 79473, - [SMALL_STATE(1184)] = 79535, - [SMALL_STATE(1185)] = 79597, - [SMALL_STATE(1186)] = 79681, - [SMALL_STATE(1187)] = 79743, - [SMALL_STATE(1188)] = 79805, - [SMALL_STATE(1189)] = 79867, - [SMALL_STATE(1190)] = 79929, - [SMALL_STATE(1191)] = 79991, - [SMALL_STATE(1192)] = 80053, - [SMALL_STATE(1193)] = 80131, - [SMALL_STATE(1194)] = 80239, - [SMALL_STATE(1195)] = 80313, - [SMALL_STATE(1196)] = 80421, + [SMALL_STATE(1164)] = 78105, + [SMALL_STATE(1165)] = 78183, + [SMALL_STATE(1166)] = 78265, + [SMALL_STATE(1167)] = 78327, + [SMALL_STATE(1168)] = 78435, + [SMALL_STATE(1169)] = 78497, + [SMALL_STATE(1170)] = 78589, + [SMALL_STATE(1171)] = 78651, + [SMALL_STATE(1172)] = 78731, + [SMALL_STATE(1173)] = 78799, + [SMALL_STATE(1174)] = 78907, + [SMALL_STATE(1175)] = 78969, + [SMALL_STATE(1176)] = 79031, + [SMALL_STATE(1177)] = 79093, + [SMALL_STATE(1178)] = 79165, + [SMALL_STATE(1179)] = 79233, + [SMALL_STATE(1180)] = 79295, + [SMALL_STATE(1181)] = 79373, + [SMALL_STATE(1182)] = 79435, + [SMALL_STATE(1183)] = 79507, + [SMALL_STATE(1184)] = 79581, + [SMALL_STATE(1185)] = 79667, + [SMALL_STATE(1186)] = 79729, + [SMALL_STATE(1187)] = 79791, + [SMALL_STATE(1188)] = 79853, + [SMALL_STATE(1189)] = 79915, + [SMALL_STATE(1190)] = 79977, + [SMALL_STATE(1191)] = 80039, + [SMALL_STATE(1192)] = 80101, + [SMALL_STATE(1193)] = 80209, + [SMALL_STATE(1194)] = 80271, + [SMALL_STATE(1195)] = 80357, + [SMALL_STATE(1196)] = 80419, [SMALL_STATE(1197)] = 80483, [SMALL_STATE(1198)] = 80545, - [SMALL_STATE(1199)] = 80653, - [SMALL_STATE(1200)] = 80715, - [SMALL_STATE(1201)] = 80801, - [SMALL_STATE(1202)] = 80863, - [SMALL_STATE(1203)] = 80925, - [SMALL_STATE(1204)] = 80987, - [SMALL_STATE(1205)] = 81049, - [SMALL_STATE(1206)] = 81111, + [SMALL_STATE(1199)] = 80629, + [SMALL_STATE(1200)] = 80691, + [SMALL_STATE(1201)] = 80763, + [SMALL_STATE(1202)] = 80831, + [SMALL_STATE(1203)] = 80893, + [SMALL_STATE(1204)] = 80955, + [SMALL_STATE(1205)] = 81063, + [SMALL_STATE(1206)] = 81135, [SMALL_STATE(1207)] = 81197, - [SMALL_STATE(1208)] = 81259, - [SMALL_STATE(1209)] = 81327, - [SMALL_STATE(1210)] = 81389, - [SMALL_STATE(1211)] = 81453, - [SMALL_STATE(1212)] = 81561, - [SMALL_STATE(1213)] = 81669, - [SMALL_STATE(1214)] = 81731, - [SMALL_STATE(1215)] = 81793, - [SMALL_STATE(1216)] = 81867, - [SMALL_STATE(1217)] = 81929, - [SMALL_STATE(1218)] = 81991, - [SMALL_STATE(1219)] = 82069, - [SMALL_STATE(1220)] = 82131, - [SMALL_STATE(1221)] = 82203, - [SMALL_STATE(1222)] = 82311, - [SMALL_STATE(1223)] = 82373, - [SMALL_STATE(1224)] = 82435, - [SMALL_STATE(1225)] = 82497, - [SMALL_STATE(1226)] = 82559, - [SMALL_STATE(1227)] = 82621, - [SMALL_STATE(1228)] = 82683, - [SMALL_STATE(1229)] = 82745, - [SMALL_STATE(1230)] = 82807, - [SMALL_STATE(1231)] = 82869, - [SMALL_STATE(1232)] = 82931, + [SMALL_STATE(1208)] = 81265, + [SMALL_STATE(1209)] = 81339, + [SMALL_STATE(1210)] = 81401, + [SMALL_STATE(1211)] = 81479, + [SMALL_STATE(1212)] = 81541, + [SMALL_STATE(1213)] = 81603, + [SMALL_STATE(1214)] = 81665, + [SMALL_STATE(1215)] = 81727, + [SMALL_STATE(1216)] = 81789, + [SMALL_STATE(1217)] = 81857, + [SMALL_STATE(1218)] = 81965, + [SMALL_STATE(1219)] = 82049, + [SMALL_STATE(1220)] = 82111, + [SMALL_STATE(1221)] = 82173, + [SMALL_STATE(1222)] = 82235, + [SMALL_STATE(1223)] = 82297, + [SMALL_STATE(1224)] = 82375, + [SMALL_STATE(1225)] = 82457, + [SMALL_STATE(1226)] = 82537, + [SMALL_STATE(1227)] = 82617, + [SMALL_STATE(1228)] = 82699, + [SMALL_STATE(1229)] = 82761, + [SMALL_STATE(1230)] = 82823, + [SMALL_STATE(1231)] = 82885, + [SMALL_STATE(1232)] = 82947, [SMALL_STATE(1233)] = 83009, [SMALL_STATE(1234)] = 83117, [SMALL_STATE(1235)] = 83179, - [SMALL_STATE(1236)] = 83272, - [SMALL_STATE(1237)] = 83333, - [SMALL_STATE(1238)] = 83394, - [SMALL_STATE(1239)] = 83455, - [SMALL_STATE(1240)] = 83516, - [SMALL_STATE(1241)] = 83577, - [SMALL_STATE(1242)] = 83638, - [SMALL_STATE(1243)] = 83699, - [SMALL_STATE(1244)] = 83760, - [SMALL_STATE(1245)] = 83821, - [SMALL_STATE(1246)] = 83882, - [SMALL_STATE(1247)] = 83943, - [SMALL_STATE(1248)] = 84004, - [SMALL_STATE(1249)] = 84071, - [SMALL_STATE(1250)] = 84132, - [SMALL_STATE(1251)] = 84193, - [SMALL_STATE(1252)] = 84254, - [SMALL_STATE(1253)] = 84315, - [SMALL_STATE(1254)] = 84388, - [SMALL_STATE(1255)] = 84465, - [SMALL_STATE(1256)] = 84532, - [SMALL_STATE(1257)] = 84611, - [SMALL_STATE(1258)] = 84692, - [SMALL_STATE(1259)] = 84753, - [SMALL_STATE(1260)] = 84814, - [SMALL_STATE(1261)] = 84875, - [SMALL_STATE(1262)] = 84958, - [SMALL_STATE(1263)] = 85019, - [SMALL_STATE(1264)] = 85090, - [SMALL_STATE(1265)] = 85151, - [SMALL_STATE(1266)] = 85212, - [SMALL_STATE(1267)] = 85279, - [SMALL_STATE(1268)] = 85340, - [SMALL_STATE(1269)] = 85401, - [SMALL_STATE(1270)] = 85462, - [SMALL_STATE(1271)] = 85523, - [SMALL_STATE(1272)] = 85584, - [SMALL_STATE(1273)] = 85645, - [SMALL_STATE(1274)] = 85706, - [SMALL_STATE(1275)] = 85767, - [SMALL_STATE(1276)] = 85828, - [SMALL_STATE(1277)] = 85889, - [SMALL_STATE(1278)] = 85950, - [SMALL_STATE(1279)] = 86011, - [SMALL_STATE(1280)] = 86072, - [SMALL_STATE(1281)] = 86133, - [SMALL_STATE(1282)] = 86194, - [SMALL_STATE(1283)] = 86255, - [SMALL_STATE(1284)] = 86316, - [SMALL_STATE(1285)] = 86377, - [SMALL_STATE(1286)] = 86438, - [SMALL_STATE(1287)] = 86499, - [SMALL_STATE(1288)] = 86560, - [SMALL_STATE(1289)] = 86621, - [SMALL_STATE(1290)] = 86688, - [SMALL_STATE(1291)] = 86749, - [SMALL_STATE(1292)] = 86810, - [SMALL_STATE(1293)] = 86871, - [SMALL_STATE(1294)] = 86932, - [SMALL_STATE(1295)] = 86999, - [SMALL_STATE(1296)] = 87060, - [SMALL_STATE(1297)] = 87121, - [SMALL_STATE(1298)] = 87182, - [SMALL_STATE(1299)] = 87267, - [SMALL_STATE(1300)] = 87328, - [SMALL_STATE(1301)] = 87389, - [SMALL_STATE(1302)] = 87450, - [SMALL_STATE(1303)] = 87511, - [SMALL_STATE(1304)] = 87572, - [SMALL_STATE(1305)] = 87633, - [SMALL_STATE(1306)] = 87694, - [SMALL_STATE(1307)] = 87755, - [SMALL_STATE(1308)] = 87816, - [SMALL_STATE(1309)] = 87877, - [SMALL_STATE(1310)] = 87944, - [SMALL_STATE(1311)] = 88005, - [SMALL_STATE(1312)] = 88088, - [SMALL_STATE(1313)] = 88169, - [SMALL_STATE(1314)] = 88230, - [SMALL_STATE(1315)] = 88291, - [SMALL_STATE(1316)] = 88352, - [SMALL_STATE(1317)] = 88431, - [SMALL_STATE(1318)] = 88492, - [SMALL_STATE(1319)] = 88553, - [SMALL_STATE(1320)] = 88630, - [SMALL_STATE(1321)] = 88691, - [SMALL_STATE(1322)] = 88752, - [SMALL_STATE(1323)] = 88823, - [SMALL_STATE(1324)] = 88884, - [SMALL_STATE(1325)] = 88945, - [SMALL_STATE(1326)] = 89030, - [SMALL_STATE(1327)] = 89091, - [SMALL_STATE(1328)] = 89152, - [SMALL_STATE(1329)] = 89213, - [SMALL_STATE(1330)] = 89280, - [SMALL_STATE(1331)] = 89341, - [SMALL_STATE(1332)] = 89402, - [SMALL_STATE(1333)] = 89463, - [SMALL_STATE(1334)] = 89524, - [SMALL_STATE(1335)] = 89591, - [SMALL_STATE(1336)] = 89652, - [SMALL_STATE(1337)] = 89713, - [SMALL_STATE(1338)] = 89774, - [SMALL_STATE(1339)] = 89835, - [SMALL_STATE(1340)] = 89896, - [SMALL_STATE(1341)] = 89957, - [SMALL_STATE(1342)] = 90018, + [SMALL_STATE(1236)] = 83240, + [SMALL_STATE(1237)] = 83301, + [SMALL_STATE(1238)] = 83362, + [SMALL_STATE(1239)] = 83423, + [SMALL_STATE(1240)] = 83484, + [SMALL_STATE(1241)] = 83545, + [SMALL_STATE(1242)] = 83606, + [SMALL_STATE(1243)] = 83667, + [SMALL_STATE(1244)] = 83728, + [SMALL_STATE(1245)] = 83789, + [SMALL_STATE(1246)] = 83850, + [SMALL_STATE(1247)] = 83911, + [SMALL_STATE(1248)] = 83972, + [SMALL_STATE(1249)] = 84033, + [SMALL_STATE(1250)] = 84094, + [SMALL_STATE(1251)] = 84155, + [SMALL_STATE(1252)] = 84216, + [SMALL_STATE(1253)] = 84277, + [SMALL_STATE(1254)] = 84338, + [SMALL_STATE(1255)] = 84405, + [SMALL_STATE(1256)] = 84466, + [SMALL_STATE(1257)] = 84527, + [SMALL_STATE(1258)] = 84588, + [SMALL_STATE(1259)] = 84649, + [SMALL_STATE(1260)] = 84710, + [SMALL_STATE(1261)] = 84777, + [SMALL_STATE(1262)] = 84838, + [SMALL_STATE(1263)] = 84899, + [SMALL_STATE(1264)] = 84960, + [SMALL_STATE(1265)] = 85061, + [SMALL_STATE(1266)] = 85122, + [SMALL_STATE(1267)] = 85183, + [SMALL_STATE(1268)] = 85244, + [SMALL_STATE(1269)] = 85305, + [SMALL_STATE(1270)] = 85366, + [SMALL_STATE(1271)] = 85427, + [SMALL_STATE(1272)] = 85488, + [SMALL_STATE(1273)] = 85549, + [SMALL_STATE(1274)] = 85610, + [SMALL_STATE(1275)] = 85671, + [SMALL_STATE(1276)] = 85732, + [SMALL_STATE(1277)] = 85793, + [SMALL_STATE(1278)] = 85854, + [SMALL_STATE(1279)] = 85915, + [SMALL_STATE(1280)] = 85976, + [SMALL_STATE(1281)] = 86037, + [SMALL_STATE(1282)] = 86098, + [SMALL_STATE(1283)] = 86159, + [SMALL_STATE(1284)] = 86220, + [SMALL_STATE(1285)] = 86281, + [SMALL_STATE(1286)] = 86366, + [SMALL_STATE(1287)] = 86427, + [SMALL_STATE(1288)] = 86488, + [SMALL_STATE(1289)] = 86549, + [SMALL_STATE(1290)] = 86610, + [SMALL_STATE(1291)] = 86671, + [SMALL_STATE(1292)] = 86732, + [SMALL_STATE(1293)] = 86793, + [SMALL_STATE(1294)] = 86854, + [SMALL_STATE(1295)] = 86915, + [SMALL_STATE(1296)] = 86976, + [SMALL_STATE(1297)] = 87037, + [SMALL_STATE(1298)] = 87098, + [SMALL_STATE(1299)] = 87159, + [SMALL_STATE(1300)] = 87226, + [SMALL_STATE(1301)] = 87287, + [SMALL_STATE(1302)] = 87348, + [SMALL_STATE(1303)] = 87415, + [SMALL_STATE(1304)] = 87500, + [SMALL_STATE(1305)] = 87571, + [SMALL_STATE(1306)] = 87632, + [SMALL_STATE(1307)] = 87709, + [SMALL_STATE(1308)] = 87770, + [SMALL_STATE(1309)] = 87831, + [SMALL_STATE(1310)] = 87892, + [SMALL_STATE(1311)] = 87953, + [SMALL_STATE(1312)] = 88046, + [SMALL_STATE(1313)] = 88113, + [SMALL_STATE(1314)] = 88174, + [SMALL_STATE(1315)] = 88235, + [SMALL_STATE(1316)] = 88296, + [SMALL_STATE(1317)] = 88357, + [SMALL_STATE(1318)] = 88418, + [SMALL_STATE(1319)] = 88501, + [SMALL_STATE(1320)] = 88582, + [SMALL_STATE(1321)] = 88643, + [SMALL_STATE(1322)] = 88722, + [SMALL_STATE(1323)] = 88783, + [SMALL_STATE(1324)] = 88850, + [SMALL_STATE(1325)] = 88911, + [SMALL_STATE(1326)] = 88972, + [SMALL_STATE(1327)] = 89033, + [SMALL_STATE(1328)] = 89094, + [SMALL_STATE(1329)] = 89155, + [SMALL_STATE(1330)] = 89216, + [SMALL_STATE(1331)] = 89277, + [SMALL_STATE(1332)] = 89344, + [SMALL_STATE(1333)] = 89415, + [SMALL_STATE(1334)] = 89476, + [SMALL_STATE(1335)] = 89553, + [SMALL_STATE(1336)] = 89614, + [SMALL_STATE(1337)] = 89675, + [SMALL_STATE(1338)] = 89736, + [SMALL_STATE(1339)] = 89797, + [SMALL_STATE(1340)] = 89858, + [SMALL_STATE(1341)] = 89929, + [SMALL_STATE(1342)] = 90006, [SMALL_STATE(1343)] = 90079, [SMALL_STATE(1344)] = 90140, [SMALL_STATE(1345)] = 90201, - [SMALL_STATE(1346)] = 90302, - [SMALL_STATE(1347)] = 90363, - [SMALL_STATE(1348)] = 90424, - [SMALL_STATE(1349)] = 90485, - [SMALL_STATE(1350)] = 90546, - [SMALL_STATE(1351)] = 90607, - [SMALL_STATE(1352)] = 90668, - [SMALL_STATE(1353)] = 90729, - [SMALL_STATE(1354)] = 90790, - [SMALL_STATE(1355)] = 90851, - [SMALL_STATE(1356)] = 90912, - [SMALL_STATE(1357)] = 90973, - [SMALL_STATE(1358)] = 91034, - [SMALL_STATE(1359)] = 91105, - [SMALL_STATE(1360)] = 91166, - [SMALL_STATE(1361)] = 91227, - [SMALL_STATE(1362)] = 91288, - [SMALL_STATE(1363)] = 91365, - [SMALL_STATE(1364)] = 91432, - [SMALL_STATE(1365)] = 91503, - [SMALL_STATE(1366)] = 91580, - [SMALL_STATE(1367)] = 91641, - [SMALL_STATE(1368)] = 91702, - [SMALL_STATE(1369)] = 91763, - [SMALL_STATE(1370)] = 91836, - [SMALL_STATE(1371)] = 91897, - [SMALL_STATE(1372)] = 91958, - [SMALL_STATE(1373)] = 92019, - [SMALL_STATE(1374)] = 92080, - [SMALL_STATE(1375)] = 92141, - [SMALL_STATE(1376)] = 92202, - [SMALL_STATE(1377)] = 92263, - [SMALL_STATE(1378)] = 92324, - [SMALL_STATE(1379)] = 92385, - [SMALL_STATE(1380)] = 92446, - [SMALL_STATE(1381)] = 92507, - [SMALL_STATE(1382)] = 92568, - [SMALL_STATE(1383)] = 92629, - [SMALL_STATE(1384)] = 92690, - [SMALL_STATE(1385)] = 92751, - [SMALL_STATE(1386)] = 92816, - [SMALL_STATE(1387)] = 92877, - [SMALL_STATE(1388)] = 92938, - [SMALL_STATE(1389)] = 92999, - [SMALL_STATE(1390)] = 93060, - [SMALL_STATE(1391)] = 93121, - [SMALL_STATE(1392)] = 93182, - [SMALL_STATE(1393)] = 93243, - [SMALL_STATE(1394)] = 93304, - [SMALL_STATE(1395)] = 93365, - [SMALL_STATE(1396)] = 93426, - [SMALL_STATE(1397)] = 93487, - [SMALL_STATE(1398)] = 93548, - [SMALL_STATE(1399)] = 93609, - [SMALL_STATE(1400)] = 93670, - [SMALL_STATE(1401)] = 93731, - [SMALL_STATE(1402)] = 93792, - [SMALL_STATE(1403)] = 93853, - [SMALL_STATE(1404)] = 93914, - [SMALL_STATE(1405)] = 93975, - [SMALL_STATE(1406)] = 94036, - [SMALL_STATE(1407)] = 94097, - [SMALL_STATE(1408)] = 94158, - [SMALL_STATE(1409)] = 94219, - [SMALL_STATE(1410)] = 94280, - [SMALL_STATE(1411)] = 94341, - [SMALL_STATE(1412)] = 94440, - [SMALL_STATE(1413)] = 94501, - [SMALL_STATE(1414)] = 94562, - [SMALL_STATE(1415)] = 94623, + [SMALL_STATE(1346)] = 90262, + [SMALL_STATE(1347)] = 90323, + [SMALL_STATE(1348)] = 90384, + [SMALL_STATE(1349)] = 90445, + [SMALL_STATE(1350)] = 90506, + [SMALL_STATE(1351)] = 90567, + [SMALL_STATE(1352)] = 90634, + [SMALL_STATE(1353)] = 90695, + [SMALL_STATE(1354)] = 90756, + [SMALL_STATE(1355)] = 90817, + [SMALL_STATE(1356)] = 90878, + [SMALL_STATE(1357)] = 90939, + [SMALL_STATE(1358)] = 91038, + [SMALL_STATE(1359)] = 91099, + [SMALL_STATE(1360)] = 91160, + [SMALL_STATE(1361)] = 91221, + [SMALL_STATE(1362)] = 91282, + [SMALL_STATE(1363)] = 91343, + [SMALL_STATE(1364)] = 91404, + [SMALL_STATE(1365)] = 91465, + [SMALL_STATE(1366)] = 91526, + [SMALL_STATE(1367)] = 91587, + [SMALL_STATE(1368)] = 91648, + [SMALL_STATE(1369)] = 91709, + [SMALL_STATE(1370)] = 91780, + [SMALL_STATE(1371)] = 91863, + [SMALL_STATE(1372)] = 91924, + [SMALL_STATE(1373)] = 91985, + [SMALL_STATE(1374)] = 92046, + [SMALL_STATE(1375)] = 92107, + [SMALL_STATE(1376)] = 92174, + [SMALL_STATE(1377)] = 92255, + [SMALL_STATE(1378)] = 92334, + [SMALL_STATE(1379)] = 92395, + [SMALL_STATE(1380)] = 92472, + [SMALL_STATE(1381)] = 92533, + [SMALL_STATE(1382)] = 92594, + [SMALL_STATE(1383)] = 92667, + [SMALL_STATE(1384)] = 92728, + [SMALL_STATE(1385)] = 92789, + [SMALL_STATE(1386)] = 92850, + [SMALL_STATE(1387)] = 92911, + [SMALL_STATE(1388)] = 92972, + [SMALL_STATE(1389)] = 93039, + [SMALL_STATE(1390)] = 93100, + [SMALL_STATE(1391)] = 93165, + [SMALL_STATE(1392)] = 93226, + [SMALL_STATE(1393)] = 93287, + [SMALL_STATE(1394)] = 93348, + [SMALL_STATE(1395)] = 93409, + [SMALL_STATE(1396)] = 93470, + [SMALL_STATE(1397)] = 93531, + [SMALL_STATE(1398)] = 93592, + [SMALL_STATE(1399)] = 93653, + [SMALL_STATE(1400)] = 93714, + [SMALL_STATE(1401)] = 93775, + [SMALL_STATE(1402)] = 93836, + [SMALL_STATE(1403)] = 93897, + [SMALL_STATE(1404)] = 93958, + [SMALL_STATE(1405)] = 94019, + [SMALL_STATE(1406)] = 94080, + [SMALL_STATE(1407)] = 94141, + [SMALL_STATE(1408)] = 94202, + [SMALL_STATE(1409)] = 94263, + [SMALL_STATE(1410)] = 94324, + [SMALL_STATE(1411)] = 94385, + [SMALL_STATE(1412)] = 94446, + [SMALL_STATE(1413)] = 94507, + [SMALL_STATE(1414)] = 94568, + [SMALL_STATE(1415)] = 94629, [SMALL_STATE(1416)] = 94690, - [SMALL_STATE(1417)] = 94768, - [SMALL_STATE(1418)] = 94828, - [SMALL_STATE(1419)] = 94888, - [SMALL_STATE(1420)] = 94948, - [SMALL_STATE(1421)] = 95034, - [SMALL_STATE(1422)] = 95106, - [SMALL_STATE(1423)] = 95182, - [SMALL_STATE(1424)] = 95242, - [SMALL_STATE(1425)] = 95318, - [SMALL_STATE(1426)] = 95408, - [SMALL_STATE(1427)] = 95478, - [SMALL_STATE(1428)] = 95538, + [SMALL_STATE(1417)] = 94792, + [SMALL_STATE(1418)] = 94868, + [SMALL_STATE(1419)] = 94934, + [SMALL_STATE(1420)] = 94994, + [SMALL_STATE(1421)] = 95054, + [SMALL_STATE(1422)] = 95114, + [SMALL_STATE(1423)] = 95174, + [SMALL_STATE(1424)] = 95234, + [SMALL_STATE(1425)] = 95306, + [SMALL_STATE(1426)] = 95376, + [SMALL_STATE(1427)] = 95452, + [SMALL_STATE(1428)] = 95522, [SMALL_STATE(1429)] = 95598, - [SMALL_STATE(1430)] = 95700, - [SMALL_STATE(1431)] = 95760, - [SMALL_STATE(1432)] = 95820, - [SMALL_STATE(1433)] = 95880, - [SMALL_STATE(1434)] = 95946, - [SMALL_STATE(1435)] = 96048, - [SMALL_STATE(1436)] = 96108, - [SMALL_STATE(1437)] = 96168, - [SMALL_STATE(1438)] = 96228, - [SMALL_STATE(1439)] = 96288, - [SMALL_STATE(1440)] = 96360, - [SMALL_STATE(1441)] = 96420, - [SMALL_STATE(1442)] = 96480, - [SMALL_STATE(1443)] = 96540, - [SMALL_STATE(1444)] = 96624, - [SMALL_STATE(1445)] = 96744, - [SMALL_STATE(1446)] = 96804, - [SMALL_STATE(1447)] = 96864, - [SMALL_STATE(1448)] = 96940, - [SMALL_STATE(1449)] = 97060, - [SMALL_STATE(1450)] = 97120, - [SMALL_STATE(1451)] = 97210, - [SMALL_STATE(1452)] = 97288, - [SMALL_STATE(1453)] = 97368, - [SMALL_STATE(1454)] = 97450, - [SMALL_STATE(1455)] = 97510, - [SMALL_STATE(1456)] = 97570, - [SMALL_STATE(1457)] = 97630, - [SMALL_STATE(1458)] = 97710, - [SMALL_STATE(1459)] = 97830, - [SMALL_STATE(1460)] = 97932, - [SMALL_STATE(1461)] = 98014, - [SMALL_STATE(1462)] = 98084, - [SMALL_STATE(1463)] = 98168, - [SMALL_STATE(1464)] = 98270, - [SMALL_STATE(1465)] = 98330, - [SMALL_STATE(1466)] = 98390, - [SMALL_STATE(1467)] = 98450, - [SMALL_STATE(1468)] = 98510, - [SMALL_STATE(1469)] = 98570, - [SMALL_STATE(1470)] = 98630, - [SMALL_STATE(1471)] = 98690, - [SMALL_STATE(1472)] = 98792, - [SMALL_STATE(1473)] = 98852, - [SMALL_STATE(1474)] = 98912, - [SMALL_STATE(1475)] = 98996, - [SMALL_STATE(1476)] = 99056, - [SMALL_STATE(1477)] = 99158, - [SMALL_STATE(1478)] = 99218, - [SMALL_STATE(1479)] = 99288, - [SMALL_STATE(1480)] = 99354, - [SMALL_STATE(1481)] = 99414, - [SMALL_STATE(1482)] = 99490, - [SMALL_STATE(1483)] = 99566, - [SMALL_STATE(1484)] = 99626, - [SMALL_STATE(1485)] = 99696, - [SMALL_STATE(1486)] = 99756, - [SMALL_STATE(1487)] = 99816, - [SMALL_STATE(1488)] = 99876, - [SMALL_STATE(1489)] = 99936, - [SMALL_STATE(1490)] = 100020, - [SMALL_STATE(1491)] = 100080, - [SMALL_STATE(1492)] = 100140, - [SMALL_STATE(1493)] = 100200, - [SMALL_STATE(1494)] = 100260, - [SMALL_STATE(1495)] = 100320, - [SMALL_STATE(1496)] = 100380, - [SMALL_STATE(1497)] = 100440, - [SMALL_STATE(1498)] = 100506, - [SMALL_STATE(1499)] = 100584, - [SMALL_STATE(1500)] = 100664, - [SMALL_STATE(1501)] = 100724, - [SMALL_STATE(1502)] = 100794, - [SMALL_STATE(1503)] = 100854, - [SMALL_STATE(1504)] = 100914, - [SMALL_STATE(1505)] = 100996, - [SMALL_STATE(1506)] = 101072, - [SMALL_STATE(1507)] = 101144, - [SMALL_STATE(1508)] = 101204, - [SMALL_STATE(1509)] = 101264, - [SMALL_STATE(1510)] = 101324, - [SMALL_STATE(1511)] = 101408, - [SMALL_STATE(1512)] = 101468, - [SMALL_STATE(1513)] = 101534, - [SMALL_STATE(1514)] = 101594, - [SMALL_STATE(1515)] = 101654, - [SMALL_STATE(1516)] = 101756, - [SMALL_STATE(1517)] = 101816, - [SMALL_STATE(1518)] = 101876, - [SMALL_STATE(1519)] = 101936, - [SMALL_STATE(1520)] = 101996, - [SMALL_STATE(1521)] = 102062, - [SMALL_STATE(1522)] = 102122, - [SMALL_STATE(1523)] = 102182, - [SMALL_STATE(1524)] = 102282, - [SMALL_STATE(1525)] = 102342, - [SMALL_STATE(1526)] = 102402, - [SMALL_STATE(1527)] = 102462, - [SMALL_STATE(1528)] = 102522, - [SMALL_STATE(1529)] = 102582, - [SMALL_STATE(1530)] = 102642, - [SMALL_STATE(1531)] = 102702, - [SMALL_STATE(1532)] = 102762, - [SMALL_STATE(1533)] = 102822, - [SMALL_STATE(1534)] = 102882, - [SMALL_STATE(1535)] = 102942, - [SMALL_STATE(1536)] = 103002, - [SMALL_STATE(1537)] = 103074, - [SMALL_STATE(1538)] = 103150, - [SMALL_STATE(1539)] = 103210, - [SMALL_STATE(1540)] = 103270, - [SMALL_STATE(1541)] = 103330, - [SMALL_STATE(1542)] = 103400, - [SMALL_STATE(1543)] = 103460, - [SMALL_STATE(1544)] = 103520, - [SMALL_STATE(1545)] = 103590, - [SMALL_STATE(1546)] = 103666, - [SMALL_STATE(1547)] = 103726, - [SMALL_STATE(1548)] = 103802, - [SMALL_STATE(1549)] = 103872, - [SMALL_STATE(1550)] = 103974, - [SMALL_STATE(1551)] = 104034, - [SMALL_STATE(1552)] = 104094, - [SMALL_STATE(1553)] = 104196, - [SMALL_STATE(1554)] = 104266, - [SMALL_STATE(1555)] = 104326, - [SMALL_STATE(1556)] = 104386, - [SMALL_STATE(1557)] = 104446, - [SMALL_STATE(1558)] = 104524, - [SMALL_STATE(1559)] = 104584, - [SMALL_STATE(1560)] = 104664, - [SMALL_STATE(1561)] = 104740, - [SMALL_STATE(1562)] = 104800, - [SMALL_STATE(1563)] = 104860, - [SMALL_STATE(1564)] = 104932, - [SMALL_STATE(1565)] = 104992, - [SMALL_STATE(1566)] = 105052, - [SMALL_STATE(1567)] = 105112, - [SMALL_STATE(1568)] = 105172, - [SMALL_STATE(1569)] = 105232, - [SMALL_STATE(1570)] = 105292, - [SMALL_STATE(1571)] = 105352, - [SMALL_STATE(1572)] = 105412, - [SMALL_STATE(1573)] = 105494, - [SMALL_STATE(1574)] = 105554, - [SMALL_STATE(1575)] = 105614, - [SMALL_STATE(1576)] = 105674, - [SMALL_STATE(1577)] = 105758, - [SMALL_STATE(1578)] = 105818, - [SMALL_STATE(1579)] = 105920, - [SMALL_STATE(1580)] = 105998, - [SMALL_STATE(1581)] = 106058, - [SMALL_STATE(1582)] = 106124, - [SMALL_STATE(1583)] = 106204, - [SMALL_STATE(1584)] = 106286, - [SMALL_STATE(1585)] = 106346, - [SMALL_STATE(1586)] = 106406, - [SMALL_STATE(1587)] = 106466, - [SMALL_STATE(1588)] = 106526, - [SMALL_STATE(1589)] = 106586, - [SMALL_STATE(1590)] = 106646, - [SMALL_STATE(1591)] = 106706, - [SMALL_STATE(1592)] = 106808, - [SMALL_STATE(1593)] = 106868, - [SMALL_STATE(1594)] = 106970, - [SMALL_STATE(1595)] = 107036, - [SMALL_STATE(1596)] = 107096, - [SMALL_STATE(1597)] = 107156, - [SMALL_STATE(1598)] = 107222, - [SMALL_STATE(1599)] = 107282, - [SMALL_STATE(1600)] = 107342, - [SMALL_STATE(1601)] = 107402, - [SMALL_STATE(1602)] = 107462, - [SMALL_STATE(1603)] = 107546, - [SMALL_STATE(1604)] = 107606, - [SMALL_STATE(1605)] = 107672, - [SMALL_STATE(1606)] = 107738, - [SMALL_STATE(1607)] = 107798, - [SMALL_STATE(1608)] = 107858, - [SMALL_STATE(1609)] = 107918, - [SMALL_STATE(1610)] = 107978, - [SMALL_STATE(1611)] = 108038, - [SMALL_STATE(1612)] = 108098, - [SMALL_STATE(1613)] = 108158, - [SMALL_STATE(1614)] = 108218, - [SMALL_STATE(1615)] = 108316, - [SMALL_STATE(1616)] = 108376, - [SMALL_STATE(1617)] = 108436, - [SMALL_STATE(1618)] = 108496, - [SMALL_STATE(1619)] = 108556, - [SMALL_STATE(1620)] = 108616, - [SMALL_STATE(1621)] = 108676, - [SMALL_STATE(1622)] = 108736, - [SMALL_STATE(1623)] = 108796, - [SMALL_STATE(1624)] = 108886, - [SMALL_STATE(1625)] = 108946, - [SMALL_STATE(1626)] = 109048, - [SMALL_STATE(1627)] = 109108, - [SMALL_STATE(1628)] = 109168, - [SMALL_STATE(1629)] = 109270, - [SMALL_STATE(1630)] = 109372, - [SMALL_STATE(1631)] = 109432, - [SMALL_STATE(1632)] = 109492, - [SMALL_STATE(1633)] = 109552, - [SMALL_STATE(1634)] = 109612, - [SMALL_STATE(1635)] = 109672, - [SMALL_STATE(1636)] = 109732, - [SMALL_STATE(1637)] = 109792, - [SMALL_STATE(1638)] = 109852, - [SMALL_STATE(1639)] = 109912, - [SMALL_STATE(1640)] = 109972, - [SMALL_STATE(1641)] = 110062, - [SMALL_STATE(1642)] = 110122, - [SMALL_STATE(1643)] = 110182, - [SMALL_STATE(1644)] = 110242, - [SMALL_STATE(1645)] = 110344, - [SMALL_STATE(1646)] = 110404, - [SMALL_STATE(1647)] = 110464, - [SMALL_STATE(1648)] = 110566, - [SMALL_STATE(1649)] = 110626, - [SMALL_STATE(1650)] = 110686, - [SMALL_STATE(1651)] = 110770, - [SMALL_STATE(1652)] = 110830, - [SMALL_STATE(1653)] = 110890, - [SMALL_STATE(1654)] = 110950, - [SMALL_STATE(1655)] = 111052, - [SMALL_STATE(1656)] = 111154, - [SMALL_STATE(1657)] = 111220, - [SMALL_STATE(1658)] = 111280, - [SMALL_STATE(1659)] = 111340, - [SMALL_STATE(1660)] = 111400, - [SMALL_STATE(1661)] = 111460, - [SMALL_STATE(1662)] = 111520, - [SMALL_STATE(1663)] = 111580, - [SMALL_STATE(1664)] = 111682, - [SMALL_STATE(1665)] = 111742, - [SMALL_STATE(1666)] = 111802, - [SMALL_STATE(1667)] = 111872, - [SMALL_STATE(1668)] = 111932, - [SMALL_STATE(1669)] = 111992, - [SMALL_STATE(1670)] = 112052, - [SMALL_STATE(1671)] = 112112, - [SMALL_STATE(1672)] = 112172, + [SMALL_STATE(1430)] = 95668, + [SMALL_STATE(1431)] = 95728, + [SMALL_STATE(1432)] = 95812, + [SMALL_STATE(1433)] = 95872, + [SMALL_STATE(1434)] = 95932, + [SMALL_STATE(1435)] = 95992, + [SMALL_STATE(1436)] = 96068, + [SMALL_STATE(1437)] = 96128, + [SMALL_STATE(1438)] = 96188, + [SMALL_STATE(1439)] = 96248, + [SMALL_STATE(1440)] = 96308, + [SMALL_STATE(1441)] = 96368, + [SMALL_STATE(1442)] = 96434, + [SMALL_STATE(1443)] = 96494, + [SMALL_STATE(1444)] = 96554, + [SMALL_STATE(1445)] = 96638, + [SMALL_STATE(1446)] = 96698, + [SMALL_STATE(1447)] = 96758, + [SMALL_STATE(1448)] = 96818, + [SMALL_STATE(1449)] = 96878, + [SMALL_STATE(1450)] = 96938, + [SMALL_STATE(1451)] = 96998, + [SMALL_STATE(1452)] = 97058, + [SMALL_STATE(1453)] = 97128, + [SMALL_STATE(1454)] = 97198, + [SMALL_STATE(1455)] = 97300, + [SMALL_STATE(1456)] = 97390, + [SMALL_STATE(1457)] = 97462, + [SMALL_STATE(1458)] = 97540, + [SMALL_STATE(1459)] = 97620, + [SMALL_STATE(1460)] = 97702, + [SMALL_STATE(1461)] = 97822, + [SMALL_STATE(1462)] = 97906, + [SMALL_STATE(1463)] = 97966, + [SMALL_STATE(1464)] = 98026, + [SMALL_STATE(1465)] = 98086, + [SMALL_STATE(1466)] = 98152, + [SMALL_STATE(1467)] = 98228, + [SMALL_STATE(1468)] = 98288, + [SMALL_STATE(1469)] = 98348, + [SMALL_STATE(1470)] = 98408, + [SMALL_STATE(1471)] = 98468, + [SMALL_STATE(1472)] = 98546, + [SMALL_STATE(1473)] = 98606, + [SMALL_STATE(1474)] = 98686, + [SMALL_STATE(1475)] = 98768, + [SMALL_STATE(1476)] = 98870, + [SMALL_STATE(1477)] = 98972, + [SMALL_STATE(1478)] = 99032, + [SMALL_STATE(1479)] = 99092, + [SMALL_STATE(1480)] = 99152, + [SMALL_STATE(1481)] = 99212, + [SMALL_STATE(1482)] = 99272, + [SMALL_STATE(1483)] = 99350, + [SMALL_STATE(1484)] = 99410, + [SMALL_STATE(1485)] = 99470, + [SMALL_STATE(1486)] = 99550, + [SMALL_STATE(1487)] = 99610, + [SMALL_STATE(1488)] = 99670, + [SMALL_STATE(1489)] = 99730, + [SMALL_STATE(1490)] = 99790, + [SMALL_STATE(1491)] = 99872, + [SMALL_STATE(1492)] = 99948, + [SMALL_STATE(1493)] = 100018, + [SMALL_STATE(1494)] = 100094, + [SMALL_STATE(1495)] = 100166, + [SMALL_STATE(1496)] = 100268, + [SMALL_STATE(1497)] = 100346, + [SMALL_STATE(1498)] = 100426, + [SMALL_STATE(1499)] = 100508, + [SMALL_STATE(1500)] = 100610, + [SMALL_STATE(1501)] = 100694, + [SMALL_STATE(1502)] = 100754, + [SMALL_STATE(1503)] = 100814, + [SMALL_STATE(1504)] = 100874, + [SMALL_STATE(1505)] = 100934, + [SMALL_STATE(1506)] = 100994, + [SMALL_STATE(1507)] = 101080, + [SMALL_STATE(1508)] = 101164, + [SMALL_STATE(1509)] = 101266, + [SMALL_STATE(1510)] = 101326, + [SMALL_STATE(1511)] = 101386, + [SMALL_STATE(1512)] = 101446, + [SMALL_STATE(1513)] = 101516, + [SMALL_STATE(1514)] = 101592, + [SMALL_STATE(1515)] = 101652, + [SMALL_STATE(1516)] = 101712, + [SMALL_STATE(1517)] = 101772, + [SMALL_STATE(1518)] = 101832, + [SMALL_STATE(1519)] = 101892, + [SMALL_STATE(1520)] = 101952, + [SMALL_STATE(1521)] = 102012, + [SMALL_STATE(1522)] = 102072, + [SMALL_STATE(1523)] = 102156, + [SMALL_STATE(1524)] = 102216, + [SMALL_STATE(1525)] = 102282, + [SMALL_STATE(1526)] = 102342, + [SMALL_STATE(1527)] = 102402, + [SMALL_STATE(1528)] = 102502, + [SMALL_STATE(1529)] = 102562, + [SMALL_STATE(1530)] = 102622, + [SMALL_STATE(1531)] = 102682, + [SMALL_STATE(1532)] = 102742, + [SMALL_STATE(1533)] = 102802, + [SMALL_STATE(1534)] = 102862, + [SMALL_STATE(1535)] = 102922, + [SMALL_STATE(1536)] = 102982, + [SMALL_STATE(1537)] = 103042, + [SMALL_STATE(1538)] = 103102, + [SMALL_STATE(1539)] = 103162, + [SMALL_STATE(1540)] = 103222, + [SMALL_STATE(1541)] = 103312, + [SMALL_STATE(1542)] = 103372, + [SMALL_STATE(1543)] = 103432, + [SMALL_STATE(1544)] = 103492, + [SMALL_STATE(1545)] = 103552, + [SMALL_STATE(1546)] = 103622, + [SMALL_STATE(1547)] = 103688, + [SMALL_STATE(1548)] = 103790, + [SMALL_STATE(1549)] = 103850, + [SMALL_STATE(1550)] = 103970, + [SMALL_STATE(1551)] = 104030, + [SMALL_STATE(1552)] = 104090, + [SMALL_STATE(1553)] = 104150, + [SMALL_STATE(1554)] = 104210, + [SMALL_STATE(1555)] = 104270, + [SMALL_STATE(1556)] = 104330, + [SMALL_STATE(1557)] = 104390, + [SMALL_STATE(1558)] = 104450, + [SMALL_STATE(1559)] = 104510, + [SMALL_STATE(1560)] = 104576, + [SMALL_STATE(1561)] = 104636, + [SMALL_STATE(1562)] = 104696, + [SMALL_STATE(1563)] = 104768, + [SMALL_STATE(1564)] = 104828, + [SMALL_STATE(1565)] = 104888, + [SMALL_STATE(1566)] = 104948, + [SMALL_STATE(1567)] = 105008, + [SMALL_STATE(1568)] = 105068, + [SMALL_STATE(1569)] = 105128, + [SMALL_STATE(1570)] = 105188, + [SMALL_STATE(1571)] = 105248, + [SMALL_STATE(1572)] = 105308, + [SMALL_STATE(1573)] = 105410, + [SMALL_STATE(1574)] = 105470, + [SMALL_STATE(1575)] = 105568, + [SMALL_STATE(1576)] = 105628, + [SMALL_STATE(1577)] = 105688, + [SMALL_STATE(1578)] = 105748, + [SMALL_STATE(1579)] = 105808, + [SMALL_STATE(1580)] = 105910, + [SMALL_STATE(1581)] = 105970, + [SMALL_STATE(1582)] = 106030, + [SMALL_STATE(1583)] = 106090, + [SMALL_STATE(1584)] = 106150, + [SMALL_STATE(1585)] = 106252, + [SMALL_STATE(1586)] = 106312, + [SMALL_STATE(1587)] = 106372, + [SMALL_STATE(1588)] = 106432, + [SMALL_STATE(1589)] = 106492, + [SMALL_STATE(1590)] = 106552, + [SMALL_STATE(1591)] = 106612, + [SMALL_STATE(1592)] = 106672, + [SMALL_STATE(1593)] = 106774, + [SMALL_STATE(1594)] = 106876, + [SMALL_STATE(1595)] = 106936, + [SMALL_STATE(1596)] = 107038, + [SMALL_STATE(1597)] = 107140, + [SMALL_STATE(1598)] = 107242, + [SMALL_STATE(1599)] = 107320, + [SMALL_STATE(1600)] = 107400, + [SMALL_STATE(1601)] = 107460, + [SMALL_STATE(1602)] = 107520, + [SMALL_STATE(1603)] = 107602, + [SMALL_STATE(1604)] = 107662, + [SMALL_STATE(1605)] = 107722, + [SMALL_STATE(1606)] = 107782, + [SMALL_STATE(1607)] = 107842, + [SMALL_STATE(1608)] = 107902, + [SMALL_STATE(1609)] = 107968, + [SMALL_STATE(1610)] = 108052, + [SMALL_STATE(1611)] = 108112, + [SMALL_STATE(1612)] = 108172, + [SMALL_STATE(1613)] = 108232, + [SMALL_STATE(1614)] = 108322, + [SMALL_STATE(1615)] = 108424, + [SMALL_STATE(1616)] = 108484, + [SMALL_STATE(1617)] = 108544, + [SMALL_STATE(1618)] = 108646, + [SMALL_STATE(1619)] = 108706, + [SMALL_STATE(1620)] = 108808, + [SMALL_STATE(1621)] = 108868, + [SMALL_STATE(1622)] = 108970, + [SMALL_STATE(1623)] = 109030, + [SMALL_STATE(1624)] = 109090, + [SMALL_STATE(1625)] = 109150, + [SMALL_STATE(1626)] = 109240, + [SMALL_STATE(1627)] = 109300, + [SMALL_STATE(1628)] = 109360, + [SMALL_STATE(1629)] = 109420, + [SMALL_STATE(1630)] = 109480, + [SMALL_STATE(1631)] = 109540, + [SMALL_STATE(1632)] = 109600, + [SMALL_STATE(1633)] = 109660, + [SMALL_STATE(1634)] = 109726, + [SMALL_STATE(1635)] = 109786, + [SMALL_STATE(1636)] = 109846, + [SMALL_STATE(1637)] = 109906, + [SMALL_STATE(1638)] = 109966, + [SMALL_STATE(1639)] = 110050, + [SMALL_STATE(1640)] = 110110, + [SMALL_STATE(1641)] = 110170, + [SMALL_STATE(1642)] = 110230, + [SMALL_STATE(1643)] = 110290, + [SMALL_STATE(1644)] = 110350, + [SMALL_STATE(1645)] = 110420, + [SMALL_STATE(1646)] = 110480, + [SMALL_STATE(1647)] = 110540, + [SMALL_STATE(1648)] = 110600, + [SMALL_STATE(1649)] = 110660, + [SMALL_STATE(1650)] = 110736, + [SMALL_STATE(1651)] = 110796, + [SMALL_STATE(1652)] = 110856, + [SMALL_STATE(1653)] = 110916, + [SMALL_STATE(1654)] = 111036, + [SMALL_STATE(1655)] = 111096, + [SMALL_STATE(1656)] = 111166, + [SMALL_STATE(1657)] = 111242, + [SMALL_STATE(1658)] = 111314, + [SMALL_STATE(1659)] = 111374, + [SMALL_STATE(1660)] = 111440, + [SMALL_STATE(1661)] = 111500, + [SMALL_STATE(1662)] = 111560, + [SMALL_STATE(1663)] = 111620, + [SMALL_STATE(1664)] = 111680, + [SMALL_STATE(1665)] = 111746, + [SMALL_STATE(1666)] = 111806, + [SMALL_STATE(1667)] = 111866, + [SMALL_STATE(1668)] = 111926, + [SMALL_STATE(1669)] = 111986, + [SMALL_STATE(1670)] = 112046, + [SMALL_STATE(1671)] = 112148, + [SMALL_STATE(1672)] = 112214, [SMALL_STATE(1673)] = 112274, - [SMALL_STATE(1674)] = 112349, - [SMALL_STATE(1675)] = 112408, - [SMALL_STATE(1676)] = 112467, - [SMALL_STATE(1677)] = 112526, - [SMALL_STATE(1678)] = 112585, - [SMALL_STATE(1679)] = 112644, - [SMALL_STATE(1680)] = 112703, - [SMALL_STATE(1681)] = 112802, - [SMALL_STATE(1682)] = 112861, - [SMALL_STATE(1683)] = 112958, - [SMALL_STATE(1684)] = 113015, - [SMALL_STATE(1685)] = 113074, - [SMALL_STATE(1686)] = 113173, - [SMALL_STATE(1687)] = 113244, - [SMALL_STATE(1688)] = 113319, - [SMALL_STATE(1689)] = 113396, - [SMALL_STATE(1690)] = 113475, - [SMALL_STATE(1691)] = 113540, - [SMALL_STATE(1692)] = 113599, - [SMALL_STATE(1693)] = 113658, - [SMALL_STATE(1694)] = 113739, - [SMALL_STATE(1695)] = 113798, - [SMALL_STATE(1696)] = 113897, - [SMALL_STATE(1697)] = 113966, - [SMALL_STATE(1698)] = 114025, - [SMALL_STATE(1699)] = 114084, - [SMALL_STATE(1700)] = 114143, - [SMALL_STATE(1701)] = 114202, - [SMALL_STATE(1702)] = 114261, - [SMALL_STATE(1703)] = 114322, - [SMALL_STATE(1704)] = 114381, - [SMALL_STATE(1705)] = 114440, - [SMALL_STATE(1706)] = 114499, - [SMALL_STATE(1707)] = 114564, - [SMALL_STATE(1708)] = 114623, - [SMALL_STATE(1709)] = 114682, - [SMALL_STATE(1710)] = 114741, - [SMALL_STATE(1711)] = 114800, - [SMALL_STATE(1712)] = 114859, - [SMALL_STATE(1713)] = 114918, - [SMALL_STATE(1714)] = 114977, - [SMALL_STATE(1715)] = 115052, - [SMALL_STATE(1716)] = 115111, - [SMALL_STATE(1717)] = 115180, - [SMALL_STATE(1718)] = 115239, - [SMALL_STATE(1719)] = 115298, - [SMALL_STATE(1720)] = 115363, - [SMALL_STATE(1721)] = 115422, - [SMALL_STATE(1722)] = 115483, - [SMALL_STATE(1723)] = 115542, - [SMALL_STATE(1724)] = 115601, - [SMALL_STATE(1725)] = 115660, - [SMALL_STATE(1726)] = 115743, - [SMALL_STATE(1727)] = 115812, - [SMALL_STATE(1728)] = 115887, - [SMALL_STATE(1729)] = 115946, - [SMALL_STATE(1730)] = 116005, - [SMALL_STATE(1731)] = 116074, - [SMALL_STATE(1732)] = 116149, - [SMALL_STATE(1733)] = 116232, - [SMALL_STATE(1734)] = 116291, - [SMALL_STATE(1735)] = 116350, - [SMALL_STATE(1736)] = 116413, - [SMALL_STATE(1737)] = 116482, - [SMALL_STATE(1738)] = 116541, - [SMALL_STATE(1739)] = 116600, - [SMALL_STATE(1740)] = 116659, - [SMALL_STATE(1741)] = 116724, - [SMALL_STATE(1742)] = 116793, - [SMALL_STATE(1743)] = 116870, - [SMALL_STATE(1744)] = 116949, - [SMALL_STATE(1745)] = 117030, - [SMALL_STATE(1746)] = 117105, - [SMALL_STATE(1747)] = 117176, - [SMALL_STATE(1748)] = 117235, - [SMALL_STATE(1749)] = 117316, - [SMALL_STATE(1750)] = 117375, - [SMALL_STATE(1751)] = 117458, - [SMALL_STATE(1752)] = 117517, - [SMALL_STATE(1753)] = 117576, - [SMALL_STATE(1754)] = 117635, - [SMALL_STATE(1755)] = 117694, - [SMALL_STATE(1756)] = 117753, - [SMALL_STATE(1757)] = 117818, - [SMALL_STATE(1758)] = 117897, - [SMALL_STATE(1759)] = 117956, - [SMALL_STATE(1760)] = 118033, - [SMALL_STATE(1761)] = 118092, - [SMALL_STATE(1762)] = 118151, - [SMALL_STATE(1763)] = 118226, - [SMALL_STATE(1764)] = 118297, - [SMALL_STATE(1765)] = 118380, - [SMALL_STATE(1766)] = 118439, - [SMALL_STATE(1767)] = 118522, - [SMALL_STATE(1768)] = 118579, - [SMALL_STATE(1769)] = 118638, - [SMALL_STATE(1770)] = 118697, - [SMALL_STATE(1771)] = 118756, - [SMALL_STATE(1772)] = 118821, - [SMALL_STATE(1773)] = 118880, - [SMALL_STATE(1774)] = 118939, - [SMALL_STATE(1775)] = 119002, - [SMALL_STATE(1776)] = 119085, - [SMALL_STATE(1777)] = 119144, - [SMALL_STATE(1778)] = 119203, - [SMALL_STATE(1779)] = 119262, - [SMALL_STATE(1780)] = 119327, - [SMALL_STATE(1781)] = 119386, - [SMALL_STATE(1782)] = 119443, - [SMALL_STATE(1783)] = 119502, - [SMALL_STATE(1784)] = 119567, - [SMALL_STATE(1785)] = 119626, - [SMALL_STATE(1786)] = 119685, - [SMALL_STATE(1787)] = 119742, - [SMALL_STATE(1788)] = 119801, - [SMALL_STATE(1789)] = 119858, - [SMALL_STATE(1790)] = 119927, - [SMALL_STATE(1791)] = 119996, - [SMALL_STATE(1792)] = 120055, - [SMALL_STATE(1793)] = 120114, - [SMALL_STATE(1794)] = 120173, - [SMALL_STATE(1795)] = 120232, - [SMALL_STATE(1796)] = 120291, - [SMALL_STATE(1797)] = 120350, - [SMALL_STATE(1798)] = 120409, - [SMALL_STATE(1799)] = 120468, - [SMALL_STATE(1800)] = 120527, - [SMALL_STATE(1801)] = 120598, - [SMALL_STATE(1802)] = 120673, - [SMALL_STATE(1803)] = 120750, - [SMALL_STATE(1804)] = 120809, - [SMALL_STATE(1805)] = 120868, - [SMALL_STATE(1806)] = 120927, - [SMALL_STATE(1807)] = 121006, - [SMALL_STATE(1808)] = 121087, - [SMALL_STATE(1809)] = 121156, - [SMALL_STATE(1810)] = 121231, - [SMALL_STATE(1811)] = 121308, - [SMALL_STATE(1812)] = 121387, - [SMALL_STATE(1813)] = 121468, - [SMALL_STATE(1814)] = 121537, - [SMALL_STATE(1815)] = 121596, - [SMALL_STATE(1816)] = 121665, - [SMALL_STATE(1817)] = 121722, - [SMALL_STATE(1818)] = 121791, - [SMALL_STATE(1819)] = 121850, - [SMALL_STATE(1820)] = 121925, - [SMALL_STATE(1821)] = 121996, - [SMALL_STATE(1822)] = 122055, - [SMALL_STATE(1823)] = 122130, - [SMALL_STATE(1824)] = 122201, - [SMALL_STATE(1825)] = 122260, - [SMALL_STATE(1826)] = 122319, - [SMALL_STATE(1827)] = 122378, - [SMALL_STATE(1828)] = 122437, - [SMALL_STATE(1829)] = 122496, - [SMALL_STATE(1830)] = 122555, - [SMALL_STATE(1831)] = 122614, - [SMALL_STATE(1832)] = 122673, - [SMALL_STATE(1833)] = 122732, - [SMALL_STATE(1834)] = 122791, - [SMALL_STATE(1835)] = 122850, - [SMALL_STATE(1836)] = 122909, - [SMALL_STATE(1837)] = 122968, - [SMALL_STATE(1838)] = 123027, - [SMALL_STATE(1839)] = 123086, - [SMALL_STATE(1840)] = 123145, - [SMALL_STATE(1841)] = 123204, - [SMALL_STATE(1842)] = 123263, - [SMALL_STATE(1843)] = 123322, - [SMALL_STATE(1844)] = 123381, - [SMALL_STATE(1845)] = 123440, - [SMALL_STATE(1846)] = 123499, - [SMALL_STATE(1847)] = 123558, - [SMALL_STATE(1848)] = 123617, - [SMALL_STATE(1849)] = 123676, - [SMALL_STATE(1850)] = 123735, - [SMALL_STATE(1851)] = 123794, - [SMALL_STATE(1852)] = 123853, - [SMALL_STATE(1853)] = 123936, - [SMALL_STATE(1854)] = 124035, - [SMALL_STATE(1855)] = 124094, - [SMALL_STATE(1856)] = 124153, - [SMALL_STATE(1857)] = 124212, - [SMALL_STATE(1858)] = 124271, - [SMALL_STATE(1859)] = 124330, - [SMALL_STATE(1860)] = 124389, - [SMALL_STATE(1861)] = 124448, - [SMALL_STATE(1862)] = 124513, - [SMALL_STATE(1863)] = 124572, - [SMALL_STATE(1864)] = 124631, - [SMALL_STATE(1865)] = 124690, - [SMALL_STATE(1866)] = 124749, - [SMALL_STATE(1867)] = 124808, - [SMALL_STATE(1868)] = 124867, - [SMALL_STATE(1869)] = 124926, - [SMALL_STATE(1870)] = 124985, - [SMALL_STATE(1871)] = 125044, - [SMALL_STATE(1872)] = 125103, - [SMALL_STATE(1873)] = 125168, - [SMALL_STATE(1874)] = 125227, - [SMALL_STATE(1875)] = 125302, - [SMALL_STATE(1876)] = 125361, - [SMALL_STATE(1877)] = 125420, - [SMALL_STATE(1878)] = 125479, - [SMALL_STATE(1879)] = 125538, - [SMALL_STATE(1880)] = 125597, - [SMALL_STATE(1881)] = 125656, - [SMALL_STATE(1882)] = 125715, - [SMALL_STATE(1883)] = 125774, - [SMALL_STATE(1884)] = 125833, - [SMALL_STATE(1885)] = 125892, - [SMALL_STATE(1886)] = 125951, - [SMALL_STATE(1887)] = 126010, - [SMALL_STATE(1888)] = 126069, - [SMALL_STATE(1889)] = 126152, - [SMALL_STATE(1890)] = 126211, - [SMALL_STATE(1891)] = 126270, - [SMALL_STATE(1892)] = 126329, - [SMALL_STATE(1893)] = 126388, - [SMALL_STATE(1894)] = 126447, - [SMALL_STATE(1895)] = 126506, - [SMALL_STATE(1896)] = 126565, - [SMALL_STATE(1897)] = 126624, - [SMALL_STATE(1898)] = 126683, - [SMALL_STATE(1899)] = 126742, - [SMALL_STATE(1900)] = 126801, - [SMALL_STATE(1901)] = 126878, - [SMALL_STATE(1902)] = 126957, - [SMALL_STATE(1903)] = 127038, + [SMALL_STATE(1674)] = 112333, + [SMALL_STATE(1675)] = 112392, + [SMALL_STATE(1676)] = 112451, + [SMALL_STATE(1677)] = 112510, + [SMALL_STATE(1678)] = 112569, + [SMALL_STATE(1679)] = 112630, + [SMALL_STATE(1680)] = 112689, + [SMALL_STATE(1681)] = 112754, + [SMALL_STATE(1682)] = 112813, + [SMALL_STATE(1683)] = 112872, + [SMALL_STATE(1684)] = 112931, + [SMALL_STATE(1685)] = 112990, + [SMALL_STATE(1686)] = 113059, + [SMALL_STATE(1687)] = 113118, + [SMALL_STATE(1688)] = 113193, + [SMALL_STATE(1689)] = 113258, + [SMALL_STATE(1690)] = 113317, + [SMALL_STATE(1691)] = 113400, + [SMALL_STATE(1692)] = 113459, + [SMALL_STATE(1693)] = 113518, + [SMALL_STATE(1694)] = 113587, + [SMALL_STATE(1695)] = 113646, + [SMALL_STATE(1696)] = 113705, + [SMALL_STATE(1697)] = 113764, + [SMALL_STATE(1698)] = 113845, + [SMALL_STATE(1699)] = 113924, + [SMALL_STATE(1700)] = 114001, + [SMALL_STATE(1701)] = 114066, + [SMALL_STATE(1702)] = 114141, + [SMALL_STATE(1703)] = 114200, + [SMALL_STATE(1704)] = 114271, + [SMALL_STATE(1705)] = 114330, + [SMALL_STATE(1706)] = 114395, + [SMALL_STATE(1707)] = 114454, + [SMALL_STATE(1708)] = 114519, + [SMALL_STATE(1709)] = 114578, + [SMALL_STATE(1710)] = 114637, + [SMALL_STATE(1711)] = 114696, + [SMALL_STATE(1712)] = 114793, + [SMALL_STATE(1713)] = 114852, + [SMALL_STATE(1714)] = 114911, + [SMALL_STATE(1715)] = 114970, + [SMALL_STATE(1716)] = 115053, + [SMALL_STATE(1717)] = 115112, + [SMALL_STATE(1718)] = 115171, + [SMALL_STATE(1719)] = 115230, + [SMALL_STATE(1720)] = 115287, + [SMALL_STATE(1721)] = 115346, + [SMALL_STATE(1722)] = 115405, + [SMALL_STATE(1723)] = 115464, + [SMALL_STATE(1724)] = 115523, + [SMALL_STATE(1725)] = 115582, + [SMALL_STATE(1726)] = 115651, + [SMALL_STATE(1727)] = 115726, + [SMALL_STATE(1728)] = 115785, + [SMALL_STATE(1729)] = 115844, + [SMALL_STATE(1730)] = 115903, + [SMALL_STATE(1731)] = 115962, + [SMALL_STATE(1732)] = 116021, + [SMALL_STATE(1733)] = 116080, + [SMALL_STATE(1734)] = 116139, + [SMALL_STATE(1735)] = 116198, + [SMALL_STATE(1736)] = 116257, + [SMALL_STATE(1737)] = 116316, + [SMALL_STATE(1738)] = 116375, + [SMALL_STATE(1739)] = 116434, + [SMALL_STATE(1740)] = 116493, + [SMALL_STATE(1741)] = 116552, + [SMALL_STATE(1742)] = 116611, + [SMALL_STATE(1743)] = 116670, + [SMALL_STATE(1744)] = 116729, + [SMALL_STATE(1745)] = 116788, + [SMALL_STATE(1746)] = 116847, + [SMALL_STATE(1747)] = 116906, + [SMALL_STATE(1748)] = 116965, + [SMALL_STATE(1749)] = 117022, + [SMALL_STATE(1750)] = 117081, + [SMALL_STATE(1751)] = 117140, + [SMALL_STATE(1752)] = 117199, + [SMALL_STATE(1753)] = 117268, + [SMALL_STATE(1754)] = 117349, + [SMALL_STATE(1755)] = 117408, + [SMALL_STATE(1756)] = 117487, + [SMALL_STATE(1757)] = 117564, + [SMALL_STATE(1758)] = 117623, + [SMALL_STATE(1759)] = 117698, + [SMALL_STATE(1760)] = 117769, + [SMALL_STATE(1761)] = 117828, + [SMALL_STATE(1762)] = 117927, + [SMALL_STATE(1763)] = 118004, + [SMALL_STATE(1764)] = 118063, + [SMALL_STATE(1765)] = 118142, + [SMALL_STATE(1766)] = 118223, + [SMALL_STATE(1767)] = 118282, + [SMALL_STATE(1768)] = 118341, + [SMALL_STATE(1769)] = 118400, + [SMALL_STATE(1770)] = 118459, + [SMALL_STATE(1771)] = 118518, + [SMALL_STATE(1772)] = 118577, + [SMALL_STATE(1773)] = 118636, + [SMALL_STATE(1774)] = 118695, + [SMALL_STATE(1775)] = 118754, + [SMALL_STATE(1776)] = 118813, + [SMALL_STATE(1777)] = 118872, + [SMALL_STATE(1778)] = 118933, + [SMALL_STATE(1779)] = 118992, + [SMALL_STATE(1780)] = 119075, + [SMALL_STATE(1781)] = 119134, + [SMALL_STATE(1782)] = 119193, + [SMALL_STATE(1783)] = 119252, + [SMALL_STATE(1784)] = 119311, + [SMALL_STATE(1785)] = 119370, + [SMALL_STATE(1786)] = 119429, + [SMALL_STATE(1787)] = 119488, + [SMALL_STATE(1788)] = 119547, + [SMALL_STATE(1789)] = 119606, + [SMALL_STATE(1790)] = 119663, + [SMALL_STATE(1791)] = 119722, + [SMALL_STATE(1792)] = 119781, + [SMALL_STATE(1793)] = 119840, + [SMALL_STATE(1794)] = 119899, + [SMALL_STATE(1795)] = 119956, + [SMALL_STATE(1796)] = 120015, + [SMALL_STATE(1797)] = 120080, + [SMALL_STATE(1798)] = 120139, + [SMALL_STATE(1799)] = 120198, + [SMALL_STATE(1800)] = 120257, + [SMALL_STATE(1801)] = 120326, + [SMALL_STATE(1802)] = 120401, + [SMALL_STATE(1803)] = 120500, + [SMALL_STATE(1804)] = 120563, + [SMALL_STATE(1805)] = 120622, + [SMALL_STATE(1806)] = 120705, + [SMALL_STATE(1807)] = 120764, + [SMALL_STATE(1808)] = 120823, + [SMALL_STATE(1809)] = 120882, + [SMALL_STATE(1810)] = 120941, + [SMALL_STATE(1811)] = 121000, + [SMALL_STATE(1812)] = 121059, + [SMALL_STATE(1813)] = 121142, + [SMALL_STATE(1814)] = 121201, + [SMALL_STATE(1815)] = 121266, + [SMALL_STATE(1816)] = 121335, + [SMALL_STATE(1817)] = 121400, + [SMALL_STATE(1818)] = 121499, + [SMALL_STATE(1819)] = 121558, + [SMALL_STATE(1820)] = 121641, + [SMALL_STATE(1821)] = 121716, + [SMALL_STATE(1822)] = 121787, + [SMALL_STATE(1823)] = 121858, + [SMALL_STATE(1824)] = 121933, + [SMALL_STATE(1825)] = 122010, + [SMALL_STATE(1826)] = 122089, + [SMALL_STATE(1827)] = 122148, + [SMALL_STATE(1828)] = 122247, + [SMALL_STATE(1829)] = 122328, + [SMALL_STATE(1830)] = 122397, + [SMALL_STATE(1831)] = 122456, + [SMALL_STATE(1832)] = 122515, + [SMALL_STATE(1833)] = 122574, + [SMALL_STATE(1834)] = 122633, + [SMALL_STATE(1835)] = 122692, + [SMALL_STATE(1836)] = 122751, + [SMALL_STATE(1837)] = 122810, + [SMALL_STATE(1838)] = 122869, + [SMALL_STATE(1839)] = 122952, + [SMALL_STATE(1840)] = 123029, + [SMALL_STATE(1841)] = 123108, + [SMALL_STATE(1842)] = 123189, + [SMALL_STATE(1843)] = 123248, + [SMALL_STATE(1844)] = 123307, + [SMALL_STATE(1845)] = 123366, + [SMALL_STATE(1846)] = 123425, + [SMALL_STATE(1847)] = 123494, + [SMALL_STATE(1848)] = 123553, + [SMALL_STATE(1849)] = 123628, + [SMALL_STATE(1850)] = 123687, + [SMALL_STATE(1851)] = 123750, + [SMALL_STATE(1852)] = 123809, + [SMALL_STATE(1853)] = 123868, + [SMALL_STATE(1854)] = 123927, + [SMALL_STATE(1855)] = 124004, + [SMALL_STATE(1856)] = 124063, + [SMALL_STATE(1857)] = 124146, + [SMALL_STATE(1858)] = 124205, + [SMALL_STATE(1859)] = 124274, + [SMALL_STATE(1860)] = 124349, + [SMALL_STATE(1861)] = 124408, + [SMALL_STATE(1862)] = 124467, + [SMALL_STATE(1863)] = 124546, + [SMALL_STATE(1864)] = 124603, + [SMALL_STATE(1865)] = 124684, + [SMALL_STATE(1866)] = 124743, + [SMALL_STATE(1867)] = 124802, + [SMALL_STATE(1868)] = 124861, + [SMALL_STATE(1869)] = 124920, + [SMALL_STATE(1870)] = 125003, + [SMALL_STATE(1871)] = 125062, + [SMALL_STATE(1872)] = 125121, + [SMALL_STATE(1873)] = 125190, + [SMALL_STATE(1874)] = 125249, + [SMALL_STATE(1875)] = 125308, + [SMALL_STATE(1876)] = 125367, + [SMALL_STATE(1877)] = 125426, + [SMALL_STATE(1878)] = 125485, + [SMALL_STATE(1879)] = 125544, + [SMALL_STATE(1880)] = 125603, + [SMALL_STATE(1881)] = 125678, + [SMALL_STATE(1882)] = 125749, + [SMALL_STATE(1883)] = 125808, + [SMALL_STATE(1884)] = 125867, + [SMALL_STATE(1885)] = 125926, + [SMALL_STATE(1886)] = 125985, + [SMALL_STATE(1887)] = 126044, + [SMALL_STATE(1888)] = 126115, + [SMALL_STATE(1889)] = 126174, + [SMALL_STATE(1890)] = 126239, + [SMALL_STATE(1891)] = 126298, + [SMALL_STATE(1892)] = 126373, + [SMALL_STATE(1893)] = 126442, + [SMALL_STATE(1894)] = 126517, + [SMALL_STATE(1895)] = 126576, + [SMALL_STATE(1896)] = 126645, + [SMALL_STATE(1897)] = 126704, + [SMALL_STATE(1898)] = 126763, + [SMALL_STATE(1899)] = 126822, + [SMALL_STATE(1900)] = 126881, + [SMALL_STATE(1901)] = 126940, + [SMALL_STATE(1902)] = 127005, + [SMALL_STATE(1903)] = 127062, [SMALL_STATE(1904)] = 127121, - [SMALL_STATE(1905)] = 127186, - [SMALL_STATE(1906)] = 127245, - [SMALL_STATE(1907)] = 127344, - [SMALL_STATE(1908)] = 127403, - [SMALL_STATE(1909)] = 127462, - [SMALL_STATE(1910)] = 127521, + [SMALL_STATE(1905)] = 127180, + [SMALL_STATE(1906)] = 127239, + [SMALL_STATE(1907)] = 127298, + [SMALL_STATE(1908)] = 127357, + [SMALL_STATE(1909)] = 127416, + [SMALL_STATE(1910)] = 127515, [SMALL_STATE(1911)] = 127580, [SMALL_STATE(1912)] = 127639, [SMALL_STATE(1913)] = 127698, [SMALL_STATE(1914)] = 127757, [SMALL_STATE(1915)] = 127813, [SMALL_STATE(1916)] = 127871, - [SMALL_STATE(1917)] = 127955, - [SMALL_STATE(1918)] = 128013, - [SMALL_STATE(1919)] = 128071, - [SMALL_STATE(1920)] = 128129, - [SMALL_STATE(1921)] = 128191, - [SMALL_STATE(1922)] = 128275, - [SMALL_STATE(1923)] = 128339, - [SMALL_STATE(1924)] = 128395, - [SMALL_STATE(1925)] = 128451, - [SMALL_STATE(1926)] = 128507, - [SMALL_STATE(1927)] = 128565, - [SMALL_STATE(1928)] = 128621, - [SMALL_STATE(1929)] = 128677, - [SMALL_STATE(1930)] = 128733, - [SMALL_STATE(1931)] = 128789, - [SMALL_STATE(1932)] = 128845, - [SMALL_STATE(1933)] = 128903, + [SMALL_STATE(1917)] = 127929, + [SMALL_STATE(1918)] = 127987, + [SMALL_STATE(1919)] = 128043, + [SMALL_STATE(1920)] = 128099, + [SMALL_STATE(1921)] = 128173, + [SMALL_STATE(1922)] = 128241, + [SMALL_STATE(1923)] = 128299, + [SMALL_STATE(1924)] = 128355, + [SMALL_STATE(1925)] = 128413, + [SMALL_STATE(1926)] = 128495, + [SMALL_STATE(1927)] = 128553, + [SMALL_STATE(1928)] = 128611, + [SMALL_STATE(1929)] = 128669, + [SMALL_STATE(1930)] = 128727, + [SMALL_STATE(1931)] = 128785, + [SMALL_STATE(1932)] = 128843, + [SMALL_STATE(1933)] = 128901, [SMALL_STATE(1934)] = 128959, [SMALL_STATE(1935)] = 129017, - [SMALL_STATE(1936)] = 129073, - [SMALL_STATE(1937)] = 129129, - [SMALL_STATE(1938)] = 129187, - [SMALL_STATE(1939)] = 129245, - [SMALL_STATE(1940)] = 129303, - [SMALL_STATE(1941)] = 129361, - [SMALL_STATE(1942)] = 129443, - [SMALL_STATE(1943)] = 129527, - [SMALL_STATE(1944)] = 129585, - [SMALL_STATE(1945)] = 129653, - [SMALL_STATE(1946)] = 129711, - [SMALL_STATE(1947)] = 129785, - [SMALL_STATE(1948)] = 129841, - [SMALL_STATE(1949)] = 129897, - [SMALL_STATE(1950)] = 129955, - [SMALL_STATE(1951)] = 130019, - [SMALL_STATE(1952)] = 130077, - [SMALL_STATE(1953)] = 130135, - [SMALL_STATE(1954)] = 130193, - [SMALL_STATE(1955)] = 130249, - [SMALL_STATE(1956)] = 130307, - [SMALL_STATE(1957)] = 130363, - [SMALL_STATE(1958)] = 130421, - [SMALL_STATE(1959)] = 130489, - [SMALL_STATE(1960)] = 130547, - [SMALL_STATE(1961)] = 130605, - [SMALL_STATE(1962)] = 130663, - [SMALL_STATE(1963)] = 130743, - [SMALL_STATE(1964)] = 130801, - [SMALL_STATE(1965)] = 130859, - [SMALL_STATE(1966)] = 130917, - [SMALL_STATE(1967)] = 130973, - [SMALL_STATE(1968)] = 131031, - [SMALL_STATE(1969)] = 131089, - [SMALL_STATE(1970)] = 131147, - [SMALL_STATE(1971)] = 131205, - [SMALL_STATE(1972)] = 131275, - [SMALL_STATE(1973)] = 131333, - [SMALL_STATE(1974)] = 131391, - [SMALL_STATE(1975)] = 131449, - [SMALL_STATE(1976)] = 131507, - [SMALL_STATE(1977)] = 131563, - [SMALL_STATE(1978)] = 131641, - [SMALL_STATE(1979)] = 131699, - [SMALL_STATE(1980)] = 131757, - [SMALL_STATE(1981)] = 131815, - [SMALL_STATE(1982)] = 131873, + [SMALL_STATE(1936)] = 129075, + [SMALL_STATE(1937)] = 129143, + [SMALL_STATE(1938)] = 129199, + [SMALL_STATE(1939)] = 129279, + [SMALL_STATE(1940)] = 129359, + [SMALL_STATE(1941)] = 129437, + [SMALL_STATE(1942)] = 129495, + [SMALL_STATE(1943)] = 129577, + [SMALL_STATE(1944)] = 129635, + [SMALL_STATE(1945)] = 129691, + [SMALL_STATE(1946)] = 129749, + [SMALL_STATE(1947)] = 129813, + [SMALL_STATE(1948)] = 129871, + [SMALL_STATE(1949)] = 129929, + [SMALL_STATE(1950)] = 129987, + [SMALL_STATE(1951)] = 130045, + [SMALL_STATE(1952)] = 130103, + [SMALL_STATE(1953)] = 130161, + [SMALL_STATE(1954)] = 130219, + [SMALL_STATE(1955)] = 130277, + [SMALL_STATE(1956)] = 130335, + [SMALL_STATE(1957)] = 130393, + [SMALL_STATE(1958)] = 130451, + [SMALL_STATE(1959)] = 130509, + [SMALL_STATE(1960)] = 130567, + [SMALL_STATE(1961)] = 130625, + [SMALL_STATE(1962)] = 130709, + [SMALL_STATE(1963)] = 130765, + [SMALL_STATE(1964)] = 130823, + [SMALL_STATE(1965)] = 130879, + [SMALL_STATE(1966)] = 130935, + [SMALL_STATE(1967)] = 130993, + [SMALL_STATE(1968)] = 131051, + [SMALL_STATE(1969)] = 131129, + [SMALL_STATE(1970)] = 131187, + [SMALL_STATE(1971)] = 131245, + [SMALL_STATE(1972)] = 131303, + [SMALL_STATE(1973)] = 131359, + [SMALL_STATE(1974)] = 131415, + [SMALL_STATE(1975)] = 131473, + [SMALL_STATE(1976)] = 131531, + [SMALL_STATE(1977)] = 131589, + [SMALL_STATE(1978)] = 131647, + [SMALL_STATE(1979)] = 131705, + [SMALL_STATE(1980)] = 131763, + [SMALL_STATE(1981)] = 131819, + [SMALL_STATE(1982)] = 131875, [SMALL_STATE(1983)] = 131931, [SMALL_STATE(1984)] = 131989, - [SMALL_STATE(1985)] = 132057, - [SMALL_STATE(1986)] = 132131, - [SMALL_STATE(1987)] = 132189, - [SMALL_STATE(1988)] = 132247, - [SMALL_STATE(1989)] = 132305, - [SMALL_STATE(1990)] = 132363, - [SMALL_STATE(1991)] = 132421, - [SMALL_STATE(1992)] = 132479, - [SMALL_STATE(1993)] = 132537, - [SMALL_STATE(1994)] = 132599, - [SMALL_STATE(1995)] = 132657, - [SMALL_STATE(1996)] = 132715, - [SMALL_STATE(1997)] = 132773, - [SMALL_STATE(1998)] = 132831, - [SMALL_STATE(1999)] = 132889, - [SMALL_STATE(2000)] = 132947, - [SMALL_STATE(2001)] = 133005, - [SMALL_STATE(2002)] = 133063, - [SMALL_STATE(2003)] = 133121, - [SMALL_STATE(2004)] = 133179, - [SMALL_STATE(2005)] = 133255, - [SMALL_STATE(2006)] = 133313, - [SMALL_STATE(2007)] = 133371, - [SMALL_STATE(2008)] = 133445, - [SMALL_STATE(2009)] = 133509, - [SMALL_STATE(2010)] = 133579, - [SMALL_STATE(2011)] = 133637, - [SMALL_STATE(2012)] = 133695, - [SMALL_STATE(2013)] = 133753, - [SMALL_STATE(2014)] = 133811, - [SMALL_STATE(2015)] = 133869, - [SMALL_STATE(2016)] = 133927, - [SMALL_STATE(2017)] = 133985, - [SMALL_STATE(2018)] = 134043, - [SMALL_STATE(2019)] = 134101, - [SMALL_STATE(2020)] = 134157, - [SMALL_STATE(2021)] = 134215, - [SMALL_STATE(2022)] = 134271, - [SMALL_STATE(2023)] = 134327, - [SMALL_STATE(2024)] = 134383, - [SMALL_STATE(2025)] = 134465, - [SMALL_STATE(2026)] = 134521, - [SMALL_STATE(2027)] = 134579, - [SMALL_STATE(2028)] = 134637, - [SMALL_STATE(2029)] = 134695, - [SMALL_STATE(2030)] = 134751, - [SMALL_STATE(2031)] = 134835, - [SMALL_STATE(2032)] = 134891, - [SMALL_STATE(2033)] = 134949, - [SMALL_STATE(2034)] = 135007, - [SMALL_STATE(2035)] = 135089, - [SMALL_STATE(2036)] = 135145, - [SMALL_STATE(2037)] = 135203, - [SMALL_STATE(2038)] = 135271, - [SMALL_STATE(2039)] = 135345, - [SMALL_STATE(2040)] = 135403, - [SMALL_STATE(2041)] = 135461, - [SMALL_STATE(2042)] = 135519, - [SMALL_STATE(2043)] = 135577, - [SMALL_STATE(2044)] = 135635, - [SMALL_STATE(2045)] = 135693, - [SMALL_STATE(2046)] = 135751, - [SMALL_STATE(2047)] = 135833, - [SMALL_STATE(2048)] = 135891, - [SMALL_STATE(2049)] = 135949, - [SMALL_STATE(2050)] = 136007, - [SMALL_STATE(2051)] = 136065, - [SMALL_STATE(2052)] = 136121, - [SMALL_STATE(2053)] = 136179, - [SMALL_STATE(2054)] = 136237, - [SMALL_STATE(2055)] = 136293, - [SMALL_STATE(2056)] = 136351, - [SMALL_STATE(2057)] = 136433, - [SMALL_STATE(2058)] = 136491, - [SMALL_STATE(2059)] = 136549, - [SMALL_STATE(2060)] = 136607, - [SMALL_STATE(2061)] = 136665, - [SMALL_STATE(2062)] = 136723, - [SMALL_STATE(2063)] = 136781, - [SMALL_STATE(2064)] = 136839, - [SMALL_STATE(2065)] = 136897, - [SMALL_STATE(2066)] = 136955, - [SMALL_STATE(2067)] = 137013, - [SMALL_STATE(2068)] = 137071, - [SMALL_STATE(2069)] = 137129, - [SMALL_STATE(2070)] = 137187, - [SMALL_STATE(2071)] = 137245, - [SMALL_STATE(2072)] = 137303, - [SMALL_STATE(2073)] = 137361, - [SMALL_STATE(2074)] = 137419, - [SMALL_STATE(2075)] = 137477, - [SMALL_STATE(2076)] = 137537, - [SMALL_STATE(2077)] = 137595, - [SMALL_STATE(2078)] = 137651, - [SMALL_STATE(2079)] = 137707, - [SMALL_STATE(2080)] = 137763, - [SMALL_STATE(2081)] = 137819, - [SMALL_STATE(2082)] = 137875, - [SMALL_STATE(2083)] = 137931, - [SMALL_STATE(2084)] = 137987, - [SMALL_STATE(2085)] = 138045, - [SMALL_STATE(2086)] = 138103, - [SMALL_STATE(2087)] = 138161, - [SMALL_STATE(2088)] = 138219, - [SMALL_STATE(2089)] = 138275, - [SMALL_STATE(2090)] = 138333, - [SMALL_STATE(2091)] = 138391, - [SMALL_STATE(2092)] = 138449, - [SMALL_STATE(2093)] = 138507, - [SMALL_STATE(2094)] = 138563, - [SMALL_STATE(2095)] = 138619, - [SMALL_STATE(2096)] = 138675, - [SMALL_STATE(2097)] = 138731, - [SMALL_STATE(2098)] = 138787, - [SMALL_STATE(2099)] = 138857, - [SMALL_STATE(2100)] = 138931, - [SMALL_STATE(2101)] = 139007, - [SMALL_STATE(2102)] = 139085, - [SMALL_STATE(2103)] = 139153, - [SMALL_STATE(2104)] = 139211, - [SMALL_STATE(2105)] = 139269, - [SMALL_STATE(2106)] = 139327, - [SMALL_STATE(2107)] = 139407, - [SMALL_STATE(2108)] = 139465, - [SMALL_STATE(2109)] = 139539, - [SMALL_STATE(2110)] = 139607, + [SMALL_STATE(1985)] = 132047, + [SMALL_STATE(1986)] = 132103, + [SMALL_STATE(1987)] = 132161, + [SMALL_STATE(1988)] = 132219, + [SMALL_STATE(1989)] = 132277, + [SMALL_STATE(1990)] = 132333, + [SMALL_STATE(1991)] = 132389, + [SMALL_STATE(1992)] = 132459, + [SMALL_STATE(1993)] = 132533, + [SMALL_STATE(1994)] = 132589, + [SMALL_STATE(1995)] = 132665, + [SMALL_STATE(1996)] = 132739, + [SMALL_STATE(1997)] = 132797, + [SMALL_STATE(1998)] = 132855, + [SMALL_STATE(1999)] = 132913, + [SMALL_STATE(2000)] = 132971, + [SMALL_STATE(2001)] = 133029, + [SMALL_STATE(2002)] = 133087, + [SMALL_STATE(2003)] = 133145, + [SMALL_STATE(2004)] = 133203, + [SMALL_STATE(2005)] = 133261, + [SMALL_STATE(2006)] = 133319, + [SMALL_STATE(2007)] = 133395, + [SMALL_STATE(2008)] = 133473, + [SMALL_STATE(2009)] = 133531, + [SMALL_STATE(2010)] = 133589, + [SMALL_STATE(2011)] = 133669, + [SMALL_STATE(2012)] = 133727, + [SMALL_STATE(2013)] = 133795, + [SMALL_STATE(2014)] = 133851, + [SMALL_STATE(2015)] = 133921, + [SMALL_STATE(2016)] = 133977, + [SMALL_STATE(2017)] = 134035, + [SMALL_STATE(2018)] = 134093, + [SMALL_STATE(2019)] = 134169, + [SMALL_STATE(2020)] = 134227, + [SMALL_STATE(2021)] = 134285, + [SMALL_STATE(2022)] = 134341, + [SMALL_STATE(2023)] = 134397, + [SMALL_STATE(2024)] = 134455, + [SMALL_STATE(2025)] = 134513, + [SMALL_STATE(2026)] = 134571, + [SMALL_STATE(2027)] = 134629, + [SMALL_STATE(2028)] = 134685, + [SMALL_STATE(2029)] = 134741, + [SMALL_STATE(2030)] = 134799, + [SMALL_STATE(2031)] = 134881, + [SMALL_STATE(2032)] = 134937, + [SMALL_STATE(2033)] = 134995, + [SMALL_STATE(2034)] = 135053, + [SMALL_STATE(2035)] = 135111, + [SMALL_STATE(2036)] = 135169, + [SMALL_STATE(2037)] = 135227, + [SMALL_STATE(2038)] = 135285, + [SMALL_STATE(2039)] = 135343, + [SMALL_STATE(2040)] = 135399, + [SMALL_STATE(2041)] = 135457, + [SMALL_STATE(2042)] = 135515, + [SMALL_STATE(2043)] = 135573, + [SMALL_STATE(2044)] = 135631, + [SMALL_STATE(2045)] = 135705, + [SMALL_STATE(2046)] = 135773, + [SMALL_STATE(2047)] = 135831, + [SMALL_STATE(2048)] = 135887, + [SMALL_STATE(2049)] = 135945, + [SMALL_STATE(2050)] = 136001, + [SMALL_STATE(2051)] = 136059, + [SMALL_STATE(2052)] = 136117, + [SMALL_STATE(2053)] = 136173, + [SMALL_STATE(2054)] = 136229, + [SMALL_STATE(2055)] = 136285, + [SMALL_STATE(2056)] = 136341, + [SMALL_STATE(2057)] = 136409, + [SMALL_STATE(2058)] = 136467, + [SMALL_STATE(2059)] = 136525, + [SMALL_STATE(2060)] = 136583, + [SMALL_STATE(2061)] = 136651, + [SMALL_STATE(2062)] = 136709, + [SMALL_STATE(2063)] = 136767, + [SMALL_STATE(2064)] = 136825, + [SMALL_STATE(2065)] = 136883, + [SMALL_STATE(2066)] = 136941, + [SMALL_STATE(2067)] = 136997, + [SMALL_STATE(2068)] = 137053, + [SMALL_STATE(2069)] = 137111, + [SMALL_STATE(2070)] = 137169, + [SMALL_STATE(2071)] = 137227, + [SMALL_STATE(2072)] = 137285, + [SMALL_STATE(2073)] = 137343, + [SMALL_STATE(2074)] = 137401, + [SMALL_STATE(2075)] = 137459, + [SMALL_STATE(2076)] = 137517, + [SMALL_STATE(2077)] = 137575, + [SMALL_STATE(2078)] = 137633, + [SMALL_STATE(2079)] = 137691, + [SMALL_STATE(2080)] = 137773, + [SMALL_STATE(2081)] = 137855, + [SMALL_STATE(2082)] = 137913, + [SMALL_STATE(2083)] = 137971, + [SMALL_STATE(2084)] = 138029, + [SMALL_STATE(2085)] = 138087, + [SMALL_STATE(2086)] = 138145, + [SMALL_STATE(2087)] = 138203, + [SMALL_STATE(2088)] = 138259, + [SMALL_STATE(2089)] = 138317, + [SMALL_STATE(2090)] = 138381, + [SMALL_STATE(2091)] = 138439, + [SMALL_STATE(2092)] = 138497, + [SMALL_STATE(2093)] = 138553, + [SMALL_STATE(2094)] = 138627, + [SMALL_STATE(2095)] = 138683, + [SMALL_STATE(2096)] = 138741, + [SMALL_STATE(2097)] = 138799, + [SMALL_STATE(2098)] = 138855, + [SMALL_STATE(2099)] = 138925, + [SMALL_STATE(2100)] = 138981, + [SMALL_STATE(2101)] = 139039, + [SMALL_STATE(2102)] = 139097, + [SMALL_STATE(2103)] = 139155, + [SMALL_STATE(2104)] = 139213, + [SMALL_STATE(2105)] = 139271, + [SMALL_STATE(2106)] = 139353, + [SMALL_STATE(2107)] = 139421, + [SMALL_STATE(2108)] = 139495, + [SMALL_STATE(2109)] = 139551, + [SMALL_STATE(2110)] = 139609, [SMALL_STATE(2111)] = 139665, - [SMALL_STATE(2112)] = 139721, - [SMALL_STATE(2113)] = 139779, - [SMALL_STATE(2114)] = 139837, + [SMALL_STATE(2112)] = 139723, + [SMALL_STATE(2113)] = 139781, + [SMALL_STATE(2114)] = 139839, [SMALL_STATE(2115)] = 139895, - [SMALL_STATE(2116)] = 139951, - [SMALL_STATE(2117)] = 140007, - [SMALL_STATE(2118)] = 140063, - [SMALL_STATE(2119)] = 140119, - [SMALL_STATE(2120)] = 140177, - [SMALL_STATE(2121)] = 140235, - [SMALL_STATE(2122)] = 140309, - [SMALL_STATE(2123)] = 140367, - [SMALL_STATE(2124)] = 140435, - [SMALL_STATE(2125)] = 140493, - [SMALL_STATE(2126)] = 140551, - [SMALL_STATE(2127)] = 140609, - [SMALL_STATE(2128)] = 140667, - [SMALL_STATE(2129)] = 140725, - [SMALL_STATE(2130)] = 140783, - [SMALL_STATE(2131)] = 140841, - [SMALL_STATE(2132)] = 140899, - [SMALL_STATE(2133)] = 140957, - [SMALL_STATE(2134)] = 141015, - [SMALL_STATE(2135)] = 141073, - [SMALL_STATE(2136)] = 141131, - [SMALL_STATE(2137)] = 141189, - [SMALL_STATE(2138)] = 141247, - [SMALL_STATE(2139)] = 141305, - [SMALL_STATE(2140)] = 141363, - [SMALL_STATE(2141)] = 141445, - [SMALL_STATE(2142)] = 141513, - [SMALL_STATE(2143)] = 141587, - [SMALL_STATE(2144)] = 141657, - [SMALL_STATE(2145)] = 141715, - [SMALL_STATE(2146)] = 141797, - [SMALL_STATE(2147)] = 141855, - [SMALL_STATE(2148)] = 141913, - [SMALL_STATE(2149)] = 141971, - [SMALL_STATE(2150)] = 142029, - [SMALL_STATE(2151)] = 142087, - [SMALL_STATE(2152)] = 142145, - [SMALL_STATE(2153)] = 142203, - [SMALL_STATE(2154)] = 142261, - [SMALL_STATE(2155)] = 142319, - [SMALL_STATE(2156)] = 142377, - [SMALL_STATE(2157)] = 142435, - [SMALL_STATE(2158)] = 142491, - [SMALL_STATE(2159)] = 142547, - [SMALL_STATE(2160)] = 142629, - [SMALL_STATE(2161)] = 142685, - [SMALL_STATE(2162)] = 142781, - [SMALL_STATE(2163)] = 142839, - [SMALL_STATE(2164)] = 142897, - [SMALL_STATE(2165)] = 142955, - [SMALL_STATE(2166)] = 143011, - [SMALL_STATE(2167)] = 143067, - [SMALL_STATE(2168)] = 143125, - [SMALL_STATE(2169)] = 143181, - [SMALL_STATE(2170)] = 143239, - [SMALL_STATE(2171)] = 143297, - [SMALL_STATE(2172)] = 143355, - [SMALL_STATE(2173)] = 143411, - [SMALL_STATE(2174)] = 143467, - [SMALL_STATE(2175)] = 143523, - [SMALL_STATE(2176)] = 143579, - [SMALL_STATE(2177)] = 143637, - [SMALL_STATE(2178)] = 143693, - [SMALL_STATE(2179)] = 143749, - [SMALL_STATE(2180)] = 143805, - [SMALL_STATE(2181)] = 143863, - [SMALL_STATE(2182)] = 143921, - [SMALL_STATE(2183)] = 143979, - [SMALL_STATE(2184)] = 144035, - [SMALL_STATE(2185)] = 144091, - [SMALL_STATE(2186)] = 144155, - [SMALL_STATE(2187)] = 144211, - [SMALL_STATE(2188)] = 144267, - [SMALL_STATE(2189)] = 144349, - [SMALL_STATE(2190)] = 144407, - [SMALL_STATE(2191)] = 144463, - [SMALL_STATE(2192)] = 144519, - [SMALL_STATE(2193)] = 144575, - [SMALL_STATE(2194)] = 144631, - [SMALL_STATE(2195)] = 144689, - [SMALL_STATE(2196)] = 144745, - [SMALL_STATE(2197)] = 144801, - [SMALL_STATE(2198)] = 144857, - [SMALL_STATE(2199)] = 144953, - [SMALL_STATE(2200)] = 145037, - [SMALL_STATE(2201)] = 145093, - [SMALL_STATE(2202)] = 145149, - [SMALL_STATE(2203)] = 145205, - [SMALL_STATE(2204)] = 145261, - [SMALL_STATE(2205)] = 145317, - [SMALL_STATE(2206)] = 145373, - [SMALL_STATE(2207)] = 145429, - [SMALL_STATE(2208)] = 145487, - [SMALL_STATE(2209)] = 145543, - [SMALL_STATE(2210)] = 145599, - [SMALL_STATE(2211)] = 145663, - [SMALL_STATE(2212)] = 145719, - [SMALL_STATE(2213)] = 145775, - [SMALL_STATE(2214)] = 145831, - [SMALL_STATE(2215)] = 145887, - [SMALL_STATE(2216)] = 145945, - [SMALL_STATE(2217)] = 146003, - [SMALL_STATE(2218)] = 146061, - [SMALL_STATE(2219)] = 146119, - [SMALL_STATE(2220)] = 146177, - [SMALL_STATE(2221)] = 146257, - [SMALL_STATE(2222)] = 146335, - [SMALL_STATE(2223)] = 146411, - [SMALL_STATE(2224)] = 146469, - [SMALL_STATE(2225)] = 146553, - [SMALL_STATE(2226)] = 146609, - [SMALL_STATE(2227)] = 146665, - [SMALL_STATE(2228)] = 146723, - [SMALL_STATE(2229)] = 146781, - [SMALL_STATE(2230)] = 146839, - [SMALL_STATE(2231)] = 146897, - [SMALL_STATE(2232)] = 146955, - [SMALL_STATE(2233)] = 147037, - [SMALL_STATE(2234)] = 147093, - [SMALL_STATE(2235)] = 147161, - [SMALL_STATE(2236)] = 147219, - [SMALL_STATE(2237)] = 147277, - [SMALL_STATE(2238)] = 147351, - [SMALL_STATE(2239)] = 147413, - [SMALL_STATE(2240)] = 147477, - [SMALL_STATE(2241)] = 147535, - [SMALL_STATE(2242)] = 147593, - [SMALL_STATE(2243)] = 147661, - [SMALL_STATE(2244)] = 147741, - [SMALL_STATE(2245)] = 147799, - [SMALL_STATE(2246)] = 147877, - [SMALL_STATE(2247)] = 147953, - [SMALL_STATE(2248)] = 148027, - [SMALL_STATE(2249)] = 148085, - [SMALL_STATE(2250)] = 148155, - [SMALL_STATE(2251)] = 148213, - [SMALL_STATE(2252)] = 148269, - [SMALL_STATE(2253)] = 148327, - [SMALL_STATE(2254)] = 148385, - [SMALL_STATE(2255)] = 148443, - [SMALL_STATE(2256)] = 148499, - [SMALL_STATE(2257)] = 148555, - [SMALL_STATE(2258)] = 148613, - [SMALL_STATE(2259)] = 148671, - [SMALL_STATE(2260)] = 148729, - [SMALL_STATE(2261)] = 148787, - [SMALL_STATE(2262)] = 148845, - [SMALL_STATE(2263)] = 148903, - [SMALL_STATE(2264)] = 148961, - [SMALL_STATE(2265)] = 149019, - [SMALL_STATE(2266)] = 149075, - [SMALL_STATE(2267)] = 149157, - [SMALL_STATE(2268)] = 149213, - [SMALL_STATE(2269)] = 149271, - [SMALL_STATE(2270)] = 149329, - [SMALL_STATE(2271)] = 149385, - [SMALL_STATE(2272)] = 149441, - [SMALL_STATE(2273)] = 149525, - [SMALL_STATE(2274)] = 149581, - [SMALL_STATE(2275)] = 149637, - [SMALL_STATE(2276)] = 149717, - [SMALL_STATE(2277)] = 149795, - [SMALL_STATE(2278)] = 149871, - [SMALL_STATE(2279)] = 149927, - [SMALL_STATE(2280)] = 149983, - [SMALL_STATE(2281)] = 150039, - [SMALL_STATE(2282)] = 150097, - [SMALL_STATE(2283)] = 150155, - [SMALL_STATE(2284)] = 150213, - [SMALL_STATE(2285)] = 150271, - [SMALL_STATE(2286)] = 150327, - [SMALL_STATE(2287)] = 150385, - [SMALL_STATE(2288)] = 150443, - [SMALL_STATE(2289)] = 150501, - [SMALL_STATE(2290)] = 150559, - [SMALL_STATE(2291)] = 150617, - [SMALL_STATE(2292)] = 150698, - [SMALL_STATE(2293)] = 150755, - [SMALL_STATE(2294)] = 150824, - [SMALL_STATE(2295)] = 150897, - [SMALL_STATE(2296)] = 150972, - [SMALL_STATE(2297)] = 151049, - [SMALL_STATE(2298)] = 151128, - [SMALL_STATE(2299)] = 151195, - [SMALL_STATE(2300)] = 151252, - [SMALL_STATE(2301)] = 151325, - [SMALL_STATE(2302)] = 151392, - [SMALL_STATE(2303)] = 151473, - [SMALL_STATE(2304)] = 151530, - [SMALL_STATE(2305)] = 151587, - [SMALL_STATE(2306)] = 151644, - [SMALL_STATE(2307)] = 151701, - [SMALL_STATE(2308)] = 151758, - [SMALL_STATE(2309)] = 151815, - [SMALL_STATE(2310)] = 151872, - [SMALL_STATE(2311)] = 151929, - [SMALL_STATE(2312)] = 151998, - [SMALL_STATE(2313)] = 152071, - [SMALL_STATE(2314)] = 152146, - [SMALL_STATE(2315)] = 152223, - [SMALL_STATE(2316)] = 152302, - [SMALL_STATE(2317)] = 152369, - [SMALL_STATE(2318)] = 152430, - [SMALL_STATE(2319)] = 152503, - [SMALL_STATE(2320)] = 152570, - [SMALL_STATE(2321)] = 152651, - [SMALL_STATE(2322)] = 152708, - [SMALL_STATE(2323)] = 152801, - [SMALL_STATE(2324)] = 152882, - [SMALL_STATE(2325)] = 152939, - [SMALL_STATE(2326)] = 153032, - [SMALL_STATE(2327)] = 153089, - [SMALL_STATE(2328)] = 153146, - [SMALL_STATE(2329)] = 153203, - [SMALL_STATE(2330)] = 153296, - [SMALL_STATE(2331)] = 153365, - [SMALL_STATE(2332)] = 153438, - [SMALL_STATE(2333)] = 153513, - [SMALL_STATE(2334)] = 153590, - [SMALL_STATE(2335)] = 153669, - [SMALL_STATE(2336)] = 153736, - [SMALL_STATE(2337)] = 153793, - [SMALL_STATE(2338)] = 153850, - [SMALL_STATE(2339)] = 153923, - [SMALL_STATE(2340)] = 153990, - [SMALL_STATE(2341)] = 154071, - [SMALL_STATE(2342)] = 154128, - [SMALL_STATE(2343)] = 154185, - [SMALL_STATE(2344)] = 154278, - [SMALL_STATE(2345)] = 154369, - [SMALL_STATE(2346)] = 154430, - [SMALL_STATE(2347)] = 154489, - [SMALL_STATE(2348)] = 154570, - [SMALL_STATE(2349)] = 154651, - [SMALL_STATE(2350)] = 154744, - [SMALL_STATE(2351)] = 154837, - [SMALL_STATE(2352)] = 154894, - [SMALL_STATE(2353)] = 154987, - [SMALL_STATE(2354)] = 155080, - [SMALL_STATE(2355)] = 155161, - [SMALL_STATE(2356)] = 155218, - [SMALL_STATE(2357)] = 155275, - [SMALL_STATE(2358)] = 155356, - [SMALL_STATE(2359)] = 155437, - [SMALL_STATE(2360)] = 155494, - [SMALL_STATE(2361)] = 155575, - [SMALL_STATE(2362)] = 155632, - [SMALL_STATE(2363)] = 155723, - [SMALL_STATE(2364)] = 155804, - [SMALL_STATE(2365)] = 155885, - [SMALL_STATE(2366)] = 155966, - [SMALL_STATE(2367)] = 156023, - [SMALL_STATE(2368)] = 156104, - [SMALL_STATE(2369)] = 156161, - [SMALL_STATE(2370)] = 156242, - [SMALL_STATE(2371)] = 156335, - [SMALL_STATE(2372)] = 156396, - [SMALL_STATE(2373)] = 156453, - [SMALL_STATE(2374)] = 156546, - [SMALL_STATE(2375)] = 156603, - [SMALL_STATE(2376)] = 156684, - [SMALL_STATE(2377)] = 156765, - [SMALL_STATE(2378)] = 156846, - [SMALL_STATE(2379)] = 156927, - [SMALL_STATE(2380)] = 156984, - [SMALL_STATE(2381)] = 157063, - [SMALL_STATE(2382)] = 157140, - [SMALL_STATE(2383)] = 157215, - [SMALL_STATE(2384)] = 157272, - [SMALL_STATE(2385)] = 157353, - [SMALL_STATE(2386)] = 157410, - [SMALL_STATE(2387)] = 157467, - [SMALL_STATE(2388)] = 157524, - [SMALL_STATE(2389)] = 157605, - [SMALL_STATE(2390)] = 157686, - [SMALL_STATE(2391)] = 157767, - [SMALL_STATE(2392)] = 157824, - [SMALL_STATE(2393)] = 157915, - [SMALL_STATE(2394)] = 157972, - [SMALL_STATE(2395)] = 158029, - [SMALL_STATE(2396)] = 158086, - [SMALL_STATE(2397)] = 158155, - [SMALL_STATE(2398)] = 158212, - [SMALL_STATE(2399)] = 158269, - [SMALL_STATE(2400)] = 158342, - [SMALL_STATE(2401)] = 158417, - [SMALL_STATE(2402)] = 158494, - [SMALL_STATE(2403)] = 158575, - [SMALL_STATE(2404)] = 158654, - [SMALL_STATE(2405)] = 158721, - [SMALL_STATE(2406)] = 158790, - [SMALL_STATE(2407)] = 158863, - [SMALL_STATE(2408)] = 158938, - [SMALL_STATE(2409)] = 159015, - [SMALL_STATE(2410)] = 159094, - [SMALL_STATE(2411)] = 159161, - [SMALL_STATE(2412)] = 159218, - [SMALL_STATE(2413)] = 159275, - [SMALL_STATE(2414)] = 159332, - [SMALL_STATE(2415)] = 159399, - [SMALL_STATE(2416)] = 159456, - [SMALL_STATE(2417)] = 159529, - [SMALL_STATE(2418)] = 159602, - [SMALL_STATE(2419)] = 159669, - [SMALL_STATE(2420)] = 159750, - [SMALL_STATE(2421)] = 159807, - [SMALL_STATE(2422)] = 159864, - [SMALL_STATE(2423)] = 159955, - [SMALL_STATE(2424)] = 160036, - [SMALL_STATE(2425)] = 160103, - [SMALL_STATE(2426)] = 160172, - [SMALL_STATE(2427)] = 160245, - [SMALL_STATE(2428)] = 160318, - [SMALL_STATE(2429)] = 160385, - [SMALL_STATE(2430)] = 160442, - [SMALL_STATE(2431)] = 160499, - [SMALL_STATE(2432)] = 160556, - [SMALL_STATE(2433)] = 160612, - [SMALL_STATE(2434)] = 160690, - [SMALL_STATE(2435)] = 160746, + [SMALL_STATE(2116)] = 139953, + [SMALL_STATE(2117)] = 140029, + [SMALL_STATE(2118)] = 140107, + [SMALL_STATE(2119)] = 140187, + [SMALL_STATE(2120)] = 140245, + [SMALL_STATE(2121)] = 140327, + [SMALL_STATE(2122)] = 140391, + [SMALL_STATE(2123)] = 140449, + [SMALL_STATE(2124)] = 140505, + [SMALL_STATE(2125)] = 140561, + [SMALL_STATE(2126)] = 140657, + [SMALL_STATE(2127)] = 140713, + [SMALL_STATE(2128)] = 140769, + [SMALL_STATE(2129)] = 140825, + [SMALL_STATE(2130)] = 140881, + [SMALL_STATE(2131)] = 140937, + [SMALL_STATE(2132)] = 140995, + [SMALL_STATE(2133)] = 141053, + [SMALL_STATE(2134)] = 141109, + [SMALL_STATE(2135)] = 141165, + [SMALL_STATE(2136)] = 141221, + [SMALL_STATE(2137)] = 141277, + [SMALL_STATE(2138)] = 141333, + [SMALL_STATE(2139)] = 141391, + [SMALL_STATE(2140)] = 141447, + [SMALL_STATE(2141)] = 141503, + [SMALL_STATE(2142)] = 141559, + [SMALL_STATE(2143)] = 141617, + [SMALL_STATE(2144)] = 141673, + [SMALL_STATE(2145)] = 141729, + [SMALL_STATE(2146)] = 141813, + [SMALL_STATE(2147)] = 141871, + [SMALL_STATE(2148)] = 141955, + [SMALL_STATE(2149)] = 142013, + [SMALL_STATE(2150)] = 142071, + [SMALL_STATE(2151)] = 142129, + [SMALL_STATE(2152)] = 142185, + [SMALL_STATE(2153)] = 142243, + [SMALL_STATE(2154)] = 142299, + [SMALL_STATE(2155)] = 142357, + [SMALL_STATE(2156)] = 142413, + [SMALL_STATE(2157)] = 142469, + [SMALL_STATE(2158)] = 142527, + [SMALL_STATE(2159)] = 142585, + [SMALL_STATE(2160)] = 142641, + [SMALL_STATE(2161)] = 142699, + [SMALL_STATE(2162)] = 142757, + [SMALL_STATE(2163)] = 142813, + [SMALL_STATE(2164)] = 142869, + [SMALL_STATE(2165)] = 142925, + [SMALL_STATE(2166)] = 142983, + [SMALL_STATE(2167)] = 143041, + [SMALL_STATE(2168)] = 143099, + [SMALL_STATE(2169)] = 143157, + [SMALL_STATE(2170)] = 143215, + [SMALL_STATE(2171)] = 143271, + [SMALL_STATE(2172)] = 143329, + [SMALL_STATE(2173)] = 143387, + [SMALL_STATE(2174)] = 143451, + [SMALL_STATE(2175)] = 143507, + [SMALL_STATE(2176)] = 143565, + [SMALL_STATE(2177)] = 143621, + [SMALL_STATE(2178)] = 143677, + [SMALL_STATE(2179)] = 143735, + [SMALL_STATE(2180)] = 143793, + [SMALL_STATE(2181)] = 143849, + [SMALL_STATE(2182)] = 143933, + [SMALL_STATE(2183)] = 143989, + [SMALL_STATE(2184)] = 144047, + [SMALL_STATE(2185)] = 144105, + [SMALL_STATE(2186)] = 144163, + [SMALL_STATE(2187)] = 144219, + [SMALL_STATE(2188)] = 144277, + [SMALL_STATE(2189)] = 144335, + [SMALL_STATE(2190)] = 144391, + [SMALL_STATE(2191)] = 144449, + [SMALL_STATE(2192)] = 144505, + [SMALL_STATE(2193)] = 144561, + [SMALL_STATE(2194)] = 144619, + [SMALL_STATE(2195)] = 144693, + [SMALL_STATE(2196)] = 144749, + [SMALL_STATE(2197)] = 144819, + [SMALL_STATE(2198)] = 144877, + [SMALL_STATE(2199)] = 144935, + [SMALL_STATE(2200)] = 144991, + [SMALL_STATE(2201)] = 145049, + [SMALL_STATE(2202)] = 145105, + [SMALL_STATE(2203)] = 145163, + [SMALL_STATE(2204)] = 145221, + [SMALL_STATE(2205)] = 145279, + [SMALL_STATE(2206)] = 145341, + [SMALL_STATE(2207)] = 145399, + [SMALL_STATE(2208)] = 145463, + [SMALL_STATE(2209)] = 145521, + [SMALL_STATE(2210)] = 145591, + [SMALL_STATE(2211)] = 145667, + [SMALL_STATE(2212)] = 145745, + [SMALL_STATE(2213)] = 145829, + [SMALL_STATE(2214)] = 145909, + [SMALL_STATE(2215)] = 145977, + [SMALL_STATE(2216)] = 146035, + [SMALL_STATE(2217)] = 146093, + [SMALL_STATE(2218)] = 146177, + [SMALL_STATE(2219)] = 146235, + [SMALL_STATE(2220)] = 146291, + [SMALL_STATE(2221)] = 146349, + [SMALL_STATE(2222)] = 146407, + [SMALL_STATE(2223)] = 146463, + [SMALL_STATE(2224)] = 146547, + [SMALL_STATE(2225)] = 146603, + [SMALL_STATE(2226)] = 146659, + [SMALL_STATE(2227)] = 146721, + [SMALL_STATE(2228)] = 146783, + [SMALL_STATE(2229)] = 146841, + [SMALL_STATE(2230)] = 146923, + [SMALL_STATE(2231)] = 146979, + [SMALL_STATE(2232)] = 147035, + [SMALL_STATE(2233)] = 147091, + [SMALL_STATE(2234)] = 147147, + [SMALL_STATE(2235)] = 147203, + [SMALL_STATE(2236)] = 147259, + [SMALL_STATE(2237)] = 147315, + [SMALL_STATE(2238)] = 147371, + [SMALL_STATE(2239)] = 147429, + [SMALL_STATE(2240)] = 147485, + [SMALL_STATE(2241)] = 147543, + [SMALL_STATE(2242)] = 147601, + [SMALL_STATE(2243)] = 147657, + [SMALL_STATE(2244)] = 147713, + [SMALL_STATE(2245)] = 147769, + [SMALL_STATE(2246)] = 147827, + [SMALL_STATE(2247)] = 147885, + [SMALL_STATE(2248)] = 147943, + [SMALL_STATE(2249)] = 148017, + [SMALL_STATE(2250)] = 148075, + [SMALL_STATE(2251)] = 148133, + [SMALL_STATE(2252)] = 148189, + [SMALL_STATE(2253)] = 148247, + [SMALL_STATE(2254)] = 148315, + [SMALL_STATE(2255)] = 148373, + [SMALL_STATE(2256)] = 148431, + [SMALL_STATE(2257)] = 148489, + [SMALL_STATE(2258)] = 148571, + [SMALL_STATE(2259)] = 148627, + [SMALL_STATE(2260)] = 148709, + [SMALL_STATE(2261)] = 148767, + [SMALL_STATE(2262)] = 148825, + [SMALL_STATE(2263)] = 148881, + [SMALL_STATE(2264)] = 148955, + [SMALL_STATE(2265)] = 149013, + [SMALL_STATE(2266)] = 149071, + [SMALL_STATE(2267)] = 149129, + [SMALL_STATE(2268)] = 149187, + [SMALL_STATE(2269)] = 149251, + [SMALL_STATE(2270)] = 149311, + [SMALL_STATE(2271)] = 149369, + [SMALL_STATE(2272)] = 149427, + [SMALL_STATE(2273)] = 149495, + [SMALL_STATE(2274)] = 149553, + [SMALL_STATE(2275)] = 149611, + [SMALL_STATE(2276)] = 149669, + [SMALL_STATE(2277)] = 149727, + [SMALL_STATE(2278)] = 149785, + [SMALL_STATE(2279)] = 149843, + [SMALL_STATE(2280)] = 149901, + [SMALL_STATE(2281)] = 149957, + [SMALL_STATE(2282)] = 150031, + [SMALL_STATE(2283)] = 150089, + [SMALL_STATE(2284)] = 150147, + [SMALL_STATE(2285)] = 150205, + [SMALL_STATE(2286)] = 150263, + [SMALL_STATE(2287)] = 150359, + [SMALL_STATE(2288)] = 150441, + [SMALL_STATE(2289)] = 150499, + [SMALL_STATE(2290)] = 150557, + [SMALL_STATE(2291)] = 150615, + [SMALL_STATE(2292)] = 150671, + [SMALL_STATE(2293)] = 150729, + [SMALL_STATE(2294)] = 150802, + [SMALL_STATE(2295)] = 150859, + [SMALL_STATE(2296)] = 150932, + [SMALL_STATE(2297)] = 151025, + [SMALL_STATE(2298)] = 151082, + [SMALL_STATE(2299)] = 151149, + [SMALL_STATE(2300)] = 151230, + [SMALL_STATE(2301)] = 151287, + [SMALL_STATE(2302)] = 151368, + [SMALL_STATE(2303)] = 151461, + [SMALL_STATE(2304)] = 151518, + [SMALL_STATE(2305)] = 151599, + [SMALL_STATE(2306)] = 151656, + [SMALL_STATE(2307)] = 151737, + [SMALL_STATE(2308)] = 151818, + [SMALL_STATE(2309)] = 151897, + [SMALL_STATE(2310)] = 151978, + [SMALL_STATE(2311)] = 152059, + [SMALL_STATE(2312)] = 152152, + [SMALL_STATE(2313)] = 152233, + [SMALL_STATE(2314)] = 152290, + [SMALL_STATE(2315)] = 152383, + [SMALL_STATE(2316)] = 152440, + [SMALL_STATE(2317)] = 152501, + [SMALL_STATE(2318)] = 152558, + [SMALL_STATE(2319)] = 152639, + [SMALL_STATE(2320)] = 152732, + [SMALL_STATE(2321)] = 152809, + [SMALL_STATE(2322)] = 152866, + [SMALL_STATE(2323)] = 152923, + [SMALL_STATE(2324)] = 152980, + [SMALL_STATE(2325)] = 153049, + [SMALL_STATE(2326)] = 153122, + [SMALL_STATE(2327)] = 153197, + [SMALL_STATE(2328)] = 153254, + [SMALL_STATE(2329)] = 153331, + [SMALL_STATE(2330)] = 153412, + [SMALL_STATE(2331)] = 153505, + [SMALL_STATE(2332)] = 153574, + [SMALL_STATE(2333)] = 153647, + [SMALL_STATE(2334)] = 153704, + [SMALL_STATE(2335)] = 153761, + [SMALL_STATE(2336)] = 153840, + [SMALL_STATE(2337)] = 153921, + [SMALL_STATE(2338)] = 153996, + [SMALL_STATE(2339)] = 154053, + [SMALL_STATE(2340)] = 154110, + [SMALL_STATE(2341)] = 154177, + [SMALL_STATE(2342)] = 154234, + [SMALL_STATE(2343)] = 154291, + [SMALL_STATE(2344)] = 154348, + [SMALL_STATE(2345)] = 154405, + [SMALL_STATE(2346)] = 154498, + [SMALL_STATE(2347)] = 154555, + [SMALL_STATE(2348)] = 154612, + [SMALL_STATE(2349)] = 154689, + [SMALL_STATE(2350)] = 154746, + [SMALL_STATE(2351)] = 154803, + [SMALL_STATE(2352)] = 154860, + [SMALL_STATE(2353)] = 154917, + [SMALL_STATE(2354)] = 154996, + [SMALL_STATE(2355)] = 155063, + [SMALL_STATE(2356)] = 155144, + [SMALL_STATE(2357)] = 155201, + [SMALL_STATE(2358)] = 155282, + [SMALL_STATE(2359)] = 155375, + [SMALL_STATE(2360)] = 155448, + [SMALL_STATE(2361)] = 155515, + [SMALL_STATE(2362)] = 155596, + [SMALL_STATE(2363)] = 155663, + [SMALL_STATE(2364)] = 155736, + [SMALL_STATE(2365)] = 155793, + [SMALL_STATE(2366)] = 155866, + [SMALL_STATE(2367)] = 155933, + [SMALL_STATE(2368)] = 156000, + [SMALL_STATE(2369)] = 156057, + [SMALL_STATE(2370)] = 156138, + [SMALL_STATE(2371)] = 156217, + [SMALL_STATE(2372)] = 156294, + [SMALL_STATE(2373)] = 156375, + [SMALL_STATE(2374)] = 156432, + [SMALL_STATE(2375)] = 156513, + [SMALL_STATE(2376)] = 156582, + [SMALL_STATE(2377)] = 156639, + [SMALL_STATE(2378)] = 156712, + [SMALL_STATE(2379)] = 156803, + [SMALL_STATE(2380)] = 156878, + [SMALL_STATE(2381)] = 156935, + [SMALL_STATE(2382)] = 157012, + [SMALL_STATE(2383)] = 157091, + [SMALL_STATE(2384)] = 157158, + [SMALL_STATE(2385)] = 157233, + [SMALL_STATE(2386)] = 157302, + [SMALL_STATE(2387)] = 157359, + [SMALL_STATE(2388)] = 157426, + [SMALL_STATE(2389)] = 157507, + [SMALL_STATE(2390)] = 157598, + [SMALL_STATE(2391)] = 157671, + [SMALL_STATE(2392)] = 157752, + [SMALL_STATE(2393)] = 157833, + [SMALL_STATE(2394)] = 157902, + [SMALL_STATE(2395)] = 157983, + [SMALL_STATE(2396)] = 158064, + [SMALL_STATE(2397)] = 158137, + [SMALL_STATE(2398)] = 158228, + [SMALL_STATE(2399)] = 158309, + [SMALL_STATE(2400)] = 158378, + [SMALL_STATE(2401)] = 158451, + [SMALL_STATE(2402)] = 158526, + [SMALL_STATE(2403)] = 158603, + [SMALL_STATE(2404)] = 158682, + [SMALL_STATE(2405)] = 158749, + [SMALL_STATE(2406)] = 158816, + [SMALL_STATE(2407)] = 158897, + [SMALL_STATE(2408)] = 158954, + [SMALL_STATE(2409)] = 159013, + [SMALL_STATE(2410)] = 159070, + [SMALL_STATE(2411)] = 159131, + [SMALL_STATE(2412)] = 159188, + [SMALL_STATE(2413)] = 159269, + [SMALL_STATE(2414)] = 159362, + [SMALL_STATE(2415)] = 159419, + [SMALL_STATE(2416)] = 159476, + [SMALL_STATE(2417)] = 159533, + [SMALL_STATE(2418)] = 159590, + [SMALL_STATE(2419)] = 159647, + [SMALL_STATE(2420)] = 159704, + [SMALL_STATE(2421)] = 159761, + [SMALL_STATE(2422)] = 159842, + [SMALL_STATE(2423)] = 159899, + [SMALL_STATE(2424)] = 159956, + [SMALL_STATE(2425)] = 160013, + [SMALL_STATE(2426)] = 160070, + [SMALL_STATE(2427)] = 160131, + [SMALL_STATE(2428)] = 160212, + [SMALL_STATE(2429)] = 160303, + [SMALL_STATE(2430)] = 160378, + [SMALL_STATE(2431)] = 160445, + [SMALL_STATE(2432)] = 160518, + [SMALL_STATE(2433)] = 160611, + [SMALL_STATE(2434)] = 160668, + [SMALL_STATE(2435)] = 160724, [SMALL_STATE(2436)] = 160802, [SMALL_STATE(2437)] = 160858, - [SMALL_STATE(2438)] = 160914, - [SMALL_STATE(2439)] = 160970, - [SMALL_STATE(2440)] = 161026, - [SMALL_STATE(2441)] = 161082, - [SMALL_STATE(2442)] = 161138, - [SMALL_STATE(2443)] = 161194, - [SMALL_STATE(2444)] = 161250, - [SMALL_STATE(2445)] = 161306, - [SMALL_STATE(2446)] = 161362, - [SMALL_STATE(2447)] = 161418, - [SMALL_STATE(2448)] = 161474, - [SMALL_STATE(2449)] = 161552, - [SMALL_STATE(2450)] = 161608, - [SMALL_STATE(2451)] = 161686, - [SMALL_STATE(2452)] = 161764, - [SMALL_STATE(2453)] = 161820, - [SMALL_STATE(2454)] = 161876, - [SMALL_STATE(2455)] = 161954, - [SMALL_STATE(2456)] = 162032, - [SMALL_STATE(2457)] = 162092, - [SMALL_STATE(2458)] = 162148, - [SMALL_STATE(2459)] = 162206, - [SMALL_STATE(2460)] = 162262, - [SMALL_STATE(2461)] = 162340, - [SMALL_STATE(2462)] = 162418, - [SMALL_STATE(2463)] = 162496, - [SMALL_STATE(2464)] = 162574, - [SMALL_STATE(2465)] = 162630, - [SMALL_STATE(2466)] = 162686, - [SMALL_STATE(2467)] = 162742, + [SMALL_STATE(2438)] = 160936, + [SMALL_STATE(2439)] = 161014, + [SMALL_STATE(2440)] = 161070, + [SMALL_STATE(2441)] = 161148, + [SMALL_STATE(2442)] = 161204, + [SMALL_STATE(2443)] = 161282, + [SMALL_STATE(2444)] = 161338, + [SMALL_STATE(2445)] = 161396, + [SMALL_STATE(2446)] = 161452, + [SMALL_STATE(2447)] = 161508, + [SMALL_STATE(2448)] = 161564, + [SMALL_STATE(2449)] = 161624, + [SMALL_STATE(2450)] = 161684, + [SMALL_STATE(2451)] = 161740, + [SMALL_STATE(2452)] = 161818, + [SMALL_STATE(2453)] = 161874, + [SMALL_STATE(2454)] = 161930, + [SMALL_STATE(2455)] = 161986, + [SMALL_STATE(2456)] = 162042, + [SMALL_STATE(2457)] = 162098, + [SMALL_STATE(2458)] = 162176, + [SMALL_STATE(2459)] = 162232, + [SMALL_STATE(2460)] = 162310, + [SMALL_STATE(2461)] = 162366, + [SMALL_STATE(2462)] = 162422, + [SMALL_STATE(2463)] = 162478, + [SMALL_STATE(2464)] = 162534, + [SMALL_STATE(2465)] = 162612, + [SMALL_STATE(2466)] = 162668, + [SMALL_STATE(2467)] = 162746, [SMALL_STATE(2468)] = 162802, [SMALL_STATE(2469)] = 162858, - [SMALL_STATE(2470)] = 162915, - [SMALL_STATE(2471)] = 162974, - [SMALL_STATE(2472)] = 163029, - [SMALL_STATE(2473)] = 163084, - [SMALL_STATE(2474)] = 163139, - [SMALL_STATE(2475)] = 163194, - [SMALL_STATE(2476)] = 163249, - [SMALL_STATE(2477)] = 163304, - [SMALL_STATE(2478)] = 163361, - [SMALL_STATE(2479)] = 163416, - [SMALL_STATE(2480)] = 163471, - [SMALL_STATE(2481)] = 163526, - [SMALL_STATE(2482)] = 163581, - [SMALL_STATE(2483)] = 163636, - [SMALL_STATE(2484)] = 163691, - [SMALL_STATE(2485)] = 163746, - [SMALL_STATE(2486)] = 163801, - [SMALL_STATE(2487)] = 163856, - [SMALL_STATE(2488)] = 163911, - [SMALL_STATE(2489)] = 163966, - [SMALL_STATE(2490)] = 164021, - [SMALL_STATE(2491)] = 164076, - [SMALL_STATE(2492)] = 164131, - [SMALL_STATE(2493)] = 164186, - [SMALL_STATE(2494)] = 164241, + [SMALL_STATE(2470)] = 162914, + [SMALL_STATE(2471)] = 162970, + [SMALL_STATE(2472)] = 163025, + [SMALL_STATE(2473)] = 163080, + [SMALL_STATE(2474)] = 163135, + [SMALL_STATE(2475)] = 163190, + [SMALL_STATE(2476)] = 163245, + [SMALL_STATE(2477)] = 163300, + [SMALL_STATE(2478)] = 163355, + [SMALL_STATE(2479)] = 163410, + [SMALL_STATE(2480)] = 163465, + [SMALL_STATE(2481)] = 163520, + [SMALL_STATE(2482)] = 163575, + [SMALL_STATE(2483)] = 163630, + [SMALL_STATE(2484)] = 163685, + [SMALL_STATE(2485)] = 163740, + [SMALL_STATE(2486)] = 163795, + [SMALL_STATE(2487)] = 163850, + [SMALL_STATE(2488)] = 163905, + [SMALL_STATE(2489)] = 163960, + [SMALL_STATE(2490)] = 164015, + [SMALL_STATE(2491)] = 164070, + [SMALL_STATE(2492)] = 164125, + [SMALL_STATE(2493)] = 164180, + [SMALL_STATE(2494)] = 164239, [SMALL_STATE(2495)] = 164296, [SMALL_STATE(2496)] = 164351, [SMALL_STATE(2497)] = 164406, @@ -320416,11369 +320816,11395 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2502)] = 164681, [SMALL_STATE(2503)] = 164736, [SMALL_STATE(2504)] = 164791, - [SMALL_STATE(2505)] = 164846, - [SMALL_STATE(2506)] = 164901, - [SMALL_STATE(2507)] = 164956, - [SMALL_STATE(2508)] = 165011, - [SMALL_STATE(2509)] = 165066, - [SMALL_STATE(2510)] = 165121, - [SMALL_STATE(2511)] = 165176, - [SMALL_STATE(2512)] = 165235, - [SMALL_STATE(2513)] = 165290, - [SMALL_STATE(2514)] = 165345, - [SMALL_STATE(2515)] = 165400, - [SMALL_STATE(2516)] = 165455, - [SMALL_STATE(2517)] = 165510, - [SMALL_STATE(2518)] = 165565, - [SMALL_STATE(2519)] = 165620, - [SMALL_STATE(2520)] = 165675, - [SMALL_STATE(2521)] = 165730, - [SMALL_STATE(2522)] = 165785, - [SMALL_STATE(2523)] = 165840, - [SMALL_STATE(2524)] = 165897, - [SMALL_STATE(2525)] = 165956, - [SMALL_STATE(2526)] = 166011, - [SMALL_STATE(2527)] = 166066, - [SMALL_STATE(2528)] = 166121, - [SMALL_STATE(2529)] = 166176, - [SMALL_STATE(2530)] = 166231, - [SMALL_STATE(2531)] = 166286, - [SMALL_STATE(2532)] = 166341, - [SMALL_STATE(2533)] = 166396, - [SMALL_STATE(2534)] = 166451, - [SMALL_STATE(2535)] = 166506, - [SMALL_STATE(2536)] = 166560, - [SMALL_STATE(2537)] = 166614, - [SMALL_STATE(2538)] = 166668, - [SMALL_STATE(2539)] = 166722, - [SMALL_STATE(2540)] = 166776, - [SMALL_STATE(2541)] = 166830, - [SMALL_STATE(2542)] = 166884, - [SMALL_STATE(2543)] = 166936, - [SMALL_STATE(2544)] = 166990, - [SMALL_STATE(2545)] = 167044, - [SMALL_STATE(2546)] = 167098, - [SMALL_STATE(2547)] = 167152, - [SMALL_STATE(2548)] = 167206, - [SMALL_STATE(2549)] = 167260, - [SMALL_STATE(2550)] = 167314, - [SMALL_STATE(2551)] = 167368, - [SMALL_STATE(2552)] = 167422, - [SMALL_STATE(2553)] = 167476, - [SMALL_STATE(2554)] = 167530, - [SMALL_STATE(2555)] = 167584, - [SMALL_STATE(2556)] = 167638, - [SMALL_STATE(2557)] = 167692, - [SMALL_STATE(2558)] = 167746, - [SMALL_STATE(2559)] = 167802, - [SMALL_STATE(2560)] = 167856, - [SMALL_STATE(2561)] = 167910, - [SMALL_STATE(2562)] = 167964, - [SMALL_STATE(2563)] = 168018, - [SMALL_STATE(2564)] = 168072, - [SMALL_STATE(2565)] = 168126, - [SMALL_STATE(2566)] = 168180, - [SMALL_STATE(2567)] = 168234, - [SMALL_STATE(2568)] = 168288, - [SMALL_STATE(2569)] = 168342, - [SMALL_STATE(2570)] = 168396, - [SMALL_STATE(2571)] = 168450, - [SMALL_STATE(2572)] = 168504, - [SMALL_STATE(2573)] = 168558, - [SMALL_STATE(2574)] = 168612, - [SMALL_STATE(2575)] = 168666, - [SMALL_STATE(2576)] = 168720, - [SMALL_STATE(2577)] = 168772, - [SMALL_STATE(2578)] = 168826, - [SMALL_STATE(2579)] = 168880, - [SMALL_STATE(2580)] = 168934, - [SMALL_STATE(2581)] = 168988, - [SMALL_STATE(2582)] = 169042, - [SMALL_STATE(2583)] = 169096, - [SMALL_STATE(2584)] = 169150, - [SMALL_STATE(2585)] = 169204, - [SMALL_STATE(2586)] = 169258, - [SMALL_STATE(2587)] = 169310, - [SMALL_STATE(2588)] = 169364, - [SMALL_STATE(2589)] = 169418, - [SMALL_STATE(2590)] = 169472, - [SMALL_STATE(2591)] = 169526, - [SMALL_STATE(2592)] = 169580, - [SMALL_STATE(2593)] = 169634, - [SMALL_STATE(2594)] = 169688, - [SMALL_STATE(2595)] = 169742, - [SMALL_STATE(2596)] = 169796, - [SMALL_STATE(2597)] = 169850, - [SMALL_STATE(2598)] = 169904, - [SMALL_STATE(2599)] = 169958, - [SMALL_STATE(2600)] = 170014, - [SMALL_STATE(2601)] = 170066, - [SMALL_STATE(2602)] = 170118, - [SMALL_STATE(2603)] = 170172, - [SMALL_STATE(2604)] = 170226, - [SMALL_STATE(2605)] = 170280, - [SMALL_STATE(2606)] = 170334, - [SMALL_STATE(2607)] = 170388, - [SMALL_STATE(2608)] = 170442, - [SMALL_STATE(2609)] = 170496, - [SMALL_STATE(2610)] = 170550, - [SMALL_STATE(2611)] = 170604, - [SMALL_STATE(2612)] = 170658, - [SMALL_STATE(2613)] = 170712, - [SMALL_STATE(2614)] = 170766, - [SMALL_STATE(2615)] = 170819, - [SMALL_STATE(2616)] = 170872, - [SMALL_STATE(2617)] = 170925, - [SMALL_STATE(2618)] = 170978, - [SMALL_STATE(2619)] = 171031, - [SMALL_STATE(2620)] = 171084, - [SMALL_STATE(2621)] = 171137, - [SMALL_STATE(2622)] = 171188, - [SMALL_STATE(2623)] = 171289, - [SMALL_STATE(2624)] = 171340, - [SMALL_STATE(2625)] = 171393, - [SMALL_STATE(2626)] = 171446, - [SMALL_STATE(2627)] = 171499, - [SMALL_STATE(2628)] = 171550, - [SMALL_STATE(2629)] = 171603, - [SMALL_STATE(2630)] = 171656, - [SMALL_STATE(2631)] = 171709, - [SMALL_STATE(2632)] = 171762, - [SMALL_STATE(2633)] = 171815, - [SMALL_STATE(2634)] = 171868, - [SMALL_STATE(2635)] = 171921, - [SMALL_STATE(2636)] = 171974, - [SMALL_STATE(2637)] = 172027, - [SMALL_STATE(2638)] = 172080, - [SMALL_STATE(2639)] = 172133, - [SMALL_STATE(2640)] = 172186, - [SMALL_STATE(2641)] = 172239, - [SMALL_STATE(2642)] = 172292, - [SMALL_STATE(2643)] = 172345, - [SMALL_STATE(2644)] = 172396, - [SMALL_STATE(2645)] = 172449, - [SMALL_STATE(2646)] = 172502, - [SMALL_STATE(2647)] = 172555, - [SMALL_STATE(2648)] = 172608, - [SMALL_STATE(2649)] = 172661, - [SMALL_STATE(2650)] = 172714, - [SMALL_STATE(2651)] = 172767, + [SMALL_STATE(2505)] = 164848, + [SMALL_STATE(2506)] = 164903, + [SMALL_STATE(2507)] = 164958, + [SMALL_STATE(2508)] = 165013, + [SMALL_STATE(2509)] = 165068, + [SMALL_STATE(2510)] = 165123, + [SMALL_STATE(2511)] = 165182, + [SMALL_STATE(2512)] = 165241, + [SMALL_STATE(2513)] = 165296, + [SMALL_STATE(2514)] = 165351, + [SMALL_STATE(2515)] = 165406, + [SMALL_STATE(2516)] = 165461, + [SMALL_STATE(2517)] = 165518, + [SMALL_STATE(2518)] = 165573, + [SMALL_STATE(2519)] = 165628, + [SMALL_STATE(2520)] = 165683, + [SMALL_STATE(2521)] = 165738, + [SMALL_STATE(2522)] = 165793, + [SMALL_STATE(2523)] = 165848, + [SMALL_STATE(2524)] = 165903, + [SMALL_STATE(2525)] = 165958, + [SMALL_STATE(2526)] = 166013, + [SMALL_STATE(2527)] = 166068, + [SMALL_STATE(2528)] = 166123, + [SMALL_STATE(2529)] = 166178, + [SMALL_STATE(2530)] = 166233, + [SMALL_STATE(2531)] = 166288, + [SMALL_STATE(2532)] = 166343, + [SMALL_STATE(2533)] = 166398, + [SMALL_STATE(2534)] = 166453, + [SMALL_STATE(2535)] = 166508, + [SMALL_STATE(2536)] = 166563, + [SMALL_STATE(2537)] = 166618, + [SMALL_STATE(2538)] = 166672, + [SMALL_STATE(2539)] = 166726, + [SMALL_STATE(2540)] = 166780, + [SMALL_STATE(2541)] = 166834, + [SMALL_STATE(2542)] = 166888, + [SMALL_STATE(2543)] = 166942, + [SMALL_STATE(2544)] = 166996, + [SMALL_STATE(2545)] = 167050, + [SMALL_STATE(2546)] = 167104, + [SMALL_STATE(2547)] = 167158, + [SMALL_STATE(2548)] = 167212, + [SMALL_STATE(2549)] = 167266, + [SMALL_STATE(2550)] = 167320, + [SMALL_STATE(2551)] = 167374, + [SMALL_STATE(2552)] = 167428, + [SMALL_STATE(2553)] = 167482, + [SMALL_STATE(2554)] = 167536, + [SMALL_STATE(2555)] = 167590, + [SMALL_STATE(2556)] = 167646, + [SMALL_STATE(2557)] = 167700, + [SMALL_STATE(2558)] = 167754, + [SMALL_STATE(2559)] = 167808, + [SMALL_STATE(2560)] = 167862, + [SMALL_STATE(2561)] = 167916, + [SMALL_STATE(2562)] = 167968, + [SMALL_STATE(2563)] = 168022, + [SMALL_STATE(2564)] = 168076, + [SMALL_STATE(2565)] = 168130, + [SMALL_STATE(2566)] = 168182, + [SMALL_STATE(2567)] = 168236, + [SMALL_STATE(2568)] = 168290, + [SMALL_STATE(2569)] = 168344, + [SMALL_STATE(2570)] = 168398, + [SMALL_STATE(2571)] = 168452, + [SMALL_STATE(2572)] = 168506, + [SMALL_STATE(2573)] = 168562, + [SMALL_STATE(2574)] = 168616, + [SMALL_STATE(2575)] = 168670, + [SMALL_STATE(2576)] = 168724, + [SMALL_STATE(2577)] = 168778, + [SMALL_STATE(2578)] = 168832, + [SMALL_STATE(2579)] = 168886, + [SMALL_STATE(2580)] = 168940, + [SMALL_STATE(2581)] = 168994, + [SMALL_STATE(2582)] = 169048, + [SMALL_STATE(2583)] = 169102, + [SMALL_STATE(2584)] = 169156, + [SMALL_STATE(2585)] = 169210, + [SMALL_STATE(2586)] = 169264, + [SMALL_STATE(2587)] = 169316, + [SMALL_STATE(2588)] = 169370, + [SMALL_STATE(2589)] = 169424, + [SMALL_STATE(2590)] = 169478, + [SMALL_STATE(2591)] = 169532, + [SMALL_STATE(2592)] = 169586, + [SMALL_STATE(2593)] = 169640, + [SMALL_STATE(2594)] = 169694, + [SMALL_STATE(2595)] = 169748, + [SMALL_STATE(2596)] = 169802, + [SMALL_STATE(2597)] = 169854, + [SMALL_STATE(2598)] = 169908, + [SMALL_STATE(2599)] = 169962, + [SMALL_STATE(2600)] = 170016, + [SMALL_STATE(2601)] = 170070, + [SMALL_STATE(2602)] = 170124, + [SMALL_STATE(2603)] = 170178, + [SMALL_STATE(2604)] = 170232, + [SMALL_STATE(2605)] = 170286, + [SMALL_STATE(2606)] = 170340, + [SMALL_STATE(2607)] = 170394, + [SMALL_STATE(2608)] = 170448, + [SMALL_STATE(2609)] = 170502, + [SMALL_STATE(2610)] = 170556, + [SMALL_STATE(2611)] = 170610, + [SMALL_STATE(2612)] = 170664, + [SMALL_STATE(2613)] = 170716, + [SMALL_STATE(2614)] = 170770, + [SMALL_STATE(2615)] = 170824, + [SMALL_STATE(2616)] = 170878, + [SMALL_STATE(2617)] = 170931, + [SMALL_STATE(2618)] = 170984, + [SMALL_STATE(2619)] = 171037, + [SMALL_STATE(2620)] = 171090, + [SMALL_STATE(2621)] = 171141, + [SMALL_STATE(2622)] = 171194, + [SMALL_STATE(2623)] = 171247, + [SMALL_STATE(2624)] = 171300, + [SMALL_STATE(2625)] = 171353, + [SMALL_STATE(2626)] = 171406, + [SMALL_STATE(2627)] = 171459, + [SMALL_STATE(2628)] = 171512, + [SMALL_STATE(2629)] = 171565, + [SMALL_STATE(2630)] = 171616, + [SMALL_STATE(2631)] = 171667, + [SMALL_STATE(2632)] = 171720, + [SMALL_STATE(2633)] = 171773, + [SMALL_STATE(2634)] = 171826, + [SMALL_STATE(2635)] = 171879, + [SMALL_STATE(2636)] = 171932, + [SMALL_STATE(2637)] = 171985, + [SMALL_STATE(2638)] = 172038, + [SMALL_STATE(2639)] = 172091, + [SMALL_STATE(2640)] = 172144, + [SMALL_STATE(2641)] = 172195, + [SMALL_STATE(2642)] = 172248, + [SMALL_STATE(2643)] = 172301, + [SMALL_STATE(2644)] = 172354, + [SMALL_STATE(2645)] = 172407, + [SMALL_STATE(2646)] = 172460, + [SMALL_STATE(2647)] = 172513, + [SMALL_STATE(2648)] = 172614, + [SMALL_STATE(2649)] = 172665, + [SMALL_STATE(2650)] = 172718, + [SMALL_STATE(2651)] = 172769, [SMALL_STATE(2652)] = 172820, - [SMALL_STATE(2653)] = 172871, - [SMALL_STATE(2654)] = 172924, - [SMALL_STATE(2655)] = 172977, + [SMALL_STATE(2653)] = 172873, + [SMALL_STATE(2654)] = 172926, + [SMALL_STATE(2655)] = 172979, [SMALL_STATE(2656)] = 173032, [SMALL_STATE(2657)] = 173085, - [SMALL_STATE(2658)] = 173138, - [SMALL_STATE(2659)] = 173191, - [SMALL_STATE(2660)] = 173244, - [SMALL_STATE(2661)] = 173297, - [SMALL_STATE(2662)] = 173350, - [SMALL_STATE(2663)] = 173403, - [SMALL_STATE(2664)] = 173456, - [SMALL_STATE(2665)] = 173509, - [SMALL_STATE(2666)] = 173562, + [SMALL_STATE(2658)] = 173186, + [SMALL_STATE(2659)] = 173239, + [SMALL_STATE(2660)] = 173292, + [SMALL_STATE(2661)] = 173345, + [SMALL_STATE(2662)] = 173396, + [SMALL_STATE(2663)] = 173451, + [SMALL_STATE(2664)] = 173504, + [SMALL_STATE(2665)] = 173557, + [SMALL_STATE(2666)] = 173610, [SMALL_STATE(2667)] = 173663, [SMALL_STATE(2668)] = 173716, - [SMALL_STATE(2669)] = 173769, - [SMALL_STATE(2670)] = 173822, - [SMALL_STATE(2671)] = 173875, - [SMALL_STATE(2672)] = 173928, - [SMALL_STATE(2673)] = 173981, - [SMALL_STATE(2674)] = 174032, - [SMALL_STATE(2675)] = 174085, - [SMALL_STATE(2676)] = 174136, - [SMALL_STATE(2677)] = 174187, - [SMALL_STATE(2678)] = 174240, - [SMALL_STATE(2679)] = 174293, + [SMALL_STATE(2669)] = 173817, + [SMALL_STATE(2670)] = 173870, + [SMALL_STATE(2671)] = 173923, + [SMALL_STATE(2672)] = 173976, + [SMALL_STATE(2673)] = 174027, + [SMALL_STATE(2674)] = 174078, + [SMALL_STATE(2675)] = 174131, + [SMALL_STATE(2676)] = 174184, + [SMALL_STATE(2677)] = 174235, + [SMALL_STATE(2678)] = 174288, + [SMALL_STATE(2679)] = 174341, [SMALL_STATE(2680)] = 174394, - [SMALL_STATE(2681)] = 174445, - [SMALL_STATE(2682)] = 174496, - [SMALL_STATE(2683)] = 174549, - [SMALL_STATE(2684)] = 174600, - [SMALL_STATE(2685)] = 174653, - [SMALL_STATE(2686)] = 174706, - [SMALL_STATE(2687)] = 174759, - [SMALL_STATE(2688)] = 174812, - [SMALL_STATE(2689)] = 174865, - [SMALL_STATE(2690)] = 174920, - [SMALL_STATE(2691)] = 175021, - [SMALL_STATE(2692)] = 175073, - [SMALL_STATE(2693)] = 175125, - [SMALL_STATE(2694)] = 175177, - [SMALL_STATE(2695)] = 175229, - [SMALL_STATE(2696)] = 175281, - [SMALL_STATE(2697)] = 175333, - [SMALL_STATE(2698)] = 175385, - [SMALL_STATE(2699)] = 175437, - [SMALL_STATE(2700)] = 175489, - [SMALL_STATE(2701)] = 175541, - [SMALL_STATE(2702)] = 175593, - [SMALL_STATE(2703)] = 175677, - [SMALL_STATE(2704)] = 175729, - [SMALL_STATE(2705)] = 175781, - [SMALL_STATE(2706)] = 175833, - [SMALL_STATE(2707)] = 175885, - [SMALL_STATE(2708)] = 175937, - [SMALL_STATE(2709)] = 175989, - [SMALL_STATE(2710)] = 176073, - [SMALL_STATE(2711)] = 176125, - [SMALL_STATE(2712)] = 176177, - [SMALL_STATE(2713)] = 176229, - [SMALL_STATE(2714)] = 176313, - [SMALL_STATE(2715)] = 176365, - [SMALL_STATE(2716)] = 176419, - [SMALL_STATE(2717)] = 176471, - [SMALL_STATE(2718)] = 176523, - [SMALL_STATE(2719)] = 176575, - [SMALL_STATE(2720)] = 176659, - [SMALL_STATE(2721)] = 176711, - [SMALL_STATE(2722)] = 176763, - [SMALL_STATE(2723)] = 176815, - [SMALL_STATE(2724)] = 176867, - [SMALL_STATE(2725)] = 176921, - [SMALL_STATE(2726)] = 176973, - [SMALL_STATE(2727)] = 177025, - [SMALL_STATE(2728)] = 177077, - [SMALL_STATE(2729)] = 177129, - [SMALL_STATE(2730)] = 177181, - [SMALL_STATE(2731)] = 177233, - [SMALL_STATE(2732)] = 177285, - [SMALL_STATE(2733)] = 177337, - [SMALL_STATE(2734)] = 177389, - [SMALL_STATE(2735)] = 177441, - [SMALL_STATE(2736)] = 177493, - [SMALL_STATE(2737)] = 177545, - [SMALL_STATE(2738)] = 177597, - [SMALL_STATE(2739)] = 177649, - [SMALL_STATE(2740)] = 177701, - [SMALL_STATE(2741)] = 177753, - [SMALL_STATE(2742)] = 177805, - [SMALL_STATE(2743)] = 177857, - [SMALL_STATE(2744)] = 177909, - [SMALL_STATE(2745)] = 177961, - [SMALL_STATE(2746)] = 178013, - [SMALL_STATE(2747)] = 178065, - [SMALL_STATE(2748)] = 178117, - [SMALL_STATE(2749)] = 178169, - [SMALL_STATE(2750)] = 178221, - [SMALL_STATE(2751)] = 178273, - [SMALL_STATE(2752)] = 178325, - [SMALL_STATE(2753)] = 178377, - [SMALL_STATE(2754)] = 178429, - [SMALL_STATE(2755)] = 178481, - [SMALL_STATE(2756)] = 178535, - [SMALL_STATE(2757)] = 178587, - [SMALL_STATE(2758)] = 178639, - [SMALL_STATE(2759)] = 178691, - [SMALL_STATE(2760)] = 178743, - [SMALL_STATE(2761)] = 178795, - [SMALL_STATE(2762)] = 178847, - [SMALL_STATE(2763)] = 178899, - [SMALL_STATE(2764)] = 178951, - [SMALL_STATE(2765)] = 179003, - [SMALL_STATE(2766)] = 179055, - [SMALL_STATE(2767)] = 179107, - [SMALL_STATE(2768)] = 179159, - [SMALL_STATE(2769)] = 179211, - [SMALL_STATE(2770)] = 179263, - [SMALL_STATE(2771)] = 179341, - [SMALL_STATE(2772)] = 179419, - [SMALL_STATE(2773)] = 179497, - [SMALL_STATE(2774)] = 179575, - [SMALL_STATE(2775)] = 179653, - [SMALL_STATE(2776)] = 179731, - [SMALL_STATE(2777)] = 179809, - [SMALL_STATE(2778)] = 179887, - [SMALL_STATE(2779)] = 179965, - [SMALL_STATE(2780)] = 180043, - [SMALL_STATE(2781)] = 180121, - [SMALL_STATE(2782)] = 180199, - [SMALL_STATE(2783)] = 180277, - [SMALL_STATE(2784)] = 180355, - [SMALL_STATE(2785)] = 180433, - [SMALL_STATE(2786)] = 180511, - [SMALL_STATE(2787)] = 180589, - [SMALL_STATE(2788)] = 180667, - [SMALL_STATE(2789)] = 180745, - [SMALL_STATE(2790)] = 180810, - [SMALL_STATE(2791)] = 180885, - [SMALL_STATE(2792)] = 180948, - [SMALL_STATE(2793)] = 181013, - [SMALL_STATE(2794)] = 181077, - [SMALL_STATE(2795)] = 181141, - [SMALL_STATE(2796)] = 181203, - [SMALL_STATE(2797)] = 181265, - [SMALL_STATE(2798)] = 181341, - [SMALL_STATE(2799)] = 181405, - [SMALL_STATE(2800)] = 181479, - [SMALL_STATE(2801)] = 181555, - [SMALL_STATE(2802)] = 181619, - [SMALL_STATE(2803)] = 181662, - [SMALL_STATE(2804)] = 181725, - [SMALL_STATE(2805)] = 181768, - [SMALL_STATE(2806)] = 181811, - [SMALL_STATE(2807)] = 181854, - [SMALL_STATE(2808)] = 181897, - [SMALL_STATE(2809)] = 181940, - [SMALL_STATE(2810)] = 181983, - [SMALL_STATE(2811)] = 182046, - [SMALL_STATE(2812)] = 182089, - [SMALL_STATE(2813)] = 182132, - [SMALL_STATE(2814)] = 182175, - [SMALL_STATE(2815)] = 182218, - [SMALL_STATE(2816)] = 182261, - [SMALL_STATE(2817)] = 182304, - [SMALL_STATE(2818)] = 182347, - [SMALL_STATE(2819)] = 182390, - [SMALL_STATE(2820)] = 182433, - [SMALL_STATE(2821)] = 182476, - [SMALL_STATE(2822)] = 182519, - [SMALL_STATE(2823)] = 182562, - [SMALL_STATE(2824)] = 182605, - [SMALL_STATE(2825)] = 182648, - [SMALL_STATE(2826)] = 182691, - [SMALL_STATE(2827)] = 182734, - [SMALL_STATE(2828)] = 182777, - [SMALL_STATE(2829)] = 182820, - [SMALL_STATE(2830)] = 182863, - [SMALL_STATE(2831)] = 182906, - [SMALL_STATE(2832)] = 182949, - [SMALL_STATE(2833)] = 182992, - [SMALL_STATE(2834)] = 183035, - [SMALL_STATE(2835)] = 183078, - [SMALL_STATE(2836)] = 183121, - [SMALL_STATE(2837)] = 183164, - [SMALL_STATE(2838)] = 183207, - [SMALL_STATE(2839)] = 183250, - [SMALL_STATE(2840)] = 183293, - [SMALL_STATE(2841)] = 183336, - [SMALL_STATE(2842)] = 183397, - [SMALL_STATE(2843)] = 183440, - [SMALL_STATE(2844)] = 183483, - [SMALL_STATE(2845)] = 183526, - [SMALL_STATE(2846)] = 183569, - [SMALL_STATE(2847)] = 183612, - [SMALL_STATE(2848)] = 183655, - [SMALL_STATE(2849)] = 183698, - [SMALL_STATE(2850)] = 183741, - [SMALL_STATE(2851)] = 183784, - [SMALL_STATE(2852)] = 183827, - [SMALL_STATE(2853)] = 183870, - [SMALL_STATE(2854)] = 183913, - [SMALL_STATE(2855)] = 183956, - [SMALL_STATE(2856)] = 183999, - [SMALL_STATE(2857)] = 184042, - [SMALL_STATE(2858)] = 184085, - [SMALL_STATE(2859)] = 184128, - [SMALL_STATE(2860)] = 184171, - [SMALL_STATE(2861)] = 184214, - [SMALL_STATE(2862)] = 184257, - [SMALL_STATE(2863)] = 184300, - [SMALL_STATE(2864)] = 184343, - [SMALL_STATE(2865)] = 184386, - [SMALL_STATE(2866)] = 184429, - [SMALL_STATE(2867)] = 184471, - [SMALL_STATE(2868)] = 184513, - [SMALL_STATE(2869)] = 184555, - [SMALL_STATE(2870)] = 184597, - [SMALL_STATE(2871)] = 184639, - [SMALL_STATE(2872)] = 184681, - [SMALL_STATE(2873)] = 184741, - [SMALL_STATE(2874)] = 184801, - [SMALL_STATE(2875)] = 184877, - [SMALL_STATE(2876)] = 184919, - [SMALL_STATE(2877)] = 184961, - [SMALL_STATE(2878)] = 185003, - [SMALL_STATE(2879)] = 185045, - [SMALL_STATE(2880)] = 185087, - [SMALL_STATE(2881)] = 185129, - [SMALL_STATE(2882)] = 185171, - [SMALL_STATE(2883)] = 185213, - [SMALL_STATE(2884)] = 185255, - [SMALL_STATE(2885)] = 185297, - [SMALL_STATE(2886)] = 185339, - [SMALL_STATE(2887)] = 185381, - [SMALL_STATE(2888)] = 185423, - [SMALL_STATE(2889)] = 185465, - [SMALL_STATE(2890)] = 185507, - [SMALL_STATE(2891)] = 185549, - [SMALL_STATE(2892)] = 185591, - [SMALL_STATE(2893)] = 185633, - [SMALL_STATE(2894)] = 185675, - [SMALL_STATE(2895)] = 185717, - [SMALL_STATE(2896)] = 185759, - [SMALL_STATE(2897)] = 185801, - [SMALL_STATE(2898)] = 185843, - [SMALL_STATE(2899)] = 185885, - [SMALL_STATE(2900)] = 185927, - [SMALL_STATE(2901)] = 185969, - [SMALL_STATE(2902)] = 186011, - [SMALL_STATE(2903)] = 186053, - [SMALL_STATE(2904)] = 186095, - [SMALL_STATE(2905)] = 186137, - [SMALL_STATE(2906)] = 186179, - [SMALL_STATE(2907)] = 186221, - [SMALL_STATE(2908)] = 186263, - [SMALL_STATE(2909)] = 186305, - [SMALL_STATE(2910)] = 186347, - [SMALL_STATE(2911)] = 186389, - [SMALL_STATE(2912)] = 186431, - [SMALL_STATE(2913)] = 186473, - [SMALL_STATE(2914)] = 186515, - [SMALL_STATE(2915)] = 186557, - [SMALL_STATE(2916)] = 186599, - [SMALL_STATE(2917)] = 186641, - [SMALL_STATE(2918)] = 186683, - [SMALL_STATE(2919)] = 186725, - [SMALL_STATE(2920)] = 186767, - [SMALL_STATE(2921)] = 186809, - [SMALL_STATE(2922)] = 186851, - [SMALL_STATE(2923)] = 186893, - [SMALL_STATE(2924)] = 186935, - [SMALL_STATE(2925)] = 186977, - [SMALL_STATE(2926)] = 187019, - [SMALL_STATE(2927)] = 187061, - [SMALL_STATE(2928)] = 187103, - [SMALL_STATE(2929)] = 187145, - [SMALL_STATE(2930)] = 187187, - [SMALL_STATE(2931)] = 187228, - [SMALL_STATE(2932)] = 187269, - [SMALL_STATE(2933)] = 187310, - [SMALL_STATE(2934)] = 187351, - [SMALL_STATE(2935)] = 187392, - [SMALL_STATE(2936)] = 187433, - [SMALL_STATE(2937)] = 187474, - [SMALL_STATE(2938)] = 187515, - [SMALL_STATE(2939)] = 187556, - [SMALL_STATE(2940)] = 187597, - [SMALL_STATE(2941)] = 187638, - [SMALL_STATE(2942)] = 187679, - [SMALL_STATE(2943)] = 187720, - [SMALL_STATE(2944)] = 187761, - [SMALL_STATE(2945)] = 187820, - [SMALL_STATE(2946)] = 187861, - [SMALL_STATE(2947)] = 187902, - [SMALL_STATE(2948)] = 187943, - [SMALL_STATE(2949)] = 187984, - [SMALL_STATE(2950)] = 188025, - [SMALL_STATE(2951)] = 188066, - [SMALL_STATE(2952)] = 188107, - [SMALL_STATE(2953)] = 188168, - [SMALL_STATE(2954)] = 188209, - [SMALL_STATE(2955)] = 188250, - [SMALL_STATE(2956)] = 188291, - [SMALL_STATE(2957)] = 188332, - [SMALL_STATE(2958)] = 188373, - [SMALL_STATE(2959)] = 188414, - [SMALL_STATE(2960)] = 188455, - [SMALL_STATE(2961)] = 188496, - [SMALL_STATE(2962)] = 188537, - [SMALL_STATE(2963)] = 188578, - [SMALL_STATE(2964)] = 188619, - [SMALL_STATE(2965)] = 188660, - [SMALL_STATE(2966)] = 188701, - [SMALL_STATE(2967)] = 188742, - [SMALL_STATE(2968)] = 188783, - [SMALL_STATE(2969)] = 188824, - [SMALL_STATE(2970)] = 188865, - [SMALL_STATE(2971)] = 188906, - [SMALL_STATE(2972)] = 188947, - [SMALL_STATE(2973)] = 188988, - [SMALL_STATE(2974)] = 189029, - [SMALL_STATE(2975)] = 189070, - [SMALL_STATE(2976)] = 189111, - [SMALL_STATE(2977)] = 189152, - [SMALL_STATE(2978)] = 189193, - [SMALL_STATE(2979)] = 189234, - [SMALL_STATE(2980)] = 189275, - [SMALL_STATE(2981)] = 189316, - [SMALL_STATE(2982)] = 189357, - [SMALL_STATE(2983)] = 189398, - [SMALL_STATE(2984)] = 189459, - [SMALL_STATE(2985)] = 189500, - [SMALL_STATE(2986)] = 189547, - [SMALL_STATE(2987)] = 189588, - [SMALL_STATE(2988)] = 189629, - [SMALL_STATE(2989)] = 189670, - [SMALL_STATE(2990)] = 189711, - [SMALL_STATE(2991)] = 189752, - [SMALL_STATE(2992)] = 189793, - [SMALL_STATE(2993)] = 189834, - [SMALL_STATE(2994)] = 189875, - [SMALL_STATE(2995)] = 189916, - [SMALL_STATE(2996)] = 189957, - [SMALL_STATE(2997)] = 190025, - [SMALL_STATE(2998)] = 190093, - [SMALL_STATE(2999)] = 190139, - [SMALL_STATE(3000)] = 190179, - [SMALL_STATE(3001)] = 190247, - [SMALL_STATE(3002)] = 190287, - [SMALL_STATE(3003)] = 190333, - [SMALL_STATE(3004)] = 190401, - [SMALL_STATE(3005)] = 190469, - [SMALL_STATE(3006)] = 190515, - [SMALL_STATE(3007)] = 190561, - [SMALL_STATE(3008)] = 190629, - [SMALL_STATE(3009)] = 190675, - [SMALL_STATE(3010)] = 190731, - [SMALL_STATE(3011)] = 190799, - [SMALL_STATE(3012)] = 190845, - [SMALL_STATE(3013)] = 190913, - [SMALL_STATE(3014)] = 190972, - [SMALL_STATE(3015)] = 191015, - [SMALL_STATE(3016)] = 191076, - [SMALL_STATE(3017)] = 191115, - [SMALL_STATE(3018)] = 191154, - [SMALL_STATE(3019)] = 191193, - [SMALL_STATE(3020)] = 191232, - [SMALL_STATE(3021)] = 191293, - [SMALL_STATE(3022)] = 191336, - [SMALL_STATE(3023)] = 191375, - [SMALL_STATE(3024)] = 191414, - [SMALL_STATE(3025)] = 191474, - [SMALL_STATE(3026)] = 191534, - [SMALL_STATE(3027)] = 191594, - [SMALL_STATE(3028)] = 191654, - [SMALL_STATE(3029)] = 191714, - [SMALL_STATE(3030)] = 191774, - [SMALL_STATE(3031)] = 191834, - [SMALL_STATE(3032)] = 191872, - [SMALL_STATE(3033)] = 191932, - [SMALL_STATE(3034)] = 191970, - [SMALL_STATE(3035)] = 192008, - [SMALL_STATE(3036)] = 192068, - [SMALL_STATE(3037)] = 192106, - [SMALL_STATE(3038)] = 192144, - [SMALL_STATE(3039)] = 192182, - [SMALL_STATE(3040)] = 192220, - [SMALL_STATE(3041)] = 192264, - [SMALL_STATE(3042)] = 192324, - [SMALL_STATE(3043)] = 192384, - [SMALL_STATE(3044)] = 192444, - [SMALL_STATE(3045)] = 192504, - [SMALL_STATE(3046)] = 192564, - [SMALL_STATE(3047)] = 192624, - [SMALL_STATE(3048)] = 192662, - [SMALL_STATE(3049)] = 192700, - [SMALL_STATE(3050)] = 192760, - [SMALL_STATE(3051)] = 192820, - [SMALL_STATE(3052)] = 192880, - [SMALL_STATE(3053)] = 192918, - [SMALL_STATE(3054)] = 192976, - [SMALL_STATE(3055)] = 193014, - [SMALL_STATE(3056)] = 193074, - [SMALL_STATE(3057)] = 193134, - [SMALL_STATE(3058)] = 193194, - [SMALL_STATE(3059)] = 193232, - [SMALL_STATE(3060)] = 193292, - [SMALL_STATE(3061)] = 193352, - [SMALL_STATE(3062)] = 193412, - [SMALL_STATE(3063)] = 193472, - [SMALL_STATE(3064)] = 193510, - [SMALL_STATE(3065)] = 193548, - [SMALL_STATE(3066)] = 193608, - [SMALL_STATE(3067)] = 193646, - [SMALL_STATE(3068)] = 193684, - [SMALL_STATE(3069)] = 193722, - [SMALL_STATE(3070)] = 193760, - [SMALL_STATE(3071)] = 193798, - [SMALL_STATE(3072)] = 193858, - [SMALL_STATE(3073)] = 193918, - [SMALL_STATE(3074)] = 193978, - [SMALL_STATE(3075)] = 194016, - [SMALL_STATE(3076)] = 194054, - [SMALL_STATE(3077)] = 194092, - [SMALL_STATE(3078)] = 194156, - [SMALL_STATE(3079)] = 194194, - [SMALL_STATE(3080)] = 194254, - [SMALL_STATE(3081)] = 194314, - [SMALL_STATE(3082)] = 194374, - [SMALL_STATE(3083)] = 194434, - [SMALL_STATE(3084)] = 194472, - [SMALL_STATE(3085)] = 194532, - [SMALL_STATE(3086)] = 194570, - [SMALL_STATE(3087)] = 194608, - [SMALL_STATE(3088)] = 194646, - [SMALL_STATE(3089)] = 194710, - [SMALL_STATE(3090)] = 194774, - [SMALL_STATE(3091)] = 194834, - [SMALL_STATE(3092)] = 194894, - [SMALL_STATE(3093)] = 194954, - [SMALL_STATE(3094)] = 194992, - [SMALL_STATE(3095)] = 195052, - [SMALL_STATE(3096)] = 195112, - [SMALL_STATE(3097)] = 195172, - [SMALL_STATE(3098)] = 195232, - [SMALL_STATE(3099)] = 195292, - [SMALL_STATE(3100)] = 195330, - [SMALL_STATE(3101)] = 195390, - [SMALL_STATE(3102)] = 195450, - [SMALL_STATE(3103)] = 195510, - [SMALL_STATE(3104)] = 195550, - [SMALL_STATE(3105)] = 195610, - [SMALL_STATE(3106)] = 195670, - [SMALL_STATE(3107)] = 195730, - [SMALL_STATE(3108)] = 195790, - [SMALL_STATE(3109)] = 195850, - [SMALL_STATE(3110)] = 195910, - [SMALL_STATE(3111)] = 195970, - [SMALL_STATE(3112)] = 196030, - [SMALL_STATE(3113)] = 196090, - [SMALL_STATE(3114)] = 196150, - [SMALL_STATE(3115)] = 196210, - [SMALL_STATE(3116)] = 196248, - [SMALL_STATE(3117)] = 196308, - [SMALL_STATE(3118)] = 196346, - [SMALL_STATE(3119)] = 196406, - [SMALL_STATE(3120)] = 196466, - [SMALL_STATE(3121)] = 196526, - [SMALL_STATE(3122)] = 196586, - [SMALL_STATE(3123)] = 196646, - [SMALL_STATE(3124)] = 196706, - [SMALL_STATE(3125)] = 196766, - [SMALL_STATE(3126)] = 196826, - [SMALL_STATE(3127)] = 196886, - [SMALL_STATE(3128)] = 196924, - [SMALL_STATE(3129)] = 196984, - [SMALL_STATE(3130)] = 197044, - [SMALL_STATE(3131)] = 197104, - [SMALL_STATE(3132)] = 197164, - [SMALL_STATE(3133)] = 197224, - [SMALL_STATE(3134)] = 197284, - [SMALL_STATE(3135)] = 197344, - [SMALL_STATE(3136)] = 197404, - [SMALL_STATE(3137)] = 197464, - [SMALL_STATE(3138)] = 197502, - [SMALL_STATE(3139)] = 197562, - [SMALL_STATE(3140)] = 197622, - [SMALL_STATE(3141)] = 197682, - [SMALL_STATE(3142)] = 197742, - [SMALL_STATE(3143)] = 197802, - [SMALL_STATE(3144)] = 197862, - [SMALL_STATE(3145)] = 197922, - [SMALL_STATE(3146)] = 197982, - [SMALL_STATE(3147)] = 198042, - [SMALL_STATE(3148)] = 198102, - [SMALL_STATE(3149)] = 198162, - [SMALL_STATE(3150)] = 198200, - [SMALL_STATE(3151)] = 198238, - [SMALL_STATE(3152)] = 198298, - [SMALL_STATE(3153)] = 198358, - [SMALL_STATE(3154)] = 198418, - [SMALL_STATE(3155)] = 198478, - [SMALL_STATE(3156)] = 198538, - [SMALL_STATE(3157)] = 198598, - [SMALL_STATE(3158)] = 198658, - [SMALL_STATE(3159)] = 198696, - [SMALL_STATE(3160)] = 198756, - [SMALL_STATE(3161)] = 198794, - [SMALL_STATE(3162)] = 198832, - [SMALL_STATE(3163)] = 198892, - [SMALL_STATE(3164)] = 198952, - [SMALL_STATE(3165)] = 199012, - [SMALL_STATE(3166)] = 199072, - [SMALL_STATE(3167)] = 199132, - [SMALL_STATE(3168)] = 199192, - [SMALL_STATE(3169)] = 199252, - [SMALL_STATE(3170)] = 199312, - [SMALL_STATE(3171)] = 199372, - [SMALL_STATE(3172)] = 199432, - [SMALL_STATE(3173)] = 199492, - [SMALL_STATE(3174)] = 199552, - [SMALL_STATE(3175)] = 199612, - [SMALL_STATE(3176)] = 199672, - [SMALL_STATE(3177)] = 199732, - [SMALL_STATE(3178)] = 199792, - [SMALL_STATE(3179)] = 199852, - [SMALL_STATE(3180)] = 199912, - [SMALL_STATE(3181)] = 199972, - [SMALL_STATE(3182)] = 200032, - [SMALL_STATE(3183)] = 200092, - [SMALL_STATE(3184)] = 200152, - [SMALL_STATE(3185)] = 200212, - [SMALL_STATE(3186)] = 200272, - [SMALL_STATE(3187)] = 200332, - [SMALL_STATE(3188)] = 200392, - [SMALL_STATE(3189)] = 200452, - [SMALL_STATE(3190)] = 200490, - [SMALL_STATE(3191)] = 200550, - [SMALL_STATE(3192)] = 200610, - [SMALL_STATE(3193)] = 200670, - [SMALL_STATE(3194)] = 200730, - [SMALL_STATE(3195)] = 200790, - [SMALL_STATE(3196)] = 200850, - [SMALL_STATE(3197)] = 200910, - [SMALL_STATE(3198)] = 200970, - [SMALL_STATE(3199)] = 201030, - [SMALL_STATE(3200)] = 201068, - [SMALL_STATE(3201)] = 201128, - [SMALL_STATE(3202)] = 201188, - [SMALL_STATE(3203)] = 201248, - [SMALL_STATE(3204)] = 201308, - [SMALL_STATE(3205)] = 201368, - [SMALL_STATE(3206)] = 201428, - [SMALL_STATE(3207)] = 201488, - [SMALL_STATE(3208)] = 201526, - [SMALL_STATE(3209)] = 201564, - [SMALL_STATE(3210)] = 201624, - [SMALL_STATE(3211)] = 201662, - [SMALL_STATE(3212)] = 201722, - [SMALL_STATE(3213)] = 201782, - [SMALL_STATE(3214)] = 201842, - [SMALL_STATE(3215)] = 201902, - [SMALL_STATE(3216)] = 201962, - [SMALL_STATE(3217)] = 202022, - [SMALL_STATE(3218)] = 202082, - [SMALL_STATE(3219)] = 202142, - [SMALL_STATE(3220)] = 202202, - [SMALL_STATE(3221)] = 202262, - [SMALL_STATE(3222)] = 202322, - [SMALL_STATE(3223)] = 202382, - [SMALL_STATE(3224)] = 202420, - [SMALL_STATE(3225)] = 202480, - [SMALL_STATE(3226)] = 202540, - [SMALL_STATE(3227)] = 202600, - [SMALL_STATE(3228)] = 202660, - [SMALL_STATE(3229)] = 202720, - [SMALL_STATE(3230)] = 202780, - [SMALL_STATE(3231)] = 202840, - [SMALL_STATE(3232)] = 202900, - [SMALL_STATE(3233)] = 202938, - [SMALL_STATE(3234)] = 202998, - [SMALL_STATE(3235)] = 203035, - [SMALL_STATE(3236)] = 203072, - [SMALL_STATE(3237)] = 203109, - [SMALL_STATE(3238)] = 203146, - [SMALL_STATE(3239)] = 203183, - [SMALL_STATE(3240)] = 203220, - [SMALL_STATE(3241)] = 203257, - [SMALL_STATE(3242)] = 203294, - [SMALL_STATE(3243)] = 203351, - [SMALL_STATE(3244)] = 203408, - [SMALL_STATE(3245)] = 203445, - [SMALL_STATE(3246)] = 203482, - [SMALL_STATE(3247)] = 203519, - [SMALL_STATE(3248)] = 203556, - [SMALL_STATE(3249)] = 203593, - [SMALL_STATE(3250)] = 203630, - [SMALL_STATE(3251)] = 203667, - [SMALL_STATE(3252)] = 203704, - [SMALL_STATE(3253)] = 203741, - [SMALL_STATE(3254)] = 203778, - [SMALL_STATE(3255)] = 203815, - [SMALL_STATE(3256)] = 203852, - [SMALL_STATE(3257)] = 203889, - [SMALL_STATE(3258)] = 203926, - [SMALL_STATE(3259)] = 203963, - [SMALL_STATE(3260)] = 204000, - [SMALL_STATE(3261)] = 204037, - [SMALL_STATE(3262)] = 204074, - [SMALL_STATE(3263)] = 204111, - [SMALL_STATE(3264)] = 204148, - [SMALL_STATE(3265)] = 204185, - [SMALL_STATE(3266)] = 204244, - [SMALL_STATE(3267)] = 204281, - [SMALL_STATE(3268)] = 204318, - [SMALL_STATE(3269)] = 204355, - [SMALL_STATE(3270)] = 204392, - [SMALL_STATE(3271)] = 204429, - [SMALL_STATE(3272)] = 204466, - [SMALL_STATE(3273)] = 204503, - [SMALL_STATE(3274)] = 204540, - [SMALL_STATE(3275)] = 204577, - [SMALL_STATE(3276)] = 204614, - [SMALL_STATE(3277)] = 204651, - [SMALL_STATE(3278)] = 204688, - [SMALL_STATE(3279)] = 204725, - [SMALL_STATE(3280)] = 204762, - [SMALL_STATE(3281)] = 204799, - [SMALL_STATE(3282)] = 204836, - [SMALL_STATE(3283)] = 204873, - [SMALL_STATE(3284)] = 204910, - [SMALL_STATE(3285)] = 204947, - [SMALL_STATE(3286)] = 204984, - [SMALL_STATE(3287)] = 205039, - [SMALL_STATE(3288)] = 205076, - [SMALL_STATE(3289)] = 205113, - [SMALL_STATE(3290)] = 205150, - [SMALL_STATE(3291)] = 205187, - [SMALL_STATE(3292)] = 205224, - [SMALL_STATE(3293)] = 205261, - [SMALL_STATE(3294)] = 205298, - [SMALL_STATE(3295)] = 205335, - [SMALL_STATE(3296)] = 205372, - [SMALL_STATE(3297)] = 205409, - [SMALL_STATE(3298)] = 205446, - [SMALL_STATE(3299)] = 205483, - [SMALL_STATE(3300)] = 205540, - [SMALL_STATE(3301)] = 205577, - [SMALL_STATE(3302)] = 205614, - [SMALL_STATE(3303)] = 205651, - [SMALL_STATE(3304)] = 205688, - [SMALL_STATE(3305)] = 205725, - [SMALL_STATE(3306)] = 205762, - [SMALL_STATE(3307)] = 205799, - [SMALL_STATE(3308)] = 205836, - [SMALL_STATE(3309)] = 205873, - [SMALL_STATE(3310)] = 205910, - [SMALL_STATE(3311)] = 205947, - [SMALL_STATE(3312)] = 205984, - [SMALL_STATE(3313)] = 206021, - [SMALL_STATE(3314)] = 206058, - [SMALL_STATE(3315)] = 206117, - [SMALL_STATE(3316)] = 206154, - [SMALL_STATE(3317)] = 206191, - [SMALL_STATE(3318)] = 206228, - [SMALL_STATE(3319)] = 206265, - [SMALL_STATE(3320)] = 206302, - [SMALL_STATE(3321)] = 206339, - [SMALL_STATE(3322)] = 206376, - [SMALL_STATE(3323)] = 206413, - [SMALL_STATE(3324)] = 206456, - [SMALL_STATE(3325)] = 206493, - [SMALL_STATE(3326)] = 206530, - [SMALL_STATE(3327)] = 206567, - [SMALL_STATE(3328)] = 206604, - [SMALL_STATE(3329)] = 206641, - [SMALL_STATE(3330)] = 206678, - [SMALL_STATE(3331)] = 206715, - [SMALL_STATE(3332)] = 206752, - [SMALL_STATE(3333)] = 206789, - [SMALL_STATE(3334)] = 206826, - [SMALL_STATE(3335)] = 206863, - [SMALL_STATE(3336)] = 206900, - [SMALL_STATE(3337)] = 206937, - [SMALL_STATE(3338)] = 206974, - [SMALL_STATE(3339)] = 207017, - [SMALL_STATE(3340)] = 207054, - [SMALL_STATE(3341)] = 207091, - [SMALL_STATE(3342)] = 207128, - [SMALL_STATE(3343)] = 207165, - [SMALL_STATE(3344)] = 207202, - [SMALL_STATE(3345)] = 207239, - [SMALL_STATE(3346)] = 207276, - [SMALL_STATE(3347)] = 207313, - [SMALL_STATE(3348)] = 207372, - [SMALL_STATE(3349)] = 207409, - [SMALL_STATE(3350)] = 207446, - [SMALL_STATE(3351)] = 207483, - [SMALL_STATE(3352)] = 207539, + [SMALL_STATE(2681)] = 174447, + [SMALL_STATE(2682)] = 174500, + [SMALL_STATE(2683)] = 174553, + [SMALL_STATE(2684)] = 174608, + [SMALL_STATE(2685)] = 174661, + [SMALL_STATE(2686)] = 174714, + [SMALL_STATE(2687)] = 174767, + [SMALL_STATE(2688)] = 174820, + [SMALL_STATE(2689)] = 174873, + [SMALL_STATE(2690)] = 174926, + [SMALL_STATE(2691)] = 174979, + [SMALL_STATE(2692)] = 175032, + [SMALL_STATE(2693)] = 175133, + [SMALL_STATE(2694)] = 175185, + [SMALL_STATE(2695)] = 175237, + [SMALL_STATE(2696)] = 175289, + [SMALL_STATE(2697)] = 175341, + [SMALL_STATE(2698)] = 175393, + [SMALL_STATE(2699)] = 175445, + [SMALL_STATE(2700)] = 175497, + [SMALL_STATE(2701)] = 175549, + [SMALL_STATE(2702)] = 175601, + [SMALL_STATE(2703)] = 175653, + [SMALL_STATE(2704)] = 175705, + [SMALL_STATE(2705)] = 175757, + [SMALL_STATE(2706)] = 175809, + [SMALL_STATE(2707)] = 175861, + [SMALL_STATE(2708)] = 175913, + [SMALL_STATE(2709)] = 175965, + [SMALL_STATE(2710)] = 176017, + [SMALL_STATE(2711)] = 176069, + [SMALL_STATE(2712)] = 176121, + [SMALL_STATE(2713)] = 176173, + [SMALL_STATE(2714)] = 176225, + [SMALL_STATE(2715)] = 176277, + [SMALL_STATE(2716)] = 176329, + [SMALL_STATE(2717)] = 176381, + [SMALL_STATE(2718)] = 176465, + [SMALL_STATE(2719)] = 176517, + [SMALL_STATE(2720)] = 176569, + [SMALL_STATE(2721)] = 176621, + [SMALL_STATE(2722)] = 176673, + [SMALL_STATE(2723)] = 176725, + [SMALL_STATE(2724)] = 176777, + [SMALL_STATE(2725)] = 176829, + [SMALL_STATE(2726)] = 176881, + [SMALL_STATE(2727)] = 176933, + [SMALL_STATE(2728)] = 176985, + [SMALL_STATE(2729)] = 177037, + [SMALL_STATE(2730)] = 177089, + [SMALL_STATE(2731)] = 177141, + [SMALL_STATE(2732)] = 177193, + [SMALL_STATE(2733)] = 177245, + [SMALL_STATE(2734)] = 177297, + [SMALL_STATE(2735)] = 177349, + [SMALL_STATE(2736)] = 177401, + [SMALL_STATE(2737)] = 177453, + [SMALL_STATE(2738)] = 177505, + [SMALL_STATE(2739)] = 177557, + [SMALL_STATE(2740)] = 177609, + [SMALL_STATE(2741)] = 177661, + [SMALL_STATE(2742)] = 177713, + [SMALL_STATE(2743)] = 177767, + [SMALL_STATE(2744)] = 177819, + [SMALL_STATE(2745)] = 177871, + [SMALL_STATE(2746)] = 177923, + [SMALL_STATE(2747)] = 177975, + [SMALL_STATE(2748)] = 178027, + [SMALL_STATE(2749)] = 178079, + [SMALL_STATE(2750)] = 178131, + [SMALL_STATE(2751)] = 178215, + [SMALL_STATE(2752)] = 178267, + [SMALL_STATE(2753)] = 178319, + [SMALL_STATE(2754)] = 178371, + [SMALL_STATE(2755)] = 178423, + [SMALL_STATE(2756)] = 178477, + [SMALL_STATE(2757)] = 178529, + [SMALL_STATE(2758)] = 178581, + [SMALL_STATE(2759)] = 178633, + [SMALL_STATE(2760)] = 178685, + [SMALL_STATE(2761)] = 178739, + [SMALL_STATE(2762)] = 178791, + [SMALL_STATE(2763)] = 178875, + [SMALL_STATE(2764)] = 178959, + [SMALL_STATE(2765)] = 179011, + [SMALL_STATE(2766)] = 179063, + [SMALL_STATE(2767)] = 179115, + [SMALL_STATE(2768)] = 179167, + [SMALL_STATE(2769)] = 179219, + [SMALL_STATE(2770)] = 179271, + [SMALL_STATE(2771)] = 179323, + [SMALL_STATE(2772)] = 179375, + [SMALL_STATE(2773)] = 179453, + [SMALL_STATE(2774)] = 179531, + [SMALL_STATE(2775)] = 179609, + [SMALL_STATE(2776)] = 179687, + [SMALL_STATE(2777)] = 179765, + [SMALL_STATE(2778)] = 179843, + [SMALL_STATE(2779)] = 179921, + [SMALL_STATE(2780)] = 179999, + [SMALL_STATE(2781)] = 180077, + [SMALL_STATE(2782)] = 180155, + [SMALL_STATE(2783)] = 180233, + [SMALL_STATE(2784)] = 180311, + [SMALL_STATE(2785)] = 180389, + [SMALL_STATE(2786)] = 180467, + [SMALL_STATE(2787)] = 180545, + [SMALL_STATE(2788)] = 180623, + [SMALL_STATE(2789)] = 180701, + [SMALL_STATE(2790)] = 180779, + [SMALL_STATE(2791)] = 180857, + [SMALL_STATE(2792)] = 180932, + [SMALL_STATE(2793)] = 180997, + [SMALL_STATE(2794)] = 181062, + [SMALL_STATE(2795)] = 181125, + [SMALL_STATE(2796)] = 181189, + [SMALL_STATE(2797)] = 181251, + [SMALL_STATE(2798)] = 181315, + [SMALL_STATE(2799)] = 181391, + [SMALL_STATE(2800)] = 181467, + [SMALL_STATE(2801)] = 181531, + [SMALL_STATE(2802)] = 181593, + [SMALL_STATE(2803)] = 181657, + [SMALL_STATE(2804)] = 181731, + [SMALL_STATE(2805)] = 181774, + [SMALL_STATE(2806)] = 181817, + [SMALL_STATE(2807)] = 181860, + [SMALL_STATE(2808)] = 181903, + [SMALL_STATE(2809)] = 181946, + [SMALL_STATE(2810)] = 181989, + [SMALL_STATE(2811)] = 182052, + [SMALL_STATE(2812)] = 182095, + [SMALL_STATE(2813)] = 182138, + [SMALL_STATE(2814)] = 182181, + [SMALL_STATE(2815)] = 182224, + [SMALL_STATE(2816)] = 182267, + [SMALL_STATE(2817)] = 182310, + [SMALL_STATE(2818)] = 182353, + [SMALL_STATE(2819)] = 182396, + [SMALL_STATE(2820)] = 182439, + [SMALL_STATE(2821)] = 182482, + [SMALL_STATE(2822)] = 182525, + [SMALL_STATE(2823)] = 182568, + [SMALL_STATE(2824)] = 182611, + [SMALL_STATE(2825)] = 182654, + [SMALL_STATE(2826)] = 182697, + [SMALL_STATE(2827)] = 182740, + [SMALL_STATE(2828)] = 182783, + [SMALL_STATE(2829)] = 182826, + [SMALL_STATE(2830)] = 182869, + [SMALL_STATE(2831)] = 182912, + [SMALL_STATE(2832)] = 182955, + [SMALL_STATE(2833)] = 182998, + [SMALL_STATE(2834)] = 183041, + [SMALL_STATE(2835)] = 183084, + [SMALL_STATE(2836)] = 183127, + [SMALL_STATE(2837)] = 183170, + [SMALL_STATE(2838)] = 183213, + [SMALL_STATE(2839)] = 183256, + [SMALL_STATE(2840)] = 183299, + [SMALL_STATE(2841)] = 183342, + [SMALL_STATE(2842)] = 183385, + [SMALL_STATE(2843)] = 183428, + [SMALL_STATE(2844)] = 183471, + [SMALL_STATE(2845)] = 183514, + [SMALL_STATE(2846)] = 183557, + [SMALL_STATE(2847)] = 183600, + [SMALL_STATE(2848)] = 183643, + [SMALL_STATE(2849)] = 183686, + [SMALL_STATE(2850)] = 183729, + [SMALL_STATE(2851)] = 183792, + [SMALL_STATE(2852)] = 183835, + [SMALL_STATE(2853)] = 183878, + [SMALL_STATE(2854)] = 183921, + [SMALL_STATE(2855)] = 183964, + [SMALL_STATE(2856)] = 184007, + [SMALL_STATE(2857)] = 184050, + [SMALL_STATE(2858)] = 184093, + [SMALL_STATE(2859)] = 184136, + [SMALL_STATE(2860)] = 184179, + [SMALL_STATE(2861)] = 184222, + [SMALL_STATE(2862)] = 184265, + [SMALL_STATE(2863)] = 184308, + [SMALL_STATE(2864)] = 184351, + [SMALL_STATE(2865)] = 184394, + [SMALL_STATE(2866)] = 184437, + [SMALL_STATE(2867)] = 184480, + [SMALL_STATE(2868)] = 184541, + [SMALL_STATE(2869)] = 184583, + [SMALL_STATE(2870)] = 184625, + [SMALL_STATE(2871)] = 184667, + [SMALL_STATE(2872)] = 184709, + [SMALL_STATE(2873)] = 184751, + [SMALL_STATE(2874)] = 184793, + [SMALL_STATE(2875)] = 184835, + [SMALL_STATE(2876)] = 184877, + [SMALL_STATE(2877)] = 184919, + [SMALL_STATE(2878)] = 184961, + [SMALL_STATE(2879)] = 185003, + [SMALL_STATE(2880)] = 185045, + [SMALL_STATE(2881)] = 185087, + [SMALL_STATE(2882)] = 185129, + [SMALL_STATE(2883)] = 185171, + [SMALL_STATE(2884)] = 185213, + [SMALL_STATE(2885)] = 185255, + [SMALL_STATE(2886)] = 185297, + [SMALL_STATE(2887)] = 185339, + [SMALL_STATE(2888)] = 185381, + [SMALL_STATE(2889)] = 185423, + [SMALL_STATE(2890)] = 185465, + [SMALL_STATE(2891)] = 185507, + [SMALL_STATE(2892)] = 185549, + [SMALL_STATE(2893)] = 185591, + [SMALL_STATE(2894)] = 185633, + [SMALL_STATE(2895)] = 185675, + [SMALL_STATE(2896)] = 185717, + [SMALL_STATE(2897)] = 185759, + [SMALL_STATE(2898)] = 185819, + [SMALL_STATE(2899)] = 185861, + [SMALL_STATE(2900)] = 185903, + [SMALL_STATE(2901)] = 185979, + [SMALL_STATE(2902)] = 186021, + [SMALL_STATE(2903)] = 186063, + [SMALL_STATE(2904)] = 186105, + [SMALL_STATE(2905)] = 186147, + [SMALL_STATE(2906)] = 186189, + [SMALL_STATE(2907)] = 186231, + [SMALL_STATE(2908)] = 186273, + [SMALL_STATE(2909)] = 186315, + [SMALL_STATE(2910)] = 186357, + [SMALL_STATE(2911)] = 186399, + [SMALL_STATE(2912)] = 186441, + [SMALL_STATE(2913)] = 186483, + [SMALL_STATE(2914)] = 186525, + [SMALL_STATE(2915)] = 186567, + [SMALL_STATE(2916)] = 186609, + [SMALL_STATE(2917)] = 186651, + [SMALL_STATE(2918)] = 186693, + [SMALL_STATE(2919)] = 186735, + [SMALL_STATE(2920)] = 186777, + [SMALL_STATE(2921)] = 186819, + [SMALL_STATE(2922)] = 186861, + [SMALL_STATE(2923)] = 186903, + [SMALL_STATE(2924)] = 186945, + [SMALL_STATE(2925)] = 187005, + [SMALL_STATE(2926)] = 187047, + [SMALL_STATE(2927)] = 187089, + [SMALL_STATE(2928)] = 187131, + [SMALL_STATE(2929)] = 187173, + [SMALL_STATE(2930)] = 187215, + [SMALL_STATE(2931)] = 187257, + [SMALL_STATE(2932)] = 187299, + [SMALL_STATE(2933)] = 187340, + [SMALL_STATE(2934)] = 187381, + [SMALL_STATE(2935)] = 187422, + [SMALL_STATE(2936)] = 187463, + [SMALL_STATE(2937)] = 187504, + [SMALL_STATE(2938)] = 187545, + [SMALL_STATE(2939)] = 187586, + [SMALL_STATE(2940)] = 187627, + [SMALL_STATE(2941)] = 187668, + [SMALL_STATE(2942)] = 187709, + [SMALL_STATE(2943)] = 187750, + [SMALL_STATE(2944)] = 187791, + [SMALL_STATE(2945)] = 187832, + [SMALL_STATE(2946)] = 187873, + [SMALL_STATE(2947)] = 187914, + [SMALL_STATE(2948)] = 187955, + [SMALL_STATE(2949)] = 187996, + [SMALL_STATE(2950)] = 188037, + [SMALL_STATE(2951)] = 188098, + [SMALL_STATE(2952)] = 188139, + [SMALL_STATE(2953)] = 188180, + [SMALL_STATE(2954)] = 188221, + [SMALL_STATE(2955)] = 188262, + [SMALL_STATE(2956)] = 188303, + [SMALL_STATE(2957)] = 188344, + [SMALL_STATE(2958)] = 188385, + [SMALL_STATE(2959)] = 188446, + [SMALL_STATE(2960)] = 188487, + [SMALL_STATE(2961)] = 188528, + [SMALL_STATE(2962)] = 188569, + [SMALL_STATE(2963)] = 188610, + [SMALL_STATE(2964)] = 188651, + [SMALL_STATE(2965)] = 188692, + [SMALL_STATE(2966)] = 188733, + [SMALL_STATE(2967)] = 188774, + [SMALL_STATE(2968)] = 188815, + [SMALL_STATE(2969)] = 188862, + [SMALL_STATE(2970)] = 188921, + [SMALL_STATE(2971)] = 188962, + [SMALL_STATE(2972)] = 189003, + [SMALL_STATE(2973)] = 189044, + [SMALL_STATE(2974)] = 189085, + [SMALL_STATE(2975)] = 189126, + [SMALL_STATE(2976)] = 189167, + [SMALL_STATE(2977)] = 189208, + [SMALL_STATE(2978)] = 189249, + [SMALL_STATE(2979)] = 189290, + [SMALL_STATE(2980)] = 189331, + [SMALL_STATE(2981)] = 189372, + [SMALL_STATE(2982)] = 189413, + [SMALL_STATE(2983)] = 189454, + [SMALL_STATE(2984)] = 189495, + [SMALL_STATE(2985)] = 189536, + [SMALL_STATE(2986)] = 189577, + [SMALL_STATE(2987)] = 189618, + [SMALL_STATE(2988)] = 189659, + [SMALL_STATE(2989)] = 189700, + [SMALL_STATE(2990)] = 189741, + [SMALL_STATE(2991)] = 189782, + [SMALL_STATE(2992)] = 189823, + [SMALL_STATE(2993)] = 189864, + [SMALL_STATE(2994)] = 189905, + [SMALL_STATE(2995)] = 189946, + [SMALL_STATE(2996)] = 189987, + [SMALL_STATE(2997)] = 190028, + [SMALL_STATE(2998)] = 190069, + [SMALL_STATE(2999)] = 190137, + [SMALL_STATE(3000)] = 190205, + [SMALL_STATE(3001)] = 190245, + [SMALL_STATE(3002)] = 190291, + [SMALL_STATE(3003)] = 190331, + [SMALL_STATE(3004)] = 190399, + [SMALL_STATE(3005)] = 190467, + [SMALL_STATE(3006)] = 190535, + [SMALL_STATE(3007)] = 190603, + [SMALL_STATE(3008)] = 190671, + [SMALL_STATE(3009)] = 190717, + [SMALL_STATE(3010)] = 190763, + [SMALL_STATE(3011)] = 190819, + [SMALL_STATE(3012)] = 190887, + [SMALL_STATE(3013)] = 190933, + [SMALL_STATE(3014)] = 190979, + [SMALL_STATE(3015)] = 191025, + [SMALL_STATE(3016)] = 191064, + [SMALL_STATE(3017)] = 191125, + [SMALL_STATE(3018)] = 191184, + [SMALL_STATE(3019)] = 191227, + [SMALL_STATE(3020)] = 191266, + [SMALL_STATE(3021)] = 191305, + [SMALL_STATE(3022)] = 191344, + [SMALL_STATE(3023)] = 191383, + [SMALL_STATE(3024)] = 191422, + [SMALL_STATE(3025)] = 191483, + [SMALL_STATE(3026)] = 191526, + [SMALL_STATE(3027)] = 191586, + [SMALL_STATE(3028)] = 191646, + [SMALL_STATE(3029)] = 191706, + [SMALL_STATE(3030)] = 191770, + [SMALL_STATE(3031)] = 191830, + [SMALL_STATE(3032)] = 191890, + [SMALL_STATE(3033)] = 191928, + [SMALL_STATE(3034)] = 191988, + [SMALL_STATE(3035)] = 192026, + [SMALL_STATE(3036)] = 192086, + [SMALL_STATE(3037)] = 192146, + [SMALL_STATE(3038)] = 192206, + [SMALL_STATE(3039)] = 192266, + [SMALL_STATE(3040)] = 192326, + [SMALL_STATE(3041)] = 192370, + [SMALL_STATE(3042)] = 192430, + [SMALL_STATE(3043)] = 192490, + [SMALL_STATE(3044)] = 192528, + [SMALL_STATE(3045)] = 192566, + [SMALL_STATE(3046)] = 192604, + [SMALL_STATE(3047)] = 192642, + [SMALL_STATE(3048)] = 192702, + [SMALL_STATE(3049)] = 192762, + [SMALL_STATE(3050)] = 192822, + [SMALL_STATE(3051)] = 192882, + [SMALL_STATE(3052)] = 192942, + [SMALL_STATE(3053)] = 193002, + [SMALL_STATE(3054)] = 193062, + [SMALL_STATE(3055)] = 193122, + [SMALL_STATE(3056)] = 193182, + [SMALL_STATE(3057)] = 193242, + [SMALL_STATE(3058)] = 193302, + [SMALL_STATE(3059)] = 193362, + [SMALL_STATE(3060)] = 193422, + [SMALL_STATE(3061)] = 193460, + [SMALL_STATE(3062)] = 193498, + [SMALL_STATE(3063)] = 193558, + [SMALL_STATE(3064)] = 193618, + [SMALL_STATE(3065)] = 193678, + [SMALL_STATE(3066)] = 193716, + [SMALL_STATE(3067)] = 193776, + [SMALL_STATE(3068)] = 193836, + [SMALL_STATE(3069)] = 193896, + [SMALL_STATE(3070)] = 193956, + [SMALL_STATE(3071)] = 194016, + [SMALL_STATE(3072)] = 194076, + [SMALL_STATE(3073)] = 194136, + [SMALL_STATE(3074)] = 194196, + [SMALL_STATE(3075)] = 194254, + [SMALL_STATE(3076)] = 194314, + [SMALL_STATE(3077)] = 194374, + [SMALL_STATE(3078)] = 194434, + [SMALL_STATE(3079)] = 194494, + [SMALL_STATE(3080)] = 194554, + [SMALL_STATE(3081)] = 194592, + [SMALL_STATE(3082)] = 194652, + [SMALL_STATE(3083)] = 194712, + [SMALL_STATE(3084)] = 194772, + [SMALL_STATE(3085)] = 194810, + [SMALL_STATE(3086)] = 194870, + [SMALL_STATE(3087)] = 194930, + [SMALL_STATE(3088)] = 194990, + [SMALL_STATE(3089)] = 195028, + [SMALL_STATE(3090)] = 195088, + [SMALL_STATE(3091)] = 195148, + [SMALL_STATE(3092)] = 195208, + [SMALL_STATE(3093)] = 195268, + [SMALL_STATE(3094)] = 195328, + [SMALL_STATE(3095)] = 195388, + [SMALL_STATE(3096)] = 195448, + [SMALL_STATE(3097)] = 195508, + [SMALL_STATE(3098)] = 195568, + [SMALL_STATE(3099)] = 195628, + [SMALL_STATE(3100)] = 195688, + [SMALL_STATE(3101)] = 195726, + [SMALL_STATE(3102)] = 195764, + [SMALL_STATE(3103)] = 195824, + [SMALL_STATE(3104)] = 195884, + [SMALL_STATE(3105)] = 195944, + [SMALL_STATE(3106)] = 196004, + [SMALL_STATE(3107)] = 196042, + [SMALL_STATE(3108)] = 196102, + [SMALL_STATE(3109)] = 196140, + [SMALL_STATE(3110)] = 196200, + [SMALL_STATE(3111)] = 196260, + [SMALL_STATE(3112)] = 196298, + [SMALL_STATE(3113)] = 196358, + [SMALL_STATE(3114)] = 196418, + [SMALL_STATE(3115)] = 196456, + [SMALL_STATE(3116)] = 196516, + [SMALL_STATE(3117)] = 196576, + [SMALL_STATE(3118)] = 196636, + [SMALL_STATE(3119)] = 196696, + [SMALL_STATE(3120)] = 196756, + [SMALL_STATE(3121)] = 196816, + [SMALL_STATE(3122)] = 196876, + [SMALL_STATE(3123)] = 196936, + [SMALL_STATE(3124)] = 196996, + [SMALL_STATE(3125)] = 197056, + [SMALL_STATE(3126)] = 197116, + [SMALL_STATE(3127)] = 197176, + [SMALL_STATE(3128)] = 197236, + [SMALL_STATE(3129)] = 197296, + [SMALL_STATE(3130)] = 197334, + [SMALL_STATE(3131)] = 197372, + [SMALL_STATE(3132)] = 197432, + [SMALL_STATE(3133)] = 197492, + [SMALL_STATE(3134)] = 197530, + [SMALL_STATE(3135)] = 197568, + [SMALL_STATE(3136)] = 197628, + [SMALL_STATE(3137)] = 197666, + [SMALL_STATE(3138)] = 197704, + [SMALL_STATE(3139)] = 197764, + [SMALL_STATE(3140)] = 197824, + [SMALL_STATE(3141)] = 197884, + [SMALL_STATE(3142)] = 197944, + [SMALL_STATE(3143)] = 198004, + [SMALL_STATE(3144)] = 198064, + [SMALL_STATE(3145)] = 198124, + [SMALL_STATE(3146)] = 198184, + [SMALL_STATE(3147)] = 198244, + [SMALL_STATE(3148)] = 198304, + [SMALL_STATE(3149)] = 198364, + [SMALL_STATE(3150)] = 198424, + [SMALL_STATE(3151)] = 198484, + [SMALL_STATE(3152)] = 198522, + [SMALL_STATE(3153)] = 198586, + [SMALL_STATE(3154)] = 198646, + [SMALL_STATE(3155)] = 198706, + [SMALL_STATE(3156)] = 198766, + [SMALL_STATE(3157)] = 198804, + [SMALL_STATE(3158)] = 198864, + [SMALL_STATE(3159)] = 198924, + [SMALL_STATE(3160)] = 198984, + [SMALL_STATE(3161)] = 199044, + [SMALL_STATE(3162)] = 199104, + [SMALL_STATE(3163)] = 199164, + [SMALL_STATE(3164)] = 199224, + [SMALL_STATE(3165)] = 199284, + [SMALL_STATE(3166)] = 199322, + [SMALL_STATE(3167)] = 199382, + [SMALL_STATE(3168)] = 199420, + [SMALL_STATE(3169)] = 199480, + [SMALL_STATE(3170)] = 199540, + [SMALL_STATE(3171)] = 199600, + [SMALL_STATE(3172)] = 199660, + [SMALL_STATE(3173)] = 199698, + [SMALL_STATE(3174)] = 199758, + [SMALL_STATE(3175)] = 199818, + [SMALL_STATE(3176)] = 199878, + [SMALL_STATE(3177)] = 199938, + [SMALL_STATE(3178)] = 199976, + [SMALL_STATE(3179)] = 200014, + [SMALL_STATE(3180)] = 200078, + [SMALL_STATE(3181)] = 200116, + [SMALL_STATE(3182)] = 200176, + [SMALL_STATE(3183)] = 200236, + [SMALL_STATE(3184)] = 200274, + [SMALL_STATE(3185)] = 200334, + [SMALL_STATE(3186)] = 200394, + [SMALL_STATE(3187)] = 200454, + [SMALL_STATE(3188)] = 200514, + [SMALL_STATE(3189)] = 200574, + [SMALL_STATE(3190)] = 200612, + [SMALL_STATE(3191)] = 200650, + [SMALL_STATE(3192)] = 200710, + [SMALL_STATE(3193)] = 200770, + [SMALL_STATE(3194)] = 200830, + [SMALL_STATE(3195)] = 200890, + [SMALL_STATE(3196)] = 200928, + [SMALL_STATE(3197)] = 200988, + [SMALL_STATE(3198)] = 201048, + [SMALL_STATE(3199)] = 201108, + [SMALL_STATE(3200)] = 201168, + [SMALL_STATE(3201)] = 201228, + [SMALL_STATE(3202)] = 201288, + [SMALL_STATE(3203)] = 201348, + [SMALL_STATE(3204)] = 201386, + [SMALL_STATE(3205)] = 201424, + [SMALL_STATE(3206)] = 201484, + [SMALL_STATE(3207)] = 201524, + [SMALL_STATE(3208)] = 201584, + [SMALL_STATE(3209)] = 201644, + [SMALL_STATE(3210)] = 201704, + [SMALL_STATE(3211)] = 201764, + [SMALL_STATE(3212)] = 201824, + [SMALL_STATE(3213)] = 201884, + [SMALL_STATE(3214)] = 201944, + [SMALL_STATE(3215)] = 201982, + [SMALL_STATE(3216)] = 202042, + [SMALL_STATE(3217)] = 202102, + [SMALL_STATE(3218)] = 202162, + [SMALL_STATE(3219)] = 202222, + [SMALL_STATE(3220)] = 202282, + [SMALL_STATE(3221)] = 202342, + [SMALL_STATE(3222)] = 202402, + [SMALL_STATE(3223)] = 202462, + [SMALL_STATE(3224)] = 202522, + [SMALL_STATE(3225)] = 202582, + [SMALL_STATE(3226)] = 202642, + [SMALL_STATE(3227)] = 202680, + [SMALL_STATE(3228)] = 202718, + [SMALL_STATE(3229)] = 202778, + [SMALL_STATE(3230)] = 202838, + [SMALL_STATE(3231)] = 202876, + [SMALL_STATE(3232)] = 202914, + [SMALL_STATE(3233)] = 202952, + [SMALL_STATE(3234)] = 203012, + [SMALL_STATE(3235)] = 203050, + [SMALL_STATE(3236)] = 203110, + [SMALL_STATE(3237)] = 203147, + [SMALL_STATE(3238)] = 203184, + [SMALL_STATE(3239)] = 203221, + [SMALL_STATE(3240)] = 203258, + [SMALL_STATE(3241)] = 203295, + [SMALL_STATE(3242)] = 203332, + [SMALL_STATE(3243)] = 203369, + [SMALL_STATE(3244)] = 203406, + [SMALL_STATE(3245)] = 203443, + [SMALL_STATE(3246)] = 203480, + [SMALL_STATE(3247)] = 203517, + [SMALL_STATE(3248)] = 203554, + [SMALL_STATE(3249)] = 203591, + [SMALL_STATE(3250)] = 203628, + [SMALL_STATE(3251)] = 203665, + [SMALL_STATE(3252)] = 203702, + [SMALL_STATE(3253)] = 203739, + [SMALL_STATE(3254)] = 203776, + [SMALL_STATE(3255)] = 203813, + [SMALL_STATE(3256)] = 203850, + [SMALL_STATE(3257)] = 203887, + [SMALL_STATE(3258)] = 203924, + [SMALL_STATE(3259)] = 203961, + [SMALL_STATE(3260)] = 204018, + [SMALL_STATE(3261)] = 204055, + [SMALL_STATE(3262)] = 204092, + [SMALL_STATE(3263)] = 204129, + [SMALL_STATE(3264)] = 204166, + [SMALL_STATE(3265)] = 204203, + [SMALL_STATE(3266)] = 204240, + [SMALL_STATE(3267)] = 204277, + [SMALL_STATE(3268)] = 204336, + [SMALL_STATE(3269)] = 204373, + [SMALL_STATE(3270)] = 204410, + [SMALL_STATE(3271)] = 204447, + [SMALL_STATE(3272)] = 204484, + [SMALL_STATE(3273)] = 204521, + [SMALL_STATE(3274)] = 204558, + [SMALL_STATE(3275)] = 204595, + [SMALL_STATE(3276)] = 204654, + [SMALL_STATE(3277)] = 204691, + [SMALL_STATE(3278)] = 204728, + [SMALL_STATE(3279)] = 204765, + [SMALL_STATE(3280)] = 204802, + [SMALL_STATE(3281)] = 204839, + [SMALL_STATE(3282)] = 204876, + [SMALL_STATE(3283)] = 204913, + [SMALL_STATE(3284)] = 204950, + [SMALL_STATE(3285)] = 205007, + [SMALL_STATE(3286)] = 205044, + [SMALL_STATE(3287)] = 205081, + [SMALL_STATE(3288)] = 205118, + [SMALL_STATE(3289)] = 205155, + [SMALL_STATE(3290)] = 205192, + [SMALL_STATE(3291)] = 205229, + [SMALL_STATE(3292)] = 205266, + [SMALL_STATE(3293)] = 205303, + [SMALL_STATE(3294)] = 205340, + [SMALL_STATE(3295)] = 205377, + [SMALL_STATE(3296)] = 205420, + [SMALL_STATE(3297)] = 205457, + [SMALL_STATE(3298)] = 205494, + [SMALL_STATE(3299)] = 205531, + [SMALL_STATE(3300)] = 205568, + [SMALL_STATE(3301)] = 205605, + [SMALL_STATE(3302)] = 205662, + [SMALL_STATE(3303)] = 205699, + [SMALL_STATE(3304)] = 205736, + [SMALL_STATE(3305)] = 205773, + [SMALL_STATE(3306)] = 205810, + [SMALL_STATE(3307)] = 205847, + [SMALL_STATE(3308)] = 205884, + [SMALL_STATE(3309)] = 205921, + [SMALL_STATE(3310)] = 205958, + [SMALL_STATE(3311)] = 205995, + [SMALL_STATE(3312)] = 206032, + [SMALL_STATE(3313)] = 206091, + [SMALL_STATE(3314)] = 206128, + [SMALL_STATE(3315)] = 206165, + [SMALL_STATE(3316)] = 206202, + [SMALL_STATE(3317)] = 206239, + [SMALL_STATE(3318)] = 206276, + [SMALL_STATE(3319)] = 206313, + [SMALL_STATE(3320)] = 206350, + [SMALL_STATE(3321)] = 206387, + [SMALL_STATE(3322)] = 206424, + [SMALL_STATE(3323)] = 206461, + [SMALL_STATE(3324)] = 206498, + [SMALL_STATE(3325)] = 206535, + [SMALL_STATE(3326)] = 206590, + [SMALL_STATE(3327)] = 206627, + [SMALL_STATE(3328)] = 206664, + [SMALL_STATE(3329)] = 206701, + [SMALL_STATE(3330)] = 206738, + [SMALL_STATE(3331)] = 206775, + [SMALL_STATE(3332)] = 206812, + [SMALL_STATE(3333)] = 206849, + [SMALL_STATE(3334)] = 206886, + [SMALL_STATE(3335)] = 206923, + [SMALL_STATE(3336)] = 206960, + [SMALL_STATE(3337)] = 206997, + [SMALL_STATE(3338)] = 207034, + [SMALL_STATE(3339)] = 207071, + [SMALL_STATE(3340)] = 207108, + [SMALL_STATE(3341)] = 207145, + [SMALL_STATE(3342)] = 207182, + [SMALL_STATE(3343)] = 207219, + [SMALL_STATE(3344)] = 207256, + [SMALL_STATE(3345)] = 207293, + [SMALL_STATE(3346)] = 207330, + [SMALL_STATE(3347)] = 207373, + [SMALL_STATE(3348)] = 207410, + [SMALL_STATE(3349)] = 207447, + [SMALL_STATE(3350)] = 207484, + [SMALL_STATE(3351)] = 207521, + [SMALL_STATE(3352)] = 207558, [SMALL_STATE(3353)] = 207595, [SMALL_STATE(3354)] = 207631, - [SMALL_STATE(3355)] = 207667, - [SMALL_STATE(3356)] = 207703, - [SMALL_STATE(3357)] = 207759, - [SMALL_STATE(3358)] = 207795, - [SMALL_STATE(3359)] = 207831, - [SMALL_STATE(3360)] = 207885, - [SMALL_STATE(3361)] = 207941, - [SMALL_STATE(3362)] = 207977, - [SMALL_STATE(3363)] = 208013, - [SMALL_STATE(3364)] = 208069, - [SMALL_STATE(3365)] = 208105, - [SMALL_STATE(3366)] = 208141, - [SMALL_STATE(3367)] = 208195, - [SMALL_STATE(3368)] = 208231, - [SMALL_STATE(3369)] = 208267, - [SMALL_STATE(3370)] = 208303, - [SMALL_STATE(3371)] = 208339, - [SMALL_STATE(3372)] = 208375, - [SMALL_STATE(3373)] = 208411, - [SMALL_STATE(3374)] = 208447, - [SMALL_STATE(3375)] = 208483, - [SMALL_STATE(3376)] = 208519, - [SMALL_STATE(3377)] = 208555, - [SMALL_STATE(3378)] = 208591, - [SMALL_STATE(3379)] = 208633, - [SMALL_STATE(3380)] = 208689, - [SMALL_STATE(3381)] = 208725, - [SMALL_STATE(3382)] = 208761, - [SMALL_STATE(3383)] = 208815, - [SMALL_STATE(3384)] = 208851, - [SMALL_STATE(3385)] = 208887, - [SMALL_STATE(3386)] = 208923, - [SMALL_STATE(3387)] = 208959, - [SMALL_STATE(3388)] = 208995, - [SMALL_STATE(3389)] = 209031, - [SMALL_STATE(3390)] = 209067, - [SMALL_STATE(3391)] = 209121, - [SMALL_STATE(3392)] = 209157, - [SMALL_STATE(3393)] = 209193, - [SMALL_STATE(3394)] = 209229, - [SMALL_STATE(3395)] = 209285, - [SMALL_STATE(3396)] = 209321, - [SMALL_STATE(3397)] = 209357, - [SMALL_STATE(3398)] = 209393, - [SMALL_STATE(3399)] = 209429, - [SMALL_STATE(3400)] = 209465, - [SMALL_STATE(3401)] = 209501, - [SMALL_STATE(3402)] = 209555, - [SMALL_STATE(3403)] = 209591, - [SMALL_STATE(3404)] = 209627, - [SMALL_STATE(3405)] = 209681, - [SMALL_STATE(3406)] = 209717, - [SMALL_STATE(3407)] = 209753, - [SMALL_STATE(3408)] = 209789, - [SMALL_STATE(3409)] = 209825, - [SMALL_STATE(3410)] = 209861, - [SMALL_STATE(3411)] = 209897, - [SMALL_STATE(3412)] = 209933, - [SMALL_STATE(3413)] = 209987, - [SMALL_STATE(3414)] = 210043, - [SMALL_STATE(3415)] = 210079, - [SMALL_STATE(3416)] = 210115, - [SMALL_STATE(3417)] = 210151, - [SMALL_STATE(3418)] = 210187, - [SMALL_STATE(3419)] = 210243, - [SMALL_STATE(3420)] = 210297, - [SMALL_STATE(3421)] = 210351, - [SMALL_STATE(3422)] = 210387, + [SMALL_STATE(3355)] = 207685, + [SMALL_STATE(3356)] = 207721, + [SMALL_STATE(3357)] = 207757, + [SMALL_STATE(3358)] = 207793, + [SMALL_STATE(3359)] = 207829, + [SMALL_STATE(3360)] = 207865, + [SMALL_STATE(3361)] = 207901, + [SMALL_STATE(3362)] = 207937, + [SMALL_STATE(3363)] = 207973, + [SMALL_STATE(3364)] = 208009, + [SMALL_STATE(3365)] = 208045, + [SMALL_STATE(3366)] = 208099, + [SMALL_STATE(3367)] = 208135, + [SMALL_STATE(3368)] = 208171, + [SMALL_STATE(3369)] = 208227, + [SMALL_STATE(3370)] = 208263, + [SMALL_STATE(3371)] = 208299, + [SMALL_STATE(3372)] = 208335, + [SMALL_STATE(3373)] = 208371, + [SMALL_STATE(3374)] = 208425, + [SMALL_STATE(3375)] = 208479, + [SMALL_STATE(3376)] = 208533, + [SMALL_STATE(3377)] = 208589, + [SMALL_STATE(3378)] = 208625, + [SMALL_STATE(3379)] = 208681, + [SMALL_STATE(3380)] = 208717, + [SMALL_STATE(3381)] = 208773, + [SMALL_STATE(3382)] = 208829, + [SMALL_STATE(3383)] = 208885, + [SMALL_STATE(3384)] = 208921, + [SMALL_STATE(3385)] = 208957, + [SMALL_STATE(3386)] = 209013, + [SMALL_STATE(3387)] = 209049, + [SMALL_STATE(3388)] = 209085, + [SMALL_STATE(3389)] = 209121, + [SMALL_STATE(3390)] = 209157, + [SMALL_STATE(3391)] = 209193, + [SMALL_STATE(3392)] = 209235, + [SMALL_STATE(3393)] = 209271, + [SMALL_STATE(3394)] = 209307, + [SMALL_STATE(3395)] = 209343, + [SMALL_STATE(3396)] = 209379, + [SMALL_STATE(3397)] = 209415, + [SMALL_STATE(3398)] = 209471, + [SMALL_STATE(3399)] = 209525, + [SMALL_STATE(3400)] = 209561, + [SMALL_STATE(3401)] = 209597, + [SMALL_STATE(3402)] = 209651, + [SMALL_STATE(3403)] = 209687, + [SMALL_STATE(3404)] = 209723, + [SMALL_STATE(3405)] = 209759, + [SMALL_STATE(3406)] = 209795, + [SMALL_STATE(3407)] = 209831, + [SMALL_STATE(3408)] = 209867, + [SMALL_STATE(3409)] = 209903, + [SMALL_STATE(3410)] = 209939, + [SMALL_STATE(3411)] = 209975, + [SMALL_STATE(3412)] = 210011, + [SMALL_STATE(3413)] = 210047, + [SMALL_STATE(3414)] = 210083, + [SMALL_STATE(3415)] = 210119, + [SMALL_STATE(3416)] = 210173, + [SMALL_STATE(3417)] = 210209, + [SMALL_STATE(3418)] = 210245, + [SMALL_STATE(3419)] = 210281, + [SMALL_STATE(3420)] = 210317, + [SMALL_STATE(3421)] = 210371, + [SMALL_STATE(3422)] = 210407, [SMALL_STATE(3423)] = 210443, - [SMALL_STATE(3424)] = 210479, - [SMALL_STATE(3425)] = 210533, - [SMALL_STATE(3426)] = 210569, - [SMALL_STATE(3427)] = 210605, - [SMALL_STATE(3428)] = 210641, - [SMALL_STATE(3429)] = 210677, - [SMALL_STATE(3430)] = 210733, - [SMALL_STATE(3431)] = 210769, - [SMALL_STATE(3432)] = 210822, - [SMALL_STATE(3433)] = 210867, - [SMALL_STATE(3434)] = 210912, - [SMALL_STATE(3435)] = 210965, - [SMALL_STATE(3436)] = 211000, - [SMALL_STATE(3437)] = 211053, - [SMALL_STATE(3438)] = 211106, - [SMALL_STATE(3439)] = 211151, - [SMALL_STATE(3440)] = 211186, - [SMALL_STATE(3441)] = 211231, - [SMALL_STATE(3442)] = 211266, - [SMALL_STATE(3443)] = 211311, - [SMALL_STATE(3444)] = 211346, - [SMALL_STATE(3445)] = 211381, - [SMALL_STATE(3446)] = 211426, - [SMALL_STATE(3447)] = 211471, - [SMALL_STATE(3448)] = 211516, - [SMALL_STATE(3449)] = 211551, - [SMALL_STATE(3450)] = 211604, - [SMALL_STATE(3451)] = 211639, - [SMALL_STATE(3452)] = 211674, - [SMALL_STATE(3453)] = 211727, - [SMALL_STATE(3454)] = 211780, - [SMALL_STATE(3455)] = 211833, - [SMALL_STATE(3456)] = 211868, - [SMALL_STATE(3457)] = 211903, - [SMALL_STATE(3458)] = 211948, - [SMALL_STATE(3459)] = 212001, - [SMALL_STATE(3460)] = 212054, - [SMALL_STATE(3461)] = 212107, - [SMALL_STATE(3462)] = 212160, - [SMALL_STATE(3463)] = 212213, - [SMALL_STATE(3464)] = 212266, - [SMALL_STATE(3465)] = 212319, - [SMALL_STATE(3466)] = 212372, - [SMALL_STATE(3467)] = 212425, - [SMALL_STATE(3468)] = 212460, - [SMALL_STATE(3469)] = 212513, - [SMALL_STATE(3470)] = 212548, - [SMALL_STATE(3471)] = 212593, - [SMALL_STATE(3472)] = 212628, - [SMALL_STATE(3473)] = 212681, - [SMALL_STATE(3474)] = 212734, - [SMALL_STATE(3475)] = 212787, - [SMALL_STATE(3476)] = 212832, - [SMALL_STATE(3477)] = 212867, - [SMALL_STATE(3478)] = 212920, - [SMALL_STATE(3479)] = 212973, - [SMALL_STATE(3480)] = 213026, - [SMALL_STATE(3481)] = 213079, - [SMALL_STATE(3482)] = 213114, - [SMALL_STATE(3483)] = 213149, - [SMALL_STATE(3484)] = 213184, - [SMALL_STATE(3485)] = 213229, - [SMALL_STATE(3486)] = 213282, - [SMALL_STATE(3487)] = 213335, - [SMALL_STATE(3488)] = 213388, - [SMALL_STATE(3489)] = 213441, - [SMALL_STATE(3490)] = 213486, - [SMALL_STATE(3491)] = 213539, - [SMALL_STATE(3492)] = 213592, - [SMALL_STATE(3493)] = 213637, - [SMALL_STATE(3494)] = 213682, - [SMALL_STATE(3495)] = 213735, - [SMALL_STATE(3496)] = 213780, - [SMALL_STATE(3497)] = 213815, - [SMALL_STATE(3498)] = 213868, - [SMALL_STATE(3499)] = 213921, - [SMALL_STATE(3500)] = 213956, - [SMALL_STATE(3501)] = 214001, - [SMALL_STATE(3502)] = 214054, - [SMALL_STATE(3503)] = 214107, - [SMALL_STATE(3504)] = 214160, - [SMALL_STATE(3505)] = 214195, - [SMALL_STATE(3506)] = 214240, - [SMALL_STATE(3507)] = 214285, - [SMALL_STATE(3508)] = 214330, - [SMALL_STATE(3509)] = 214365, - [SMALL_STATE(3510)] = 214418, - [SMALL_STATE(3511)] = 214471, - [SMALL_STATE(3512)] = 214524, - [SMALL_STATE(3513)] = 214577, - [SMALL_STATE(3514)] = 214630, - [SMALL_STATE(3515)] = 214665, - [SMALL_STATE(3516)] = 214710, - [SMALL_STATE(3517)] = 214763, - [SMALL_STATE(3518)] = 214798, - [SMALL_STATE(3519)] = 214851, - [SMALL_STATE(3520)] = 214906, - [SMALL_STATE(3521)] = 214961, - [SMALL_STATE(3522)] = 215006, - [SMALL_STATE(3523)] = 215059, - [SMALL_STATE(3524)] = 215112, - [SMALL_STATE(3525)] = 215165, - [SMALL_STATE(3526)] = 215218, - [SMALL_STATE(3527)] = 215271, - [SMALL_STATE(3528)] = 215324, - [SMALL_STATE(3529)] = 215369, - [SMALL_STATE(3530)] = 215414, - [SMALL_STATE(3531)] = 215459, - [SMALL_STATE(3532)] = 215512, - [SMALL_STATE(3533)] = 215557, - [SMALL_STATE(3534)] = 215610, - [SMALL_STATE(3535)] = 215655, - [SMALL_STATE(3536)] = 215708, - [SMALL_STATE(3537)] = 215761, - [SMALL_STATE(3538)] = 215806, - [SMALL_STATE(3539)] = 215851, - [SMALL_STATE(3540)] = 215896, - [SMALL_STATE(3541)] = 215931, - [SMALL_STATE(3542)] = 215984, - [SMALL_STATE(3543)] = 216029, - [SMALL_STATE(3544)] = 216064, - [SMALL_STATE(3545)] = 216117, - [SMALL_STATE(3546)] = 216162, - [SMALL_STATE(3547)] = 216207, - [SMALL_STATE(3548)] = 216242, - [SMALL_STATE(3549)] = 216295, - [SMALL_STATE(3550)] = 216346, - [SMALL_STATE(3551)] = 216391, - [SMALL_STATE(3552)] = 216436, - [SMALL_STATE(3553)] = 216481, - [SMALL_STATE(3554)] = 216526, - [SMALL_STATE(3555)] = 216571, - [SMALL_STATE(3556)] = 216624, - [SMALL_STATE(3557)] = 216677, - [SMALL_STATE(3558)] = 216722, - [SMALL_STATE(3559)] = 216767, - [SMALL_STATE(3560)] = 216822, - [SMALL_STATE(3561)] = 216857, - [SMALL_STATE(3562)] = 216912, - [SMALL_STATE(3563)] = 216957, - [SMALL_STATE(3564)] = 216992, - [SMALL_STATE(3565)] = 217037, - [SMALL_STATE(3566)] = 217072, - [SMALL_STATE(3567)] = 217125, - [SMALL_STATE(3568)] = 217170, - [SMALL_STATE(3569)] = 217223, - [SMALL_STATE(3570)] = 217268, - [SMALL_STATE(3571)] = 217313, - [SMALL_STATE(3572)] = 217358, - [SMALL_STATE(3573)] = 217411, - [SMALL_STATE(3574)] = 217464, - [SMALL_STATE(3575)] = 217519, - [SMALL_STATE(3576)] = 217564, - [SMALL_STATE(3577)] = 217609, - [SMALL_STATE(3578)] = 217664, - [SMALL_STATE(3579)] = 217717, - [SMALL_STATE(3580)] = 217762, - [SMALL_STATE(3581)] = 217807, - [SMALL_STATE(3582)] = 217860, - [SMALL_STATE(3583)] = 217905, - [SMALL_STATE(3584)] = 217958, - [SMALL_STATE(3585)] = 218008, - [SMALL_STATE(3586)] = 218058, - [SMALL_STATE(3587)] = 218110, - [SMALL_STATE(3588)] = 218160, - [SMALL_STATE(3589)] = 218210, - [SMALL_STATE(3590)] = 218260, - [SMALL_STATE(3591)] = 218314, - [SMALL_STATE(3592)] = 218364, - [SMALL_STATE(3593)] = 218414, - [SMALL_STATE(3594)] = 218464, - [SMALL_STATE(3595)] = 218518, - [SMALL_STATE(3596)] = 218568, - [SMALL_STATE(3597)] = 218620, - [SMALL_STATE(3598)] = 218672, - [SMALL_STATE(3599)] = 218722, - [SMALL_STATE(3600)] = 218772, - [SMALL_STATE(3601)] = 218822, - [SMALL_STATE(3602)] = 218872, - [SMALL_STATE(3603)] = 218922, - [SMALL_STATE(3604)] = 218972, - [SMALL_STATE(3605)] = 219022, - [SMALL_STATE(3606)] = 219074, - [SMALL_STATE(3607)] = 219124, - [SMALL_STATE(3608)] = 219174, - [SMALL_STATE(3609)] = 219224, - [SMALL_STATE(3610)] = 219274, - [SMALL_STATE(3611)] = 219324, - [SMALL_STATE(3612)] = 219374, - [SMALL_STATE(3613)] = 219424, - [SMALL_STATE(3614)] = 219474, - [SMALL_STATE(3615)] = 219524, - [SMALL_STATE(3616)] = 219574, - [SMALL_STATE(3617)] = 219624, - [SMALL_STATE(3618)] = 219674, - [SMALL_STATE(3619)] = 219728, - [SMALL_STATE(3620)] = 219778, - [SMALL_STATE(3621)] = 219828, - [SMALL_STATE(3622)] = 219878, - [SMALL_STATE(3623)] = 219932, + [SMALL_STATE(3424)] = 210499, + [SMALL_STATE(3425)] = 210535, + [SMALL_STATE(3426)] = 210591, + [SMALL_STATE(3427)] = 210627, + [SMALL_STATE(3428)] = 210681, + [SMALL_STATE(3429)] = 210737, + [SMALL_STATE(3430)] = 210773, + [SMALL_STATE(3431)] = 210809, + [SMALL_STATE(3432)] = 210845, + [SMALL_STATE(3433)] = 210881, + [SMALL_STATE(3434)] = 210936, + [SMALL_STATE(3435)] = 210989, + [SMALL_STATE(3436)] = 211040, + [SMALL_STATE(3437)] = 211093, + [SMALL_STATE(3438)] = 211148, + [SMALL_STATE(3439)] = 211203, + [SMALL_STATE(3440)] = 211256, + [SMALL_STATE(3441)] = 211309, + [SMALL_STATE(3442)] = 211362, + [SMALL_STATE(3443)] = 211415, + [SMALL_STATE(3444)] = 211468, + [SMALL_STATE(3445)] = 211521, + [SMALL_STATE(3446)] = 211574, + [SMALL_STATE(3447)] = 211627, + [SMALL_STATE(3448)] = 211680, + [SMALL_STATE(3449)] = 211715, + [SMALL_STATE(3450)] = 211768, + [SMALL_STATE(3451)] = 211803, + [SMALL_STATE(3452)] = 211838, + [SMALL_STATE(3453)] = 211891, + [SMALL_STATE(3454)] = 211944, + [SMALL_STATE(3455)] = 211997, + [SMALL_STATE(3456)] = 212050, + [SMALL_STATE(3457)] = 212103, + [SMALL_STATE(3458)] = 212156, + [SMALL_STATE(3459)] = 212209, + [SMALL_STATE(3460)] = 212244, + [SMALL_STATE(3461)] = 212297, + [SMALL_STATE(3462)] = 212350, + [SMALL_STATE(3463)] = 212403, + [SMALL_STATE(3464)] = 212456, + [SMALL_STATE(3465)] = 212509, + [SMALL_STATE(3466)] = 212562, + [SMALL_STATE(3467)] = 212615, + [SMALL_STATE(3468)] = 212668, + [SMALL_STATE(3469)] = 212721, + [SMALL_STATE(3470)] = 212774, + [SMALL_STATE(3471)] = 212827, + [SMALL_STATE(3472)] = 212872, + [SMALL_STATE(3473)] = 212925, + [SMALL_STATE(3474)] = 212978, + [SMALL_STATE(3475)] = 213023, + [SMALL_STATE(3476)] = 213076, + [SMALL_STATE(3477)] = 213111, + [SMALL_STATE(3478)] = 213146, + [SMALL_STATE(3479)] = 213199, + [SMALL_STATE(3480)] = 213234, + [SMALL_STATE(3481)] = 213269, + [SMALL_STATE(3482)] = 213304, + [SMALL_STATE(3483)] = 213357, + [SMALL_STATE(3484)] = 213410, + [SMALL_STATE(3485)] = 213463, + [SMALL_STATE(3486)] = 213516, + [SMALL_STATE(3487)] = 213569, + [SMALL_STATE(3488)] = 213604, + [SMALL_STATE(3489)] = 213657, + [SMALL_STATE(3490)] = 213710, + [SMALL_STATE(3491)] = 213755, + [SMALL_STATE(3492)] = 213808, + [SMALL_STATE(3493)] = 213861, + [SMALL_STATE(3494)] = 213906, + [SMALL_STATE(3495)] = 213959, + [SMALL_STATE(3496)] = 214012, + [SMALL_STATE(3497)] = 214047, + [SMALL_STATE(3498)] = 214100, + [SMALL_STATE(3499)] = 214153, + [SMALL_STATE(3500)] = 214198, + [SMALL_STATE(3501)] = 214251, + [SMALL_STATE(3502)] = 214296, + [SMALL_STATE(3503)] = 214349, + [SMALL_STATE(3504)] = 214394, + [SMALL_STATE(3505)] = 214447, + [SMALL_STATE(3506)] = 214500, + [SMALL_STATE(3507)] = 214535, + [SMALL_STATE(3508)] = 214570, + [SMALL_STATE(3509)] = 214605, + [SMALL_STATE(3510)] = 214640, + [SMALL_STATE(3511)] = 214685, + [SMALL_STATE(3512)] = 214740, + [SMALL_STATE(3513)] = 214775, + [SMALL_STATE(3514)] = 214810, + [SMALL_STATE(3515)] = 214863, + [SMALL_STATE(3516)] = 214916, + [SMALL_STATE(3517)] = 214969, + [SMALL_STATE(3518)] = 215022, + [SMALL_STATE(3519)] = 215077, + [SMALL_STATE(3520)] = 215112, + [SMALL_STATE(3521)] = 215147, + [SMALL_STATE(3522)] = 215182, + [SMALL_STATE(3523)] = 215217, + [SMALL_STATE(3524)] = 215270, + [SMALL_STATE(3525)] = 215305, + [SMALL_STATE(3526)] = 215340, + [SMALL_STATE(3527)] = 215375, + [SMALL_STATE(3528)] = 215420, + [SMALL_STATE(3529)] = 215465, + [SMALL_STATE(3530)] = 215510, + [SMALL_STATE(3531)] = 215555, + [SMALL_STATE(3532)] = 215600, + [SMALL_STATE(3533)] = 215653, + [SMALL_STATE(3534)] = 215688, + [SMALL_STATE(3535)] = 215733, + [SMALL_STATE(3536)] = 215778, + [SMALL_STATE(3537)] = 215833, + [SMALL_STATE(3538)] = 215868, + [SMALL_STATE(3539)] = 215903, + [SMALL_STATE(3540)] = 215948, + [SMALL_STATE(3541)] = 215993, + [SMALL_STATE(3542)] = 216038, + [SMALL_STATE(3543)] = 216083, + [SMALL_STATE(3544)] = 216128, + [SMALL_STATE(3545)] = 216181, + [SMALL_STATE(3546)] = 216226, + [SMALL_STATE(3547)] = 216279, + [SMALL_STATE(3548)] = 216324, + [SMALL_STATE(3549)] = 216369, + [SMALL_STATE(3550)] = 216404, + [SMALL_STATE(3551)] = 216449, + [SMALL_STATE(3552)] = 216494, + [SMALL_STATE(3553)] = 216539, + [SMALL_STATE(3554)] = 216584, + [SMALL_STATE(3555)] = 216637, + [SMALL_STATE(3556)] = 216682, + [SMALL_STATE(3557)] = 216727, + [SMALL_STATE(3558)] = 216780, + [SMALL_STATE(3559)] = 216825, + [SMALL_STATE(3560)] = 216870, + [SMALL_STATE(3561)] = 216915, + [SMALL_STATE(3562)] = 216960, + [SMALL_STATE(3563)] = 216995, + [SMALL_STATE(3564)] = 217040, + [SMALL_STATE(3565)] = 217085, + [SMALL_STATE(3566)] = 217138, + [SMALL_STATE(3567)] = 217183, + [SMALL_STATE(3568)] = 217228, + [SMALL_STATE(3569)] = 217273, + [SMALL_STATE(3570)] = 217318, + [SMALL_STATE(3571)] = 217363, + [SMALL_STATE(3572)] = 217408, + [SMALL_STATE(3573)] = 217453, + [SMALL_STATE(3574)] = 217498, + [SMALL_STATE(3575)] = 217543, + [SMALL_STATE(3576)] = 217588, + [SMALL_STATE(3577)] = 217641, + [SMALL_STATE(3578)] = 217694, + [SMALL_STATE(3579)] = 217739, + [SMALL_STATE(3580)] = 217784, + [SMALL_STATE(3581)] = 217829, + [SMALL_STATE(3582)] = 217874, + [SMALL_STATE(3583)] = 217927, + [SMALL_STATE(3584)] = 217980, + [SMALL_STATE(3585)] = 218025, + [SMALL_STATE(3586)] = 218070, + [SMALL_STATE(3587)] = 218122, + [SMALL_STATE(3588)] = 218172, + [SMALL_STATE(3589)] = 218222, + [SMALL_STATE(3590)] = 218272, + [SMALL_STATE(3591)] = 218322, + [SMALL_STATE(3592)] = 218372, + [SMALL_STATE(3593)] = 218422, + [SMALL_STATE(3594)] = 218472, + [SMALL_STATE(3595)] = 218522, + [SMALL_STATE(3596)] = 218572, + [SMALL_STATE(3597)] = 218622, + [SMALL_STATE(3598)] = 218674, + [SMALL_STATE(3599)] = 218726, + [SMALL_STATE(3600)] = 218776, + [SMALL_STATE(3601)] = 218826, + [SMALL_STATE(3602)] = 218876, + [SMALL_STATE(3603)] = 218926, + [SMALL_STATE(3604)] = 218976, + [SMALL_STATE(3605)] = 219026, + [SMALL_STATE(3606)] = 219076, + [SMALL_STATE(3607)] = 219126, + [SMALL_STATE(3608)] = 219176, + [SMALL_STATE(3609)] = 219228, + [SMALL_STATE(3610)] = 219282, + [SMALL_STATE(3611)] = 219332, + [SMALL_STATE(3612)] = 219382, + [SMALL_STATE(3613)] = 219432, + [SMALL_STATE(3614)] = 219482, + [SMALL_STATE(3615)] = 219532, + [SMALL_STATE(3616)] = 219582, + [SMALL_STATE(3617)] = 219632, + [SMALL_STATE(3618)] = 219682, + [SMALL_STATE(3619)] = 219732, + [SMALL_STATE(3620)] = 219782, + [SMALL_STATE(3621)] = 219834, + [SMALL_STATE(3622)] = 219884, + [SMALL_STATE(3623)] = 219934, [SMALL_STATE(3624)] = 219984, [SMALL_STATE(3625)] = 220034, [SMALL_STATE(3626)] = 220084, [SMALL_STATE(3627)] = 220134, - [SMALL_STATE(3628)] = 220188, - [SMALL_STATE(3629)] = 220242, - [SMALL_STATE(3630)] = 220292, - [SMALL_STATE(3631)] = 220342, - [SMALL_STATE(3632)] = 220392, - [SMALL_STATE(3633)] = 220442, - [SMALL_STATE(3634)] = 220492, - [SMALL_STATE(3635)] = 220542, - [SMALL_STATE(3636)] = 220592, - [SMALL_STATE(3637)] = 220642, - [SMALL_STATE(3638)] = 220694, - [SMALL_STATE(3639)] = 220744, - [SMALL_STATE(3640)] = 220796, - [SMALL_STATE(3641)] = 220846, - [SMALL_STATE(3642)] = 220896, - [SMALL_STATE(3643)] = 220936, - [SMALL_STATE(3644)] = 220978, - [SMALL_STATE(3645)] = 221028, - [SMALL_STATE(3646)] = 221078, - [SMALL_STATE(3647)] = 221132, - [SMALL_STATE(3648)] = 221184, - [SMALL_STATE(3649)] = 221218, - [SMALL_STATE(3650)] = 221268, - [SMALL_STATE(3651)] = 221310, - [SMALL_STATE(3652)] = 221352, - [SMALL_STATE(3653)] = 221394, - [SMALL_STATE(3654)] = 221446, - [SMALL_STATE(3655)] = 221488, - [SMALL_STATE(3656)] = 221538, - [SMALL_STATE(3657)] = 221590, - [SMALL_STATE(3658)] = 221642, - [SMALL_STATE(3659)] = 221692, - [SMALL_STATE(3660)] = 221746, - [SMALL_STATE(3661)] = 221796, - [SMALL_STATE(3662)] = 221848, - [SMALL_STATE(3663)] = 221898, - [SMALL_STATE(3664)] = 221948, - [SMALL_STATE(3665)] = 221998, - [SMALL_STATE(3666)] = 222040, - [SMALL_STATE(3667)] = 222090, - [SMALL_STATE(3668)] = 222143, - [SMALL_STATE(3669)] = 222196, - [SMALL_STATE(3670)] = 222243, - [SMALL_STATE(3671)] = 222296, - [SMALL_STATE(3672)] = 222329, - [SMALL_STATE(3673)] = 222362, - [SMALL_STATE(3674)] = 222395, - [SMALL_STATE(3675)] = 222428, - [SMALL_STATE(3676)] = 222461, - [SMALL_STATE(3677)] = 222494, - [SMALL_STATE(3678)] = 222527, - [SMALL_STATE(3679)] = 222560, - [SMALL_STATE(3680)] = 222593, - [SMALL_STATE(3681)] = 222646, - [SMALL_STATE(3682)] = 222699, - [SMALL_STATE(3683)] = 222732, - [SMALL_STATE(3684)] = 222765, - [SMALL_STATE(3685)] = 222818, - [SMALL_STATE(3686)] = 222851, - [SMALL_STATE(3687)] = 222884, - [SMALL_STATE(3688)] = 222917, - [SMALL_STATE(3689)] = 222950, - [SMALL_STATE(3690)] = 223003, - [SMALL_STATE(3691)] = 223036, - [SMALL_STATE(3692)] = 223069, - [SMALL_STATE(3693)] = 223102, - [SMALL_STATE(3694)] = 223135, - [SMALL_STATE(3695)] = 223168, - [SMALL_STATE(3696)] = 223201, - [SMALL_STATE(3697)] = 223234, - [SMALL_STATE(3698)] = 223267, - [SMALL_STATE(3699)] = 223320, - [SMALL_STATE(3700)] = 223353, - [SMALL_STATE(3701)] = 223386, - [SMALL_STATE(3702)] = 223419, - [SMALL_STATE(3703)] = 223452, - [SMALL_STATE(3704)] = 223485, - [SMALL_STATE(3705)] = 223538, - [SMALL_STATE(3706)] = 223591, - [SMALL_STATE(3707)] = 223644, - [SMALL_STATE(3708)] = 223697, - [SMALL_STATE(3709)] = 223750, - [SMALL_STATE(3710)] = 223783, - [SMALL_STATE(3711)] = 223816, - [SMALL_STATE(3712)] = 223849, - [SMALL_STATE(3713)] = 223882, - [SMALL_STATE(3714)] = 223929, - [SMALL_STATE(3715)] = 223962, - [SMALL_STATE(3716)] = 223995, - [SMALL_STATE(3717)] = 224028, - [SMALL_STATE(3718)] = 224075, - [SMALL_STATE(3719)] = 224108, - [SMALL_STATE(3720)] = 224141, - [SMALL_STATE(3721)] = 224192, - [SMALL_STATE(3722)] = 224225, - [SMALL_STATE(3723)] = 224258, - [SMALL_STATE(3724)] = 224291, - [SMALL_STATE(3725)] = 224324, - [SMALL_STATE(3726)] = 224357, - [SMALL_STATE(3727)] = 224390, - [SMALL_STATE(3728)] = 224423, - [SMALL_STATE(3729)] = 224456, - [SMALL_STATE(3730)] = 224489, - [SMALL_STATE(3731)] = 224522, - [SMALL_STATE(3732)] = 224569, - [SMALL_STATE(3733)] = 224602, - [SMALL_STATE(3734)] = 224635, - [SMALL_STATE(3735)] = 224668, - [SMALL_STATE(3736)] = 224701, - [SMALL_STATE(3737)] = 224734, - [SMALL_STATE(3738)] = 224767, - [SMALL_STATE(3739)] = 224800, - [SMALL_STATE(3740)] = 224833, - [SMALL_STATE(3741)] = 224866, - [SMALL_STATE(3742)] = 224915, - [SMALL_STATE(3743)] = 224948, - [SMALL_STATE(3744)] = 224981, - [SMALL_STATE(3745)] = 225014, - [SMALL_STATE(3746)] = 225061, - [SMALL_STATE(3747)] = 225114, - [SMALL_STATE(3748)] = 225163, - [SMALL_STATE(3749)] = 225196, - [SMALL_STATE(3750)] = 225249, - [SMALL_STATE(3751)] = 225282, - [SMALL_STATE(3752)] = 225335, - [SMALL_STATE(3753)] = 225368, - [SMALL_STATE(3754)] = 225401, - [SMALL_STATE(3755)] = 225440, - [SMALL_STATE(3756)] = 225473, - [SMALL_STATE(3757)] = 225520, - [SMALL_STATE(3758)] = 225553, - [SMALL_STATE(3759)] = 225586, - [SMALL_STATE(3760)] = 225639, - [SMALL_STATE(3761)] = 225692, - [SMALL_STATE(3762)] = 225725, - [SMALL_STATE(3763)] = 225758, - [SMALL_STATE(3764)] = 225811, - [SMALL_STATE(3765)] = 225844, - [SMALL_STATE(3766)] = 225897, - [SMALL_STATE(3767)] = 225930, - [SMALL_STATE(3768)] = 225977, - [SMALL_STATE(3769)] = 226010, - [SMALL_STATE(3770)] = 226063, - [SMALL_STATE(3771)] = 226116, - [SMALL_STATE(3772)] = 226149, - [SMALL_STATE(3773)] = 226182, - [SMALL_STATE(3774)] = 226215, - [SMALL_STATE(3775)] = 226248, - [SMALL_STATE(3776)] = 226301, - [SMALL_STATE(3777)] = 226354, - [SMALL_STATE(3778)] = 226401, - [SMALL_STATE(3779)] = 226454, - [SMALL_STATE(3780)] = 226507, - [SMALL_STATE(3781)] = 226540, - [SMALL_STATE(3782)] = 226573, - [SMALL_STATE(3783)] = 226620, - [SMALL_STATE(3784)] = 226653, - [SMALL_STATE(3785)] = 226706, - [SMALL_STATE(3786)] = 226759, - [SMALL_STATE(3787)] = 226812, - [SMALL_STATE(3788)] = 226865, - [SMALL_STATE(3789)] = 226918, - [SMALL_STATE(3790)] = 226971, - [SMALL_STATE(3791)] = 227024, - [SMALL_STATE(3792)] = 227077, - [SMALL_STATE(3793)] = 227130, - [SMALL_STATE(3794)] = 227163, - [SMALL_STATE(3795)] = 227210, - [SMALL_STATE(3796)] = 227263, - [SMALL_STATE(3797)] = 227316, - [SMALL_STATE(3798)] = 227369, - [SMALL_STATE(3799)] = 227422, - [SMALL_STATE(3800)] = 227475, - [SMALL_STATE(3801)] = 227528, - [SMALL_STATE(3802)] = 227581, - [SMALL_STATE(3803)] = 227634, - [SMALL_STATE(3804)] = 227667, - [SMALL_STATE(3805)] = 227720, - [SMALL_STATE(3806)] = 227773, - [SMALL_STATE(3807)] = 227826, - [SMALL_STATE(3808)] = 227879, - [SMALL_STATE(3809)] = 227932, - [SMALL_STATE(3810)] = 227965, - [SMALL_STATE(3811)] = 227998, - [SMALL_STATE(3812)] = 228051, - [SMALL_STATE(3813)] = 228104, - [SMALL_STATE(3814)] = 228151, - [SMALL_STATE(3815)] = 228204, - [SMALL_STATE(3816)] = 228257, - [SMALL_STATE(3817)] = 228310, - [SMALL_STATE(3818)] = 228363, - [SMALL_STATE(3819)] = 228396, - [SMALL_STATE(3820)] = 228449, - [SMALL_STATE(3821)] = 228502, - [SMALL_STATE(3822)] = 228555, - [SMALL_STATE(3823)] = 228602, - [SMALL_STATE(3824)] = 228655, - [SMALL_STATE(3825)] = 228708, - [SMALL_STATE(3826)] = 228761, - [SMALL_STATE(3827)] = 228814, - [SMALL_STATE(3828)] = 228867, - [SMALL_STATE(3829)] = 228920, - [SMALL_STATE(3830)] = 228973, - [SMALL_STATE(3831)] = 229026, - [SMALL_STATE(3832)] = 229059, - [SMALL_STATE(3833)] = 229112, - [SMALL_STATE(3834)] = 229165, - [SMALL_STATE(3835)] = 229198, - [SMALL_STATE(3836)] = 229251, - [SMALL_STATE(3837)] = 229284, - [SMALL_STATE(3838)] = 229317, - [SMALL_STATE(3839)] = 229370, - [SMALL_STATE(3840)] = 229423, - [SMALL_STATE(3841)] = 229456, - [SMALL_STATE(3842)] = 229509, - [SMALL_STATE(3843)] = 229542, - [SMALL_STATE(3844)] = 229595, - [SMALL_STATE(3845)] = 229628, - [SMALL_STATE(3846)] = 229681, - [SMALL_STATE(3847)] = 229734, - [SMALL_STATE(3848)] = 229787, - [SMALL_STATE(3849)] = 229820, - [SMALL_STATE(3850)] = 229873, - [SMALL_STATE(3851)] = 229906, - [SMALL_STATE(3852)] = 229939, - [SMALL_STATE(3853)] = 229992, - [SMALL_STATE(3854)] = 230045, - [SMALL_STATE(3855)] = 230098, - [SMALL_STATE(3856)] = 230151, - [SMALL_STATE(3857)] = 230184, - [SMALL_STATE(3858)] = 230237, - [SMALL_STATE(3859)] = 230290, - [SMALL_STATE(3860)] = 230343, - [SMALL_STATE(3861)] = 230396, - [SMALL_STATE(3862)] = 230429, - [SMALL_STATE(3863)] = 230482, - [SMALL_STATE(3864)] = 230535, - [SMALL_STATE(3865)] = 230588, - [SMALL_STATE(3866)] = 230621, - [SMALL_STATE(3867)] = 230674, - [SMALL_STATE(3868)] = 230727, - [SMALL_STATE(3869)] = 230780, - [SMALL_STATE(3870)] = 230833, - [SMALL_STATE(3871)] = 230886, - [SMALL_STATE(3872)] = 230939, - [SMALL_STATE(3873)] = 230972, - [SMALL_STATE(3874)] = 231025, - [SMALL_STATE(3875)] = 231078, - [SMALL_STATE(3876)] = 231131, - [SMALL_STATE(3877)] = 231184, - [SMALL_STATE(3878)] = 231237, - [SMALL_STATE(3879)] = 231270, - [SMALL_STATE(3880)] = 231323, - [SMALL_STATE(3881)] = 231362, - [SMALL_STATE(3882)] = 231415, - [SMALL_STATE(3883)] = 231468, - [SMALL_STATE(3884)] = 231521, - [SMALL_STATE(3885)] = 231574, - [SMALL_STATE(3886)] = 231627, - [SMALL_STATE(3887)] = 231680, - [SMALL_STATE(3888)] = 231733, - [SMALL_STATE(3889)] = 231786, - [SMALL_STATE(3890)] = 231839, - [SMALL_STATE(3891)] = 231886, - [SMALL_STATE(3892)] = 231939, - [SMALL_STATE(3893)] = 231992, - [SMALL_STATE(3894)] = 232045, - [SMALL_STATE(3895)] = 232078, - [SMALL_STATE(3896)] = 232131, - [SMALL_STATE(3897)] = 232184, - [SMALL_STATE(3898)] = 232237, - [SMALL_STATE(3899)] = 232290, - [SMALL_STATE(3900)] = 232323, - [SMALL_STATE(3901)] = 232376, - [SMALL_STATE(3902)] = 232429, - [SMALL_STATE(3903)] = 232462, - [SMALL_STATE(3904)] = 232495, - [SMALL_STATE(3905)] = 232528, - [SMALL_STATE(3906)] = 232581, - [SMALL_STATE(3907)] = 232634, - [SMALL_STATE(3908)] = 232687, - [SMALL_STATE(3909)] = 232740, - [SMALL_STATE(3910)] = 232773, - [SMALL_STATE(3911)] = 232806, - [SMALL_STATE(3912)] = 232839, - [SMALL_STATE(3913)] = 232872, - [SMALL_STATE(3914)] = 232905, - [SMALL_STATE(3915)] = 232958, - [SMALL_STATE(3916)] = 233011, - [SMALL_STATE(3917)] = 233044, - [SMALL_STATE(3918)] = 233077, - [SMALL_STATE(3919)] = 233110, - [SMALL_STATE(3920)] = 233143, - [SMALL_STATE(3921)] = 233196, - [SMALL_STATE(3922)] = 233229, - [SMALL_STATE(3923)] = 233262, - [SMALL_STATE(3924)] = 233315, - [SMALL_STATE(3925)] = 233368, - [SMALL_STATE(3926)] = 233421, - [SMALL_STATE(3927)] = 233454, - [SMALL_STATE(3928)] = 233487, - [SMALL_STATE(3929)] = 233540, - [SMALL_STATE(3930)] = 233573, - [SMALL_STATE(3931)] = 233626, - [SMALL_STATE(3932)] = 233659, - [SMALL_STATE(3933)] = 233712, - [SMALL_STATE(3934)] = 233745, - [SMALL_STATE(3935)] = 233778, - [SMALL_STATE(3936)] = 233811, - [SMALL_STATE(3937)] = 233844, - [SMALL_STATE(3938)] = 233877, - [SMALL_STATE(3939)] = 233930, - [SMALL_STATE(3940)] = 233963, - [SMALL_STATE(3941)] = 234016, - [SMALL_STATE(3942)] = 234069, - [SMALL_STATE(3943)] = 234122, - [SMALL_STATE(3944)] = 234155, - [SMALL_STATE(3945)] = 234188, - [SMALL_STATE(3946)] = 234241, - [SMALL_STATE(3947)] = 234294, - [SMALL_STATE(3948)] = 234327, - [SMALL_STATE(3949)] = 234380, - [SMALL_STATE(3950)] = 234433, - [SMALL_STATE(3951)] = 234486, - [SMALL_STATE(3952)] = 234539, - [SMALL_STATE(3953)] = 234572, - [SMALL_STATE(3954)] = 234605, - [SMALL_STATE(3955)] = 234658, - [SMALL_STATE(3956)] = 234691, - [SMALL_STATE(3957)] = 234724, - [SMALL_STATE(3958)] = 234757, - [SMALL_STATE(3959)] = 234810, - [SMALL_STATE(3960)] = 234843, - [SMALL_STATE(3961)] = 234896, - [SMALL_STATE(3962)] = 234929, - [SMALL_STATE(3963)] = 234982, - [SMALL_STATE(3964)] = 235035, - [SMALL_STATE(3965)] = 235088, - [SMALL_STATE(3966)] = 235141, - [SMALL_STATE(3967)] = 235174, - [SMALL_STATE(3968)] = 235227, - [SMALL_STATE(3969)] = 235280, - [SMALL_STATE(3970)] = 235333, - [SMALL_STATE(3971)] = 235386, - [SMALL_STATE(3972)] = 235439, - [SMALL_STATE(3973)] = 235492, - [SMALL_STATE(3974)] = 235525, - [SMALL_STATE(3975)] = 235558, - [SMALL_STATE(3976)] = 235591, - [SMALL_STATE(3977)] = 235644, - [SMALL_STATE(3978)] = 235697, - [SMALL_STATE(3979)] = 235741, - [SMALL_STATE(3980)] = 235785, - [SMALL_STATE(3981)] = 235829, - [SMALL_STATE(3982)] = 235873, - [SMALL_STATE(3983)] = 235917, - [SMALL_STATE(3984)] = 235961, - [SMALL_STATE(3985)] = 235993, - [SMALL_STATE(3986)] = 236037, - [SMALL_STATE(3987)] = 236081, - [SMALL_STATE(3988)] = 236125, - [SMALL_STATE(3989)] = 236169, - [SMALL_STATE(3990)] = 236213, - [SMALL_STATE(3991)] = 236257, - [SMALL_STATE(3992)] = 236301, - [SMALL_STATE(3993)] = 236333, - [SMALL_STATE(3994)] = 236377, - [SMALL_STATE(3995)] = 236409, - [SMALL_STATE(3996)] = 236453, - [SMALL_STATE(3997)] = 236497, - [SMALL_STATE(3998)] = 236541, - [SMALL_STATE(3999)] = 236585, - [SMALL_STATE(4000)] = 236629, - [SMALL_STATE(4001)] = 236673, - [SMALL_STATE(4002)] = 236717, - [SMALL_STATE(4003)] = 236761, - [SMALL_STATE(4004)] = 236805, - [SMALL_STATE(4005)] = 236849, - [SMALL_STATE(4006)] = 236893, - [SMALL_STATE(4007)] = 236925, - [SMALL_STATE(4008)] = 236969, - [SMALL_STATE(4009)] = 237013, - [SMALL_STATE(4010)] = 237057, - [SMALL_STATE(4011)] = 237101, - [SMALL_STATE(4012)] = 237145, - [SMALL_STATE(4013)] = 237189, - [SMALL_STATE(4014)] = 237233, - [SMALL_STATE(4015)] = 237277, - [SMALL_STATE(4016)] = 237321, - [SMALL_STATE(4017)] = 237365, - [SMALL_STATE(4018)] = 237409, - [SMALL_STATE(4019)] = 237453, - [SMALL_STATE(4020)] = 237497, - [SMALL_STATE(4021)] = 237541, - [SMALL_STATE(4022)] = 237585, - [SMALL_STATE(4023)] = 237629, - [SMALL_STATE(4024)] = 237673, - [SMALL_STATE(4025)] = 237705, - [SMALL_STATE(4026)] = 237749, - [SMALL_STATE(4027)] = 237793, - [SMALL_STATE(4028)] = 237837, - [SMALL_STATE(4029)] = 237881, - [SMALL_STATE(4030)] = 237925, - [SMALL_STATE(4031)] = 237969, - [SMALL_STATE(4032)] = 238001, - [SMALL_STATE(4033)] = 238045, - [SMALL_STATE(4034)] = 238089, - [SMALL_STATE(4035)] = 238133, - [SMALL_STATE(4036)] = 238177, - [SMALL_STATE(4037)] = 238221, - [SMALL_STATE(4038)] = 238265, - [SMALL_STATE(4039)] = 238309, - [SMALL_STATE(4040)] = 238353, - [SMALL_STATE(4041)] = 238397, - [SMALL_STATE(4042)] = 238441, - [SMALL_STATE(4043)] = 238473, - [SMALL_STATE(4044)] = 238517, - [SMALL_STATE(4045)] = 238561, - [SMALL_STATE(4046)] = 238605, - [SMALL_STATE(4047)] = 238649, - [SMALL_STATE(4048)] = 238693, - [SMALL_STATE(4049)] = 238737, - [SMALL_STATE(4050)] = 238785, - [SMALL_STATE(4051)] = 238829, - [SMALL_STATE(4052)] = 238873, - [SMALL_STATE(4053)] = 238905, - [SMALL_STATE(4054)] = 238937, - [SMALL_STATE(4055)] = 238981, - [SMALL_STATE(4056)] = 239013, - [SMALL_STATE(4057)] = 239057, - [SMALL_STATE(4058)] = 239105, - [SMALL_STATE(4059)] = 239149, - [SMALL_STATE(4060)] = 239193, - [SMALL_STATE(4061)] = 239225, - [SMALL_STATE(4062)] = 239269, - [SMALL_STATE(4063)] = 239301, - [SMALL_STATE(4064)] = 239345, - [SMALL_STATE(4065)] = 239389, - [SMALL_STATE(4066)] = 239435, - [SMALL_STATE(4067)] = 239479, - [SMALL_STATE(4068)] = 239523, - [SMALL_STATE(4069)] = 239567, - [SMALL_STATE(4070)] = 239611, - [SMALL_STATE(4071)] = 239655, - [SMALL_STATE(4072)] = 239687, - [SMALL_STATE(4073)] = 239731, - [SMALL_STATE(4074)] = 239777, - [SMALL_STATE(4075)] = 239821, - [SMALL_STATE(4076)] = 239865, - [SMALL_STATE(4077)] = 239911, - [SMALL_STATE(4078)] = 239955, - [SMALL_STATE(4079)] = 239999, - [SMALL_STATE(4080)] = 240031, - [SMALL_STATE(4081)] = 240075, - [SMALL_STATE(4082)] = 240119, - [SMALL_STATE(4083)] = 240163, - [SMALL_STATE(4084)] = 240207, - [SMALL_STATE(4085)] = 240257, - [SMALL_STATE(4086)] = 240301, - [SMALL_STATE(4087)] = 240345, - [SMALL_STATE(4088)] = 240389, - [SMALL_STATE(4089)] = 240433, - [SMALL_STATE(4090)] = 240477, - [SMALL_STATE(4091)] = 240509, - [SMALL_STATE(4092)] = 240559, - [SMALL_STATE(4093)] = 240603, - [SMALL_STATE(4094)] = 240647, - [SMALL_STATE(4095)] = 240691, - [SMALL_STATE(4096)] = 240735, - [SMALL_STATE(4097)] = 240779, - [SMALL_STATE(4098)] = 240823, - [SMALL_STATE(4099)] = 240867, - [SMALL_STATE(4100)] = 240911, - [SMALL_STATE(4101)] = 240955, - [SMALL_STATE(4102)] = 240999, - [SMALL_STATE(4103)] = 241043, - [SMALL_STATE(4104)] = 241087, - [SMALL_STATE(4105)] = 241131, - [SMALL_STATE(4106)] = 241175, - [SMALL_STATE(4107)] = 241219, - [SMALL_STATE(4108)] = 241263, - [SMALL_STATE(4109)] = 241307, - [SMALL_STATE(4110)] = 241351, - [SMALL_STATE(4111)] = 241395, - [SMALL_STATE(4112)] = 241439, - [SMALL_STATE(4113)] = 241483, - [SMALL_STATE(4114)] = 241527, - [SMALL_STATE(4115)] = 241571, - [SMALL_STATE(4116)] = 241603, - [SMALL_STATE(4117)] = 241647, - [SMALL_STATE(4118)] = 241691, - [SMALL_STATE(4119)] = 241735, - [SMALL_STATE(4120)] = 241767, - [SMALL_STATE(4121)] = 241811, - [SMALL_STATE(4122)] = 241855, - [SMALL_STATE(4123)] = 241887, - [SMALL_STATE(4124)] = 241931, - [SMALL_STATE(4125)] = 241975, - [SMALL_STATE(4126)] = 242019, - [SMALL_STATE(4127)] = 242063, - [SMALL_STATE(4128)] = 242107, - [SMALL_STATE(4129)] = 242151, - [SMALL_STATE(4130)] = 242195, - [SMALL_STATE(4131)] = 242235, - [SMALL_STATE(4132)] = 242279, - [SMALL_STATE(4133)] = 242329, - [SMALL_STATE(4134)] = 242373, - [SMALL_STATE(4135)] = 242417, - [SMALL_STATE(4136)] = 242461, - [SMALL_STATE(4137)] = 242493, - [SMALL_STATE(4138)] = 242537, - [SMALL_STATE(4139)] = 242581, - [SMALL_STATE(4140)] = 242625, - [SMALL_STATE(4141)] = 242669, - [SMALL_STATE(4142)] = 242713, - [SMALL_STATE(4143)] = 242757, - [SMALL_STATE(4144)] = 242801, - [SMALL_STATE(4145)] = 242845, - [SMALL_STATE(4146)] = 242889, - [SMALL_STATE(4147)] = 242933, - [SMALL_STATE(4148)] = 242977, - [SMALL_STATE(4149)] = 243021, - [SMALL_STATE(4150)] = 243065, - [SMALL_STATE(4151)] = 243109, - [SMALL_STATE(4152)] = 243153, - [SMALL_STATE(4153)] = 243197, - [SMALL_STATE(4154)] = 243241, - [SMALL_STATE(4155)] = 243285, - [SMALL_STATE(4156)] = 243329, - [SMALL_STATE(4157)] = 243373, - [SMALL_STATE(4158)] = 243405, - [SMALL_STATE(4159)] = 243449, - [SMALL_STATE(4160)] = 243501, - [SMALL_STATE(4161)] = 243545, - [SMALL_STATE(4162)] = 243577, - [SMALL_STATE(4163)] = 243621, - [SMALL_STATE(4164)] = 243665, - [SMALL_STATE(4165)] = 243711, - [SMALL_STATE(4166)] = 243755, - [SMALL_STATE(4167)] = 243799, - [SMALL_STATE(4168)] = 243831, - [SMALL_STATE(4169)] = 243875, - [SMALL_STATE(4170)] = 243919, - [SMALL_STATE(4171)] = 243963, - [SMALL_STATE(4172)] = 244009, - [SMALL_STATE(4173)] = 244041, - [SMALL_STATE(4174)] = 244085, - [SMALL_STATE(4175)] = 244129, - [SMALL_STATE(4176)] = 244173, - [SMALL_STATE(4177)] = 244217, - [SMALL_STATE(4178)] = 244261, - [SMALL_STATE(4179)] = 244305, - [SMALL_STATE(4180)] = 244349, - [SMALL_STATE(4181)] = 244381, - [SMALL_STATE(4182)] = 244425, - [SMALL_STATE(4183)] = 244457, - [SMALL_STATE(4184)] = 244489, - [SMALL_STATE(4185)] = 244521, - [SMALL_STATE(4186)] = 244565, - [SMALL_STATE(4187)] = 244609, - [SMALL_STATE(4188)] = 244653, - [SMALL_STATE(4189)] = 244697, - [SMALL_STATE(4190)] = 244741, - [SMALL_STATE(4191)] = 244785, - [SMALL_STATE(4192)] = 244829, - [SMALL_STATE(4193)] = 244861, - [SMALL_STATE(4194)] = 244913, - [SMALL_STATE(4195)] = 244957, - [SMALL_STATE(4196)] = 245001, - [SMALL_STATE(4197)] = 245045, - [SMALL_STATE(4198)] = 245089, - [SMALL_STATE(4199)] = 245133, - [SMALL_STATE(4200)] = 245177, - [SMALL_STATE(4201)] = 245223, - [SMALL_STATE(4202)] = 245267, - [SMALL_STATE(4203)] = 245311, - [SMALL_STATE(4204)] = 245355, - [SMALL_STATE(4205)] = 245399, - [SMALL_STATE(4206)] = 245443, - [SMALL_STATE(4207)] = 245487, - [SMALL_STATE(4208)] = 245531, - [SMALL_STATE(4209)] = 245575, - [SMALL_STATE(4210)] = 245619, - [SMALL_STATE(4211)] = 245663, - [SMALL_STATE(4212)] = 245707, - [SMALL_STATE(4213)] = 245751, - [SMALL_STATE(4214)] = 245783, - [SMALL_STATE(4215)] = 245827, - [SMALL_STATE(4216)] = 245871, - [SMALL_STATE(4217)] = 245903, - [SMALL_STATE(4218)] = 245947, - [SMALL_STATE(4219)] = 245979, - [SMALL_STATE(4220)] = 246023, - [SMALL_STATE(4221)] = 246055, - [SMALL_STATE(4222)] = 246099, - [SMALL_STATE(4223)] = 246143, - [SMALL_STATE(4224)] = 246187, - [SMALL_STATE(4225)] = 246231, - [SMALL_STATE(4226)] = 246275, - [SMALL_STATE(4227)] = 246319, - [SMALL_STATE(4228)] = 246363, - [SMALL_STATE(4229)] = 246409, - [SMALL_STATE(4230)] = 246441, - [SMALL_STATE(4231)] = 246485, - [SMALL_STATE(4232)] = 246529, - [SMALL_STATE(4233)] = 246573, - [SMALL_STATE(4234)] = 246617, - [SMALL_STATE(4235)] = 246661, - [SMALL_STATE(4236)] = 246705, - [SMALL_STATE(4237)] = 246749, - [SMALL_STATE(4238)] = 246793, - [SMALL_STATE(4239)] = 246825, - [SMALL_STATE(4240)] = 246869, - [SMALL_STATE(4241)] = 246913, - [SMALL_STATE(4242)] = 246957, - [SMALL_STATE(4243)] = 247001, - [SMALL_STATE(4244)] = 247045, - [SMALL_STATE(4245)] = 247089, - [SMALL_STATE(4246)] = 247133, - [SMALL_STATE(4247)] = 247165, - [SMALL_STATE(4248)] = 247197, - [SMALL_STATE(4249)] = 247241, - [SMALL_STATE(4250)] = 247285, - [SMALL_STATE(4251)] = 247329, - [SMALL_STATE(4252)] = 247373, - [SMALL_STATE(4253)] = 247417, - [SMALL_STATE(4254)] = 247461, - [SMALL_STATE(4255)] = 247505, - [SMALL_STATE(4256)] = 247551, - [SMALL_STATE(4257)] = 247595, - [SMALL_STATE(4258)] = 247639, - [SMALL_STATE(4259)] = 247683, - [SMALL_STATE(4260)] = 247727, - [SMALL_STATE(4261)] = 247771, - [SMALL_STATE(4262)] = 247815, - [SMALL_STATE(4263)] = 247859, - [SMALL_STATE(4264)] = 247903, - [SMALL_STATE(4265)] = 247947, - [SMALL_STATE(4266)] = 247991, - [SMALL_STATE(4267)] = 248035, - [SMALL_STATE(4268)] = 248079, - [SMALL_STATE(4269)] = 248123, - [SMALL_STATE(4270)] = 248167, - [SMALL_STATE(4271)] = 248211, - [SMALL_STATE(4272)] = 248243, - [SMALL_STATE(4273)] = 248287, - [SMALL_STATE(4274)] = 248331, - [SMALL_STATE(4275)] = 248375, - [SMALL_STATE(4276)] = 248413, - [SMALL_STATE(4277)] = 248457, - [SMALL_STATE(4278)] = 248501, - [SMALL_STATE(4279)] = 248545, - [SMALL_STATE(4280)] = 248589, - [SMALL_STATE(4281)] = 248635, - [SMALL_STATE(4282)] = 248679, - [SMALL_STATE(4283)] = 248723, - [SMALL_STATE(4284)] = 248767, - [SMALL_STATE(4285)] = 248811, - [SMALL_STATE(4286)] = 248855, - [SMALL_STATE(4287)] = 248899, - [SMALL_STATE(4288)] = 248943, - [SMALL_STATE(4289)] = 248989, - [SMALL_STATE(4290)] = 249033, - [SMALL_STATE(4291)] = 249077, - [SMALL_STATE(4292)] = 249123, - [SMALL_STATE(4293)] = 249167, - [SMALL_STATE(4294)] = 249211, - [SMALL_STATE(4295)] = 249255, - [SMALL_STATE(4296)] = 249299, - [SMALL_STATE(4297)] = 249343, - [SMALL_STATE(4298)] = 249387, - [SMALL_STATE(4299)] = 249431, - [SMALL_STATE(4300)] = 249463, - [SMALL_STATE(4301)] = 249507, - [SMALL_STATE(4302)] = 249551, - [SMALL_STATE(4303)] = 249597, - [SMALL_STATE(4304)] = 249641, - [SMALL_STATE(4305)] = 249673, - [SMALL_STATE(4306)] = 249717, - [SMALL_STATE(4307)] = 249761, - [SMALL_STATE(4308)] = 249805, - [SMALL_STATE(4309)] = 249849, - [SMALL_STATE(4310)] = 249893, - [SMALL_STATE(4311)] = 249937, - [SMALL_STATE(4312)] = 249981, - [SMALL_STATE(4313)] = 250025, - [SMALL_STATE(4314)] = 250057, - [SMALL_STATE(4315)] = 250101, - [SMALL_STATE(4316)] = 250134, - [SMALL_STATE(4317)] = 250165, - [SMALL_STATE(4318)] = 250198, - [SMALL_STATE(4319)] = 250231, - [SMALL_STATE(4320)] = 250264, - [SMALL_STATE(4321)] = 250297, - [SMALL_STATE(4322)] = 250330, - [SMALL_STATE(4323)] = 250363, - [SMALL_STATE(4324)] = 250396, - [SMALL_STATE(4325)] = 250429, - [SMALL_STATE(4326)] = 250462, - [SMALL_STATE(4327)] = 250499, - [SMALL_STATE(4328)] = 250532, - [SMALL_STATE(4329)] = 250565, - [SMALL_STATE(4330)] = 250598, - [SMALL_STATE(4331)] = 250631, - [SMALL_STATE(4332)] = 250664, - [SMALL_STATE(4333)] = 250697, - [SMALL_STATE(4334)] = 250730, - [SMALL_STATE(4335)] = 250763, - [SMALL_STATE(4336)] = 250796, - [SMALL_STATE(4337)] = 250829, - [SMALL_STATE(4338)] = 250866, - [SMALL_STATE(4339)] = 250915, - [SMALL_STATE(4340)] = 250964, - [SMALL_STATE(4341)] = 250995, - [SMALL_STATE(4342)] = 251028, - [SMALL_STATE(4343)] = 251061, - [SMALL_STATE(4344)] = 251092, - [SMALL_STATE(4345)] = 251123, - [SMALL_STATE(4346)] = 251154, - [SMALL_STATE(4347)] = 251185, - [SMALL_STATE(4348)] = 251216, - [SMALL_STATE(4349)] = 251247, - [SMALL_STATE(4350)] = 251278, - [SMALL_STATE(4351)] = 251309, - [SMALL_STATE(4352)] = 251340, - [SMALL_STATE(4353)] = 251373, - [SMALL_STATE(4354)] = 251406, - [SMALL_STATE(4355)] = 251437, - [SMALL_STATE(4356)] = 251470, - [SMALL_STATE(4357)] = 251501, - [SMALL_STATE(4358)] = 251532, - [SMALL_STATE(4359)] = 251565, - [SMALL_STATE(4360)] = 251598, - [SMALL_STATE(4361)] = 251631, - [SMALL_STATE(4362)] = 251662, - [SMALL_STATE(4363)] = 251693, - [SMALL_STATE(4364)] = 251726, - [SMALL_STATE(4365)] = 251757, - [SMALL_STATE(4366)] = 251788, - [SMALL_STATE(4367)] = 251819, - [SMALL_STATE(4368)] = 251850, - [SMALL_STATE(4369)] = 251881, - [SMALL_STATE(4370)] = 251912, - [SMALL_STATE(4371)] = 251943, - [SMALL_STATE(4372)] = 251974, - [SMALL_STATE(4373)] = 252005, - [SMALL_STATE(4374)] = 252036, - [SMALL_STATE(4375)] = 252067, - [SMALL_STATE(4376)] = 252098, - [SMALL_STATE(4377)] = 252129, - [SMALL_STATE(4378)] = 252160, - [SMALL_STATE(4379)] = 252191, - [SMALL_STATE(4380)] = 252222, - [SMALL_STATE(4381)] = 252253, - [SMALL_STATE(4382)] = 252284, - [SMALL_STATE(4383)] = 252315, - [SMALL_STATE(4384)] = 252346, - [SMALL_STATE(4385)] = 252377, - [SMALL_STATE(4386)] = 252408, - [SMALL_STATE(4387)] = 252439, - [SMALL_STATE(4388)] = 252483, - [SMALL_STATE(4389)] = 252527, - [SMALL_STATE(4390)] = 252571, - [SMALL_STATE(4391)] = 252607, - [SMALL_STATE(4392)] = 252643, - [SMALL_STATE(4393)] = 252687, - [SMALL_STATE(4394)] = 252741, - [SMALL_STATE(4395)] = 252777, - [SMALL_STATE(4396)] = 252809, - [SMALL_STATE(4397)] = 252853, - [SMALL_STATE(4398)] = 252897, - [SMALL_STATE(4399)] = 252941, - [SMALL_STATE(4400)] = 252985, - [SMALL_STATE(4401)] = 253014, - [SMALL_STATE(4402)] = 253043, - [SMALL_STATE(4403)] = 253072, - [SMALL_STATE(4404)] = 253101, - [SMALL_STATE(4405)] = 253130, - [SMALL_STATE(4406)] = 253159, - [SMALL_STATE(4407)] = 253188, - [SMALL_STATE(4408)] = 253217, - [SMALL_STATE(4409)] = 253246, - [SMALL_STATE(4410)] = 253275, - [SMALL_STATE(4411)] = 253304, - [SMALL_STATE(4412)] = 253333, - [SMALL_STATE(4413)] = 253362, - [SMALL_STATE(4414)] = 253391, - [SMALL_STATE(4415)] = 253420, - [SMALL_STATE(4416)] = 253449, - [SMALL_STATE(4417)] = 253478, - [SMALL_STATE(4418)] = 253507, - [SMALL_STATE(4419)] = 253536, - [SMALL_STATE(4420)] = 253565, - [SMALL_STATE(4421)] = 253594, - [SMALL_STATE(4422)] = 253629, - [SMALL_STATE(4423)] = 253658, - [SMALL_STATE(4424)] = 253687, - [SMALL_STATE(4425)] = 253716, - [SMALL_STATE(4426)] = 253745, - [SMALL_STATE(4427)] = 253774, - [SMALL_STATE(4428)] = 253803, - [SMALL_STATE(4429)] = 253832, - [SMALL_STATE(4430)] = 253861, - [SMALL_STATE(4431)] = 253890, - [SMALL_STATE(4432)] = 253919, - [SMALL_STATE(4433)] = 253948, - [SMALL_STATE(4434)] = 253983, - [SMALL_STATE(4435)] = 254012, - [SMALL_STATE(4436)] = 254041, - [SMALL_STATE(4437)] = 254070, - [SMALL_STATE(4438)] = 254099, - [SMALL_STATE(4439)] = 254128, - [SMALL_STATE(4440)] = 254157, - [SMALL_STATE(4441)] = 254186, - [SMALL_STATE(4442)] = 254221, - [SMALL_STATE(4443)] = 254250, - [SMALL_STATE(4444)] = 254279, - [SMALL_STATE(4445)] = 254308, - [SMALL_STATE(4446)] = 254336, - [SMALL_STATE(4447)] = 254364, - [SMALL_STATE(4448)] = 254392, - [SMALL_STATE(4449)] = 254420, - [SMALL_STATE(4450)] = 254448, - [SMALL_STATE(4451)] = 254476, - [SMALL_STATE(4452)] = 254504, - [SMALL_STATE(4453)] = 254548, - [SMALL_STATE(4454)] = 254582, - [SMALL_STATE(4455)] = 254610, - [SMALL_STATE(4456)] = 254654, - [SMALL_STATE(4457)] = 254688, - [SMALL_STATE(4458)] = 254716, - [SMALL_STATE(4459)] = 254744, - [SMALL_STATE(4460)] = 254772, - [SMALL_STATE(4461)] = 254800, - [SMALL_STATE(4462)] = 254828, - [SMALL_STATE(4463)] = 254856, - [SMALL_STATE(4464)] = 254886, - [SMALL_STATE(4465)] = 254928, - [SMALL_STATE(4466)] = 254956, - [SMALL_STATE(4467)] = 254998, - [SMALL_STATE(4468)] = 255026, - [SMALL_STATE(4469)] = 255068, - [SMALL_STATE(4470)] = 255096, - [SMALL_STATE(4471)] = 255124, - [SMALL_STATE(4472)] = 255152, - [SMALL_STATE(4473)] = 255180, - [SMALL_STATE(4474)] = 255208, - [SMALL_STATE(4475)] = 255236, - [SMALL_STATE(4476)] = 255264, - [SMALL_STATE(4477)] = 255292, - [SMALL_STATE(4478)] = 255320, - [SMALL_STATE(4479)] = 255348, - [SMALL_STATE(4480)] = 255376, - [SMALL_STATE(4481)] = 255410, - [SMALL_STATE(4482)] = 255438, - [SMALL_STATE(4483)] = 255466, - [SMALL_STATE(4484)] = 255494, - [SMALL_STATE(4485)] = 255522, - [SMALL_STATE(4486)] = 255550, - [SMALL_STATE(4487)] = 255578, - [SMALL_STATE(4488)] = 255620, - [SMALL_STATE(4489)] = 255648, - [SMALL_STATE(4490)] = 255676, - [SMALL_STATE(4491)] = 255704, - [SMALL_STATE(4492)] = 255732, - [SMALL_STATE(4493)] = 255760, - [SMALL_STATE(4494)] = 255788, - [SMALL_STATE(4495)] = 255816, - [SMALL_STATE(4496)] = 255844, - [SMALL_STATE(4497)] = 255878, - [SMALL_STATE(4498)] = 255906, - [SMALL_STATE(4499)] = 255938, - [SMALL_STATE(4500)] = 255966, - [SMALL_STATE(4501)] = 255994, - [SMALL_STATE(4502)] = 256022, - [SMALL_STATE(4503)] = 256050, - [SMALL_STATE(4504)] = 256078, - [SMALL_STATE(4505)] = 256106, - [SMALL_STATE(4506)] = 256148, - [SMALL_STATE(4507)] = 256176, - [SMALL_STATE(4508)] = 256204, - [SMALL_STATE(4509)] = 256232, - [SMALL_STATE(4510)] = 256268, - [SMALL_STATE(4511)] = 256296, - [SMALL_STATE(4512)] = 256324, - [SMALL_STATE(4513)] = 256352, - [SMALL_STATE(4514)] = 256380, - [SMALL_STATE(4515)] = 256408, - [SMALL_STATE(4516)] = 256436, - [SMALL_STATE(4517)] = 256464, - [SMALL_STATE(4518)] = 256492, - [SMALL_STATE(4519)] = 256520, - [SMALL_STATE(4520)] = 256548, - [SMALL_STATE(4521)] = 256576, - [SMALL_STATE(4522)] = 256604, - [SMALL_STATE(4523)] = 256632, - [SMALL_STATE(4524)] = 256660, - [SMALL_STATE(4525)] = 256688, - [SMALL_STATE(4526)] = 256716, - [SMALL_STATE(4527)] = 256744, - [SMALL_STATE(4528)] = 256772, - [SMALL_STATE(4529)] = 256800, - [SMALL_STATE(4530)] = 256828, - [SMALL_STATE(4531)] = 256856, - [SMALL_STATE(4532)] = 256884, - [SMALL_STATE(4533)] = 256912, - [SMALL_STATE(4534)] = 256940, - [SMALL_STATE(4535)] = 256968, - [SMALL_STATE(4536)] = 256996, - [SMALL_STATE(4537)] = 257024, - [SMALL_STATE(4538)] = 257052, - [SMALL_STATE(4539)] = 257080, - [SMALL_STATE(4540)] = 257108, - [SMALL_STATE(4541)] = 257136, - [SMALL_STATE(4542)] = 257164, - [SMALL_STATE(4543)] = 257206, - [SMALL_STATE(4544)] = 257234, - [SMALL_STATE(4545)] = 257262, - [SMALL_STATE(4546)] = 257290, - [SMALL_STATE(4547)] = 257318, - [SMALL_STATE(4548)] = 257346, - [SMALL_STATE(4549)] = 257389, - [SMALL_STATE(4550)] = 257416, - [SMALL_STATE(4551)] = 257459, - [SMALL_STATE(4552)] = 257486, - [SMALL_STATE(4553)] = 257513, - [SMALL_STATE(4554)] = 257540, - [SMALL_STATE(4555)] = 257567, - [SMALL_STATE(4556)] = 257594, - [SMALL_STATE(4557)] = 257621, - [SMALL_STATE(4558)] = 257664, - [SMALL_STATE(4559)] = 257701, - [SMALL_STATE(4560)] = 257734, - [SMALL_STATE(4561)] = 257761, - [SMALL_STATE(4562)] = 257788, - [SMALL_STATE(4563)] = 257815, - [SMALL_STATE(4564)] = 257842, - [SMALL_STATE(4565)] = 257869, - [SMALL_STATE(4566)] = 257908, - [SMALL_STATE(4567)] = 257935, - [SMALL_STATE(4568)] = 257962, - [SMALL_STATE(4569)] = 257989, - [SMALL_STATE(4570)] = 258016, - [SMALL_STATE(4571)] = 258043, - [SMALL_STATE(4572)] = 258070, - [SMALL_STATE(4573)] = 258103, - [SMALL_STATE(4574)] = 258130, - [SMALL_STATE(4575)] = 258157, - [SMALL_STATE(4576)] = 258184, - [SMALL_STATE(4577)] = 258211, - [SMALL_STATE(4578)] = 258238, - [SMALL_STATE(4579)] = 258265, - [SMALL_STATE(4580)] = 258292, - [SMALL_STATE(4581)] = 258319, - [SMALL_STATE(4582)] = 258346, - [SMALL_STATE(4583)] = 258385, - [SMALL_STATE(4584)] = 258412, - [SMALL_STATE(4585)] = 258439, - [SMALL_STATE(4586)] = 258466, - [SMALL_STATE(4587)] = 258493, - [SMALL_STATE(4588)] = 258520, - [SMALL_STATE(4589)] = 258547, - [SMALL_STATE(4590)] = 258574, - [SMALL_STATE(4591)] = 258601, - [SMALL_STATE(4592)] = 258628, - [SMALL_STATE(4593)] = 258655, - [SMALL_STATE(4594)] = 258682, - [SMALL_STATE(4595)] = 258709, - [SMALL_STATE(4596)] = 258742, - [SMALL_STATE(4597)] = 258769, - [SMALL_STATE(4598)] = 258796, - [SMALL_STATE(4599)] = 258823, - [SMALL_STATE(4600)] = 258850, - [SMALL_STATE(4601)] = 258877, - [SMALL_STATE(4602)] = 258916, - [SMALL_STATE(4603)] = 258955, - [SMALL_STATE(4604)] = 258982, - [SMALL_STATE(4605)] = 259021, - [SMALL_STATE(4606)] = 259048, - [SMALL_STATE(4607)] = 259075, - [SMALL_STATE(4608)] = 259108, - [SMALL_STATE(4609)] = 259135, - [SMALL_STATE(4610)] = 259162, - [SMALL_STATE(4611)] = 259189, - [SMALL_STATE(4612)] = 259216, - [SMALL_STATE(4613)] = 259243, - [SMALL_STATE(4614)] = 259270, - [SMALL_STATE(4615)] = 259297, - [SMALL_STATE(4616)] = 259324, - [SMALL_STATE(4617)] = 259351, - [SMALL_STATE(4618)] = 259378, - [SMALL_STATE(4619)] = 259405, - [SMALL_STATE(4620)] = 259432, - [SMALL_STATE(4621)] = 259459, - [SMALL_STATE(4622)] = 259486, - [SMALL_STATE(4623)] = 259513, - [SMALL_STATE(4624)] = 259540, - [SMALL_STATE(4625)] = 259567, - [SMALL_STATE(4626)] = 259594, - [SMALL_STATE(4627)] = 259627, - [SMALL_STATE(4628)] = 259654, - [SMALL_STATE(4629)] = 259681, - [SMALL_STATE(4630)] = 259708, - [SMALL_STATE(4631)] = 259751, - [SMALL_STATE(4632)] = 259778, - [SMALL_STATE(4633)] = 259805, - [SMALL_STATE(4634)] = 259832, - [SMALL_STATE(4635)] = 259859, - [SMALL_STATE(4636)] = 259886, - [SMALL_STATE(4637)] = 259913, - [SMALL_STATE(4638)] = 259940, - [SMALL_STATE(4639)] = 259973, - [SMALL_STATE(4640)] = 260000, - [SMALL_STATE(4641)] = 260029, - [SMALL_STATE(4642)] = 260056, - [SMALL_STATE(4643)] = 260083, - [SMALL_STATE(4644)] = 260110, - [SMALL_STATE(4645)] = 260137, - [SMALL_STATE(4646)] = 260164, - [SMALL_STATE(4647)] = 260191, - [SMALL_STATE(4648)] = 260218, - [SMALL_STATE(4649)] = 260245, - [SMALL_STATE(4650)] = 260272, - [SMALL_STATE(4651)] = 260299, - [SMALL_STATE(4652)] = 260326, - [SMALL_STATE(4653)] = 260353, - [SMALL_STATE(4654)] = 260380, - [SMALL_STATE(4655)] = 260419, - [SMALL_STATE(4656)] = 260445, - [SMALL_STATE(4657)] = 260471, - [SMALL_STATE(4658)] = 260497, - [SMALL_STATE(4659)] = 260523, - [SMALL_STATE(4660)] = 260549, - [SMALL_STATE(4661)] = 260575, - [SMALL_STATE(4662)] = 260603, - [SMALL_STATE(4663)] = 260629, - [SMALL_STATE(4664)] = 260655, - [SMALL_STATE(4665)] = 260681, - [SMALL_STATE(4666)] = 260707, - [SMALL_STATE(4667)] = 260733, - [SMALL_STATE(4668)] = 260769, - [SMALL_STATE(4669)] = 260795, - [SMALL_STATE(4670)] = 260833, - [SMALL_STATE(4671)] = 260859, - [SMALL_STATE(4672)] = 260895, - [SMALL_STATE(4673)] = 260921, - [SMALL_STATE(4674)] = 260947, - [SMALL_STATE(4675)] = 260975, - [SMALL_STATE(4676)] = 261001, - [SMALL_STATE(4677)] = 261027, - [SMALL_STATE(4678)] = 261053, - [SMALL_STATE(4679)] = 261079, - [SMALL_STATE(4680)] = 261105, - [SMALL_STATE(4681)] = 261131, - [SMALL_STATE(4682)] = 261157, - [SMALL_STATE(4683)] = 261183, - [SMALL_STATE(4684)] = 261209, - [SMALL_STATE(4685)] = 261235, - [SMALL_STATE(4686)] = 261261, - [SMALL_STATE(4687)] = 261287, - [SMALL_STATE(4688)] = 261313, - [SMALL_STATE(4689)] = 261339, - [SMALL_STATE(4690)] = 261365, - [SMALL_STATE(4691)] = 261391, - [SMALL_STATE(4692)] = 261417, - [SMALL_STATE(4693)] = 261443, - [SMALL_STATE(4694)] = 261479, - [SMALL_STATE(4695)] = 261505, - [SMALL_STATE(4696)] = 261531, - [SMALL_STATE(4697)] = 261557, - [SMALL_STATE(4698)] = 261583, - [SMALL_STATE(4699)] = 261609, - [SMALL_STATE(4700)] = 261635, - [SMALL_STATE(4701)] = 261661, - [SMALL_STATE(4702)] = 261687, - [SMALL_STATE(4703)] = 261713, - [SMALL_STATE(4704)] = 261747, - [SMALL_STATE(4705)] = 261773, - [SMALL_STATE(4706)] = 261799, - [SMALL_STATE(4707)] = 261833, - [SMALL_STATE(4708)] = 261859, - [SMALL_STATE(4709)] = 261885, - [SMALL_STATE(4710)] = 261911, - [SMALL_STATE(4711)] = 261937, - [SMALL_STATE(4712)] = 261963, - [SMALL_STATE(4713)] = 261989, - [SMALL_STATE(4714)] = 262015, - [SMALL_STATE(4715)] = 262041, - [SMALL_STATE(4716)] = 262067, - [SMALL_STATE(4717)] = 262103, - [SMALL_STATE(4718)] = 262129, - [SMALL_STATE(4719)] = 262155, - [SMALL_STATE(4720)] = 262193, - [SMALL_STATE(4721)] = 262219, - [SMALL_STATE(4722)] = 262245, - [SMALL_STATE(4723)] = 262271, - [SMALL_STATE(4724)] = 262297, - [SMALL_STATE(4725)] = 262323, - [SMALL_STATE(4726)] = 262349, - [SMALL_STATE(4727)] = 262375, - [SMALL_STATE(4728)] = 262403, - [SMALL_STATE(4729)] = 262429, - [SMALL_STATE(4730)] = 262455, - [SMALL_STATE(4731)] = 262481, - [SMALL_STATE(4732)] = 262507, - [SMALL_STATE(4733)] = 262533, - [SMALL_STATE(4734)] = 262559, - [SMALL_STATE(4735)] = 262593, - [SMALL_STATE(4736)] = 262619, - [SMALL_STATE(4737)] = 262645, - [SMALL_STATE(4738)] = 262671, - [SMALL_STATE(4739)] = 262697, - [SMALL_STATE(4740)] = 262723, - [SMALL_STATE(4741)] = 262749, - [SMALL_STATE(4742)] = 262779, - [SMALL_STATE(4743)] = 262809, - [SMALL_STATE(4744)] = 262835, - [SMALL_STATE(4745)] = 262871, - [SMALL_STATE(4746)] = 262897, - [SMALL_STATE(4747)] = 262923, - [SMALL_STATE(4748)] = 262949, - [SMALL_STATE(4749)] = 262975, - [SMALL_STATE(4750)] = 263003, - [SMALL_STATE(4751)] = 263029, - [SMALL_STATE(4752)] = 263055, - [SMALL_STATE(4753)] = 263081, - [SMALL_STATE(4754)] = 263107, - [SMALL_STATE(4755)] = 263133, - [SMALL_STATE(4756)] = 263159, - [SMALL_STATE(4757)] = 263185, - [SMALL_STATE(4758)] = 263211, - [SMALL_STATE(4759)] = 263237, - [SMALL_STATE(4760)] = 263263, - [SMALL_STATE(4761)] = 263299, - [SMALL_STATE(4762)] = 263325, - [SMALL_STATE(4763)] = 263351, - [SMALL_STATE(4764)] = 263377, - [SMALL_STATE(4765)] = 263403, - [SMALL_STATE(4766)] = 263429, - [SMALL_STATE(4767)] = 263455, - [SMALL_STATE(4768)] = 263481, - [SMALL_STATE(4769)] = 263507, - [SMALL_STATE(4770)] = 263533, - [SMALL_STATE(4771)] = 263559, - [SMALL_STATE(4772)] = 263585, - [SMALL_STATE(4773)] = 263611, - [SMALL_STATE(4774)] = 263637, - [SMALL_STATE(4775)] = 263669, - [SMALL_STATE(4776)] = 263697, - [SMALL_STATE(4777)] = 263723, - [SMALL_STATE(4778)] = 263749, - [SMALL_STATE(4779)] = 263781, - [SMALL_STATE(4780)] = 263807, - [SMALL_STATE(4781)] = 263833, - [SMALL_STATE(4782)] = 263859, - [SMALL_STATE(4783)] = 263885, - [SMALL_STATE(4784)] = 263911, - [SMALL_STATE(4785)] = 263937, - [SMALL_STATE(4786)] = 263963, - [SMALL_STATE(4787)] = 263989, - [SMALL_STATE(4788)] = 264015, - [SMALL_STATE(4789)] = 264041, - [SMALL_STATE(4790)] = 264067, - [SMALL_STATE(4791)] = 264093, - [SMALL_STATE(4792)] = 264119, - [SMALL_STATE(4793)] = 264145, - [SMALL_STATE(4794)] = 264171, - [SMALL_STATE(4795)] = 264197, - [SMALL_STATE(4796)] = 264223, - [SMALL_STATE(4797)] = 264249, - [SMALL_STATE(4798)] = 264275, - [SMALL_STATE(4799)] = 264301, - [SMALL_STATE(4800)] = 264327, - [SMALL_STATE(4801)] = 264353, - [SMALL_STATE(4802)] = 264379, - [SMALL_STATE(4803)] = 264405, - [SMALL_STATE(4804)] = 264437, - [SMALL_STATE(4805)] = 264463, - [SMALL_STATE(4806)] = 264489, - [SMALL_STATE(4807)] = 264515, - [SMALL_STATE(4808)] = 264541, - [SMALL_STATE(4809)] = 264567, - [SMALL_STATE(4810)] = 264601, - [SMALL_STATE(4811)] = 264627, - [SMALL_STATE(4812)] = 264653, - [SMALL_STATE(4813)] = 264679, - [SMALL_STATE(4814)] = 264705, - [SMALL_STATE(4815)] = 264731, - [SMALL_STATE(4816)] = 264757, - [SMALL_STATE(4817)] = 264783, - [SMALL_STATE(4818)] = 264809, - [SMALL_STATE(4819)] = 264835, - [SMALL_STATE(4820)] = 264861, - [SMALL_STATE(4821)] = 264887, - [SMALL_STATE(4822)] = 264913, - [SMALL_STATE(4823)] = 264949, - [SMALL_STATE(4824)] = 264975, - [SMALL_STATE(4825)] = 265001, - [SMALL_STATE(4826)] = 265027, - [SMALL_STATE(4827)] = 265053, - [SMALL_STATE(4828)] = 265079, - [SMALL_STATE(4829)] = 265105, - [SMALL_STATE(4830)] = 265131, - [SMALL_STATE(4831)] = 265157, - [SMALL_STATE(4832)] = 265183, - [SMALL_STATE(4833)] = 265209, - [SMALL_STATE(4834)] = 265245, - [SMALL_STATE(4835)] = 265271, - [SMALL_STATE(4836)] = 265303, - [SMALL_STATE(4837)] = 265329, - [SMALL_STATE(4838)] = 265363, - [SMALL_STATE(4839)] = 265389, - [SMALL_STATE(4840)] = 265425, - [SMALL_STATE(4841)] = 265451, - [SMALL_STATE(4842)] = 265477, - [SMALL_STATE(4843)] = 265509, - [SMALL_STATE(4844)] = 265535, - [SMALL_STATE(4845)] = 265561, - [SMALL_STATE(4846)] = 265587, - [SMALL_STATE(4847)] = 265613, - [SMALL_STATE(4848)] = 265639, - [SMALL_STATE(4849)] = 265665, - [SMALL_STATE(4850)] = 265691, - [SMALL_STATE(4851)] = 265717, - [SMALL_STATE(4852)] = 265743, - [SMALL_STATE(4853)] = 265769, - [SMALL_STATE(4854)] = 265795, - [SMALL_STATE(4855)] = 265821, - [SMALL_STATE(4856)] = 265847, - [SMALL_STATE(4857)] = 265873, - [SMALL_STATE(4858)] = 265899, - [SMALL_STATE(4859)] = 265925, - [SMALL_STATE(4860)] = 265951, - [SMALL_STATE(4861)] = 265977, - [SMALL_STATE(4862)] = 266003, - [SMALL_STATE(4863)] = 266031, - [SMALL_STATE(4864)] = 266057, - [SMALL_STATE(4865)] = 266083, - [SMALL_STATE(4866)] = 266109, - [SMALL_STATE(4867)] = 266135, - [SMALL_STATE(4868)] = 266161, - [SMALL_STATE(4869)] = 266197, - [SMALL_STATE(4870)] = 266223, - [SMALL_STATE(4871)] = 266249, - [SMALL_STATE(4872)] = 266275, - [SMALL_STATE(4873)] = 266301, - [SMALL_STATE(4874)] = 266327, - [SMALL_STATE(4875)] = 266353, - [SMALL_STATE(4876)] = 266379, - [SMALL_STATE(4877)] = 266405, - [SMALL_STATE(4878)] = 266431, - [SMALL_STATE(4879)] = 266457, - [SMALL_STATE(4880)] = 266483, - [SMALL_STATE(4881)] = 266509, - [SMALL_STATE(4882)] = 266535, - [SMALL_STATE(4883)] = 266561, - [SMALL_STATE(4884)] = 266594, - [SMALL_STATE(4885)] = 266619, - [SMALL_STATE(4886)] = 266644, - [SMALL_STATE(4887)] = 266669, - [SMALL_STATE(4888)] = 266702, - [SMALL_STATE(4889)] = 266727, - [SMALL_STATE(4890)] = 266752, - [SMALL_STATE(4891)] = 266785, - [SMALL_STATE(4892)] = 266810, - [SMALL_STATE(4893)] = 266835, - [SMALL_STATE(4894)] = 266860, - [SMALL_STATE(4895)] = 266885, - [SMALL_STATE(4896)] = 266910, - [SMALL_STATE(4897)] = 266935, - [SMALL_STATE(4898)] = 266968, - [SMALL_STATE(4899)] = 267001, - [SMALL_STATE(4900)] = 267032, - [SMALL_STATE(4901)] = 267057, - [SMALL_STATE(4902)] = 267082, - [SMALL_STATE(4903)] = 267107, - [SMALL_STATE(4904)] = 267138, - [SMALL_STATE(4905)] = 267163, - [SMALL_STATE(4906)] = 267188, - [SMALL_STATE(4907)] = 267213, - [SMALL_STATE(4908)] = 267238, - [SMALL_STATE(4909)] = 267263, - [SMALL_STATE(4910)] = 267296, - [SMALL_STATE(4911)] = 267329, - [SMALL_STATE(4912)] = 267360, - [SMALL_STATE(4913)] = 267393, - [SMALL_STATE(4914)] = 267426, - [SMALL_STATE(4915)] = 267459, - [SMALL_STATE(4916)] = 267492, - [SMALL_STATE(4917)] = 267531, - [SMALL_STATE(4918)] = 267556, - [SMALL_STATE(4919)] = 267581, - [SMALL_STATE(4920)] = 267606, - [SMALL_STATE(4921)] = 267631, - [SMALL_STATE(4922)] = 267664, - [SMALL_STATE(4923)] = 267689, - [SMALL_STATE(4924)] = 267716, - [SMALL_STATE(4925)] = 267749, - [SMALL_STATE(4926)] = 267782, - [SMALL_STATE(4927)] = 267813, - [SMALL_STATE(4928)] = 267840, - [SMALL_STATE(4929)] = 267867, - [SMALL_STATE(4930)] = 267892, - [SMALL_STATE(4931)] = 267923, - [SMALL_STATE(4932)] = 267956, - [SMALL_STATE(4933)] = 267989, - [SMALL_STATE(4934)] = 268028, - [SMALL_STATE(4935)] = 268061, - [SMALL_STATE(4936)] = 268094, - [SMALL_STATE(4937)] = 268125, - [SMALL_STATE(4938)] = 268156, - [SMALL_STATE(4939)] = 268189, - [SMALL_STATE(4940)] = 268222, - [SMALL_STATE(4941)] = 268247, - [SMALL_STATE(4942)] = 268280, - [SMALL_STATE(4943)] = 268305, - [SMALL_STATE(4944)] = 268332, - [SMALL_STATE(4945)] = 268363, - [SMALL_STATE(4946)] = 268396, - [SMALL_STATE(4947)] = 268423, - [SMALL_STATE(4948)] = 268456, - [SMALL_STATE(4949)] = 268489, - [SMALL_STATE(4950)] = 268516, - [SMALL_STATE(4951)] = 268549, - [SMALL_STATE(4952)] = 268580, - [SMALL_STATE(4953)] = 268605, - [SMALL_STATE(4954)] = 268638, - [SMALL_STATE(4955)] = 268663, - [SMALL_STATE(4956)] = 268688, - [SMALL_STATE(4957)] = 268721, - [SMALL_STATE(4958)] = 268760, - [SMALL_STATE(4959)] = 268784, - [SMALL_STATE(4960)] = 268820, - [SMALL_STATE(4961)] = 268848, - [SMALL_STATE(4962)] = 268872, - [SMALL_STATE(4963)] = 268902, - [SMALL_STATE(4964)] = 268932, - [SMALL_STATE(4965)] = 268962, - [SMALL_STATE(4966)] = 268986, - [SMALL_STATE(4967)] = 269010, - [SMALL_STATE(4968)] = 269040, - [SMALL_STATE(4969)] = 269076, - [SMALL_STATE(4970)] = 269106, - [SMALL_STATE(4971)] = 269130, - [SMALL_STATE(4972)] = 269166, - [SMALL_STATE(4973)] = 269202, - [SMALL_STATE(4974)] = 269238, - [SMALL_STATE(4975)] = 269274, - [SMALL_STATE(4976)] = 269298, - [SMALL_STATE(4977)] = 269328, - [SMALL_STATE(4978)] = 269358, - [SMALL_STATE(4979)] = 269388, - [SMALL_STATE(4980)] = 269412, - [SMALL_STATE(4981)] = 269442, - [SMALL_STATE(4982)] = 269466, - [SMALL_STATE(4983)] = 269496, - [SMALL_STATE(4984)] = 269532, - [SMALL_STATE(4985)] = 269562, - [SMALL_STATE(4986)] = 269596, - [SMALL_STATE(4987)] = 269626, - [SMALL_STATE(4988)] = 269660, - [SMALL_STATE(4989)] = 269694, - [SMALL_STATE(4990)] = 269724, - [SMALL_STATE(4991)] = 269748, - [SMALL_STATE(4992)] = 269784, - [SMALL_STATE(4993)] = 269820, - [SMALL_STATE(4994)] = 269856, - [SMALL_STATE(4995)] = 269892, - [SMALL_STATE(4996)] = 269922, - [SMALL_STATE(4997)] = 269958, - [SMALL_STATE(4998)] = 269988, - [SMALL_STATE(4999)] = 270024, - [SMALL_STATE(5000)] = 270060, - [SMALL_STATE(5001)] = 270096, - [SMALL_STATE(5002)] = 270132, - [SMALL_STATE(5003)] = 270160, - [SMALL_STATE(5004)] = 270196, - [SMALL_STATE(5005)] = 270226, - [SMALL_STATE(5006)] = 270250, - [SMALL_STATE(5007)] = 270286, - [SMALL_STATE(5008)] = 270310, - [SMALL_STATE(5009)] = 270334, - [SMALL_STATE(5010)] = 270370, - [SMALL_STATE(5011)] = 270406, - [SMALL_STATE(5012)] = 270442, - [SMALL_STATE(5013)] = 270478, - [SMALL_STATE(5014)] = 270502, - [SMALL_STATE(5015)] = 270532, - [SMALL_STATE(5016)] = 270568, - [SMALL_STATE(5017)] = 270604, - [SMALL_STATE(5018)] = 270628, - [SMALL_STATE(5019)] = 270652, - [SMALL_STATE(5020)] = 270688, - [SMALL_STATE(5021)] = 270724, - [SMALL_STATE(5022)] = 270754, - [SMALL_STATE(5023)] = 270778, - [SMALL_STATE(5024)] = 270802, - [SMALL_STATE(5025)] = 270838, - [SMALL_STATE(5026)] = 270862, - [SMALL_STATE(5027)] = 270886, - [SMALL_STATE(5028)] = 270910, - [SMALL_STATE(5029)] = 270934, - [SMALL_STATE(5030)] = 270958, - [SMALL_STATE(5031)] = 270982, - [SMALL_STATE(5032)] = 271006, - [SMALL_STATE(5033)] = 271030, - [SMALL_STATE(5034)] = 271060, - [SMALL_STATE(5035)] = 271094, - [SMALL_STATE(5036)] = 271118, - [SMALL_STATE(5037)] = 271154, - [SMALL_STATE(5038)] = 271190, - [SMALL_STATE(5039)] = 271214, - [SMALL_STATE(5040)] = 271248, - [SMALL_STATE(5041)] = 271284, - [SMALL_STATE(5042)] = 271314, - [SMALL_STATE(5043)] = 271342, - [SMALL_STATE(5044)] = 271366, - [SMALL_STATE(5045)] = 271402, - [SMALL_STATE(5046)] = 271438, - [SMALL_STATE(5047)] = 271462, - [SMALL_STATE(5048)] = 271498, - [SMALL_STATE(5049)] = 271522, - [SMALL_STATE(5050)] = 271552, - [SMALL_STATE(5051)] = 271580, - [SMALL_STATE(5052)] = 271610, - [SMALL_STATE(5053)] = 271634, - [SMALL_STATE(5054)] = 271658, - [SMALL_STATE(5055)] = 271694, - [SMALL_STATE(5056)] = 271724, - [SMALL_STATE(5057)] = 271748, - [SMALL_STATE(5058)] = 271772, - [SMALL_STATE(5059)] = 271808, - [SMALL_STATE(5060)] = 271844, - [SMALL_STATE(5061)] = 271874, - [SMALL_STATE(5062)] = 271904, - [SMALL_STATE(5063)] = 271928, - [SMALL_STATE(5064)] = 271952, - [SMALL_STATE(5065)] = 271982, - [SMALL_STATE(5066)] = 272018, - [SMALL_STATE(5067)] = 272042, - [SMALL_STATE(5068)] = 272078, - [SMALL_STATE(5069)] = 272114, - [SMALL_STATE(5070)] = 272144, - [SMALL_STATE(5071)] = 272180, - [SMALL_STATE(5072)] = 272213, - [SMALL_STATE(5073)] = 272240, - [SMALL_STATE(5074)] = 272267, - [SMALL_STATE(5075)] = 272294, - [SMALL_STATE(5076)] = 272321, - [SMALL_STATE(5077)] = 272346, - [SMALL_STATE(5078)] = 272373, - [SMALL_STATE(5079)] = 272400, - [SMALL_STATE(5080)] = 272427, - [SMALL_STATE(5081)] = 272454, - [SMALL_STATE(5082)] = 272481, - [SMALL_STATE(5083)] = 272506, - [SMALL_STATE(5084)] = 272539, - [SMALL_STATE(5085)] = 272566, - [SMALL_STATE(5086)] = 272593, - [SMALL_STATE(5087)] = 272620, - [SMALL_STATE(5088)] = 272647, - [SMALL_STATE(5089)] = 272674, - [SMALL_STATE(5090)] = 272701, - [SMALL_STATE(5091)] = 272734, - [SMALL_STATE(5092)] = 272761, - [SMALL_STATE(5093)] = 272788, - [SMALL_STATE(5094)] = 272811, - [SMALL_STATE(5095)] = 272838, - [SMALL_STATE(5096)] = 272871, - [SMALL_STATE(5097)] = 272898, - [SMALL_STATE(5098)] = 272925, - [SMALL_STATE(5099)] = 272952, - [SMALL_STATE(5100)] = 272979, - [SMALL_STATE(5101)] = 273004, - [SMALL_STATE(5102)] = 273031, - [SMALL_STATE(5103)] = 273058, - [SMALL_STATE(5104)] = 273085, - [SMALL_STATE(5105)] = 273112, - [SMALL_STATE(5106)] = 273139, - [SMALL_STATE(5107)] = 273166, - [SMALL_STATE(5108)] = 273195, - [SMALL_STATE(5109)] = 273222, - [SMALL_STATE(5110)] = 273245, - [SMALL_STATE(5111)] = 273272, - [SMALL_STATE(5112)] = 273299, - [SMALL_STATE(5113)] = 273326, - [SMALL_STATE(5114)] = 273353, - [SMALL_STATE(5115)] = 273380, - [SMALL_STATE(5116)] = 273407, - [SMALL_STATE(5117)] = 273434, - [SMALL_STATE(5118)] = 273465, - [SMALL_STATE(5119)] = 273492, - [SMALL_STATE(5120)] = 273519, - [SMALL_STATE(5121)] = 273546, - [SMALL_STATE(5122)] = 273573, - [SMALL_STATE(5123)] = 273600, - [SMALL_STATE(5124)] = 273627, - [SMALL_STATE(5125)] = 273654, - [SMALL_STATE(5126)] = 273681, - [SMALL_STATE(5127)] = 273708, - [SMALL_STATE(5128)] = 273735, - [SMALL_STATE(5129)] = 273762, - [SMALL_STATE(5130)] = 273791, - [SMALL_STATE(5131)] = 273818, - [SMALL_STATE(5132)] = 273849, - [SMALL_STATE(5133)] = 273882, - [SMALL_STATE(5134)] = 273909, - [SMALL_STATE(5135)] = 273936, - [SMALL_STATE(5136)] = 273963, - [SMALL_STATE(5137)] = 273990, - [SMALL_STATE(5138)] = 274019, - [SMALL_STATE(5139)] = 274050, - [SMALL_STATE(5140)] = 274077, - [SMALL_STATE(5141)] = 274110, - [SMALL_STATE(5142)] = 274137, - [SMALL_STATE(5143)] = 274164, - [SMALL_STATE(5144)] = 274191, - [SMALL_STATE(5145)] = 274218, - [SMALL_STATE(5146)] = 274245, - [SMALL_STATE(5147)] = 274272, - [SMALL_STATE(5148)] = 274299, - [SMALL_STATE(5149)] = 274326, - [SMALL_STATE(5150)] = 274353, - [SMALL_STATE(5151)] = 274380, - [SMALL_STATE(5152)] = 274411, - [SMALL_STATE(5153)] = 274438, - [SMALL_STATE(5154)] = 274465, - [SMALL_STATE(5155)] = 274492, - [SMALL_STATE(5156)] = 274519, - [SMALL_STATE(5157)] = 274546, - [SMALL_STATE(5158)] = 274573, - [SMALL_STATE(5159)] = 274600, - [SMALL_STATE(5160)] = 274627, - [SMALL_STATE(5161)] = 274654, - [SMALL_STATE(5162)] = 274678, - [SMALL_STATE(5163)] = 274704, - [SMALL_STATE(5164)] = 274728, - [SMALL_STATE(5165)] = 274752, - [SMALL_STATE(5166)] = 274782, - [SMALL_STATE(5167)] = 274806, - [SMALL_STATE(5168)] = 274830, - [SMALL_STATE(5169)] = 274858, - [SMALL_STATE(5170)] = 274884, - [SMALL_STATE(5171)] = 274908, - [SMALL_STATE(5172)] = 274932, - [SMALL_STATE(5173)] = 274956, - [SMALL_STATE(5174)] = 274978, - [SMALL_STATE(5175)] = 275002, - [SMALL_STATE(5176)] = 275032, - [SMALL_STATE(5177)] = 275056, - [SMALL_STATE(5178)] = 275080, - [SMALL_STATE(5179)] = 275110, - [SMALL_STATE(5180)] = 275136, - [SMALL_STATE(5181)] = 275166, - [SMALL_STATE(5182)] = 275190, - [SMALL_STATE(5183)] = 275218, - [SMALL_STATE(5184)] = 275242, - [SMALL_STATE(5185)] = 275268, - [SMALL_STATE(5186)] = 275298, - [SMALL_STATE(5187)] = 275322, - [SMALL_STATE(5188)] = 275352, - [SMALL_STATE(5189)] = 275376, - [SMALL_STATE(5190)] = 275400, - [SMALL_STATE(5191)] = 275424, - [SMALL_STATE(5192)] = 275446, - [SMALL_STATE(5193)] = 275470, - [SMALL_STATE(5194)] = 275494, - [SMALL_STATE(5195)] = 275518, - [SMALL_STATE(5196)] = 275548, - [SMALL_STATE(5197)] = 275572, - [SMALL_STATE(5198)] = 275596, - [SMALL_STATE(5199)] = 275618, - [SMALL_STATE(5200)] = 275648, - [SMALL_STATE(5201)] = 275678, - [SMALL_STATE(5202)] = 275702, - [SMALL_STATE(5203)] = 275724, - [SMALL_STATE(5204)] = 275754, - [SMALL_STATE(5205)] = 275784, - [SMALL_STATE(5206)] = 275808, - [SMALL_STATE(5207)] = 275832, - [SMALL_STATE(5208)] = 275858, - [SMALL_STATE(5209)] = 275882, - [SMALL_STATE(5210)] = 275912, - [SMALL_STATE(5211)] = 275936, - [SMALL_STATE(5212)] = 275960, - [SMALL_STATE(5213)] = 275984, - [SMALL_STATE(5214)] = 276008, - [SMALL_STATE(5215)] = 276030, - [SMALL_STATE(5216)] = 276054, - [SMALL_STATE(5217)] = 276078, - [SMALL_STATE(5218)] = 276102, - [SMALL_STATE(5219)] = 276126, - [SMALL_STATE(5220)] = 276150, - [SMALL_STATE(5221)] = 276178, - [SMALL_STATE(5222)] = 276202, - [SMALL_STATE(5223)] = 276226, - [SMALL_STATE(5224)] = 276250, - [SMALL_STATE(5225)] = 276274, - [SMALL_STATE(5226)] = 276298, - [SMALL_STATE(5227)] = 276322, - [SMALL_STATE(5228)] = 276344, - [SMALL_STATE(5229)] = 276374, - [SMALL_STATE(5230)] = 276398, - [SMALL_STATE(5231)] = 276422, - [SMALL_STATE(5232)] = 276452, - [SMALL_STATE(5233)] = 276476, - [SMALL_STATE(5234)] = 276500, - [SMALL_STATE(5235)] = 276524, - [SMALL_STATE(5236)] = 276554, - [SMALL_STATE(5237)] = 276578, - [SMALL_STATE(5238)] = 276602, - [SMALL_STATE(5239)] = 276626, - [SMALL_STATE(5240)] = 276648, - [SMALL_STATE(5241)] = 276672, - [SMALL_STATE(5242)] = 276694, - [SMALL_STATE(5243)] = 276718, - [SMALL_STATE(5244)] = 276744, - [SMALL_STATE(5245)] = 276768, - [SMALL_STATE(5246)] = 276792, - [SMALL_STATE(5247)] = 276816, - [SMALL_STATE(5248)] = 276840, - [SMALL_STATE(5249)] = 276864, - [SMALL_STATE(5250)] = 276888, - [SMALL_STATE(5251)] = 276912, - [SMALL_STATE(5252)] = 276936, - [SMALL_STATE(5253)] = 276960, - [SMALL_STATE(5254)] = 276984, - [SMALL_STATE(5255)] = 277008, - [SMALL_STATE(5256)] = 277038, - [SMALL_STATE(5257)] = 277062, - [SMALL_STATE(5258)] = 277086, - [SMALL_STATE(5259)] = 277116, - [SMALL_STATE(5260)] = 277140, - [SMALL_STATE(5261)] = 277164, - [SMALL_STATE(5262)] = 277188, - [SMALL_STATE(5263)] = 277212, - [SMALL_STATE(5264)] = 277236, - [SMALL_STATE(5265)] = 277260, - [SMALL_STATE(5266)] = 277284, - [SMALL_STATE(5267)] = 277308, - [SMALL_STATE(5268)] = 277332, - [SMALL_STATE(5269)] = 277358, - [SMALL_STATE(5270)] = 277388, - [SMALL_STATE(5271)] = 277418, - [SMALL_STATE(5272)] = 277442, - [SMALL_STATE(5273)] = 277466, - [SMALL_STATE(5274)] = 277488, - [SMALL_STATE(5275)] = 277512, - [SMALL_STATE(5276)] = 277538, - [SMALL_STATE(5277)] = 277564, - [SMALL_STATE(5278)] = 277588, - [SMALL_STATE(5279)] = 277612, - [SMALL_STATE(5280)] = 277642, - [SMALL_STATE(5281)] = 277666, - [SMALL_STATE(5282)] = 277688, - [SMALL_STATE(5283)] = 277710, - [SMALL_STATE(5284)] = 277734, - [SMALL_STATE(5285)] = 277764, - [SMALL_STATE(5286)] = 277794, - [SMALL_STATE(5287)] = 277824, - [SMALL_STATE(5288)] = 277848, - [SMALL_STATE(5289)] = 277870, - [SMALL_STATE(5290)] = 277894, - [SMALL_STATE(5291)] = 277924, - [SMALL_STATE(5292)] = 277948, - [SMALL_STATE(5293)] = 277978, - [SMALL_STATE(5294)] = 278008, - [SMALL_STATE(5295)] = 278032, - [SMALL_STATE(5296)] = 278054, - [SMALL_STATE(5297)] = 278084, - [SMALL_STATE(5298)] = 278114, - [SMALL_STATE(5299)] = 278138, - [SMALL_STATE(5300)] = 278164, - [SMALL_STATE(5301)] = 278194, - [SMALL_STATE(5302)] = 278218, - [SMALL_STATE(5303)] = 278242, - [SMALL_STATE(5304)] = 278272, - [SMALL_STATE(5305)] = 278302, - [SMALL_STATE(5306)] = 278332, - [SMALL_STATE(5307)] = 278362, - [SMALL_STATE(5308)] = 278386, - [SMALL_STATE(5309)] = 278416, - [SMALL_STATE(5310)] = 278446, - [SMALL_STATE(5311)] = 278476, - [SMALL_STATE(5312)] = 278506, - [SMALL_STATE(5313)] = 278530, - [SMALL_STATE(5314)] = 278554, - [SMALL_STATE(5315)] = 278580, - [SMALL_STATE(5316)] = 278604, - [SMALL_STATE(5317)] = 278628, - [SMALL_STATE(5318)] = 278658, - [SMALL_STATE(5319)] = 278682, - [SMALL_STATE(5320)] = 278704, - [SMALL_STATE(5321)] = 278728, - [SMALL_STATE(5322)] = 278758, - [SMALL_STATE(5323)] = 278788, - [SMALL_STATE(5324)] = 278818, - [SMALL_STATE(5325)] = 278848, - [SMALL_STATE(5326)] = 278878, - [SMALL_STATE(5327)] = 278908, - [SMALL_STATE(5328)] = 278932, - [SMALL_STATE(5329)] = 278962, - [SMALL_STATE(5330)] = 278992, - [SMALL_STATE(5331)] = 279014, - [SMALL_STATE(5332)] = 279042, - [SMALL_STATE(5333)] = 279072, - [SMALL_STATE(5334)] = 279102, - [SMALL_STATE(5335)] = 279128, - [SMALL_STATE(5336)] = 279152, - [SMALL_STATE(5337)] = 279178, - [SMALL_STATE(5338)] = 279202, - [SMALL_STATE(5339)] = 279232, - [SMALL_STATE(5340)] = 279262, - [SMALL_STATE(5341)] = 279284, - [SMALL_STATE(5342)] = 279306, - [SMALL_STATE(5343)] = 279330, - [SMALL_STATE(5344)] = 279354, - [SMALL_STATE(5345)] = 279375, - [SMALL_STATE(5346)] = 279396, - [SMALL_STATE(5347)] = 279421, - [SMALL_STATE(5348)] = 279448, - [SMALL_STATE(5349)] = 279475, - [SMALL_STATE(5350)] = 279502, - [SMALL_STATE(5351)] = 279529, - [SMALL_STATE(5352)] = 279550, - [SMALL_STATE(5353)] = 279577, - [SMALL_STATE(5354)] = 279604, - [SMALL_STATE(5355)] = 279627, - [SMALL_STATE(5356)] = 279648, - [SMALL_STATE(5357)] = 279675, - [SMALL_STATE(5358)] = 279702, - [SMALL_STATE(5359)] = 279729, - [SMALL_STATE(5360)] = 279752, - [SMALL_STATE(5361)] = 279779, - [SMALL_STATE(5362)] = 279806, - [SMALL_STATE(5363)] = 279833, - [SMALL_STATE(5364)] = 279860, - [SMALL_STATE(5365)] = 279887, - [SMALL_STATE(5366)] = 279912, - [SMALL_STATE(5367)] = 279939, - [SMALL_STATE(5368)] = 279966, - [SMALL_STATE(5369)] = 279993, - [SMALL_STATE(5370)] = 280020, - [SMALL_STATE(5371)] = 280047, - [SMALL_STATE(5372)] = 280072, - [SMALL_STATE(5373)] = 280093, - [SMALL_STATE(5374)] = 280120, - [SMALL_STATE(5375)] = 280147, - [SMALL_STATE(5376)] = 280174, - [SMALL_STATE(5377)] = 280195, - [SMALL_STATE(5378)] = 280222, - [SMALL_STATE(5379)] = 280249, - [SMALL_STATE(5380)] = 280276, - [SMALL_STATE(5381)] = 280303, - [SMALL_STATE(5382)] = 280324, - [SMALL_STATE(5383)] = 280345, - [SMALL_STATE(5384)] = 280370, - [SMALL_STATE(5385)] = 280397, - [SMALL_STATE(5386)] = 280418, - [SMALL_STATE(5387)] = 280445, - [SMALL_STATE(5388)] = 280472, - [SMALL_STATE(5389)] = 280499, - [SMALL_STATE(5390)] = 280526, - [SMALL_STATE(5391)] = 280547, - [SMALL_STATE(5392)] = 280574, - [SMALL_STATE(5393)] = 280601, - [SMALL_STATE(5394)] = 280628, - [SMALL_STATE(5395)] = 280655, - [SMALL_STATE(5396)] = 280682, - [SMALL_STATE(5397)] = 280703, - [SMALL_STATE(5398)] = 280730, - [SMALL_STATE(5399)] = 280757, - [SMALL_STATE(5400)] = 280784, - [SMALL_STATE(5401)] = 280811, - [SMALL_STATE(5402)] = 280838, - [SMALL_STATE(5403)] = 280865, - [SMALL_STATE(5404)] = 280886, - [SMALL_STATE(5405)] = 280907, - [SMALL_STATE(5406)] = 280928, - [SMALL_STATE(5407)] = 280955, - [SMALL_STATE(5408)] = 280976, - [SMALL_STATE(5409)] = 280997, - [SMALL_STATE(5410)] = 281018, - [SMALL_STATE(5411)] = 281039, - [SMALL_STATE(5412)] = 281066, - [SMALL_STATE(5413)] = 281093, - [SMALL_STATE(5414)] = 281120, - [SMALL_STATE(5415)] = 281147, - [SMALL_STATE(5416)] = 281174, - [SMALL_STATE(5417)] = 281201, - [SMALL_STATE(5418)] = 281222, - [SMALL_STATE(5419)] = 281249, - [SMALL_STATE(5420)] = 281276, - [SMALL_STATE(5421)] = 281297, - [SMALL_STATE(5422)] = 281324, - [SMALL_STATE(5423)] = 281351, - [SMALL_STATE(5424)] = 281372, - [SMALL_STATE(5425)] = 281393, - [SMALL_STATE(5426)] = 281420, - [SMALL_STATE(5427)] = 281447, - [SMALL_STATE(5428)] = 281474, - [SMALL_STATE(5429)] = 281501, - [SMALL_STATE(5430)] = 281528, - [SMALL_STATE(5431)] = 281553, - [SMALL_STATE(5432)] = 281578, - [SMALL_STATE(5433)] = 281605, - [SMALL_STATE(5434)] = 281626, - [SMALL_STATE(5435)] = 281647, - [SMALL_STATE(5436)] = 281668, - [SMALL_STATE(5437)] = 281689, - [SMALL_STATE(5438)] = 281710, - [SMALL_STATE(5439)] = 281737, - [SMALL_STATE(5440)] = 281758, - [SMALL_STATE(5441)] = 281785, - [SMALL_STATE(5442)] = 281806, - [SMALL_STATE(5443)] = 281831, - [SMALL_STATE(5444)] = 281852, - [SMALL_STATE(5445)] = 281879, - [SMALL_STATE(5446)] = 281906, - [SMALL_STATE(5447)] = 281933, - [SMALL_STATE(5448)] = 281960, - [SMALL_STATE(5449)] = 281987, - [SMALL_STATE(5450)] = 282008, - [SMALL_STATE(5451)] = 282035, - [SMALL_STATE(5452)] = 282062, - [SMALL_STATE(5453)] = 282089, - [SMALL_STATE(5454)] = 282116, - [SMALL_STATE(5455)] = 282143, - [SMALL_STATE(5456)] = 282170, - [SMALL_STATE(5457)] = 282197, - [SMALL_STATE(5458)] = 282224, - [SMALL_STATE(5459)] = 282249, - [SMALL_STATE(5460)] = 282276, - [SMALL_STATE(5461)] = 282303, - [SMALL_STATE(5462)] = 282324, - [SMALL_STATE(5463)] = 282347, - [SMALL_STATE(5464)] = 282374, - [SMALL_STATE(5465)] = 282395, - [SMALL_STATE(5466)] = 282416, - [SMALL_STATE(5467)] = 282443, - [SMALL_STATE(5468)] = 282470, - [SMALL_STATE(5469)] = 282497, - [SMALL_STATE(5470)] = 282524, - [SMALL_STATE(5471)] = 282551, - [SMALL_STATE(5472)] = 282576, - [SMALL_STATE(5473)] = 282597, - [SMALL_STATE(5474)] = 282624, - [SMALL_STATE(5475)] = 282645, - [SMALL_STATE(5476)] = 282672, - [SMALL_STATE(5477)] = 282693, - [SMALL_STATE(5478)] = 282720, - [SMALL_STATE(5479)] = 282741, - [SMALL_STATE(5480)] = 282768, - [SMALL_STATE(5481)] = 282789, - [SMALL_STATE(5482)] = 282816, - [SMALL_STATE(5483)] = 282843, - [SMALL_STATE(5484)] = 282868, - [SMALL_STATE(5485)] = 282895, - [SMALL_STATE(5486)] = 282922, - [SMALL_STATE(5487)] = 282949, - [SMALL_STATE(5488)] = 282976, - [SMALL_STATE(5489)] = 283003, - [SMALL_STATE(5490)] = 283030, - [SMALL_STATE(5491)] = 283053, - [SMALL_STATE(5492)] = 283080, - [SMALL_STATE(5493)] = 283107, - [SMALL_STATE(5494)] = 283134, - [SMALL_STATE(5495)] = 283161, - [SMALL_STATE(5496)] = 283186, - [SMALL_STATE(5497)] = 283207, - [SMALL_STATE(5498)] = 283234, - [SMALL_STATE(5499)] = 283255, - [SMALL_STATE(5500)] = 283282, - [SMALL_STATE(5501)] = 283309, - [SMALL_STATE(5502)] = 283330, - [SMALL_STATE(5503)] = 283357, - [SMALL_STATE(5504)] = 283378, - [SMALL_STATE(5505)] = 283405, - [SMALL_STATE(5506)] = 283426, - [SMALL_STATE(5507)] = 283453, - [SMALL_STATE(5508)] = 283480, - [SMALL_STATE(5509)] = 283501, - [SMALL_STATE(5510)] = 283522, - [SMALL_STATE(5511)] = 283549, - [SMALL_STATE(5512)] = 283576, - [SMALL_STATE(5513)] = 283601, - [SMALL_STATE(5514)] = 283628, - [SMALL_STATE(5515)] = 283649, - [SMALL_STATE(5516)] = 283676, - [SMALL_STATE(5517)] = 283703, - [SMALL_STATE(5518)] = 283728, - [SMALL_STATE(5519)] = 283753, - [SMALL_STATE(5520)] = 283780, - [SMALL_STATE(5521)] = 283807, - [SMALL_STATE(5522)] = 283834, - [SMALL_STATE(5523)] = 283855, - [SMALL_STATE(5524)] = 283882, - [SMALL_STATE(5525)] = 283909, - [SMALL_STATE(5526)] = 283936, - [SMALL_STATE(5527)] = 283963, - [SMALL_STATE(5528)] = 283990, - [SMALL_STATE(5529)] = 284011, - [SMALL_STATE(5530)] = 284034, - [SMALL_STATE(5531)] = 284055, - [SMALL_STATE(5532)] = 284076, - [SMALL_STATE(5533)] = 284103, - [SMALL_STATE(5534)] = 284126, - [SMALL_STATE(5535)] = 284153, - [SMALL_STATE(5536)] = 284174, - [SMALL_STATE(5537)] = 284201, - [SMALL_STATE(5538)] = 284228, - [SMALL_STATE(5539)] = 284255, - [SMALL_STATE(5540)] = 284276, - [SMALL_STATE(5541)] = 284303, - [SMALL_STATE(5542)] = 284330, - [SMALL_STATE(5543)] = 284357, - [SMALL_STATE(5544)] = 284382, - [SMALL_STATE(5545)] = 284403, - [SMALL_STATE(5546)] = 284424, - [SMALL_STATE(5547)] = 284445, - [SMALL_STATE(5548)] = 284466, - [SMALL_STATE(5549)] = 284487, - [SMALL_STATE(5550)] = 284514, - [SMALL_STATE(5551)] = 284541, - [SMALL_STATE(5552)] = 284568, - [SMALL_STATE(5553)] = 284595, - [SMALL_STATE(5554)] = 284616, - [SMALL_STATE(5555)] = 284643, - [SMALL_STATE(5556)] = 284670, - [SMALL_STATE(5557)] = 284695, - [SMALL_STATE(5558)] = 284722, - [SMALL_STATE(5559)] = 284747, - [SMALL_STATE(5560)] = 284768, - [SMALL_STATE(5561)] = 284789, - [SMALL_STATE(5562)] = 284810, - [SMALL_STATE(5563)] = 284835, - [SMALL_STATE(5564)] = 284858, - [SMALL_STATE(5565)] = 284879, - [SMALL_STATE(5566)] = 284906, - [SMALL_STATE(5567)] = 284933, - [SMALL_STATE(5568)] = 284957, - [SMALL_STATE(5569)] = 284981, - [SMALL_STATE(5570)] = 285005, - [SMALL_STATE(5571)] = 285029, - [SMALL_STATE(5572)] = 285053, - [SMALL_STATE(5573)] = 285077, - [SMALL_STATE(5574)] = 285101, - [SMALL_STATE(5575)] = 285125, - [SMALL_STATE(5576)] = 285149, - [SMALL_STATE(5577)] = 285173, - [SMALL_STATE(5578)] = 285197, - [SMALL_STATE(5579)] = 285221, - [SMALL_STATE(5580)] = 285245, - [SMALL_STATE(5581)] = 285269, - [SMALL_STATE(5582)] = 285293, - [SMALL_STATE(5583)] = 285317, - [SMALL_STATE(5584)] = 285341, - [SMALL_STATE(5585)] = 285363, - [SMALL_STATE(5586)] = 285383, - [SMALL_STATE(5587)] = 285407, - [SMALL_STATE(5588)] = 285427, - [SMALL_STATE(5589)] = 285451, - [SMALL_STATE(5590)] = 285475, - [SMALL_STATE(5591)] = 285495, - [SMALL_STATE(5592)] = 285515, - [SMALL_STATE(5593)] = 285539, - [SMALL_STATE(5594)] = 285563, - [SMALL_STATE(5595)] = 285587, - [SMALL_STATE(5596)] = 285611, - [SMALL_STATE(5597)] = 285635, - [SMALL_STATE(5598)] = 285655, - [SMALL_STATE(5599)] = 285679, - [SMALL_STATE(5600)] = 285703, - [SMALL_STATE(5601)] = 285727, - [SMALL_STATE(5602)] = 285751, - [SMALL_STATE(5603)] = 285775, - [SMALL_STATE(5604)] = 285799, - [SMALL_STATE(5605)] = 285823, - [SMALL_STATE(5606)] = 285847, - [SMALL_STATE(5607)] = 285867, - [SMALL_STATE(5608)] = 285887, - [SMALL_STATE(5609)] = 285911, - [SMALL_STATE(5610)] = 285933, - [SMALL_STATE(5611)] = 285957, - [SMALL_STATE(5612)] = 285981, - [SMALL_STATE(5613)] = 286005, - [SMALL_STATE(5614)] = 286025, - [SMALL_STATE(5615)] = 286045, - [SMALL_STATE(5616)] = 286069, - [SMALL_STATE(5617)] = 286089, - [SMALL_STATE(5618)] = 286111, - [SMALL_STATE(5619)] = 286135, - [SMALL_STATE(5620)] = 286159, - [SMALL_STATE(5621)] = 286183, - [SMALL_STATE(5622)] = 286207, - [SMALL_STATE(5623)] = 286231, - [SMALL_STATE(5624)] = 286251, - [SMALL_STATE(5625)] = 286273, - [SMALL_STATE(5626)] = 286297, - [SMALL_STATE(5627)] = 286321, - [SMALL_STATE(5628)] = 286345, - [SMALL_STATE(5629)] = 286369, - [SMALL_STATE(5630)] = 286393, - [SMALL_STATE(5631)] = 286417, - [SMALL_STATE(5632)] = 286441, - [SMALL_STATE(5633)] = 286465, - [SMALL_STATE(5634)] = 286489, - [SMALL_STATE(5635)] = 286513, - [SMALL_STATE(5636)] = 286537, - [SMALL_STATE(5637)] = 286561, - [SMALL_STATE(5638)] = 286585, - [SMALL_STATE(5639)] = 286609, - [SMALL_STATE(5640)] = 286633, - [SMALL_STATE(5641)] = 286657, - [SMALL_STATE(5642)] = 286681, - [SMALL_STATE(5643)] = 286705, - [SMALL_STATE(5644)] = 286729, - [SMALL_STATE(5645)] = 286753, - [SMALL_STATE(5646)] = 286777, - [SMALL_STATE(5647)] = 286801, - [SMALL_STATE(5648)] = 286825, - [SMALL_STATE(5649)] = 286849, - [SMALL_STATE(5650)] = 286873, - [SMALL_STATE(5651)] = 286897, - [SMALL_STATE(5652)] = 286921, - [SMALL_STATE(5653)] = 286945, - [SMALL_STATE(5654)] = 286969, - [SMALL_STATE(5655)] = 286993, - [SMALL_STATE(5656)] = 287017, - [SMALL_STATE(5657)] = 287041, - [SMALL_STATE(5658)] = 287065, - [SMALL_STATE(5659)] = 287089, - [SMALL_STATE(5660)] = 287111, - [SMALL_STATE(5661)] = 287135, - [SMALL_STATE(5662)] = 287159, - [SMALL_STATE(5663)] = 287183, - [SMALL_STATE(5664)] = 287207, - [SMALL_STATE(5665)] = 287227, - [SMALL_STATE(5666)] = 287251, - [SMALL_STATE(5667)] = 287275, - [SMALL_STATE(5668)] = 287299, - [SMALL_STATE(5669)] = 287323, - [SMALL_STATE(5670)] = 287343, - [SMALL_STATE(5671)] = 287367, - [SMALL_STATE(5672)] = 287391, - [SMALL_STATE(5673)] = 287415, - [SMALL_STATE(5674)] = 287439, - [SMALL_STATE(5675)] = 287463, - [SMALL_STATE(5676)] = 287487, - [SMALL_STATE(5677)] = 287511, - [SMALL_STATE(5678)] = 287535, - [SMALL_STATE(5679)] = 287559, - [SMALL_STATE(5680)] = 287583, - [SMALL_STATE(5681)] = 287607, - [SMALL_STATE(5682)] = 287631, - [SMALL_STATE(5683)] = 287655, - [SMALL_STATE(5684)] = 287679, - [SMALL_STATE(5685)] = 287703, - [SMALL_STATE(5686)] = 287727, - [SMALL_STATE(5687)] = 287751, - [SMALL_STATE(5688)] = 287775, - [SMALL_STATE(5689)] = 287799, - [SMALL_STATE(5690)] = 287823, - [SMALL_STATE(5691)] = 287847, - [SMALL_STATE(5692)] = 287871, - [SMALL_STATE(5693)] = 287895, - [SMALL_STATE(5694)] = 287919, - [SMALL_STATE(5695)] = 287943, - [SMALL_STATE(5696)] = 287967, - [SMALL_STATE(5697)] = 287991, - [SMALL_STATE(5698)] = 288015, - [SMALL_STATE(5699)] = 288039, - [SMALL_STATE(5700)] = 288063, - [SMALL_STATE(5701)] = 288087, - [SMALL_STATE(5702)] = 288111, - [SMALL_STATE(5703)] = 288135, - [SMALL_STATE(5704)] = 288159, - [SMALL_STATE(5705)] = 288183, - [SMALL_STATE(5706)] = 288207, - [SMALL_STATE(5707)] = 288227, - [SMALL_STATE(5708)] = 288251, - [SMALL_STATE(5709)] = 288271, - [SMALL_STATE(5710)] = 288291, - [SMALL_STATE(5711)] = 288315, - [SMALL_STATE(5712)] = 288335, - [SMALL_STATE(5713)] = 288359, - [SMALL_STATE(5714)] = 288383, - [SMALL_STATE(5715)] = 288407, - [SMALL_STATE(5716)] = 288431, - [SMALL_STATE(5717)] = 288455, - [SMALL_STATE(5718)] = 288477, - [SMALL_STATE(5719)] = 288501, - [SMALL_STATE(5720)] = 288525, - [SMALL_STATE(5721)] = 288545, - [SMALL_STATE(5722)] = 288569, - [SMALL_STATE(5723)] = 288593, - [SMALL_STATE(5724)] = 288617, - [SMALL_STATE(5725)] = 288641, - [SMALL_STATE(5726)] = 288665, - [SMALL_STATE(5727)] = 288687, - [SMALL_STATE(5728)] = 288711, - [SMALL_STATE(5729)] = 288731, - [SMALL_STATE(5730)] = 288755, - [SMALL_STATE(5731)] = 288779, - [SMALL_STATE(5732)] = 288803, - [SMALL_STATE(5733)] = 288827, - [SMALL_STATE(5734)] = 288851, - [SMALL_STATE(5735)] = 288875, - [SMALL_STATE(5736)] = 288899, - [SMALL_STATE(5737)] = 288923, - [SMALL_STATE(5738)] = 288947, - [SMALL_STATE(5739)] = 288971, - [SMALL_STATE(5740)] = 288995, - [SMALL_STATE(5741)] = 289019, - [SMALL_STATE(5742)] = 289039, - [SMALL_STATE(5743)] = 289063, - [SMALL_STATE(5744)] = 289087, - [SMALL_STATE(5745)] = 289109, - [SMALL_STATE(5746)] = 289129, - [SMALL_STATE(5747)] = 289153, - [SMALL_STATE(5748)] = 289177, - [SMALL_STATE(5749)] = 289201, - [SMALL_STATE(5750)] = 289225, - [SMALL_STATE(5751)] = 289249, - [SMALL_STATE(5752)] = 289273, - [SMALL_STATE(5753)] = 289297, - [SMALL_STATE(5754)] = 289317, - [SMALL_STATE(5755)] = 289341, - [SMALL_STATE(5756)] = 289361, - [SMALL_STATE(5757)] = 289385, - [SMALL_STATE(5758)] = 289409, - [SMALL_STATE(5759)] = 289433, - [SMALL_STATE(5760)] = 289457, - [SMALL_STATE(5761)] = 289481, - [SMALL_STATE(5762)] = 289505, - [SMALL_STATE(5763)] = 289529, - [SMALL_STATE(5764)] = 289553, - [SMALL_STATE(5765)] = 289577, - [SMALL_STATE(5766)] = 289597, - [SMALL_STATE(5767)] = 289621, - [SMALL_STATE(5768)] = 289641, - [SMALL_STATE(5769)] = 289665, - [SMALL_STATE(5770)] = 289689, - [SMALL_STATE(5771)] = 289709, - [SMALL_STATE(5772)] = 289733, - [SMALL_STATE(5773)] = 289757, - [SMALL_STATE(5774)] = 289781, - [SMALL_STATE(5775)] = 289805, - [SMALL_STATE(5776)] = 289829, - [SMALL_STATE(5777)] = 289853, - [SMALL_STATE(5778)] = 289877, - [SMALL_STATE(5779)] = 289901, - [SMALL_STATE(5780)] = 289925, - [SMALL_STATE(5781)] = 289949, - [SMALL_STATE(5782)] = 289973, - [SMALL_STATE(5783)] = 289997, - [SMALL_STATE(5784)] = 290021, - [SMALL_STATE(5785)] = 290043, - [SMALL_STATE(5786)] = 290067, - [SMALL_STATE(5787)] = 290091, - [SMALL_STATE(5788)] = 290115, - [SMALL_STATE(5789)] = 290139, - [SMALL_STATE(5790)] = 290163, - [SMALL_STATE(5791)] = 290183, - [SMALL_STATE(5792)] = 290207, - [SMALL_STATE(5793)] = 290231, - [SMALL_STATE(5794)] = 290255, - [SMALL_STATE(5795)] = 290275, - [SMALL_STATE(5796)] = 290299, - [SMALL_STATE(5797)] = 290323, - [SMALL_STATE(5798)] = 290345, - [SMALL_STATE(5799)] = 290369, - [SMALL_STATE(5800)] = 290393, - [SMALL_STATE(5801)] = 290417, - [SMALL_STATE(5802)] = 290441, - [SMALL_STATE(5803)] = 290465, - [SMALL_STATE(5804)] = 290489, - [SMALL_STATE(5805)] = 290513, - [SMALL_STATE(5806)] = 290537, - [SMALL_STATE(5807)] = 290561, - [SMALL_STATE(5808)] = 290585, - [SMALL_STATE(5809)] = 290609, - [SMALL_STATE(5810)] = 290633, - [SMALL_STATE(5811)] = 290657, - [SMALL_STATE(5812)] = 290681, - [SMALL_STATE(5813)] = 290703, - [SMALL_STATE(5814)] = 290727, - [SMALL_STATE(5815)] = 290747, - [SMALL_STATE(5816)] = 290771, - [SMALL_STATE(5817)] = 290795, - [SMALL_STATE(5818)] = 290819, - [SMALL_STATE(5819)] = 290841, - [SMALL_STATE(5820)] = 290865, - [SMALL_STATE(5821)] = 290887, - [SMALL_STATE(5822)] = 290911, - [SMALL_STATE(5823)] = 290935, - [SMALL_STATE(5824)] = 290959, - [SMALL_STATE(5825)] = 290983, - [SMALL_STATE(5826)] = 291007, - [SMALL_STATE(5827)] = 291031, - [SMALL_STATE(5828)] = 291055, - [SMALL_STATE(5829)] = 291077, - [SMALL_STATE(5830)] = 291101, - [SMALL_STATE(5831)] = 291125, - [SMALL_STATE(5832)] = 291149, - [SMALL_STATE(5833)] = 291173, - [SMALL_STATE(5834)] = 291197, - [SMALL_STATE(5835)] = 291219, - [SMALL_STATE(5836)] = 291243, - [SMALL_STATE(5837)] = 291267, - [SMALL_STATE(5838)] = 291291, - [SMALL_STATE(5839)] = 291311, - [SMALL_STATE(5840)] = 291333, - [SMALL_STATE(5841)] = 291357, - [SMALL_STATE(5842)] = 291381, - [SMALL_STATE(5843)] = 291403, - [SMALL_STATE(5844)] = 291427, - [SMALL_STATE(5845)] = 291451, - [SMALL_STATE(5846)] = 291475, - [SMALL_STATE(5847)] = 291499, - [SMALL_STATE(5848)] = 291521, - [SMALL_STATE(5849)] = 291545, - [SMALL_STATE(5850)] = 291569, - [SMALL_STATE(5851)] = 291593, - [SMALL_STATE(5852)] = 291617, - [SMALL_STATE(5853)] = 291641, - [SMALL_STATE(5854)] = 291665, - [SMALL_STATE(5855)] = 291689, - [SMALL_STATE(5856)] = 291713, - [SMALL_STATE(5857)] = 291735, - [SMALL_STATE(5858)] = 291759, - [SMALL_STATE(5859)] = 291779, - [SMALL_STATE(5860)] = 291801, - [SMALL_STATE(5861)] = 291825, - [SMALL_STATE(5862)] = 291849, - [SMALL_STATE(5863)] = 291873, - [SMALL_STATE(5864)] = 291897, - [SMALL_STATE(5865)] = 291921, - [SMALL_STATE(5866)] = 291945, - [SMALL_STATE(5867)] = 291969, - [SMALL_STATE(5868)] = 291993, - [SMALL_STATE(5869)] = 292017, - [SMALL_STATE(5870)] = 292041, - [SMALL_STATE(5871)] = 292065, - [SMALL_STATE(5872)] = 292089, - [SMALL_STATE(5873)] = 292109, - [SMALL_STATE(5874)] = 292133, - [SMALL_STATE(5875)] = 292157, - [SMALL_STATE(5876)] = 292181, - [SMALL_STATE(5877)] = 292205, - [SMALL_STATE(5878)] = 292229, - [SMALL_STATE(5879)] = 292253, - [SMALL_STATE(5880)] = 292277, - [SMALL_STATE(5881)] = 292301, - [SMALL_STATE(5882)] = 292325, - [SMALL_STATE(5883)] = 292349, - [SMALL_STATE(5884)] = 292373, - [SMALL_STATE(5885)] = 292397, - [SMALL_STATE(5886)] = 292421, - [SMALL_STATE(5887)] = 292445, - [SMALL_STATE(5888)] = 292469, - [SMALL_STATE(5889)] = 292493, - [SMALL_STATE(5890)] = 292517, - [SMALL_STATE(5891)] = 292541, - [SMALL_STATE(5892)] = 292565, - [SMALL_STATE(5893)] = 292589, - [SMALL_STATE(5894)] = 292613, - [SMALL_STATE(5895)] = 292637, - [SMALL_STATE(5896)] = 292659, - [SMALL_STATE(5897)] = 292683, - [SMALL_STATE(5898)] = 292707, - [SMALL_STATE(5899)] = 292727, - [SMALL_STATE(5900)] = 292751, - [SMALL_STATE(5901)] = 292775, - [SMALL_STATE(5902)] = 292799, - [SMALL_STATE(5903)] = 292823, - [SMALL_STATE(5904)] = 292843, - [SMALL_STATE(5905)] = 292867, - [SMALL_STATE(5906)] = 292891, - [SMALL_STATE(5907)] = 292915, - [SMALL_STATE(5908)] = 292939, - [SMALL_STATE(5909)] = 292963, - [SMALL_STATE(5910)] = 292983, - [SMALL_STATE(5911)] = 293007, - [SMALL_STATE(5912)] = 293029, - [SMALL_STATE(5913)] = 293053, - [SMALL_STATE(5914)] = 293077, - [SMALL_STATE(5915)] = 293101, - [SMALL_STATE(5916)] = 293125, - [SMALL_STATE(5917)] = 293149, - [SMALL_STATE(5918)] = 293173, - [SMALL_STATE(5919)] = 293193, - [SMALL_STATE(5920)] = 293217, - [SMALL_STATE(5921)] = 293241, - [SMALL_STATE(5922)] = 293261, - [SMALL_STATE(5923)] = 293285, - [SMALL_STATE(5924)] = 293309, - [SMALL_STATE(5925)] = 293333, - [SMALL_STATE(5926)] = 293353, - [SMALL_STATE(5927)] = 293373, - [SMALL_STATE(5928)] = 293397, - [SMALL_STATE(5929)] = 293421, - [SMALL_STATE(5930)] = 293445, - [SMALL_STATE(5931)] = 293469, - [SMALL_STATE(5932)] = 293493, - [SMALL_STATE(5933)] = 293517, - [SMALL_STATE(5934)] = 293537, - [SMALL_STATE(5935)] = 293561, - [SMALL_STATE(5936)] = 293585, - [SMALL_STATE(5937)] = 293609, - [SMALL_STATE(5938)] = 293629, - [SMALL_STATE(5939)] = 293653, - [SMALL_STATE(5940)] = 293673, - [SMALL_STATE(5941)] = 293697, - [SMALL_STATE(5942)] = 293721, - [SMALL_STATE(5943)] = 293745, - [SMALL_STATE(5944)] = 293769, - [SMALL_STATE(5945)] = 293793, - [SMALL_STATE(5946)] = 293813, - [SMALL_STATE(5947)] = 293833, - [SMALL_STATE(5948)] = 293853, - [SMALL_STATE(5949)] = 293877, - [SMALL_STATE(5950)] = 293901, - [SMALL_STATE(5951)] = 293925, - [SMALL_STATE(5952)] = 293949, - [SMALL_STATE(5953)] = 293973, - [SMALL_STATE(5954)] = 293997, - [SMALL_STATE(5955)] = 294019, - [SMALL_STATE(5956)] = 294041, - [SMALL_STATE(5957)] = 294061, - [SMALL_STATE(5958)] = 294085, - [SMALL_STATE(5959)] = 294109, - [SMALL_STATE(5960)] = 294133, - [SMALL_STATE(5961)] = 294157, - [SMALL_STATE(5962)] = 294179, - [SMALL_STATE(5963)] = 294203, - [SMALL_STATE(5964)] = 294227, - [SMALL_STATE(5965)] = 294251, - [SMALL_STATE(5966)] = 294275, - [SMALL_STATE(5967)] = 294299, - [SMALL_STATE(5968)] = 294323, - [SMALL_STATE(5969)] = 294347, - [SMALL_STATE(5970)] = 294371, - [SMALL_STATE(5971)] = 294395, - [SMALL_STATE(5972)] = 294419, - [SMALL_STATE(5973)] = 294439, - [SMALL_STATE(5974)] = 294459, - [SMALL_STATE(5975)] = 294481, - [SMALL_STATE(5976)] = 294505, - [SMALL_STATE(5977)] = 294529, - [SMALL_STATE(5978)] = 294553, - [SMALL_STATE(5979)] = 294577, - [SMALL_STATE(5980)] = 294601, - [SMALL_STATE(5981)] = 294623, - [SMALL_STATE(5982)] = 294643, - [SMALL_STATE(5983)] = 294663, - [SMALL_STATE(5984)] = 294687, - [SMALL_STATE(5985)] = 294711, - [SMALL_STATE(5986)] = 294731, - [SMALL_STATE(5987)] = 294751, - [SMALL_STATE(5988)] = 294773, - [SMALL_STATE(5989)] = 294793, - [SMALL_STATE(5990)] = 294817, - [SMALL_STATE(5991)] = 294841, - [SMALL_STATE(5992)] = 294861, - [SMALL_STATE(5993)] = 294885, - [SMALL_STATE(5994)] = 294909, - [SMALL_STATE(5995)] = 294933, - [SMALL_STATE(5996)] = 294957, - [SMALL_STATE(5997)] = 294981, - [SMALL_STATE(5998)] = 295005, - [SMALL_STATE(5999)] = 295025, - [SMALL_STATE(6000)] = 295049, - [SMALL_STATE(6001)] = 295073, - [SMALL_STATE(6002)] = 295095, - [SMALL_STATE(6003)] = 295119, - [SMALL_STATE(6004)] = 295143, - [SMALL_STATE(6005)] = 295167, - [SMALL_STATE(6006)] = 295187, - [SMALL_STATE(6007)] = 295207, - [SMALL_STATE(6008)] = 295231, - [SMALL_STATE(6009)] = 295251, - [SMALL_STATE(6010)] = 295275, - [SMALL_STATE(6011)] = 295297, - [SMALL_STATE(6012)] = 295321, - [SMALL_STATE(6013)] = 295345, - [SMALL_STATE(6014)] = 295369, - [SMALL_STATE(6015)] = 295393, - [SMALL_STATE(6016)] = 295413, - [SMALL_STATE(6017)] = 295437, - [SMALL_STATE(6018)] = 295461, - [SMALL_STATE(6019)] = 295485, - [SMALL_STATE(6020)] = 295505, - [SMALL_STATE(6021)] = 295525, - [SMALL_STATE(6022)] = 295545, - [SMALL_STATE(6023)] = 295569, - [SMALL_STATE(6024)] = 295589, - [SMALL_STATE(6025)] = 295613, - [SMALL_STATE(6026)] = 295633, - [SMALL_STATE(6027)] = 295657, - [SMALL_STATE(6028)] = 295677, - [SMALL_STATE(6029)] = 295698, - [SMALL_STATE(6030)] = 295719, - [SMALL_STATE(6031)] = 295740, - [SMALL_STATE(6032)] = 295759, - [SMALL_STATE(6033)] = 295778, - [SMALL_STATE(6034)] = 295797, - [SMALL_STATE(6035)] = 295816, - [SMALL_STATE(6036)] = 295835, - [SMALL_STATE(6037)] = 295854, - [SMALL_STATE(6038)] = 295873, - [SMALL_STATE(6039)] = 295892, - [SMALL_STATE(6040)] = 295911, - [SMALL_STATE(6041)] = 295930, - [SMALL_STATE(6042)] = 295951, - [SMALL_STATE(6043)] = 295972, - [SMALL_STATE(6044)] = 295991, - [SMALL_STATE(6045)] = 296010, - [SMALL_STATE(6046)] = 296031, - [SMALL_STATE(6047)] = 296050, - [SMALL_STATE(6048)] = 296069, - [SMALL_STATE(6049)] = 296088, - [SMALL_STATE(6050)] = 296109, - [SMALL_STATE(6051)] = 296128, - [SMALL_STATE(6052)] = 296147, - [SMALL_STATE(6053)] = 296166, - [SMALL_STATE(6054)] = 296185, - [SMALL_STATE(6055)] = 296206, - [SMALL_STATE(6056)] = 296227, - [SMALL_STATE(6057)] = 296246, - [SMALL_STATE(6058)] = 296265, - [SMALL_STATE(6059)] = 296284, - [SMALL_STATE(6060)] = 296303, - [SMALL_STATE(6061)] = 296322, - [SMALL_STATE(6062)] = 296341, - [SMALL_STATE(6063)] = 296360, - [SMALL_STATE(6064)] = 296381, - [SMALL_STATE(6065)] = 296400, - [SMALL_STATE(6066)] = 296419, - [SMALL_STATE(6067)] = 296440, - [SMALL_STATE(6068)] = 296461, - [SMALL_STATE(6069)] = 296482, - [SMALL_STATE(6070)] = 296501, - [SMALL_STATE(6071)] = 296522, - [SMALL_STATE(6072)] = 296543, - [SMALL_STATE(6073)] = 296564, - [SMALL_STATE(6074)] = 296583, - [SMALL_STATE(6075)] = 296604, - [SMALL_STATE(6076)] = 296625, - [SMALL_STATE(6077)] = 296644, - [SMALL_STATE(6078)] = 296665, - [SMALL_STATE(6079)] = 296686, - [SMALL_STATE(6080)] = 296707, - [SMALL_STATE(6081)] = 296728, - [SMALL_STATE(6082)] = 296747, - [SMALL_STATE(6083)] = 296768, - [SMALL_STATE(6084)] = 296789, - [SMALL_STATE(6085)] = 296808, - [SMALL_STATE(6086)] = 296827, - [SMALL_STATE(6087)] = 296846, - [SMALL_STATE(6088)] = 296867, - [SMALL_STATE(6089)] = 296886, - [SMALL_STATE(6090)] = 296907, - [SMALL_STATE(6091)] = 296926, - [SMALL_STATE(6092)] = 296945, - [SMALL_STATE(6093)] = 296964, - [SMALL_STATE(6094)] = 296985, - [SMALL_STATE(6095)] = 297006, - [SMALL_STATE(6096)] = 297025, - [SMALL_STATE(6097)] = 297046, - [SMALL_STATE(6098)] = 297067, - [SMALL_STATE(6099)] = 297086, - [SMALL_STATE(6100)] = 297107, - [SMALL_STATE(6101)] = 297126, - [SMALL_STATE(6102)] = 297145, - [SMALL_STATE(6103)] = 297164, - [SMALL_STATE(6104)] = 297183, - [SMALL_STATE(6105)] = 297202, - [SMALL_STATE(6106)] = 297223, - [SMALL_STATE(6107)] = 297242, - [SMALL_STATE(6108)] = 297263, - [SMALL_STATE(6109)] = 297282, - [SMALL_STATE(6110)] = 297301, - [SMALL_STATE(6111)] = 297320, - [SMALL_STATE(6112)] = 297339, - [SMALL_STATE(6113)] = 297358, - [SMALL_STATE(6114)] = 297377, - [SMALL_STATE(6115)] = 297396, - [SMALL_STATE(6116)] = 297415, - [SMALL_STATE(6117)] = 297434, - [SMALL_STATE(6118)] = 297453, - [SMALL_STATE(6119)] = 297474, - [SMALL_STATE(6120)] = 297493, - [SMALL_STATE(6121)] = 297514, - [SMALL_STATE(6122)] = 297535, - [SMALL_STATE(6123)] = 297556, - [SMALL_STATE(6124)] = 297577, - [SMALL_STATE(6125)] = 297596, - [SMALL_STATE(6126)] = 297617, - [SMALL_STATE(6127)] = 297638, - [SMALL_STATE(6128)] = 297657, - [SMALL_STATE(6129)] = 297676, - [SMALL_STATE(6130)] = 297695, - [SMALL_STATE(6131)] = 297716, - [SMALL_STATE(6132)] = 297737, - [SMALL_STATE(6133)] = 297758, - [SMALL_STATE(6134)] = 297777, - [SMALL_STATE(6135)] = 297798, - [SMALL_STATE(6136)] = 297817, - [SMALL_STATE(6137)] = 297836, - [SMALL_STATE(6138)] = 297855, - [SMALL_STATE(6139)] = 297874, - [SMALL_STATE(6140)] = 297893, - [SMALL_STATE(6141)] = 297912, - [SMALL_STATE(6142)] = 297931, - [SMALL_STATE(6143)] = 297950, - [SMALL_STATE(6144)] = 297969, - [SMALL_STATE(6145)] = 297988, - [SMALL_STATE(6146)] = 298007, - [SMALL_STATE(6147)] = 298026, - [SMALL_STATE(6148)] = 298047, - [SMALL_STATE(6149)] = 298068, - [SMALL_STATE(6150)] = 298089, - [SMALL_STATE(6151)] = 298108, - [SMALL_STATE(6152)] = 298127, - [SMALL_STATE(6153)] = 298148, - [SMALL_STATE(6154)] = 298169, - [SMALL_STATE(6155)] = 298190, - [SMALL_STATE(6156)] = 298209, - [SMALL_STATE(6157)] = 298230, - [SMALL_STATE(6158)] = 298249, - [SMALL_STATE(6159)] = 298270, - [SMALL_STATE(6160)] = 298291, - [SMALL_STATE(6161)] = 298310, - [SMALL_STATE(6162)] = 298331, - [SMALL_STATE(6163)] = 298350, - [SMALL_STATE(6164)] = 298371, - [SMALL_STATE(6165)] = 298390, - [SMALL_STATE(6166)] = 298409, - [SMALL_STATE(6167)] = 298430, - [SMALL_STATE(6168)] = 298451, - [SMALL_STATE(6169)] = 298472, - [SMALL_STATE(6170)] = 298491, - [SMALL_STATE(6171)] = 298512, - [SMALL_STATE(6172)] = 298533, - [SMALL_STATE(6173)] = 298554, - [SMALL_STATE(6174)] = 298573, - [SMALL_STATE(6175)] = 298592, - [SMALL_STATE(6176)] = 298613, - [SMALL_STATE(6177)] = 298634, - [SMALL_STATE(6178)] = 298653, - [SMALL_STATE(6179)] = 298672, - [SMALL_STATE(6180)] = 298691, - [SMALL_STATE(6181)] = 298712, - [SMALL_STATE(6182)] = 298731, - [SMALL_STATE(6183)] = 298752, - [SMALL_STATE(6184)] = 298771, - [SMALL_STATE(6185)] = 298792, - [SMALL_STATE(6186)] = 298811, - [SMALL_STATE(6187)] = 298832, - [SMALL_STATE(6188)] = 298853, - [SMALL_STATE(6189)] = 298874, - [SMALL_STATE(6190)] = 298893, - [SMALL_STATE(6191)] = 298912, - [SMALL_STATE(6192)] = 298933, - [SMALL_STATE(6193)] = 298952, - [SMALL_STATE(6194)] = 298973, - [SMALL_STATE(6195)] = 298994, - [SMALL_STATE(6196)] = 299015, - [SMALL_STATE(6197)] = 299034, - [SMALL_STATE(6198)] = 299055, - [SMALL_STATE(6199)] = 299076, - [SMALL_STATE(6200)] = 299097, - [SMALL_STATE(6201)] = 299116, - [SMALL_STATE(6202)] = 299137, - [SMALL_STATE(6203)] = 299158, - [SMALL_STATE(6204)] = 299179, - [SMALL_STATE(6205)] = 299200, - [SMALL_STATE(6206)] = 299221, - [SMALL_STATE(6207)] = 299240, - [SMALL_STATE(6208)] = 299259, - [SMALL_STATE(6209)] = 299278, - [SMALL_STATE(6210)] = 299299, - [SMALL_STATE(6211)] = 299320, - [SMALL_STATE(6212)] = 299341, - [SMALL_STATE(6213)] = 299362, - [SMALL_STATE(6214)] = 299383, - [SMALL_STATE(6215)] = 299404, - [SMALL_STATE(6216)] = 299425, - [SMALL_STATE(6217)] = 299446, - [SMALL_STATE(6218)] = 299467, - [SMALL_STATE(6219)] = 299488, - [SMALL_STATE(6220)] = 299509, - [SMALL_STATE(6221)] = 299530, - [SMALL_STATE(6222)] = 299551, - [SMALL_STATE(6223)] = 299572, - [SMALL_STATE(6224)] = 299593, - [SMALL_STATE(6225)] = 299614, - [SMALL_STATE(6226)] = 299635, - [SMALL_STATE(6227)] = 299656, - [SMALL_STATE(6228)] = 299677, - [SMALL_STATE(6229)] = 299698, - [SMALL_STATE(6230)] = 299719, - [SMALL_STATE(6231)] = 299740, - [SMALL_STATE(6232)] = 299759, - [SMALL_STATE(6233)] = 299780, - [SMALL_STATE(6234)] = 299801, - [SMALL_STATE(6235)] = 299822, - [SMALL_STATE(6236)] = 299843, - [SMALL_STATE(6237)] = 299864, - [SMALL_STATE(6238)] = 299883, - [SMALL_STATE(6239)] = 299904, - [SMALL_STATE(6240)] = 299925, - [SMALL_STATE(6241)] = 299944, - [SMALL_STATE(6242)] = 299965, - [SMALL_STATE(6243)] = 299986, - [SMALL_STATE(6244)] = 300007, - [SMALL_STATE(6245)] = 300028, - [SMALL_STATE(6246)] = 300049, - [SMALL_STATE(6247)] = 300070, - [SMALL_STATE(6248)] = 300091, - [SMALL_STATE(6249)] = 300112, - [SMALL_STATE(6250)] = 300131, - [SMALL_STATE(6251)] = 300152, - [SMALL_STATE(6252)] = 300173, - [SMALL_STATE(6253)] = 300194, - [SMALL_STATE(6254)] = 300215, - [SMALL_STATE(6255)] = 300236, - [SMALL_STATE(6256)] = 300257, - [SMALL_STATE(6257)] = 300278, - [SMALL_STATE(6258)] = 300299, - [SMALL_STATE(6259)] = 300320, - [SMALL_STATE(6260)] = 300341, - [SMALL_STATE(6261)] = 300362, - [SMALL_STATE(6262)] = 300383, - [SMALL_STATE(6263)] = 300404, - [SMALL_STATE(6264)] = 300425, - [SMALL_STATE(6265)] = 300446, - [SMALL_STATE(6266)] = 300467, - [SMALL_STATE(6267)] = 300488, - [SMALL_STATE(6268)] = 300509, - [SMALL_STATE(6269)] = 300530, - [SMALL_STATE(6270)] = 300551, - [SMALL_STATE(6271)] = 300572, - [SMALL_STATE(6272)] = 300593, - [SMALL_STATE(6273)] = 300614, - [SMALL_STATE(6274)] = 300635, - [SMALL_STATE(6275)] = 300656, - [SMALL_STATE(6276)] = 300675, - [SMALL_STATE(6277)] = 300696, - [SMALL_STATE(6278)] = 300717, - [SMALL_STATE(6279)] = 300738, - [SMALL_STATE(6280)] = 300759, - [SMALL_STATE(6281)] = 300778, - [SMALL_STATE(6282)] = 300799, - [SMALL_STATE(6283)] = 300820, - [SMALL_STATE(6284)] = 300841, - [SMALL_STATE(6285)] = 300862, - [SMALL_STATE(6286)] = 300883, - [SMALL_STATE(6287)] = 300904, - [SMALL_STATE(6288)] = 300925, - [SMALL_STATE(6289)] = 300946, - [SMALL_STATE(6290)] = 300967, - [SMALL_STATE(6291)] = 300988, - [SMALL_STATE(6292)] = 301009, - [SMALL_STATE(6293)] = 301030, - [SMALL_STATE(6294)] = 301051, - [SMALL_STATE(6295)] = 301070, - [SMALL_STATE(6296)] = 301091, - [SMALL_STATE(6297)] = 301112, - [SMALL_STATE(6298)] = 301133, - [SMALL_STATE(6299)] = 301154, - [SMALL_STATE(6300)] = 301175, - [SMALL_STATE(6301)] = 301196, - [SMALL_STATE(6302)] = 301217, - [SMALL_STATE(6303)] = 301238, - [SMALL_STATE(6304)] = 301259, - [SMALL_STATE(6305)] = 301280, - [SMALL_STATE(6306)] = 301301, - [SMALL_STATE(6307)] = 301322, - [SMALL_STATE(6308)] = 301343, - [SMALL_STATE(6309)] = 301364, - [SMALL_STATE(6310)] = 301385, - [SMALL_STATE(6311)] = 301406, - [SMALL_STATE(6312)] = 301427, - [SMALL_STATE(6313)] = 301446, - [SMALL_STATE(6314)] = 301465, - [SMALL_STATE(6315)] = 301486, - [SMALL_STATE(6316)] = 301507, - [SMALL_STATE(6317)] = 301528, - [SMALL_STATE(6318)] = 301549, - [SMALL_STATE(6319)] = 301568, - [SMALL_STATE(6320)] = 301589, - [SMALL_STATE(6321)] = 301610, - [SMALL_STATE(6322)] = 301631, - [SMALL_STATE(6323)] = 301652, - [SMALL_STATE(6324)] = 301673, - [SMALL_STATE(6325)] = 301694, - [SMALL_STATE(6326)] = 301715, - [SMALL_STATE(6327)] = 301736, - [SMALL_STATE(6328)] = 301757, - [SMALL_STATE(6329)] = 301778, - [SMALL_STATE(6330)] = 301797, - [SMALL_STATE(6331)] = 301818, - [SMALL_STATE(6332)] = 301839, - [SMALL_STATE(6333)] = 301860, - [SMALL_STATE(6334)] = 301881, - [SMALL_STATE(6335)] = 301902, - [SMALL_STATE(6336)] = 301921, - [SMALL_STATE(6337)] = 301942, - [SMALL_STATE(6338)] = 301963, - [SMALL_STATE(6339)] = 301982, - [SMALL_STATE(6340)] = 302001, - [SMALL_STATE(6341)] = 302022, - [SMALL_STATE(6342)] = 302043, - [SMALL_STATE(6343)] = 302064, - [SMALL_STATE(6344)] = 302085, - [SMALL_STATE(6345)] = 302106, - [SMALL_STATE(6346)] = 302127, - [SMALL_STATE(6347)] = 302148, - [SMALL_STATE(6348)] = 302169, - [SMALL_STATE(6349)] = 302188, - [SMALL_STATE(6350)] = 302209, - [SMALL_STATE(6351)] = 302228, - [SMALL_STATE(6352)] = 302247, - [SMALL_STATE(6353)] = 302268, - [SMALL_STATE(6354)] = 302289, - [SMALL_STATE(6355)] = 302310, - [SMALL_STATE(6356)] = 302331, - [SMALL_STATE(6357)] = 302350, - [SMALL_STATE(6358)] = 302369, - [SMALL_STATE(6359)] = 302390, - [SMALL_STATE(6360)] = 302411, - [SMALL_STATE(6361)] = 302432, - [SMALL_STATE(6362)] = 302453, - [SMALL_STATE(6363)] = 302474, - [SMALL_STATE(6364)] = 302493, - [SMALL_STATE(6365)] = 302514, - [SMALL_STATE(6366)] = 302535, - [SMALL_STATE(6367)] = 302556, - [SMALL_STATE(6368)] = 302577, - [SMALL_STATE(6369)] = 302596, - [SMALL_STATE(6370)] = 302617, - [SMALL_STATE(6371)] = 302636, - [SMALL_STATE(6372)] = 302657, - [SMALL_STATE(6373)] = 302678, - [SMALL_STATE(6374)] = 302699, - [SMALL_STATE(6375)] = 302720, - [SMALL_STATE(6376)] = 302741, - [SMALL_STATE(6377)] = 302762, - [SMALL_STATE(6378)] = 302783, - [SMALL_STATE(6379)] = 302804, - [SMALL_STATE(6380)] = 302825, - [SMALL_STATE(6381)] = 302846, - [SMALL_STATE(6382)] = 302867, - [SMALL_STATE(6383)] = 302888, - [SMALL_STATE(6384)] = 302909, - [SMALL_STATE(6385)] = 302930, - [SMALL_STATE(6386)] = 302951, - [SMALL_STATE(6387)] = 302970, - [SMALL_STATE(6388)] = 302991, - [SMALL_STATE(6389)] = 303012, - [SMALL_STATE(6390)] = 303033, - [SMALL_STATE(6391)] = 303054, - [SMALL_STATE(6392)] = 303075, - [SMALL_STATE(6393)] = 303096, - [SMALL_STATE(6394)] = 303117, - [SMALL_STATE(6395)] = 303136, - [SMALL_STATE(6396)] = 303155, - [SMALL_STATE(6397)] = 303174, - [SMALL_STATE(6398)] = 303195, - [SMALL_STATE(6399)] = 303214, - [SMALL_STATE(6400)] = 303235, - [SMALL_STATE(6401)] = 303254, - [SMALL_STATE(6402)] = 303275, - [SMALL_STATE(6403)] = 303294, - [SMALL_STATE(6404)] = 303315, - [SMALL_STATE(6405)] = 303336, - [SMALL_STATE(6406)] = 303357, - [SMALL_STATE(6407)] = 303378, - [SMALL_STATE(6408)] = 303399, - [SMALL_STATE(6409)] = 303420, - [SMALL_STATE(6410)] = 303441, - [SMALL_STATE(6411)] = 303460, - [SMALL_STATE(6412)] = 303481, - [SMALL_STATE(6413)] = 303502, - [SMALL_STATE(6414)] = 303523, - [SMALL_STATE(6415)] = 303544, - [SMALL_STATE(6416)] = 303563, - [SMALL_STATE(6417)] = 303584, - [SMALL_STATE(6418)] = 303605, - [SMALL_STATE(6419)] = 303626, - [SMALL_STATE(6420)] = 303647, - [SMALL_STATE(6421)] = 303668, - [SMALL_STATE(6422)] = 303689, - [SMALL_STATE(6423)] = 303710, - [SMALL_STATE(6424)] = 303731, - [SMALL_STATE(6425)] = 303752, - [SMALL_STATE(6426)] = 303773, - [SMALL_STATE(6427)] = 303794, - [SMALL_STATE(6428)] = 303815, - [SMALL_STATE(6429)] = 303836, - [SMALL_STATE(6430)] = 303857, - [SMALL_STATE(6431)] = 303878, - [SMALL_STATE(6432)] = 303899, - [SMALL_STATE(6433)] = 303918, - [SMALL_STATE(6434)] = 303939, - [SMALL_STATE(6435)] = 303960, - [SMALL_STATE(6436)] = 303981, - [SMALL_STATE(6437)] = 304000, - [SMALL_STATE(6438)] = 304021, - [SMALL_STATE(6439)] = 304042, - [SMALL_STATE(6440)] = 304063, - [SMALL_STATE(6441)] = 304084, - [SMALL_STATE(6442)] = 304105, - [SMALL_STATE(6443)] = 304126, - [SMALL_STATE(6444)] = 304147, - [SMALL_STATE(6445)] = 304168, - [SMALL_STATE(6446)] = 304189, - [SMALL_STATE(6447)] = 304210, - [SMALL_STATE(6448)] = 304231, - [SMALL_STATE(6449)] = 304252, - [SMALL_STATE(6450)] = 304273, - [SMALL_STATE(6451)] = 304294, - [SMALL_STATE(6452)] = 304315, - [SMALL_STATE(6453)] = 304336, - [SMALL_STATE(6454)] = 304357, - [SMALL_STATE(6455)] = 304378, - [SMALL_STATE(6456)] = 304399, - [SMALL_STATE(6457)] = 304420, - [SMALL_STATE(6458)] = 304441, - [SMALL_STATE(6459)] = 304462, - [SMALL_STATE(6460)] = 304481, - [SMALL_STATE(6461)] = 304502, - [SMALL_STATE(6462)] = 304523, - [SMALL_STATE(6463)] = 304544, - [SMALL_STATE(6464)] = 304565, - [SMALL_STATE(6465)] = 304586, - [SMALL_STATE(6466)] = 304607, - [SMALL_STATE(6467)] = 304628, - [SMALL_STATE(6468)] = 304649, - [SMALL_STATE(6469)] = 304670, - [SMALL_STATE(6470)] = 304691, - [SMALL_STATE(6471)] = 304712, - [SMALL_STATE(6472)] = 304733, - [SMALL_STATE(6473)] = 304754, - [SMALL_STATE(6474)] = 304775, - [SMALL_STATE(6475)] = 304794, - [SMALL_STATE(6476)] = 304813, - [SMALL_STATE(6477)] = 304834, - [SMALL_STATE(6478)] = 304855, - [SMALL_STATE(6479)] = 304876, - [SMALL_STATE(6480)] = 304897, - [SMALL_STATE(6481)] = 304918, - [SMALL_STATE(6482)] = 304939, - [SMALL_STATE(6483)] = 304960, - [SMALL_STATE(6484)] = 304981, - [SMALL_STATE(6485)] = 305002, - [SMALL_STATE(6486)] = 305023, - [SMALL_STATE(6487)] = 305044, - [SMALL_STATE(6488)] = 305065, - [SMALL_STATE(6489)] = 305086, - [SMALL_STATE(6490)] = 305107, - [SMALL_STATE(6491)] = 305128, - [SMALL_STATE(6492)] = 305149, - [SMALL_STATE(6493)] = 305170, - [SMALL_STATE(6494)] = 305191, - [SMALL_STATE(6495)] = 305212, - [SMALL_STATE(6496)] = 305233, - [SMALL_STATE(6497)] = 305254, - [SMALL_STATE(6498)] = 305275, - [SMALL_STATE(6499)] = 305296, - [SMALL_STATE(6500)] = 305317, - [SMALL_STATE(6501)] = 305338, - [SMALL_STATE(6502)] = 305359, - [SMALL_STATE(6503)] = 305380, - [SMALL_STATE(6504)] = 305401, - [SMALL_STATE(6505)] = 305422, - [SMALL_STATE(6506)] = 305443, - [SMALL_STATE(6507)] = 305464, - [SMALL_STATE(6508)] = 305485, - [SMALL_STATE(6509)] = 305506, - [SMALL_STATE(6510)] = 305527, - [SMALL_STATE(6511)] = 305548, - [SMALL_STATE(6512)] = 305567, - [SMALL_STATE(6513)] = 305588, - [SMALL_STATE(6514)] = 305609, - [SMALL_STATE(6515)] = 305630, - [SMALL_STATE(6516)] = 305651, - [SMALL_STATE(6517)] = 305672, - [SMALL_STATE(6518)] = 305693, - [SMALL_STATE(6519)] = 305714, - [SMALL_STATE(6520)] = 305735, - [SMALL_STATE(6521)] = 305754, - [SMALL_STATE(6522)] = 305775, - [SMALL_STATE(6523)] = 305796, - [SMALL_STATE(6524)] = 305817, - [SMALL_STATE(6525)] = 305838, - [SMALL_STATE(6526)] = 305859, - [SMALL_STATE(6527)] = 305878, - [SMALL_STATE(6528)] = 305897, - [SMALL_STATE(6529)] = 305918, - [SMALL_STATE(6530)] = 305939, - [SMALL_STATE(6531)] = 305960, - [SMALL_STATE(6532)] = 305981, - [SMALL_STATE(6533)] = 306002, - [SMALL_STATE(6534)] = 306023, - [SMALL_STATE(6535)] = 306044, - [SMALL_STATE(6536)] = 306065, - [SMALL_STATE(6537)] = 306086, - [SMALL_STATE(6538)] = 306107, - [SMALL_STATE(6539)] = 306128, - [SMALL_STATE(6540)] = 306149, - [SMALL_STATE(6541)] = 306168, - [SMALL_STATE(6542)] = 306189, - [SMALL_STATE(6543)] = 306210, - [SMALL_STATE(6544)] = 306231, - [SMALL_STATE(6545)] = 306250, - [SMALL_STATE(6546)] = 306271, - [SMALL_STATE(6547)] = 306290, - [SMALL_STATE(6548)] = 306311, - [SMALL_STATE(6549)] = 306332, - [SMALL_STATE(6550)] = 306353, - [SMALL_STATE(6551)] = 306374, - [SMALL_STATE(6552)] = 306395, - [SMALL_STATE(6553)] = 306416, - [SMALL_STATE(6554)] = 306437, - [SMALL_STATE(6555)] = 306456, - [SMALL_STATE(6556)] = 306477, - [SMALL_STATE(6557)] = 306498, - [SMALL_STATE(6558)] = 306519, - [SMALL_STATE(6559)] = 306540, - [SMALL_STATE(6560)] = 306561, - [SMALL_STATE(6561)] = 306580, - [SMALL_STATE(6562)] = 306601, - [SMALL_STATE(6563)] = 306622, - [SMALL_STATE(6564)] = 306643, - [SMALL_STATE(6565)] = 306664, - [SMALL_STATE(6566)] = 306685, - [SMALL_STATE(6567)] = 306706, - [SMALL_STATE(6568)] = 306727, - [SMALL_STATE(6569)] = 306748, - [SMALL_STATE(6570)] = 306769, - [SMALL_STATE(6571)] = 306790, - [SMALL_STATE(6572)] = 306811, - [SMALL_STATE(6573)] = 306832, - [SMALL_STATE(6574)] = 306853, - [SMALL_STATE(6575)] = 306874, - [SMALL_STATE(6576)] = 306895, - [SMALL_STATE(6577)] = 306916, - [SMALL_STATE(6578)] = 306937, - [SMALL_STATE(6579)] = 306958, - [SMALL_STATE(6580)] = 306979, - [SMALL_STATE(6581)] = 307000, - [SMALL_STATE(6582)] = 307021, - [SMALL_STATE(6583)] = 307042, - [SMALL_STATE(6584)] = 307063, - [SMALL_STATE(6585)] = 307084, - [SMALL_STATE(6586)] = 307105, - [SMALL_STATE(6587)] = 307126, - [SMALL_STATE(6588)] = 307147, - [SMALL_STATE(6589)] = 307168, - [SMALL_STATE(6590)] = 307189, - [SMALL_STATE(6591)] = 307210, - [SMALL_STATE(6592)] = 307231, - [SMALL_STATE(6593)] = 307252, - [SMALL_STATE(6594)] = 307273, - [SMALL_STATE(6595)] = 307294, - [SMALL_STATE(6596)] = 307315, - [SMALL_STATE(6597)] = 307336, - [SMALL_STATE(6598)] = 307357, - [SMALL_STATE(6599)] = 307378, - [SMALL_STATE(6600)] = 307399, - [SMALL_STATE(6601)] = 307420, - [SMALL_STATE(6602)] = 307441, - [SMALL_STATE(6603)] = 307462, - [SMALL_STATE(6604)] = 307481, - [SMALL_STATE(6605)] = 307502, - [SMALL_STATE(6606)] = 307523, - [SMALL_STATE(6607)] = 307544, - [SMALL_STATE(6608)] = 307565, - [SMALL_STATE(6609)] = 307586, - [SMALL_STATE(6610)] = 307607, - [SMALL_STATE(6611)] = 307626, - [SMALL_STATE(6612)] = 307647, - [SMALL_STATE(6613)] = 307666, - [SMALL_STATE(6614)] = 307687, - [SMALL_STATE(6615)] = 307708, - [SMALL_STATE(6616)] = 307727, - [SMALL_STATE(6617)] = 307748, - [SMALL_STATE(6618)] = 307769, - [SMALL_STATE(6619)] = 307790, - [SMALL_STATE(6620)] = 307811, - [SMALL_STATE(6621)] = 307832, - [SMALL_STATE(6622)] = 307853, - [SMALL_STATE(6623)] = 307874, - [SMALL_STATE(6624)] = 307893, - [SMALL_STATE(6625)] = 307914, - [SMALL_STATE(6626)] = 307935, - [SMALL_STATE(6627)] = 307953, - [SMALL_STATE(6628)] = 307971, - [SMALL_STATE(6629)] = 307989, - [SMALL_STATE(6630)] = 308007, - [SMALL_STATE(6631)] = 308025, - [SMALL_STATE(6632)] = 308043, - [SMALL_STATE(6633)] = 308061, - [SMALL_STATE(6634)] = 308079, - [SMALL_STATE(6635)] = 308097, - [SMALL_STATE(6636)] = 308115, - [SMALL_STATE(6637)] = 308133, - [SMALL_STATE(6638)] = 308151, - [SMALL_STATE(6639)] = 308169, - [SMALL_STATE(6640)] = 308187, - [SMALL_STATE(6641)] = 308205, - [SMALL_STATE(6642)] = 308223, - [SMALL_STATE(6643)] = 308241, - [SMALL_STATE(6644)] = 308259, - [SMALL_STATE(6645)] = 308277, - [SMALL_STATE(6646)] = 308295, - [SMALL_STATE(6647)] = 308313, - [SMALL_STATE(6648)] = 308331, - [SMALL_STATE(6649)] = 308349, - [SMALL_STATE(6650)] = 308367, - [SMALL_STATE(6651)] = 308385, - [SMALL_STATE(6652)] = 308403, - [SMALL_STATE(6653)] = 308421, - [SMALL_STATE(6654)] = 308439, - [SMALL_STATE(6655)] = 308457, - [SMALL_STATE(6656)] = 308475, - [SMALL_STATE(6657)] = 308493, - [SMALL_STATE(6658)] = 308511, - [SMALL_STATE(6659)] = 308529, - [SMALL_STATE(6660)] = 308547, - [SMALL_STATE(6661)] = 308565, - [SMALL_STATE(6662)] = 308583, - [SMALL_STATE(6663)] = 308601, - [SMALL_STATE(6664)] = 308619, - [SMALL_STATE(6665)] = 308637, - [SMALL_STATE(6666)] = 308655, - [SMALL_STATE(6667)] = 308673, - [SMALL_STATE(6668)] = 308691, - [SMALL_STATE(6669)] = 308709, - [SMALL_STATE(6670)] = 308727, - [SMALL_STATE(6671)] = 308745, - [SMALL_STATE(6672)] = 308763, - [SMALL_STATE(6673)] = 308781, - [SMALL_STATE(6674)] = 308799, - [SMALL_STATE(6675)] = 308817, - [SMALL_STATE(6676)] = 308835, - [SMALL_STATE(6677)] = 308853, - [SMALL_STATE(6678)] = 308871, - [SMALL_STATE(6679)] = 308889, - [SMALL_STATE(6680)] = 308907, - [SMALL_STATE(6681)] = 308925, - [SMALL_STATE(6682)] = 308943, - [SMALL_STATE(6683)] = 308961, - [SMALL_STATE(6684)] = 308979, - [SMALL_STATE(6685)] = 308997, - [SMALL_STATE(6686)] = 309015, - [SMALL_STATE(6687)] = 309033, - [SMALL_STATE(6688)] = 309051, - [SMALL_STATE(6689)] = 309069, - [SMALL_STATE(6690)] = 309087, - [SMALL_STATE(6691)] = 309105, - [SMALL_STATE(6692)] = 309123, - [SMALL_STATE(6693)] = 309141, - [SMALL_STATE(6694)] = 309159, - [SMALL_STATE(6695)] = 309177, - [SMALL_STATE(6696)] = 309195, - [SMALL_STATE(6697)] = 309213, - [SMALL_STATE(6698)] = 309231, - [SMALL_STATE(6699)] = 309249, - [SMALL_STATE(6700)] = 309267, - [SMALL_STATE(6701)] = 309285, - [SMALL_STATE(6702)] = 309303, - [SMALL_STATE(6703)] = 309321, - [SMALL_STATE(6704)] = 309339, - [SMALL_STATE(6705)] = 309357, - [SMALL_STATE(6706)] = 309375, - [SMALL_STATE(6707)] = 309393, - [SMALL_STATE(6708)] = 309411, - [SMALL_STATE(6709)] = 309429, - [SMALL_STATE(6710)] = 309447, - [SMALL_STATE(6711)] = 309465, - [SMALL_STATE(6712)] = 309483, - [SMALL_STATE(6713)] = 309501, - [SMALL_STATE(6714)] = 309519, - [SMALL_STATE(6715)] = 309537, - [SMALL_STATE(6716)] = 309555, - [SMALL_STATE(6717)] = 309573, - [SMALL_STATE(6718)] = 309591, - [SMALL_STATE(6719)] = 309609, - [SMALL_STATE(6720)] = 309627, - [SMALL_STATE(6721)] = 309645, - [SMALL_STATE(6722)] = 309663, - [SMALL_STATE(6723)] = 309681, - [SMALL_STATE(6724)] = 309699, - [SMALL_STATE(6725)] = 309717, - [SMALL_STATE(6726)] = 309735, - [SMALL_STATE(6727)] = 309753, - [SMALL_STATE(6728)] = 309771, - [SMALL_STATE(6729)] = 309789, - [SMALL_STATE(6730)] = 309807, - [SMALL_STATE(6731)] = 309825, - [SMALL_STATE(6732)] = 309843, - [SMALL_STATE(6733)] = 309861, - [SMALL_STATE(6734)] = 309879, - [SMALL_STATE(6735)] = 309897, - [SMALL_STATE(6736)] = 309915, - [SMALL_STATE(6737)] = 309933, - [SMALL_STATE(6738)] = 309951, - [SMALL_STATE(6739)] = 309969, - [SMALL_STATE(6740)] = 309987, - [SMALL_STATE(6741)] = 310005, - [SMALL_STATE(6742)] = 310023, - [SMALL_STATE(6743)] = 310041, - [SMALL_STATE(6744)] = 310059, - [SMALL_STATE(6745)] = 310077, - [SMALL_STATE(6746)] = 310095, - [SMALL_STATE(6747)] = 310113, - [SMALL_STATE(6748)] = 310131, - [SMALL_STATE(6749)] = 310149, - [SMALL_STATE(6750)] = 310167, - [SMALL_STATE(6751)] = 310185, - [SMALL_STATE(6752)] = 310203, - [SMALL_STATE(6753)] = 310221, - [SMALL_STATE(6754)] = 310239, - [SMALL_STATE(6755)] = 310257, - [SMALL_STATE(6756)] = 310275, - [SMALL_STATE(6757)] = 310293, - [SMALL_STATE(6758)] = 310311, - [SMALL_STATE(6759)] = 310329, - [SMALL_STATE(6760)] = 310347, - [SMALL_STATE(6761)] = 310365, - [SMALL_STATE(6762)] = 310383, - [SMALL_STATE(6763)] = 310401, - [SMALL_STATE(6764)] = 310419, - [SMALL_STATE(6765)] = 310437, - [SMALL_STATE(6766)] = 310455, - [SMALL_STATE(6767)] = 310473, - [SMALL_STATE(6768)] = 310491, - [SMALL_STATE(6769)] = 310509, - [SMALL_STATE(6770)] = 310527, - [SMALL_STATE(6771)] = 310545, - [SMALL_STATE(6772)] = 310563, - [SMALL_STATE(6773)] = 310581, - [SMALL_STATE(6774)] = 310599, - [SMALL_STATE(6775)] = 310617, - [SMALL_STATE(6776)] = 310635, - [SMALL_STATE(6777)] = 310653, - [SMALL_STATE(6778)] = 310671, - [SMALL_STATE(6779)] = 310689, - [SMALL_STATE(6780)] = 310707, - [SMALL_STATE(6781)] = 310725, - [SMALL_STATE(6782)] = 310743, - [SMALL_STATE(6783)] = 310761, - [SMALL_STATE(6784)] = 310779, - [SMALL_STATE(6785)] = 310797, - [SMALL_STATE(6786)] = 310815, - [SMALL_STATE(6787)] = 310833, - [SMALL_STATE(6788)] = 310851, - [SMALL_STATE(6789)] = 310869, - [SMALL_STATE(6790)] = 310887, - [SMALL_STATE(6791)] = 310905, - [SMALL_STATE(6792)] = 310923, - [SMALL_STATE(6793)] = 310941, - [SMALL_STATE(6794)] = 310959, - [SMALL_STATE(6795)] = 310977, - [SMALL_STATE(6796)] = 310995, - [SMALL_STATE(6797)] = 311013, - [SMALL_STATE(6798)] = 311031, - [SMALL_STATE(6799)] = 311049, - [SMALL_STATE(6800)] = 311067, - [SMALL_STATE(6801)] = 311085, - [SMALL_STATE(6802)] = 311103, - [SMALL_STATE(6803)] = 311121, - [SMALL_STATE(6804)] = 311139, - [SMALL_STATE(6805)] = 311157, - [SMALL_STATE(6806)] = 311175, - [SMALL_STATE(6807)] = 311193, - [SMALL_STATE(6808)] = 311211, - [SMALL_STATE(6809)] = 311229, - [SMALL_STATE(6810)] = 311247, - [SMALL_STATE(6811)] = 311265, - [SMALL_STATE(6812)] = 311283, - [SMALL_STATE(6813)] = 311301, - [SMALL_STATE(6814)] = 311319, - [SMALL_STATE(6815)] = 311337, - [SMALL_STATE(6816)] = 311355, - [SMALL_STATE(6817)] = 311373, - [SMALL_STATE(6818)] = 311391, - [SMALL_STATE(6819)] = 311409, - [SMALL_STATE(6820)] = 311427, - [SMALL_STATE(6821)] = 311445, - [SMALL_STATE(6822)] = 311463, - [SMALL_STATE(6823)] = 311481, - [SMALL_STATE(6824)] = 311499, - [SMALL_STATE(6825)] = 311517, - [SMALL_STATE(6826)] = 311535, - [SMALL_STATE(6827)] = 311553, - [SMALL_STATE(6828)] = 311571, - [SMALL_STATE(6829)] = 311589, - [SMALL_STATE(6830)] = 311607, - [SMALL_STATE(6831)] = 311625, - [SMALL_STATE(6832)] = 311643, - [SMALL_STATE(6833)] = 311661, - [SMALL_STATE(6834)] = 311679, - [SMALL_STATE(6835)] = 311697, - [SMALL_STATE(6836)] = 311715, - [SMALL_STATE(6837)] = 311733, - [SMALL_STATE(6838)] = 311751, - [SMALL_STATE(6839)] = 311769, - [SMALL_STATE(6840)] = 311787, - [SMALL_STATE(6841)] = 311805, - [SMALL_STATE(6842)] = 311823, - [SMALL_STATE(6843)] = 311841, - [SMALL_STATE(6844)] = 311859, - [SMALL_STATE(6845)] = 311877, - [SMALL_STATE(6846)] = 311895, - [SMALL_STATE(6847)] = 311913, - [SMALL_STATE(6848)] = 311931, - [SMALL_STATE(6849)] = 311949, - [SMALL_STATE(6850)] = 311967, - [SMALL_STATE(6851)] = 311985, - [SMALL_STATE(6852)] = 312003, - [SMALL_STATE(6853)] = 312021, - [SMALL_STATE(6854)] = 312039, - [SMALL_STATE(6855)] = 312057, - [SMALL_STATE(6856)] = 312075, - [SMALL_STATE(6857)] = 312093, - [SMALL_STATE(6858)] = 312111, - [SMALL_STATE(6859)] = 312129, - [SMALL_STATE(6860)] = 312147, - [SMALL_STATE(6861)] = 312165, - [SMALL_STATE(6862)] = 312183, - [SMALL_STATE(6863)] = 312201, - [SMALL_STATE(6864)] = 312219, - [SMALL_STATE(6865)] = 312237, - [SMALL_STATE(6866)] = 312255, - [SMALL_STATE(6867)] = 312273, - [SMALL_STATE(6868)] = 312291, - [SMALL_STATE(6869)] = 312309, - [SMALL_STATE(6870)] = 312327, - [SMALL_STATE(6871)] = 312345, - [SMALL_STATE(6872)] = 312363, - [SMALL_STATE(6873)] = 312381, - [SMALL_STATE(6874)] = 312399, - [SMALL_STATE(6875)] = 312417, - [SMALL_STATE(6876)] = 312435, - [SMALL_STATE(6877)] = 312453, - [SMALL_STATE(6878)] = 312471, - [SMALL_STATE(6879)] = 312489, - [SMALL_STATE(6880)] = 312507, - [SMALL_STATE(6881)] = 312525, - [SMALL_STATE(6882)] = 312543, - [SMALL_STATE(6883)] = 312561, - [SMALL_STATE(6884)] = 312579, - [SMALL_STATE(6885)] = 312597, - [SMALL_STATE(6886)] = 312615, - [SMALL_STATE(6887)] = 312633, - [SMALL_STATE(6888)] = 312651, - [SMALL_STATE(6889)] = 312669, - [SMALL_STATE(6890)] = 312687, - [SMALL_STATE(6891)] = 312705, - [SMALL_STATE(6892)] = 312723, - [SMALL_STATE(6893)] = 312741, - [SMALL_STATE(6894)] = 312759, - [SMALL_STATE(6895)] = 312777, - [SMALL_STATE(6896)] = 312795, - [SMALL_STATE(6897)] = 312813, - [SMALL_STATE(6898)] = 312831, - [SMALL_STATE(6899)] = 312849, - [SMALL_STATE(6900)] = 312867, - [SMALL_STATE(6901)] = 312885, - [SMALL_STATE(6902)] = 312903, - [SMALL_STATE(6903)] = 312921, - [SMALL_STATE(6904)] = 312939, - [SMALL_STATE(6905)] = 312957, - [SMALL_STATE(6906)] = 312975, - [SMALL_STATE(6907)] = 312993, - [SMALL_STATE(6908)] = 313011, - [SMALL_STATE(6909)] = 313029, - [SMALL_STATE(6910)] = 313047, - [SMALL_STATE(6911)] = 313065, - [SMALL_STATE(6912)] = 313083, - [SMALL_STATE(6913)] = 313101, - [SMALL_STATE(6914)] = 313119, - [SMALL_STATE(6915)] = 313137, - [SMALL_STATE(6916)] = 313155, - [SMALL_STATE(6917)] = 313173, - [SMALL_STATE(6918)] = 313191, - [SMALL_STATE(6919)] = 313209, - [SMALL_STATE(6920)] = 313227, - [SMALL_STATE(6921)] = 313245, - [SMALL_STATE(6922)] = 313263, - [SMALL_STATE(6923)] = 313281, - [SMALL_STATE(6924)] = 313299, - [SMALL_STATE(6925)] = 313317, - [SMALL_STATE(6926)] = 313335, - [SMALL_STATE(6927)] = 313353, - [SMALL_STATE(6928)] = 313371, - [SMALL_STATE(6929)] = 313389, - [SMALL_STATE(6930)] = 313407, - [SMALL_STATE(6931)] = 313425, - [SMALL_STATE(6932)] = 313443, - [SMALL_STATE(6933)] = 313461, - [SMALL_STATE(6934)] = 313479, - [SMALL_STATE(6935)] = 313497, - [SMALL_STATE(6936)] = 313515, - [SMALL_STATE(6937)] = 313533, - [SMALL_STATE(6938)] = 313551, - [SMALL_STATE(6939)] = 313569, - [SMALL_STATE(6940)] = 313587, - [SMALL_STATE(6941)] = 313605, - [SMALL_STATE(6942)] = 313623, - [SMALL_STATE(6943)] = 313641, - [SMALL_STATE(6944)] = 313659, - [SMALL_STATE(6945)] = 313677, - [SMALL_STATE(6946)] = 313695, - [SMALL_STATE(6947)] = 313713, - [SMALL_STATE(6948)] = 313731, - [SMALL_STATE(6949)] = 313749, - [SMALL_STATE(6950)] = 313767, - [SMALL_STATE(6951)] = 313785, - [SMALL_STATE(6952)] = 313803, - [SMALL_STATE(6953)] = 313821, - [SMALL_STATE(6954)] = 313839, - [SMALL_STATE(6955)] = 313857, - [SMALL_STATE(6956)] = 313875, - [SMALL_STATE(6957)] = 313893, - [SMALL_STATE(6958)] = 313911, - [SMALL_STATE(6959)] = 313929, - [SMALL_STATE(6960)] = 313947, - [SMALL_STATE(6961)] = 313965, - [SMALL_STATE(6962)] = 313983, - [SMALL_STATE(6963)] = 314001, - [SMALL_STATE(6964)] = 314019, - [SMALL_STATE(6965)] = 314037, - [SMALL_STATE(6966)] = 314055, - [SMALL_STATE(6967)] = 314073, - [SMALL_STATE(6968)] = 314091, - [SMALL_STATE(6969)] = 314109, - [SMALL_STATE(6970)] = 314127, - [SMALL_STATE(6971)] = 314145, - [SMALL_STATE(6972)] = 314163, - [SMALL_STATE(6973)] = 314181, - [SMALL_STATE(6974)] = 314199, - [SMALL_STATE(6975)] = 314217, - [SMALL_STATE(6976)] = 314235, - [SMALL_STATE(6977)] = 314253, - [SMALL_STATE(6978)] = 314271, - [SMALL_STATE(6979)] = 314289, - [SMALL_STATE(6980)] = 314307, - [SMALL_STATE(6981)] = 314325, - [SMALL_STATE(6982)] = 314343, - [SMALL_STATE(6983)] = 314361, - [SMALL_STATE(6984)] = 314379, - [SMALL_STATE(6985)] = 314397, - [SMALL_STATE(6986)] = 314415, - [SMALL_STATE(6987)] = 314433, - [SMALL_STATE(6988)] = 314451, - [SMALL_STATE(6989)] = 314469, - [SMALL_STATE(6990)] = 314487, - [SMALL_STATE(6991)] = 314505, - [SMALL_STATE(6992)] = 314523, - [SMALL_STATE(6993)] = 314541, - [SMALL_STATE(6994)] = 314559, - [SMALL_STATE(6995)] = 314577, - [SMALL_STATE(6996)] = 314595, - [SMALL_STATE(6997)] = 314613, - [SMALL_STATE(6998)] = 314631, - [SMALL_STATE(6999)] = 314649, - [SMALL_STATE(7000)] = 314667, - [SMALL_STATE(7001)] = 314685, - [SMALL_STATE(7002)] = 314703, - [SMALL_STATE(7003)] = 314721, - [SMALL_STATE(7004)] = 314739, - [SMALL_STATE(7005)] = 314757, - [SMALL_STATE(7006)] = 314775, - [SMALL_STATE(7007)] = 314793, - [SMALL_STATE(7008)] = 314811, - [SMALL_STATE(7009)] = 314829, - [SMALL_STATE(7010)] = 314847, - [SMALL_STATE(7011)] = 314865, - [SMALL_STATE(7012)] = 314883, - [SMALL_STATE(7013)] = 314901, - [SMALL_STATE(7014)] = 314919, - [SMALL_STATE(7015)] = 314937, - [SMALL_STATE(7016)] = 314955, - [SMALL_STATE(7017)] = 314973, - [SMALL_STATE(7018)] = 314991, - [SMALL_STATE(7019)] = 315009, - [SMALL_STATE(7020)] = 315027, - [SMALL_STATE(7021)] = 315045, - [SMALL_STATE(7022)] = 315063, - [SMALL_STATE(7023)] = 315081, - [SMALL_STATE(7024)] = 315099, - [SMALL_STATE(7025)] = 315117, - [SMALL_STATE(7026)] = 315135, - [SMALL_STATE(7027)] = 315153, - [SMALL_STATE(7028)] = 315171, - [SMALL_STATE(7029)] = 315189, - [SMALL_STATE(7030)] = 315207, - [SMALL_STATE(7031)] = 315225, - [SMALL_STATE(7032)] = 315243, - [SMALL_STATE(7033)] = 315261, - [SMALL_STATE(7034)] = 315279, - [SMALL_STATE(7035)] = 315297, - [SMALL_STATE(7036)] = 315315, - [SMALL_STATE(7037)] = 315333, - [SMALL_STATE(7038)] = 315351, - [SMALL_STATE(7039)] = 315369, - [SMALL_STATE(7040)] = 315387, - [SMALL_STATE(7041)] = 315405, - [SMALL_STATE(7042)] = 315423, - [SMALL_STATE(7043)] = 315441, - [SMALL_STATE(7044)] = 315459, - [SMALL_STATE(7045)] = 315477, - [SMALL_STATE(7046)] = 315495, - [SMALL_STATE(7047)] = 315513, - [SMALL_STATE(7048)] = 315531, - [SMALL_STATE(7049)] = 315549, - [SMALL_STATE(7050)] = 315567, - [SMALL_STATE(7051)] = 315585, - [SMALL_STATE(7052)] = 315603, - [SMALL_STATE(7053)] = 315621, - [SMALL_STATE(7054)] = 315639, - [SMALL_STATE(7055)] = 315657, - [SMALL_STATE(7056)] = 315675, - [SMALL_STATE(7057)] = 315693, - [SMALL_STATE(7058)] = 315711, - [SMALL_STATE(7059)] = 315729, - [SMALL_STATE(7060)] = 315747, - [SMALL_STATE(7061)] = 315765, - [SMALL_STATE(7062)] = 315783, - [SMALL_STATE(7063)] = 315801, - [SMALL_STATE(7064)] = 315819, - [SMALL_STATE(7065)] = 315837, - [SMALL_STATE(7066)] = 315855, - [SMALL_STATE(7067)] = 315873, - [SMALL_STATE(7068)] = 315891, - [SMALL_STATE(7069)] = 315909, - [SMALL_STATE(7070)] = 315927, - [SMALL_STATE(7071)] = 315945, - [SMALL_STATE(7072)] = 315963, - [SMALL_STATE(7073)] = 315981, - [SMALL_STATE(7074)] = 315999, - [SMALL_STATE(7075)] = 316017, - [SMALL_STATE(7076)] = 316035, - [SMALL_STATE(7077)] = 316053, - [SMALL_STATE(7078)] = 316071, - [SMALL_STATE(7079)] = 316089, - [SMALL_STATE(7080)] = 316107, - [SMALL_STATE(7081)] = 316125, - [SMALL_STATE(7082)] = 316143, - [SMALL_STATE(7083)] = 316161, - [SMALL_STATE(7084)] = 316179, - [SMALL_STATE(7085)] = 316197, - [SMALL_STATE(7086)] = 316215, - [SMALL_STATE(7087)] = 316233, - [SMALL_STATE(7088)] = 316251, - [SMALL_STATE(7089)] = 316269, - [SMALL_STATE(7090)] = 316287, - [SMALL_STATE(7091)] = 316305, - [SMALL_STATE(7092)] = 316323, - [SMALL_STATE(7093)] = 316341, - [SMALL_STATE(7094)] = 316359, - [SMALL_STATE(7095)] = 316377, - [SMALL_STATE(7096)] = 316395, - [SMALL_STATE(7097)] = 316413, - [SMALL_STATE(7098)] = 316431, - [SMALL_STATE(7099)] = 316449, - [SMALL_STATE(7100)] = 316467, - [SMALL_STATE(7101)] = 316485, - [SMALL_STATE(7102)] = 316503, - [SMALL_STATE(7103)] = 316521, - [SMALL_STATE(7104)] = 316539, - [SMALL_STATE(7105)] = 316557, - [SMALL_STATE(7106)] = 316575, - [SMALL_STATE(7107)] = 316593, - [SMALL_STATE(7108)] = 316611, - [SMALL_STATE(7109)] = 316629, - [SMALL_STATE(7110)] = 316647, - [SMALL_STATE(7111)] = 316665, - [SMALL_STATE(7112)] = 316683, - [SMALL_STATE(7113)] = 316701, - [SMALL_STATE(7114)] = 316719, - [SMALL_STATE(7115)] = 316737, - [SMALL_STATE(7116)] = 316755, - [SMALL_STATE(7117)] = 316773, - [SMALL_STATE(7118)] = 316791, - [SMALL_STATE(7119)] = 316809, - [SMALL_STATE(7120)] = 316827, - [SMALL_STATE(7121)] = 316845, - [SMALL_STATE(7122)] = 316863, - [SMALL_STATE(7123)] = 316881, - [SMALL_STATE(7124)] = 316899, - [SMALL_STATE(7125)] = 316917, - [SMALL_STATE(7126)] = 316935, - [SMALL_STATE(7127)] = 316953, - [SMALL_STATE(7128)] = 316971, - [SMALL_STATE(7129)] = 316989, - [SMALL_STATE(7130)] = 317007, - [SMALL_STATE(7131)] = 317025, - [SMALL_STATE(7132)] = 317043, - [SMALL_STATE(7133)] = 317061, - [SMALL_STATE(7134)] = 317079, - [SMALL_STATE(7135)] = 317097, - [SMALL_STATE(7136)] = 317115, - [SMALL_STATE(7137)] = 317133, - [SMALL_STATE(7138)] = 317151, - [SMALL_STATE(7139)] = 317169, - [SMALL_STATE(7140)] = 317187, - [SMALL_STATE(7141)] = 317205, - [SMALL_STATE(7142)] = 317223, - [SMALL_STATE(7143)] = 317241, - [SMALL_STATE(7144)] = 317259, - [SMALL_STATE(7145)] = 317277, - [SMALL_STATE(7146)] = 317295, - [SMALL_STATE(7147)] = 317313, - [SMALL_STATE(7148)] = 317331, - [SMALL_STATE(7149)] = 317349, - [SMALL_STATE(7150)] = 317367, - [SMALL_STATE(7151)] = 317385, - [SMALL_STATE(7152)] = 317403, - [SMALL_STATE(7153)] = 317421, - [SMALL_STATE(7154)] = 317439, - [SMALL_STATE(7155)] = 317457, - [SMALL_STATE(7156)] = 317475, - [SMALL_STATE(7157)] = 317493, - [SMALL_STATE(7158)] = 317511, - [SMALL_STATE(7159)] = 317529, - [SMALL_STATE(7160)] = 317547, - [SMALL_STATE(7161)] = 317565, - [SMALL_STATE(7162)] = 317583, - [SMALL_STATE(7163)] = 317601, - [SMALL_STATE(7164)] = 317619, - [SMALL_STATE(7165)] = 317637, - [SMALL_STATE(7166)] = 317655, - [SMALL_STATE(7167)] = 317673, - [SMALL_STATE(7168)] = 317691, - [SMALL_STATE(7169)] = 317709, - [SMALL_STATE(7170)] = 317727, - [SMALL_STATE(7171)] = 317745, - [SMALL_STATE(7172)] = 317763, - [SMALL_STATE(7173)] = 317781, - [SMALL_STATE(7174)] = 317799, - [SMALL_STATE(7175)] = 317817, - [SMALL_STATE(7176)] = 317835, - [SMALL_STATE(7177)] = 317853, - [SMALL_STATE(7178)] = 317871, - [SMALL_STATE(7179)] = 317889, - [SMALL_STATE(7180)] = 317907, - [SMALL_STATE(7181)] = 317925, - [SMALL_STATE(7182)] = 317943, - [SMALL_STATE(7183)] = 317961, - [SMALL_STATE(7184)] = 317979, - [SMALL_STATE(7185)] = 317997, - [SMALL_STATE(7186)] = 318015, - [SMALL_STATE(7187)] = 318033, - [SMALL_STATE(7188)] = 318051, - [SMALL_STATE(7189)] = 318069, - [SMALL_STATE(7190)] = 318087, - [SMALL_STATE(7191)] = 318105, - [SMALL_STATE(7192)] = 318123, - [SMALL_STATE(7193)] = 318141, - [SMALL_STATE(7194)] = 318159, - [SMALL_STATE(7195)] = 318177, - [SMALL_STATE(7196)] = 318195, - [SMALL_STATE(7197)] = 318213, - [SMALL_STATE(7198)] = 318231, - [SMALL_STATE(7199)] = 318249, - [SMALL_STATE(7200)] = 318267, - [SMALL_STATE(7201)] = 318285, - [SMALL_STATE(7202)] = 318303, - [SMALL_STATE(7203)] = 318321, - [SMALL_STATE(7204)] = 318339, - [SMALL_STATE(7205)] = 318357, - [SMALL_STATE(7206)] = 318375, - [SMALL_STATE(7207)] = 318393, - [SMALL_STATE(7208)] = 318411, - [SMALL_STATE(7209)] = 318429, - [SMALL_STATE(7210)] = 318447, - [SMALL_STATE(7211)] = 318465, - [SMALL_STATE(7212)] = 318483, - [SMALL_STATE(7213)] = 318501, - [SMALL_STATE(7214)] = 318519, - [SMALL_STATE(7215)] = 318537, - [SMALL_STATE(7216)] = 318555, - [SMALL_STATE(7217)] = 318573, - [SMALL_STATE(7218)] = 318591, - [SMALL_STATE(7219)] = 318609, - [SMALL_STATE(7220)] = 318627, - [SMALL_STATE(7221)] = 318645, - [SMALL_STATE(7222)] = 318663, - [SMALL_STATE(7223)] = 318681, - [SMALL_STATE(7224)] = 318699, - [SMALL_STATE(7225)] = 318717, - [SMALL_STATE(7226)] = 318735, - [SMALL_STATE(7227)] = 318753, - [SMALL_STATE(7228)] = 318771, - [SMALL_STATE(7229)] = 318789, - [SMALL_STATE(7230)] = 318807, - [SMALL_STATE(7231)] = 318825, - [SMALL_STATE(7232)] = 318843, - [SMALL_STATE(7233)] = 318861, - [SMALL_STATE(7234)] = 318879, - [SMALL_STATE(7235)] = 318897, - [SMALL_STATE(7236)] = 318915, - [SMALL_STATE(7237)] = 318933, - [SMALL_STATE(7238)] = 318951, - [SMALL_STATE(7239)] = 318969, - [SMALL_STATE(7240)] = 318987, - [SMALL_STATE(7241)] = 319005, - [SMALL_STATE(7242)] = 319023, - [SMALL_STATE(7243)] = 319041, - [SMALL_STATE(7244)] = 319059, - [SMALL_STATE(7245)] = 319077, - [SMALL_STATE(7246)] = 319095, - [SMALL_STATE(7247)] = 319113, - [SMALL_STATE(7248)] = 319131, - [SMALL_STATE(7249)] = 319149, - [SMALL_STATE(7250)] = 319167, - [SMALL_STATE(7251)] = 319185, - [SMALL_STATE(7252)] = 319203, - [SMALL_STATE(7253)] = 319221, - [SMALL_STATE(7254)] = 319239, - [SMALL_STATE(7255)] = 319257, - [SMALL_STATE(7256)] = 319275, - [SMALL_STATE(7257)] = 319293, - [SMALL_STATE(7258)] = 319311, - [SMALL_STATE(7259)] = 319329, - [SMALL_STATE(7260)] = 319347, - [SMALL_STATE(7261)] = 319365, - [SMALL_STATE(7262)] = 319383, - [SMALL_STATE(7263)] = 319401, - [SMALL_STATE(7264)] = 319419, - [SMALL_STATE(7265)] = 319437, - [SMALL_STATE(7266)] = 319455, - [SMALL_STATE(7267)] = 319473, - [SMALL_STATE(7268)] = 319491, - [SMALL_STATE(7269)] = 319509, - [SMALL_STATE(7270)] = 319527, - [SMALL_STATE(7271)] = 319545, - [SMALL_STATE(7272)] = 319563, - [SMALL_STATE(7273)] = 319581, - [SMALL_STATE(7274)] = 319599, - [SMALL_STATE(7275)] = 319617, - [SMALL_STATE(7276)] = 319635, - [SMALL_STATE(7277)] = 319653, - [SMALL_STATE(7278)] = 319671, - [SMALL_STATE(7279)] = 319689, - [SMALL_STATE(7280)] = 319707, - [SMALL_STATE(7281)] = 319725, - [SMALL_STATE(7282)] = 319743, - [SMALL_STATE(7283)] = 319761, - [SMALL_STATE(7284)] = 319779, - [SMALL_STATE(7285)] = 319797, - [SMALL_STATE(7286)] = 319815, - [SMALL_STATE(7287)] = 319833, - [SMALL_STATE(7288)] = 319851, - [SMALL_STATE(7289)] = 319869, - [SMALL_STATE(7290)] = 319887, - [SMALL_STATE(7291)] = 319905, - [SMALL_STATE(7292)] = 319923, - [SMALL_STATE(7293)] = 319941, - [SMALL_STATE(7294)] = 319959, - [SMALL_STATE(7295)] = 319977, - [SMALL_STATE(7296)] = 319995, - [SMALL_STATE(7297)] = 320013, - [SMALL_STATE(7298)] = 320031, - [SMALL_STATE(7299)] = 320049, - [SMALL_STATE(7300)] = 320067, - [SMALL_STATE(7301)] = 320085, - [SMALL_STATE(7302)] = 320103, - [SMALL_STATE(7303)] = 320121, - [SMALL_STATE(7304)] = 320139, - [SMALL_STATE(7305)] = 320157, - [SMALL_STATE(7306)] = 320175, - [SMALL_STATE(7307)] = 320193, - [SMALL_STATE(7308)] = 320211, - [SMALL_STATE(7309)] = 320229, - [SMALL_STATE(7310)] = 320247, - [SMALL_STATE(7311)] = 320265, - [SMALL_STATE(7312)] = 320283, - [SMALL_STATE(7313)] = 320301, - [SMALL_STATE(7314)] = 320319, - [SMALL_STATE(7315)] = 320337, - [SMALL_STATE(7316)] = 320355, - [SMALL_STATE(7317)] = 320373, - [SMALL_STATE(7318)] = 320391, - [SMALL_STATE(7319)] = 320409, - [SMALL_STATE(7320)] = 320427, - [SMALL_STATE(7321)] = 320445, - [SMALL_STATE(7322)] = 320463, - [SMALL_STATE(7323)] = 320481, - [SMALL_STATE(7324)] = 320499, - [SMALL_STATE(7325)] = 320517, - [SMALL_STATE(7326)] = 320535, - [SMALL_STATE(7327)] = 320553, - [SMALL_STATE(7328)] = 320571, - [SMALL_STATE(7329)] = 320589, - [SMALL_STATE(7330)] = 320607, - [SMALL_STATE(7331)] = 320625, - [SMALL_STATE(7332)] = 320643, - [SMALL_STATE(7333)] = 320661, - [SMALL_STATE(7334)] = 320679, - [SMALL_STATE(7335)] = 320697, - [SMALL_STATE(7336)] = 320715, - [SMALL_STATE(7337)] = 320733, - [SMALL_STATE(7338)] = 320751, - [SMALL_STATE(7339)] = 320769, - [SMALL_STATE(7340)] = 320787, - [SMALL_STATE(7341)] = 320805, - [SMALL_STATE(7342)] = 320823, - [SMALL_STATE(7343)] = 320841, - [SMALL_STATE(7344)] = 320859, - [SMALL_STATE(7345)] = 320877, - [SMALL_STATE(7346)] = 320895, - [SMALL_STATE(7347)] = 320913, - [SMALL_STATE(7348)] = 320931, - [SMALL_STATE(7349)] = 320949, - [SMALL_STATE(7350)] = 320967, - [SMALL_STATE(7351)] = 320985, - [SMALL_STATE(7352)] = 321003, - [SMALL_STATE(7353)] = 321021, - [SMALL_STATE(7354)] = 321039, - [SMALL_STATE(7355)] = 321057, - [SMALL_STATE(7356)] = 321075, - [SMALL_STATE(7357)] = 321093, - [SMALL_STATE(7358)] = 321111, - [SMALL_STATE(7359)] = 321129, - [SMALL_STATE(7360)] = 321147, - [SMALL_STATE(7361)] = 321165, - [SMALL_STATE(7362)] = 321183, - [SMALL_STATE(7363)] = 321201, - [SMALL_STATE(7364)] = 321219, - [SMALL_STATE(7365)] = 321237, - [SMALL_STATE(7366)] = 321255, - [SMALL_STATE(7367)] = 321273, - [SMALL_STATE(7368)] = 321291, - [SMALL_STATE(7369)] = 321309, - [SMALL_STATE(7370)] = 321327, - [SMALL_STATE(7371)] = 321345, - [SMALL_STATE(7372)] = 321363, - [SMALL_STATE(7373)] = 321381, - [SMALL_STATE(7374)] = 321399, - [SMALL_STATE(7375)] = 321417, - [SMALL_STATE(7376)] = 321435, - [SMALL_STATE(7377)] = 321453, - [SMALL_STATE(7378)] = 321471, - [SMALL_STATE(7379)] = 321489, - [SMALL_STATE(7380)] = 321507, - [SMALL_STATE(7381)] = 321525, - [SMALL_STATE(7382)] = 321543, - [SMALL_STATE(7383)] = 321561, - [SMALL_STATE(7384)] = 321579, - [SMALL_STATE(7385)] = 321597, - [SMALL_STATE(7386)] = 321615, - [SMALL_STATE(7387)] = 321633, - [SMALL_STATE(7388)] = 321651, - [SMALL_STATE(7389)] = 321669, - [SMALL_STATE(7390)] = 321687, - [SMALL_STATE(7391)] = 321705, - [SMALL_STATE(7392)] = 321723, - [SMALL_STATE(7393)] = 321741, - [SMALL_STATE(7394)] = 321759, - [SMALL_STATE(7395)] = 321777, - [SMALL_STATE(7396)] = 321795, - [SMALL_STATE(7397)] = 321813, - [SMALL_STATE(7398)] = 321831, - [SMALL_STATE(7399)] = 321849, - [SMALL_STATE(7400)] = 321867, - [SMALL_STATE(7401)] = 321885, - [SMALL_STATE(7402)] = 321903, - [SMALL_STATE(7403)] = 321921, - [SMALL_STATE(7404)] = 321939, - [SMALL_STATE(7405)] = 321957, - [SMALL_STATE(7406)] = 321975, - [SMALL_STATE(7407)] = 321993, - [SMALL_STATE(7408)] = 322011, - [SMALL_STATE(7409)] = 322029, - [SMALL_STATE(7410)] = 322047, - [SMALL_STATE(7411)] = 322065, - [SMALL_STATE(7412)] = 322083, - [SMALL_STATE(7413)] = 322101, - [SMALL_STATE(7414)] = 322119, - [SMALL_STATE(7415)] = 322137, - [SMALL_STATE(7416)] = 322155, - [SMALL_STATE(7417)] = 322173, - [SMALL_STATE(7418)] = 322191, - [SMALL_STATE(7419)] = 322209, - [SMALL_STATE(7420)] = 322227, - [SMALL_STATE(7421)] = 322245, - [SMALL_STATE(7422)] = 322263, - [SMALL_STATE(7423)] = 322281, - [SMALL_STATE(7424)] = 322299, - [SMALL_STATE(7425)] = 322317, - [SMALL_STATE(7426)] = 322335, - [SMALL_STATE(7427)] = 322353, - [SMALL_STATE(7428)] = 322371, - [SMALL_STATE(7429)] = 322389, - [SMALL_STATE(7430)] = 322407, - [SMALL_STATE(7431)] = 322425, - [SMALL_STATE(7432)] = 322443, - [SMALL_STATE(7433)] = 322461, - [SMALL_STATE(7434)] = 322479, - [SMALL_STATE(7435)] = 322497, - [SMALL_STATE(7436)] = 322515, - [SMALL_STATE(7437)] = 322533, - [SMALL_STATE(7438)] = 322551, - [SMALL_STATE(7439)] = 322569, - [SMALL_STATE(7440)] = 322587, - [SMALL_STATE(7441)] = 322605, - [SMALL_STATE(7442)] = 322623, - [SMALL_STATE(7443)] = 322641, - [SMALL_STATE(7444)] = 322659, - [SMALL_STATE(7445)] = 322677, - [SMALL_STATE(7446)] = 322695, - [SMALL_STATE(7447)] = 322713, - [SMALL_STATE(7448)] = 322731, - [SMALL_STATE(7449)] = 322749, - [SMALL_STATE(7450)] = 322767, - [SMALL_STATE(7451)] = 322785, - [SMALL_STATE(7452)] = 322803, - [SMALL_STATE(7453)] = 322821, - [SMALL_STATE(7454)] = 322839, - [SMALL_STATE(7455)] = 322857, - [SMALL_STATE(7456)] = 322875, - [SMALL_STATE(7457)] = 322893, - [SMALL_STATE(7458)] = 322911, - [SMALL_STATE(7459)] = 322929, - [SMALL_STATE(7460)] = 322947, - [SMALL_STATE(7461)] = 322965, - [SMALL_STATE(7462)] = 322983, - [SMALL_STATE(7463)] = 323001, - [SMALL_STATE(7464)] = 323019, - [SMALL_STATE(7465)] = 323037, - [SMALL_STATE(7466)] = 323055, - [SMALL_STATE(7467)] = 323073, - [SMALL_STATE(7468)] = 323091, - [SMALL_STATE(7469)] = 323109, - [SMALL_STATE(7470)] = 323127, - [SMALL_STATE(7471)] = 323145, - [SMALL_STATE(7472)] = 323163, - [SMALL_STATE(7473)] = 323181, - [SMALL_STATE(7474)] = 323199, - [SMALL_STATE(7475)] = 323217, - [SMALL_STATE(7476)] = 323235, - [SMALL_STATE(7477)] = 323253, - [SMALL_STATE(7478)] = 323271, - [SMALL_STATE(7479)] = 323289, - [SMALL_STATE(7480)] = 323307, - [SMALL_STATE(7481)] = 323325, - [SMALL_STATE(7482)] = 323343, - [SMALL_STATE(7483)] = 323361, - [SMALL_STATE(7484)] = 323379, - [SMALL_STATE(7485)] = 323397, - [SMALL_STATE(7486)] = 323415, - [SMALL_STATE(7487)] = 323433, - [SMALL_STATE(7488)] = 323451, - [SMALL_STATE(7489)] = 323469, - [SMALL_STATE(7490)] = 323487, - [SMALL_STATE(7491)] = 323505, - [SMALL_STATE(7492)] = 323523, - [SMALL_STATE(7493)] = 323541, - [SMALL_STATE(7494)] = 323559, - [SMALL_STATE(7495)] = 323577, - [SMALL_STATE(7496)] = 323595, - [SMALL_STATE(7497)] = 323613, - [SMALL_STATE(7498)] = 323631, - [SMALL_STATE(7499)] = 323649, - [SMALL_STATE(7500)] = 323667, - [SMALL_STATE(7501)] = 323685, - [SMALL_STATE(7502)] = 323703, - [SMALL_STATE(7503)] = 323721, - [SMALL_STATE(7504)] = 323739, - [SMALL_STATE(7505)] = 323757, - [SMALL_STATE(7506)] = 323775, - [SMALL_STATE(7507)] = 323793, - [SMALL_STATE(7508)] = 323811, - [SMALL_STATE(7509)] = 323829, - [SMALL_STATE(7510)] = 323847, - [SMALL_STATE(7511)] = 323865, - [SMALL_STATE(7512)] = 323883, - [SMALL_STATE(7513)] = 323901, - [SMALL_STATE(7514)] = 323919, - [SMALL_STATE(7515)] = 323937, - [SMALL_STATE(7516)] = 323955, - [SMALL_STATE(7517)] = 323973, - [SMALL_STATE(7518)] = 323991, - [SMALL_STATE(7519)] = 324009, - [SMALL_STATE(7520)] = 324027, - [SMALL_STATE(7521)] = 324045, - [SMALL_STATE(7522)] = 324063, - [SMALL_STATE(7523)] = 324081, - [SMALL_STATE(7524)] = 324099, - [SMALL_STATE(7525)] = 324117, - [SMALL_STATE(7526)] = 324135, - [SMALL_STATE(7527)] = 324153, - [SMALL_STATE(7528)] = 324171, - [SMALL_STATE(7529)] = 324189, - [SMALL_STATE(7530)] = 324207, - [SMALL_STATE(7531)] = 324225, - [SMALL_STATE(7532)] = 324243, - [SMALL_STATE(7533)] = 324261, - [SMALL_STATE(7534)] = 324279, - [SMALL_STATE(7535)] = 324297, - [SMALL_STATE(7536)] = 324315, - [SMALL_STATE(7537)] = 324333, - [SMALL_STATE(7538)] = 324351, - [SMALL_STATE(7539)] = 324369, - [SMALL_STATE(7540)] = 324387, - [SMALL_STATE(7541)] = 324405, - [SMALL_STATE(7542)] = 324423, - [SMALL_STATE(7543)] = 324441, - [SMALL_STATE(7544)] = 324459, - [SMALL_STATE(7545)] = 324477, - [SMALL_STATE(7546)] = 324495, - [SMALL_STATE(7547)] = 324513, - [SMALL_STATE(7548)] = 324531, - [SMALL_STATE(7549)] = 324549, - [SMALL_STATE(7550)] = 324567, - [SMALL_STATE(7551)] = 324585, - [SMALL_STATE(7552)] = 324603, - [SMALL_STATE(7553)] = 324621, - [SMALL_STATE(7554)] = 324639, - [SMALL_STATE(7555)] = 324657, - [SMALL_STATE(7556)] = 324675, - [SMALL_STATE(7557)] = 324693, - [SMALL_STATE(7558)] = 324711, - [SMALL_STATE(7559)] = 324729, - [SMALL_STATE(7560)] = 324747, - [SMALL_STATE(7561)] = 324765, - [SMALL_STATE(7562)] = 324783, - [SMALL_STATE(7563)] = 324801, - [SMALL_STATE(7564)] = 324819, - [SMALL_STATE(7565)] = 324837, - [SMALL_STATE(7566)] = 324855, - [SMALL_STATE(7567)] = 324873, - [SMALL_STATE(7568)] = 324891, - [SMALL_STATE(7569)] = 324909, - [SMALL_STATE(7570)] = 324927, - [SMALL_STATE(7571)] = 324945, - [SMALL_STATE(7572)] = 324963, - [SMALL_STATE(7573)] = 324981, - [SMALL_STATE(7574)] = 324999, - [SMALL_STATE(7575)] = 325017, - [SMALL_STATE(7576)] = 325035, - [SMALL_STATE(7577)] = 325053, - [SMALL_STATE(7578)] = 325071, - [SMALL_STATE(7579)] = 325089, - [SMALL_STATE(7580)] = 325107, - [SMALL_STATE(7581)] = 325125, - [SMALL_STATE(7582)] = 325143, - [SMALL_STATE(7583)] = 325161, - [SMALL_STATE(7584)] = 325179, - [SMALL_STATE(7585)] = 325197, - [SMALL_STATE(7586)] = 325215, - [SMALL_STATE(7587)] = 325233, - [SMALL_STATE(7588)] = 325251, - [SMALL_STATE(7589)] = 325269, - [SMALL_STATE(7590)] = 325287, - [SMALL_STATE(7591)] = 325305, - [SMALL_STATE(7592)] = 325323, - [SMALL_STATE(7593)] = 325341, - [SMALL_STATE(7594)] = 325359, - [SMALL_STATE(7595)] = 325377, - [SMALL_STATE(7596)] = 325395, - [SMALL_STATE(7597)] = 325413, - [SMALL_STATE(7598)] = 325431, - [SMALL_STATE(7599)] = 325449, - [SMALL_STATE(7600)] = 325467, - [SMALL_STATE(7601)] = 325485, - [SMALL_STATE(7602)] = 325503, - [SMALL_STATE(7603)] = 325521, - [SMALL_STATE(7604)] = 325539, - [SMALL_STATE(7605)] = 325557, - [SMALL_STATE(7606)] = 325575, - [SMALL_STATE(7607)] = 325593, - [SMALL_STATE(7608)] = 325611, - [SMALL_STATE(7609)] = 325629, - [SMALL_STATE(7610)] = 325647, - [SMALL_STATE(7611)] = 325665, - [SMALL_STATE(7612)] = 325683, - [SMALL_STATE(7613)] = 325701, - [SMALL_STATE(7614)] = 325719, - [SMALL_STATE(7615)] = 325737, - [SMALL_STATE(7616)] = 325755, - [SMALL_STATE(7617)] = 325773, - [SMALL_STATE(7618)] = 325791, - [SMALL_STATE(7619)] = 325809, - [SMALL_STATE(7620)] = 325827, - [SMALL_STATE(7621)] = 325845, - [SMALL_STATE(7622)] = 325863, - [SMALL_STATE(7623)] = 325881, - [SMALL_STATE(7624)] = 325899, - [SMALL_STATE(7625)] = 325917, - [SMALL_STATE(7626)] = 325935, - [SMALL_STATE(7627)] = 325953, - [SMALL_STATE(7628)] = 325971, - [SMALL_STATE(7629)] = 325989, - [SMALL_STATE(7630)] = 326007, - [SMALL_STATE(7631)] = 326025, - [SMALL_STATE(7632)] = 326043, - [SMALL_STATE(7633)] = 326061, - [SMALL_STATE(7634)] = 326079, - [SMALL_STATE(7635)] = 326097, - [SMALL_STATE(7636)] = 326115, - [SMALL_STATE(7637)] = 326133, - [SMALL_STATE(7638)] = 326151, - [SMALL_STATE(7639)] = 326169, - [SMALL_STATE(7640)] = 326187, - [SMALL_STATE(7641)] = 326205, - [SMALL_STATE(7642)] = 326223, - [SMALL_STATE(7643)] = 326241, - [SMALL_STATE(7644)] = 326259, - [SMALL_STATE(7645)] = 326277, - [SMALL_STATE(7646)] = 326295, - [SMALL_STATE(7647)] = 326313, - [SMALL_STATE(7648)] = 326331, - [SMALL_STATE(7649)] = 326349, - [SMALL_STATE(7650)] = 326367, - [SMALL_STATE(7651)] = 326385, - [SMALL_STATE(7652)] = 326403, - [SMALL_STATE(7653)] = 326421, - [SMALL_STATE(7654)] = 326439, - [SMALL_STATE(7655)] = 326457, - [SMALL_STATE(7656)] = 326475, - [SMALL_STATE(7657)] = 326493, - [SMALL_STATE(7658)] = 326511, - [SMALL_STATE(7659)] = 326529, - [SMALL_STATE(7660)] = 326547, - [SMALL_STATE(7661)] = 326565, - [SMALL_STATE(7662)] = 326583, - [SMALL_STATE(7663)] = 326601, - [SMALL_STATE(7664)] = 326619, - [SMALL_STATE(7665)] = 326637, - [SMALL_STATE(7666)] = 326655, - [SMALL_STATE(7667)] = 326673, - [SMALL_STATE(7668)] = 326691, - [SMALL_STATE(7669)] = 326709, - [SMALL_STATE(7670)] = 326727, - [SMALL_STATE(7671)] = 326745, - [SMALL_STATE(7672)] = 326763, - [SMALL_STATE(7673)] = 326781, - [SMALL_STATE(7674)] = 326799, - [SMALL_STATE(7675)] = 326817, - [SMALL_STATE(7676)] = 326835, - [SMALL_STATE(7677)] = 326853, - [SMALL_STATE(7678)] = 326871, - [SMALL_STATE(7679)] = 326889, - [SMALL_STATE(7680)] = 326907, - [SMALL_STATE(7681)] = 326925, - [SMALL_STATE(7682)] = 326943, - [SMALL_STATE(7683)] = 326961, - [SMALL_STATE(7684)] = 326979, - [SMALL_STATE(7685)] = 326997, - [SMALL_STATE(7686)] = 327015, - [SMALL_STATE(7687)] = 327033, - [SMALL_STATE(7688)] = 327051, - [SMALL_STATE(7689)] = 327069, - [SMALL_STATE(7690)] = 327087, - [SMALL_STATE(7691)] = 327105, - [SMALL_STATE(7692)] = 327123, - [SMALL_STATE(7693)] = 327141, - [SMALL_STATE(7694)] = 327159, - [SMALL_STATE(7695)] = 327177, - [SMALL_STATE(7696)] = 327195, - [SMALL_STATE(7697)] = 327213, - [SMALL_STATE(7698)] = 327231, - [SMALL_STATE(7699)] = 327249, - [SMALL_STATE(7700)] = 327267, - [SMALL_STATE(7701)] = 327285, - [SMALL_STATE(7702)] = 327303, - [SMALL_STATE(7703)] = 327321, - [SMALL_STATE(7704)] = 327339, - [SMALL_STATE(7705)] = 327357, - [SMALL_STATE(7706)] = 327375, - [SMALL_STATE(7707)] = 327393, - [SMALL_STATE(7708)] = 327411, - [SMALL_STATE(7709)] = 327429, - [SMALL_STATE(7710)] = 327447, - [SMALL_STATE(7711)] = 327465, - [SMALL_STATE(7712)] = 327483, - [SMALL_STATE(7713)] = 327501, - [SMALL_STATE(7714)] = 327519, - [SMALL_STATE(7715)] = 327537, - [SMALL_STATE(7716)] = 327555, - [SMALL_STATE(7717)] = 327573, - [SMALL_STATE(7718)] = 327591, - [SMALL_STATE(7719)] = 327609, - [SMALL_STATE(7720)] = 327627, - [SMALL_STATE(7721)] = 327645, - [SMALL_STATE(7722)] = 327663, - [SMALL_STATE(7723)] = 327681, - [SMALL_STATE(7724)] = 327699, - [SMALL_STATE(7725)] = 327717, - [SMALL_STATE(7726)] = 327735, - [SMALL_STATE(7727)] = 327753, - [SMALL_STATE(7728)] = 327771, - [SMALL_STATE(7729)] = 327789, - [SMALL_STATE(7730)] = 327807, - [SMALL_STATE(7731)] = 327825, - [SMALL_STATE(7732)] = 327843, - [SMALL_STATE(7733)] = 327861, - [SMALL_STATE(7734)] = 327879, - [SMALL_STATE(7735)] = 327897, - [SMALL_STATE(7736)] = 327915, - [SMALL_STATE(7737)] = 327933, - [SMALL_STATE(7738)] = 327951, - [SMALL_STATE(7739)] = 327969, - [SMALL_STATE(7740)] = 327987, - [SMALL_STATE(7741)] = 328005, - [SMALL_STATE(7742)] = 328023, - [SMALL_STATE(7743)] = 328041, - [SMALL_STATE(7744)] = 328059, - [SMALL_STATE(7745)] = 328077, - [SMALL_STATE(7746)] = 328095, - [SMALL_STATE(7747)] = 328113, - [SMALL_STATE(7748)] = 328131, - [SMALL_STATE(7749)] = 328149, - [SMALL_STATE(7750)] = 328167, - [SMALL_STATE(7751)] = 328185, - [SMALL_STATE(7752)] = 328203, - [SMALL_STATE(7753)] = 328221, - [SMALL_STATE(7754)] = 328239, - [SMALL_STATE(7755)] = 328257, - [SMALL_STATE(7756)] = 328275, - [SMALL_STATE(7757)] = 328293, - [SMALL_STATE(7758)] = 328311, - [SMALL_STATE(7759)] = 328329, - [SMALL_STATE(7760)] = 328347, - [SMALL_STATE(7761)] = 328365, - [SMALL_STATE(7762)] = 328383, - [SMALL_STATE(7763)] = 328401, - [SMALL_STATE(7764)] = 328419, - [SMALL_STATE(7765)] = 328437, - [SMALL_STATE(7766)] = 328455, - [SMALL_STATE(7767)] = 328473, - [SMALL_STATE(7768)] = 328491, - [SMALL_STATE(7769)] = 328509, - [SMALL_STATE(7770)] = 328527, - [SMALL_STATE(7771)] = 328545, - [SMALL_STATE(7772)] = 328563, - [SMALL_STATE(7773)] = 328581, - [SMALL_STATE(7774)] = 328599, - [SMALL_STATE(7775)] = 328617, - [SMALL_STATE(7776)] = 328635, - [SMALL_STATE(7777)] = 328653, - [SMALL_STATE(7778)] = 328671, - [SMALL_STATE(7779)] = 328689, - [SMALL_STATE(7780)] = 328707, - [SMALL_STATE(7781)] = 328725, - [SMALL_STATE(7782)] = 328743, - [SMALL_STATE(7783)] = 328761, - [SMALL_STATE(7784)] = 328779, - [SMALL_STATE(7785)] = 328797, - [SMALL_STATE(7786)] = 328815, - [SMALL_STATE(7787)] = 328833, - [SMALL_STATE(7788)] = 328851, - [SMALL_STATE(7789)] = 328869, - [SMALL_STATE(7790)] = 328887, - [SMALL_STATE(7791)] = 328905, - [SMALL_STATE(7792)] = 328923, - [SMALL_STATE(7793)] = 328941, - [SMALL_STATE(7794)] = 328959, - [SMALL_STATE(7795)] = 328977, - [SMALL_STATE(7796)] = 328995, - [SMALL_STATE(7797)] = 329013, - [SMALL_STATE(7798)] = 329031, - [SMALL_STATE(7799)] = 329049, - [SMALL_STATE(7800)] = 329067, - [SMALL_STATE(7801)] = 329085, - [SMALL_STATE(7802)] = 329103, - [SMALL_STATE(7803)] = 329121, - [SMALL_STATE(7804)] = 329139, - [SMALL_STATE(7805)] = 329157, - [SMALL_STATE(7806)] = 329175, - [SMALL_STATE(7807)] = 329193, - [SMALL_STATE(7808)] = 329211, - [SMALL_STATE(7809)] = 329229, - [SMALL_STATE(7810)] = 329247, - [SMALL_STATE(7811)] = 329265, - [SMALL_STATE(7812)] = 329283, - [SMALL_STATE(7813)] = 329301, - [SMALL_STATE(7814)] = 329319, - [SMALL_STATE(7815)] = 329337, - [SMALL_STATE(7816)] = 329355, - [SMALL_STATE(7817)] = 329373, - [SMALL_STATE(7818)] = 329391, - [SMALL_STATE(7819)] = 329409, - [SMALL_STATE(7820)] = 329427, - [SMALL_STATE(7821)] = 329445, - [SMALL_STATE(7822)] = 329463, - [SMALL_STATE(7823)] = 329481, - [SMALL_STATE(7824)] = 329499, - [SMALL_STATE(7825)] = 329517, - [SMALL_STATE(7826)] = 329535, - [SMALL_STATE(7827)] = 329553, - [SMALL_STATE(7828)] = 329571, - [SMALL_STATE(7829)] = 329589, - [SMALL_STATE(7830)] = 329607, - [SMALL_STATE(7831)] = 329625, - [SMALL_STATE(7832)] = 329643, - [SMALL_STATE(7833)] = 329661, - [SMALL_STATE(7834)] = 329679, - [SMALL_STATE(7835)] = 329697, - [SMALL_STATE(7836)] = 329715, - [SMALL_STATE(7837)] = 329733, - [SMALL_STATE(7838)] = 329751, - [SMALL_STATE(7839)] = 329769, - [SMALL_STATE(7840)] = 329787, - [SMALL_STATE(7841)] = 329805, - [SMALL_STATE(7842)] = 329823, - [SMALL_STATE(7843)] = 329841, - [SMALL_STATE(7844)] = 329859, - [SMALL_STATE(7845)] = 329877, - [SMALL_STATE(7846)] = 329895, - [SMALL_STATE(7847)] = 329913, - [SMALL_STATE(7848)] = 329931, - [SMALL_STATE(7849)] = 329949, - [SMALL_STATE(7850)] = 329967, - [SMALL_STATE(7851)] = 329985, - [SMALL_STATE(7852)] = 330003, - [SMALL_STATE(7853)] = 330021, - [SMALL_STATE(7854)] = 330039, - [SMALL_STATE(7855)] = 330057, - [SMALL_STATE(7856)] = 330075, - [SMALL_STATE(7857)] = 330093, - [SMALL_STATE(7858)] = 330111, - [SMALL_STATE(7859)] = 330129, - [SMALL_STATE(7860)] = 330147, - [SMALL_STATE(7861)] = 330165, - [SMALL_STATE(7862)] = 330183, - [SMALL_STATE(7863)] = 330201, - [SMALL_STATE(7864)] = 330219, - [SMALL_STATE(7865)] = 330237, - [SMALL_STATE(7866)] = 330255, - [SMALL_STATE(7867)] = 330273, - [SMALL_STATE(7868)] = 330291, - [SMALL_STATE(7869)] = 330309, - [SMALL_STATE(7870)] = 330327, - [SMALL_STATE(7871)] = 330345, - [SMALL_STATE(7872)] = 330363, - [SMALL_STATE(7873)] = 330381, - [SMALL_STATE(7874)] = 330399, - [SMALL_STATE(7875)] = 330417, - [SMALL_STATE(7876)] = 330435, - [SMALL_STATE(7877)] = 330453, - [SMALL_STATE(7878)] = 330471, - [SMALL_STATE(7879)] = 330489, - [SMALL_STATE(7880)] = 330507, - [SMALL_STATE(7881)] = 330525, - [SMALL_STATE(7882)] = 330543, - [SMALL_STATE(7883)] = 330561, - [SMALL_STATE(7884)] = 330579, - [SMALL_STATE(7885)] = 330597, - [SMALL_STATE(7886)] = 330615, - [SMALL_STATE(7887)] = 330633, - [SMALL_STATE(7888)] = 330651, - [SMALL_STATE(7889)] = 330669, - [SMALL_STATE(7890)] = 330687, - [SMALL_STATE(7891)] = 330705, - [SMALL_STATE(7892)] = 330723, - [SMALL_STATE(7893)] = 330741, - [SMALL_STATE(7894)] = 330759, - [SMALL_STATE(7895)] = 330777, - [SMALL_STATE(7896)] = 330795, - [SMALL_STATE(7897)] = 330813, - [SMALL_STATE(7898)] = 330831, - [SMALL_STATE(7899)] = 330849, - [SMALL_STATE(7900)] = 330867, - [SMALL_STATE(7901)] = 330885, - [SMALL_STATE(7902)] = 330903, - [SMALL_STATE(7903)] = 330921, - [SMALL_STATE(7904)] = 330939, - [SMALL_STATE(7905)] = 330957, - [SMALL_STATE(7906)] = 330975, - [SMALL_STATE(7907)] = 330993, - [SMALL_STATE(7908)] = 331011, - [SMALL_STATE(7909)] = 331029, - [SMALL_STATE(7910)] = 331047, - [SMALL_STATE(7911)] = 331065, - [SMALL_STATE(7912)] = 331083, - [SMALL_STATE(7913)] = 331101, - [SMALL_STATE(7914)] = 331119, - [SMALL_STATE(7915)] = 331137, - [SMALL_STATE(7916)] = 331155, - [SMALL_STATE(7917)] = 331173, - [SMALL_STATE(7918)] = 331191, - [SMALL_STATE(7919)] = 331209, - [SMALL_STATE(7920)] = 331227, - [SMALL_STATE(7921)] = 331245, - [SMALL_STATE(7922)] = 331263, - [SMALL_STATE(7923)] = 331281, - [SMALL_STATE(7924)] = 331299, - [SMALL_STATE(7925)] = 331317, - [SMALL_STATE(7926)] = 331335, - [SMALL_STATE(7927)] = 331353, - [SMALL_STATE(7928)] = 331371, - [SMALL_STATE(7929)] = 331389, - [SMALL_STATE(7930)] = 331407, - [SMALL_STATE(7931)] = 331425, - [SMALL_STATE(7932)] = 331443, - [SMALL_STATE(7933)] = 331461, - [SMALL_STATE(7934)] = 331479, - [SMALL_STATE(7935)] = 331497, - [SMALL_STATE(7936)] = 331515, - [SMALL_STATE(7937)] = 331533, - [SMALL_STATE(7938)] = 331551, - [SMALL_STATE(7939)] = 331569, - [SMALL_STATE(7940)] = 331587, - [SMALL_STATE(7941)] = 331605, - [SMALL_STATE(7942)] = 331623, - [SMALL_STATE(7943)] = 331641, - [SMALL_STATE(7944)] = 331659, - [SMALL_STATE(7945)] = 331677, - [SMALL_STATE(7946)] = 331695, - [SMALL_STATE(7947)] = 331713, - [SMALL_STATE(7948)] = 331731, - [SMALL_STATE(7949)] = 331749, - [SMALL_STATE(7950)] = 331767, - [SMALL_STATE(7951)] = 331785, - [SMALL_STATE(7952)] = 331803, - [SMALL_STATE(7953)] = 331821, - [SMALL_STATE(7954)] = 331839, - [SMALL_STATE(7955)] = 331857, - [SMALL_STATE(7956)] = 331875, - [SMALL_STATE(7957)] = 331893, - [SMALL_STATE(7958)] = 331911, - [SMALL_STATE(7959)] = 331929, - [SMALL_STATE(7960)] = 331947, - [SMALL_STATE(7961)] = 331965, - [SMALL_STATE(7962)] = 331983, - [SMALL_STATE(7963)] = 332001, - [SMALL_STATE(7964)] = 332019, - [SMALL_STATE(7965)] = 332037, - [SMALL_STATE(7966)] = 332055, - [SMALL_STATE(7967)] = 332073, - [SMALL_STATE(7968)] = 332091, - [SMALL_STATE(7969)] = 332109, - [SMALL_STATE(7970)] = 332127, - [SMALL_STATE(7971)] = 332145, - [SMALL_STATE(7972)] = 332163, - [SMALL_STATE(7973)] = 332181, - [SMALL_STATE(7974)] = 332199, - [SMALL_STATE(7975)] = 332217, - [SMALL_STATE(7976)] = 332235, - [SMALL_STATE(7977)] = 332253, - [SMALL_STATE(7978)] = 332271, - [SMALL_STATE(7979)] = 332289, - [SMALL_STATE(7980)] = 332307, - [SMALL_STATE(7981)] = 332325, - [SMALL_STATE(7982)] = 332343, - [SMALL_STATE(7983)] = 332361, - [SMALL_STATE(7984)] = 332379, - [SMALL_STATE(7985)] = 332397, - [SMALL_STATE(7986)] = 332415, - [SMALL_STATE(7987)] = 332433, - [SMALL_STATE(7988)] = 332451, - [SMALL_STATE(7989)] = 332469, - [SMALL_STATE(7990)] = 332487, - [SMALL_STATE(7991)] = 332505, - [SMALL_STATE(7992)] = 332523, - [SMALL_STATE(7993)] = 332541, - [SMALL_STATE(7994)] = 332559, - [SMALL_STATE(7995)] = 332577, - [SMALL_STATE(7996)] = 332595, - [SMALL_STATE(7997)] = 332613, - [SMALL_STATE(7998)] = 332631, - [SMALL_STATE(7999)] = 332649, - [SMALL_STATE(8000)] = 332667, - [SMALL_STATE(8001)] = 332685, - [SMALL_STATE(8002)] = 332703, - [SMALL_STATE(8003)] = 332721, - [SMALL_STATE(8004)] = 332739, - [SMALL_STATE(8005)] = 332757, - [SMALL_STATE(8006)] = 332775, - [SMALL_STATE(8007)] = 332793, - [SMALL_STATE(8008)] = 332811, - [SMALL_STATE(8009)] = 332829, - [SMALL_STATE(8010)] = 332847, - [SMALL_STATE(8011)] = 332865, - [SMALL_STATE(8012)] = 332883, - [SMALL_STATE(8013)] = 332901, - [SMALL_STATE(8014)] = 332919, - [SMALL_STATE(8015)] = 332937, - [SMALL_STATE(8016)] = 332955, - [SMALL_STATE(8017)] = 332973, - [SMALL_STATE(8018)] = 332991, - [SMALL_STATE(8019)] = 333009, - [SMALL_STATE(8020)] = 333027, - [SMALL_STATE(8021)] = 333045, - [SMALL_STATE(8022)] = 333063, - [SMALL_STATE(8023)] = 333081, - [SMALL_STATE(8024)] = 333099, - [SMALL_STATE(8025)] = 333117, - [SMALL_STATE(8026)] = 333135, - [SMALL_STATE(8027)] = 333153, - [SMALL_STATE(8028)] = 333171, - [SMALL_STATE(8029)] = 333189, - [SMALL_STATE(8030)] = 333207, - [SMALL_STATE(8031)] = 333225, - [SMALL_STATE(8032)] = 333243, - [SMALL_STATE(8033)] = 333261, - [SMALL_STATE(8034)] = 333279, - [SMALL_STATE(8035)] = 333297, - [SMALL_STATE(8036)] = 333315, - [SMALL_STATE(8037)] = 333333, - [SMALL_STATE(8038)] = 333351, - [SMALL_STATE(8039)] = 333369, - [SMALL_STATE(8040)] = 333387, - [SMALL_STATE(8041)] = 333405, - [SMALL_STATE(8042)] = 333423, - [SMALL_STATE(8043)] = 333441, - [SMALL_STATE(8044)] = 333459, - [SMALL_STATE(8045)] = 333477, - [SMALL_STATE(8046)] = 333495, - [SMALL_STATE(8047)] = 333513, - [SMALL_STATE(8048)] = 333531, - [SMALL_STATE(8049)] = 333549, - [SMALL_STATE(8050)] = 333567, - [SMALL_STATE(8051)] = 333585, - [SMALL_STATE(8052)] = 333603, - [SMALL_STATE(8053)] = 333621, - [SMALL_STATE(8054)] = 333639, - [SMALL_STATE(8055)] = 333657, - [SMALL_STATE(8056)] = 333675, - [SMALL_STATE(8057)] = 333693, - [SMALL_STATE(8058)] = 333711, - [SMALL_STATE(8059)] = 333729, - [SMALL_STATE(8060)] = 333747, - [SMALL_STATE(8061)] = 333765, - [SMALL_STATE(8062)] = 333783, - [SMALL_STATE(8063)] = 333801, - [SMALL_STATE(8064)] = 333819, - [SMALL_STATE(8065)] = 333837, - [SMALL_STATE(8066)] = 333855, - [SMALL_STATE(8067)] = 333873, - [SMALL_STATE(8068)] = 333891, - [SMALL_STATE(8069)] = 333909, - [SMALL_STATE(8070)] = 333927, - [SMALL_STATE(8071)] = 333945, - [SMALL_STATE(8072)] = 333963, - [SMALL_STATE(8073)] = 333981, - [SMALL_STATE(8074)] = 333999, - [SMALL_STATE(8075)] = 334017, - [SMALL_STATE(8076)] = 334035, - [SMALL_STATE(8077)] = 334053, - [SMALL_STATE(8078)] = 334071, - [SMALL_STATE(8079)] = 334089, - [SMALL_STATE(8080)] = 334107, - [SMALL_STATE(8081)] = 334125, - [SMALL_STATE(8082)] = 334143, - [SMALL_STATE(8083)] = 334161, - [SMALL_STATE(8084)] = 334179, - [SMALL_STATE(8085)] = 334197, - [SMALL_STATE(8086)] = 334215, - [SMALL_STATE(8087)] = 334233, - [SMALL_STATE(8088)] = 334251, - [SMALL_STATE(8089)] = 334269, - [SMALL_STATE(8090)] = 334287, - [SMALL_STATE(8091)] = 334305, - [SMALL_STATE(8092)] = 334323, - [SMALL_STATE(8093)] = 334341, - [SMALL_STATE(8094)] = 334359, - [SMALL_STATE(8095)] = 334377, - [SMALL_STATE(8096)] = 334395, - [SMALL_STATE(8097)] = 334413, - [SMALL_STATE(8098)] = 334431, - [SMALL_STATE(8099)] = 334449, - [SMALL_STATE(8100)] = 334467, - [SMALL_STATE(8101)] = 334485, - [SMALL_STATE(8102)] = 334503, - [SMALL_STATE(8103)] = 334521, - [SMALL_STATE(8104)] = 334539, - [SMALL_STATE(8105)] = 334557, - [SMALL_STATE(8106)] = 334575, - [SMALL_STATE(8107)] = 334593, - [SMALL_STATE(8108)] = 334611, - [SMALL_STATE(8109)] = 334629, - [SMALL_STATE(8110)] = 334647, - [SMALL_STATE(8111)] = 334665, - [SMALL_STATE(8112)] = 334683, - [SMALL_STATE(8113)] = 334701, - [SMALL_STATE(8114)] = 334719, - [SMALL_STATE(8115)] = 334737, - [SMALL_STATE(8116)] = 334755, - [SMALL_STATE(8117)] = 334773, - [SMALL_STATE(8118)] = 334791, - [SMALL_STATE(8119)] = 334809, - [SMALL_STATE(8120)] = 334827, - [SMALL_STATE(8121)] = 334845, - [SMALL_STATE(8122)] = 334863, - [SMALL_STATE(8123)] = 334881, - [SMALL_STATE(8124)] = 334899, - [SMALL_STATE(8125)] = 334917, - [SMALL_STATE(8126)] = 334935, - [SMALL_STATE(8127)] = 334953, - [SMALL_STATE(8128)] = 334971, - [SMALL_STATE(8129)] = 334989, - [SMALL_STATE(8130)] = 335007, - [SMALL_STATE(8131)] = 335025, - [SMALL_STATE(8132)] = 335043, - [SMALL_STATE(8133)] = 335061, - [SMALL_STATE(8134)] = 335079, - [SMALL_STATE(8135)] = 335097, - [SMALL_STATE(8136)] = 335115, - [SMALL_STATE(8137)] = 335133, - [SMALL_STATE(8138)] = 335151, - [SMALL_STATE(8139)] = 335169, - [SMALL_STATE(8140)] = 335187, - [SMALL_STATE(8141)] = 335205, - [SMALL_STATE(8142)] = 335223, - [SMALL_STATE(8143)] = 335241, - [SMALL_STATE(8144)] = 335259, - [SMALL_STATE(8145)] = 335277, - [SMALL_STATE(8146)] = 335295, - [SMALL_STATE(8147)] = 335313, - [SMALL_STATE(8148)] = 335331, - [SMALL_STATE(8149)] = 335349, - [SMALL_STATE(8150)] = 335367, - [SMALL_STATE(8151)] = 335385, - [SMALL_STATE(8152)] = 335403, - [SMALL_STATE(8153)] = 335421, - [SMALL_STATE(8154)] = 335439, - [SMALL_STATE(8155)] = 335457, - [SMALL_STATE(8156)] = 335475, - [SMALL_STATE(8157)] = 335493, - [SMALL_STATE(8158)] = 335511, - [SMALL_STATE(8159)] = 335529, - [SMALL_STATE(8160)] = 335547, - [SMALL_STATE(8161)] = 335565, - [SMALL_STATE(8162)] = 335583, - [SMALL_STATE(8163)] = 335601, - [SMALL_STATE(8164)] = 335619, - [SMALL_STATE(8165)] = 335637, - [SMALL_STATE(8166)] = 335655, - [SMALL_STATE(8167)] = 335673, - [SMALL_STATE(8168)] = 335691, - [SMALL_STATE(8169)] = 335709, - [SMALL_STATE(8170)] = 335727, - [SMALL_STATE(8171)] = 335745, - [SMALL_STATE(8172)] = 335763, - [SMALL_STATE(8173)] = 335781, - [SMALL_STATE(8174)] = 335799, - [SMALL_STATE(8175)] = 335817, - [SMALL_STATE(8176)] = 335835, - [SMALL_STATE(8177)] = 335853, - [SMALL_STATE(8178)] = 335871, - [SMALL_STATE(8179)] = 335889, - [SMALL_STATE(8180)] = 335907, - [SMALL_STATE(8181)] = 335925, - [SMALL_STATE(8182)] = 335943, - [SMALL_STATE(8183)] = 335961, - [SMALL_STATE(8184)] = 335979, - [SMALL_STATE(8185)] = 335997, - [SMALL_STATE(8186)] = 336015, - [SMALL_STATE(8187)] = 336033, - [SMALL_STATE(8188)] = 336051, - [SMALL_STATE(8189)] = 336069, - [SMALL_STATE(8190)] = 336087, - [SMALL_STATE(8191)] = 336105, - [SMALL_STATE(8192)] = 336123, - [SMALL_STATE(8193)] = 336141, - [SMALL_STATE(8194)] = 336159, - [SMALL_STATE(8195)] = 336177, - [SMALL_STATE(8196)] = 336195, - [SMALL_STATE(8197)] = 336213, - [SMALL_STATE(8198)] = 336231, - [SMALL_STATE(8199)] = 336249, - [SMALL_STATE(8200)] = 336267, - [SMALL_STATE(8201)] = 336285, - [SMALL_STATE(8202)] = 336303, - [SMALL_STATE(8203)] = 336321, - [SMALL_STATE(8204)] = 336339, - [SMALL_STATE(8205)] = 336357, - [SMALL_STATE(8206)] = 336375, - [SMALL_STATE(8207)] = 336393, - [SMALL_STATE(8208)] = 336411, - [SMALL_STATE(8209)] = 336429, - [SMALL_STATE(8210)] = 336447, - [SMALL_STATE(8211)] = 336465, - [SMALL_STATE(8212)] = 336483, - [SMALL_STATE(8213)] = 336501, - [SMALL_STATE(8214)] = 336519, - [SMALL_STATE(8215)] = 336537, - [SMALL_STATE(8216)] = 336555, - [SMALL_STATE(8217)] = 336573, - [SMALL_STATE(8218)] = 336591, - [SMALL_STATE(8219)] = 336609, - [SMALL_STATE(8220)] = 336627, - [SMALL_STATE(8221)] = 336645, - [SMALL_STATE(8222)] = 336663, - [SMALL_STATE(8223)] = 336681, - [SMALL_STATE(8224)] = 336699, - [SMALL_STATE(8225)] = 336717, - [SMALL_STATE(8226)] = 336735, - [SMALL_STATE(8227)] = 336753, - [SMALL_STATE(8228)] = 336771, - [SMALL_STATE(8229)] = 336789, - [SMALL_STATE(8230)] = 336807, - [SMALL_STATE(8231)] = 336825, - [SMALL_STATE(8232)] = 336843, - [SMALL_STATE(8233)] = 336861, - [SMALL_STATE(8234)] = 336879, - [SMALL_STATE(8235)] = 336897, - [SMALL_STATE(8236)] = 336915, - [SMALL_STATE(8237)] = 336933, - [SMALL_STATE(8238)] = 336951, - [SMALL_STATE(8239)] = 336969, - [SMALL_STATE(8240)] = 336987, - [SMALL_STATE(8241)] = 337005, - [SMALL_STATE(8242)] = 337023, - [SMALL_STATE(8243)] = 337041, - [SMALL_STATE(8244)] = 337059, - [SMALL_STATE(8245)] = 337077, - [SMALL_STATE(8246)] = 337095, - [SMALL_STATE(8247)] = 337113, - [SMALL_STATE(8248)] = 337131, - [SMALL_STATE(8249)] = 337149, - [SMALL_STATE(8250)] = 337167, - [SMALL_STATE(8251)] = 337185, - [SMALL_STATE(8252)] = 337203, - [SMALL_STATE(8253)] = 337221, - [SMALL_STATE(8254)] = 337239, - [SMALL_STATE(8255)] = 337257, - [SMALL_STATE(8256)] = 337275, - [SMALL_STATE(8257)] = 337293, - [SMALL_STATE(8258)] = 337311, - [SMALL_STATE(8259)] = 337329, - [SMALL_STATE(8260)] = 337347, - [SMALL_STATE(8261)] = 337365, - [SMALL_STATE(8262)] = 337383, - [SMALL_STATE(8263)] = 337401, - [SMALL_STATE(8264)] = 337419, - [SMALL_STATE(8265)] = 337437, - [SMALL_STATE(8266)] = 337455, - [SMALL_STATE(8267)] = 337473, - [SMALL_STATE(8268)] = 337491, - [SMALL_STATE(8269)] = 337509, - [SMALL_STATE(8270)] = 337527, - [SMALL_STATE(8271)] = 337545, - [SMALL_STATE(8272)] = 337563, - [SMALL_STATE(8273)] = 337581, - [SMALL_STATE(8274)] = 337599, - [SMALL_STATE(8275)] = 337617, - [SMALL_STATE(8276)] = 337635, - [SMALL_STATE(8277)] = 337653, - [SMALL_STATE(8278)] = 337671, - [SMALL_STATE(8279)] = 337689, - [SMALL_STATE(8280)] = 337707, - [SMALL_STATE(8281)] = 337725, - [SMALL_STATE(8282)] = 337743, - [SMALL_STATE(8283)] = 337761, - [SMALL_STATE(8284)] = 337779, - [SMALL_STATE(8285)] = 337797, - [SMALL_STATE(8286)] = 337815, - [SMALL_STATE(8287)] = 337833, - [SMALL_STATE(8288)] = 337851, - [SMALL_STATE(8289)] = 337869, - [SMALL_STATE(8290)] = 337887, - [SMALL_STATE(8291)] = 337905, - [SMALL_STATE(8292)] = 337923, - [SMALL_STATE(8293)] = 337941, - [SMALL_STATE(8294)] = 337959, - [SMALL_STATE(8295)] = 337977, - [SMALL_STATE(8296)] = 337995, - [SMALL_STATE(8297)] = 338013, - [SMALL_STATE(8298)] = 338031, - [SMALL_STATE(8299)] = 338049, - [SMALL_STATE(8300)] = 338067, - [SMALL_STATE(8301)] = 338085, - [SMALL_STATE(8302)] = 338103, - [SMALL_STATE(8303)] = 338121, - [SMALL_STATE(8304)] = 338139, - [SMALL_STATE(8305)] = 338157, - [SMALL_STATE(8306)] = 338175, - [SMALL_STATE(8307)] = 338193, - [SMALL_STATE(8308)] = 338211, - [SMALL_STATE(8309)] = 338229, - [SMALL_STATE(8310)] = 338247, - [SMALL_STATE(8311)] = 338265, - [SMALL_STATE(8312)] = 338283, - [SMALL_STATE(8313)] = 338301, - [SMALL_STATE(8314)] = 338319, - [SMALL_STATE(8315)] = 338337, - [SMALL_STATE(8316)] = 338355, - [SMALL_STATE(8317)] = 338373, - [SMALL_STATE(8318)] = 338391, - [SMALL_STATE(8319)] = 338409, - [SMALL_STATE(8320)] = 338427, - [SMALL_STATE(8321)] = 338445, - [SMALL_STATE(8322)] = 338463, - [SMALL_STATE(8323)] = 338481, - [SMALL_STATE(8324)] = 338499, - [SMALL_STATE(8325)] = 338517, - [SMALL_STATE(8326)] = 338535, - [SMALL_STATE(8327)] = 338553, - [SMALL_STATE(8328)] = 338571, - [SMALL_STATE(8329)] = 338589, - [SMALL_STATE(8330)] = 338607, - [SMALL_STATE(8331)] = 338625, - [SMALL_STATE(8332)] = 338643, - [SMALL_STATE(8333)] = 338661, - [SMALL_STATE(8334)] = 338679, - [SMALL_STATE(8335)] = 338697, - [SMALL_STATE(8336)] = 338715, - [SMALL_STATE(8337)] = 338733, - [SMALL_STATE(8338)] = 338751, - [SMALL_STATE(8339)] = 338769, - [SMALL_STATE(8340)] = 338787, - [SMALL_STATE(8341)] = 338805, - [SMALL_STATE(8342)] = 338823, - [SMALL_STATE(8343)] = 338841, - [SMALL_STATE(8344)] = 338859, - [SMALL_STATE(8345)] = 338877, - [SMALL_STATE(8346)] = 338895, - [SMALL_STATE(8347)] = 338913, - [SMALL_STATE(8348)] = 338931, - [SMALL_STATE(8349)] = 338949, - [SMALL_STATE(8350)] = 338953, - [SMALL_STATE(8351)] = 338957, + [SMALL_STATE(3628)] = 220184, + [SMALL_STATE(3629)] = 220238, + [SMALL_STATE(3630)] = 220288, + [SMALL_STATE(3631)] = 220338, + [SMALL_STATE(3632)] = 220388, + [SMALL_STATE(3633)] = 220438, + [SMALL_STATE(3634)] = 220488, + [SMALL_STATE(3635)] = 220538, + [SMALL_STATE(3636)] = 220588, + [SMALL_STATE(3637)] = 220638, + [SMALL_STATE(3638)] = 220688, + [SMALL_STATE(3639)] = 220738, + [SMALL_STATE(3640)] = 220788, + [SMALL_STATE(3641)] = 220840, + [SMALL_STATE(3642)] = 220894, + [SMALL_STATE(3643)] = 220948, + [SMALL_STATE(3644)] = 220990, + [SMALL_STATE(3645)] = 221040, + [SMALL_STATE(3646)] = 221094, + [SMALL_STATE(3647)] = 221148, + [SMALL_STATE(3648)] = 221182, + [SMALL_STATE(3649)] = 221232, + [SMALL_STATE(3650)] = 221282, + [SMALL_STATE(3651)] = 221324, + [SMALL_STATE(3652)] = 221374, + [SMALL_STATE(3653)] = 221414, + [SMALL_STATE(3654)] = 221466, + [SMALL_STATE(3655)] = 221518, + [SMALL_STATE(3656)] = 221560, + [SMALL_STATE(3657)] = 221610, + [SMALL_STATE(3658)] = 221662, + [SMALL_STATE(3659)] = 221712, + [SMALL_STATE(3660)] = 221764, + [SMALL_STATE(3661)] = 221814, + [SMALL_STATE(3662)] = 221864, + [SMALL_STATE(3663)] = 221916, + [SMALL_STATE(3664)] = 221958, + [SMALL_STATE(3665)] = 222000, + [SMALL_STATE(3666)] = 222052, + [SMALL_STATE(3667)] = 222094, + [SMALL_STATE(3668)] = 222148, + [SMALL_STATE(3669)] = 222202, + [SMALL_STATE(3670)] = 222235, + [SMALL_STATE(3671)] = 222268, + [SMALL_STATE(3672)] = 222307, + [SMALL_STATE(3673)] = 222340, + [SMALL_STATE(3674)] = 222373, + [SMALL_STATE(3675)] = 222420, + [SMALL_STATE(3676)] = 222467, + [SMALL_STATE(3677)] = 222506, + [SMALL_STATE(3678)] = 222539, + [SMALL_STATE(3679)] = 222572, + [SMALL_STATE(3680)] = 222625, + [SMALL_STATE(3681)] = 222672, + [SMALL_STATE(3682)] = 222725, + [SMALL_STATE(3683)] = 222778, + [SMALL_STATE(3684)] = 222831, + [SMALL_STATE(3685)] = 222884, + [SMALL_STATE(3686)] = 222937, + [SMALL_STATE(3687)] = 222990, + [SMALL_STATE(3688)] = 223043, + [SMALL_STATE(3689)] = 223076, + [SMALL_STATE(3690)] = 223129, + [SMALL_STATE(3691)] = 223182, + [SMALL_STATE(3692)] = 223235, + [SMALL_STATE(3693)] = 223288, + [SMALL_STATE(3694)] = 223341, + [SMALL_STATE(3695)] = 223394, + [SMALL_STATE(3696)] = 223447, + [SMALL_STATE(3697)] = 223500, + [SMALL_STATE(3698)] = 223553, + [SMALL_STATE(3699)] = 223606, + [SMALL_STATE(3700)] = 223659, + [SMALL_STATE(3701)] = 223712, + [SMALL_STATE(3702)] = 223765, + [SMALL_STATE(3703)] = 223818, + [SMALL_STATE(3704)] = 223871, + [SMALL_STATE(3705)] = 223924, + [SMALL_STATE(3706)] = 223977, + [SMALL_STATE(3707)] = 224030, + [SMALL_STATE(3708)] = 224083, + [SMALL_STATE(3709)] = 224136, + [SMALL_STATE(3710)] = 224189, + [SMALL_STATE(3711)] = 224242, + [SMALL_STATE(3712)] = 224289, + [SMALL_STATE(3713)] = 224342, + [SMALL_STATE(3714)] = 224395, + [SMALL_STATE(3715)] = 224448, + [SMALL_STATE(3716)] = 224501, + [SMALL_STATE(3717)] = 224554, + [SMALL_STATE(3718)] = 224607, + [SMALL_STATE(3719)] = 224660, + [SMALL_STATE(3720)] = 224713, + [SMALL_STATE(3721)] = 224766, + [SMALL_STATE(3722)] = 224819, + [SMALL_STATE(3723)] = 224872, + [SMALL_STATE(3724)] = 224925, + [SMALL_STATE(3725)] = 224978, + [SMALL_STATE(3726)] = 225031, + [SMALL_STATE(3727)] = 225084, + [SMALL_STATE(3728)] = 225137, + [SMALL_STATE(3729)] = 225184, + [SMALL_STATE(3730)] = 225237, + [SMALL_STATE(3731)] = 225288, + [SMALL_STATE(3732)] = 225341, + [SMALL_STATE(3733)] = 225388, + [SMALL_STATE(3734)] = 225441, + [SMALL_STATE(3735)] = 225494, + [SMALL_STATE(3736)] = 225547, + [SMALL_STATE(3737)] = 225600, + [SMALL_STATE(3738)] = 225653, + [SMALL_STATE(3739)] = 225706, + [SMALL_STATE(3740)] = 225739, + [SMALL_STATE(3741)] = 225792, + [SMALL_STATE(3742)] = 225845, + [SMALL_STATE(3743)] = 225898, + [SMALL_STATE(3744)] = 225951, + [SMALL_STATE(3745)] = 226004, + [SMALL_STATE(3746)] = 226057, + [SMALL_STATE(3747)] = 226110, + [SMALL_STATE(3748)] = 226163, + [SMALL_STATE(3749)] = 226216, + [SMALL_STATE(3750)] = 226269, + [SMALL_STATE(3751)] = 226322, + [SMALL_STATE(3752)] = 226375, + [SMALL_STATE(3753)] = 226428, + [SMALL_STATE(3754)] = 226461, + [SMALL_STATE(3755)] = 226514, + [SMALL_STATE(3756)] = 226547, + [SMALL_STATE(3757)] = 226600, + [SMALL_STATE(3758)] = 226653, + [SMALL_STATE(3759)] = 226706, + [SMALL_STATE(3760)] = 226759, + [SMALL_STATE(3761)] = 226812, + [SMALL_STATE(3762)] = 226845, + [SMALL_STATE(3763)] = 226898, + [SMALL_STATE(3764)] = 226951, + [SMALL_STATE(3765)] = 227004, + [SMALL_STATE(3766)] = 227057, + [SMALL_STATE(3767)] = 227110, + [SMALL_STATE(3768)] = 227143, + [SMALL_STATE(3769)] = 227176, + [SMALL_STATE(3770)] = 227209, + [SMALL_STATE(3771)] = 227262, + [SMALL_STATE(3772)] = 227315, + [SMALL_STATE(3773)] = 227368, + [SMALL_STATE(3774)] = 227421, + [SMALL_STATE(3775)] = 227454, + [SMALL_STATE(3776)] = 227507, + [SMALL_STATE(3777)] = 227540, + [SMALL_STATE(3778)] = 227593, + [SMALL_STATE(3779)] = 227646, + [SMALL_STATE(3780)] = 227699, + [SMALL_STATE(3781)] = 227752, + [SMALL_STATE(3782)] = 227805, + [SMALL_STATE(3783)] = 227858, + [SMALL_STATE(3784)] = 227891, + [SMALL_STATE(3785)] = 227924, + [SMALL_STATE(3786)] = 227957, + [SMALL_STATE(3787)] = 228010, + [SMALL_STATE(3788)] = 228043, + [SMALL_STATE(3789)] = 228076, + [SMALL_STATE(3790)] = 228129, + [SMALL_STATE(3791)] = 228162, + [SMALL_STATE(3792)] = 228215, + [SMALL_STATE(3793)] = 228268, + [SMALL_STATE(3794)] = 228321, + [SMALL_STATE(3795)] = 228374, + [SMALL_STATE(3796)] = 228427, + [SMALL_STATE(3797)] = 228480, + [SMALL_STATE(3798)] = 228533, + [SMALL_STATE(3799)] = 228586, + [SMALL_STATE(3800)] = 228639, + [SMALL_STATE(3801)] = 228692, + [SMALL_STATE(3802)] = 228725, + [SMALL_STATE(3803)] = 228758, + [SMALL_STATE(3804)] = 228811, + [SMALL_STATE(3805)] = 228864, + [SMALL_STATE(3806)] = 228917, + [SMALL_STATE(3807)] = 228950, + [SMALL_STATE(3808)] = 228983, + [SMALL_STATE(3809)] = 229016, + [SMALL_STATE(3810)] = 229049, + [SMALL_STATE(3811)] = 229102, + [SMALL_STATE(3812)] = 229155, + [SMALL_STATE(3813)] = 229208, + [SMALL_STATE(3814)] = 229261, + [SMALL_STATE(3815)] = 229294, + [SMALL_STATE(3816)] = 229347, + [SMALL_STATE(3817)] = 229380, + [SMALL_STATE(3818)] = 229433, + [SMALL_STATE(3819)] = 229486, + [SMALL_STATE(3820)] = 229519, + [SMALL_STATE(3821)] = 229572, + [SMALL_STATE(3822)] = 229625, + [SMALL_STATE(3823)] = 229658, + [SMALL_STATE(3824)] = 229711, + [SMALL_STATE(3825)] = 229764, + [SMALL_STATE(3826)] = 229797, + [SMALL_STATE(3827)] = 229830, + [SMALL_STATE(3828)] = 229863, + [SMALL_STATE(3829)] = 229896, + [SMALL_STATE(3830)] = 229929, + [SMALL_STATE(3831)] = 229962, + [SMALL_STATE(3832)] = 229995, + [SMALL_STATE(3833)] = 230028, + [SMALL_STATE(3834)] = 230061, + [SMALL_STATE(3835)] = 230094, + [SMALL_STATE(3836)] = 230127, + [SMALL_STATE(3837)] = 230160, + [SMALL_STATE(3838)] = 230193, + [SMALL_STATE(3839)] = 230226, + [SMALL_STATE(3840)] = 230259, + [SMALL_STATE(3841)] = 230312, + [SMALL_STATE(3842)] = 230365, + [SMALL_STATE(3843)] = 230398, + [SMALL_STATE(3844)] = 230431, + [SMALL_STATE(3845)] = 230464, + [SMALL_STATE(3846)] = 230497, + [SMALL_STATE(3847)] = 230530, + [SMALL_STATE(3848)] = 230563, + [SMALL_STATE(3849)] = 230596, + [SMALL_STATE(3850)] = 230629, + [SMALL_STATE(3851)] = 230662, + [SMALL_STATE(3852)] = 230695, + [SMALL_STATE(3853)] = 230728, + [SMALL_STATE(3854)] = 230761, + [SMALL_STATE(3855)] = 230794, + [SMALL_STATE(3856)] = 230827, + [SMALL_STATE(3857)] = 230860, + [SMALL_STATE(3858)] = 230893, + [SMALL_STATE(3859)] = 230946, + [SMALL_STATE(3860)] = 230995, + [SMALL_STATE(3861)] = 231028, + [SMALL_STATE(3862)] = 231081, + [SMALL_STATE(3863)] = 231114, + [SMALL_STATE(3864)] = 231147, + [SMALL_STATE(3865)] = 231180, + [SMALL_STATE(3866)] = 231213, + [SMALL_STATE(3867)] = 231246, + [SMALL_STATE(3868)] = 231279, + [SMALL_STATE(3869)] = 231312, + [SMALL_STATE(3870)] = 231345, + [SMALL_STATE(3871)] = 231378, + [SMALL_STATE(3872)] = 231431, + [SMALL_STATE(3873)] = 231464, + [SMALL_STATE(3874)] = 231517, + [SMALL_STATE(3875)] = 231550, + [SMALL_STATE(3876)] = 231583, + [SMALL_STATE(3877)] = 231636, + [SMALL_STATE(3878)] = 231669, + [SMALL_STATE(3879)] = 231702, + [SMALL_STATE(3880)] = 231755, + [SMALL_STATE(3881)] = 231788, + [SMALL_STATE(3882)] = 231837, + [SMALL_STATE(3883)] = 231870, + [SMALL_STATE(3884)] = 231923, + [SMALL_STATE(3885)] = 231976, + [SMALL_STATE(3886)] = 232029, + [SMALL_STATE(3887)] = 232082, + [SMALL_STATE(3888)] = 232135, + [SMALL_STATE(3889)] = 232168, + [SMALL_STATE(3890)] = 232201, + [SMALL_STATE(3891)] = 232234, + [SMALL_STATE(3892)] = 232267, + [SMALL_STATE(3893)] = 232320, + [SMALL_STATE(3894)] = 232373, + [SMALL_STATE(3895)] = 232426, + [SMALL_STATE(3896)] = 232459, + [SMALL_STATE(3897)] = 232512, + [SMALL_STATE(3898)] = 232565, + [SMALL_STATE(3899)] = 232618, + [SMALL_STATE(3900)] = 232651, + [SMALL_STATE(3901)] = 232704, + [SMALL_STATE(3902)] = 232757, + [SMALL_STATE(3903)] = 232810, + [SMALL_STATE(3904)] = 232843, + [SMALL_STATE(3905)] = 232876, + [SMALL_STATE(3906)] = 232909, + [SMALL_STATE(3907)] = 232942, + [SMALL_STATE(3908)] = 232975, + [SMALL_STATE(3909)] = 233008, + [SMALL_STATE(3910)] = 233041, + [SMALL_STATE(3911)] = 233074, + [SMALL_STATE(3912)] = 233107, + [SMALL_STATE(3913)] = 233140, + [SMALL_STATE(3914)] = 233193, + [SMALL_STATE(3915)] = 233246, + [SMALL_STATE(3916)] = 233299, + [SMALL_STATE(3917)] = 233332, + [SMALL_STATE(3918)] = 233385, + [SMALL_STATE(3919)] = 233438, + [SMALL_STATE(3920)] = 233491, + [SMALL_STATE(3921)] = 233524, + [SMALL_STATE(3922)] = 233577, + [SMALL_STATE(3923)] = 233610, + [SMALL_STATE(3924)] = 233643, + [SMALL_STATE(3925)] = 233676, + [SMALL_STATE(3926)] = 233709, + [SMALL_STATE(3927)] = 233742, + [SMALL_STATE(3928)] = 233775, + [SMALL_STATE(3929)] = 233808, + [SMALL_STATE(3930)] = 233841, + [SMALL_STATE(3931)] = 233874, + [SMALL_STATE(3932)] = 233907, + [SMALL_STATE(3933)] = 233954, + [SMALL_STATE(3934)] = 233987, + [SMALL_STATE(3935)] = 234020, + [SMALL_STATE(3936)] = 234053, + [SMALL_STATE(3937)] = 234106, + [SMALL_STATE(3938)] = 234159, + [SMALL_STATE(3939)] = 234192, + [SMALL_STATE(3940)] = 234245, + [SMALL_STATE(3941)] = 234298, + [SMALL_STATE(3942)] = 234351, + [SMALL_STATE(3943)] = 234384, + [SMALL_STATE(3944)] = 234437, + [SMALL_STATE(3945)] = 234490, + [SMALL_STATE(3946)] = 234543, + [SMALL_STATE(3947)] = 234590, + [SMALL_STATE(3948)] = 234637, + [SMALL_STATE(3949)] = 234684, + [SMALL_STATE(3950)] = 234717, + [SMALL_STATE(3951)] = 234750, + [SMALL_STATE(3952)] = 234797, + [SMALL_STATE(3953)] = 234830, + [SMALL_STATE(3954)] = 234863, + [SMALL_STATE(3955)] = 234896, + [SMALL_STATE(3956)] = 234929, + [SMALL_STATE(3957)] = 234976, + [SMALL_STATE(3958)] = 235009, + [SMALL_STATE(3959)] = 235056, + [SMALL_STATE(3960)] = 235089, + [SMALL_STATE(3961)] = 235122, + [SMALL_STATE(3962)] = 235155, + [SMALL_STATE(3963)] = 235208, + [SMALL_STATE(3964)] = 235261, + [SMALL_STATE(3965)] = 235294, + [SMALL_STATE(3966)] = 235327, + [SMALL_STATE(3967)] = 235360, + [SMALL_STATE(3968)] = 235393, + [SMALL_STATE(3969)] = 235446, + [SMALL_STATE(3970)] = 235479, + [SMALL_STATE(3971)] = 235512, + [SMALL_STATE(3972)] = 235545, + [SMALL_STATE(3973)] = 235578, + [SMALL_STATE(3974)] = 235611, + [SMALL_STATE(3975)] = 235644, + [SMALL_STATE(3976)] = 235677, + [SMALL_STATE(3977)] = 235710, + [SMALL_STATE(3978)] = 235743, + [SMALL_STATE(3979)] = 235776, + [SMALL_STATE(3980)] = 235809, + [SMALL_STATE(3981)] = 235842, + [SMALL_STATE(3982)] = 235875, + [SMALL_STATE(3983)] = 235919, + [SMALL_STATE(3984)] = 235963, + [SMALL_STATE(3985)] = 236007, + [SMALL_STATE(3986)] = 236051, + [SMALL_STATE(3987)] = 236095, + [SMALL_STATE(3988)] = 236139, + [SMALL_STATE(3989)] = 236183, + [SMALL_STATE(3990)] = 236227, + [SMALL_STATE(3991)] = 236271, + [SMALL_STATE(3992)] = 236315, + [SMALL_STATE(3993)] = 236359, + [SMALL_STATE(3994)] = 236403, + [SMALL_STATE(3995)] = 236447, + [SMALL_STATE(3996)] = 236491, + [SMALL_STATE(3997)] = 236535, + [SMALL_STATE(3998)] = 236579, + [SMALL_STATE(3999)] = 236623, + [SMALL_STATE(4000)] = 236667, + [SMALL_STATE(4001)] = 236711, + [SMALL_STATE(4002)] = 236755, + [SMALL_STATE(4003)] = 236799, + [SMALL_STATE(4004)] = 236843, + [SMALL_STATE(4005)] = 236887, + [SMALL_STATE(4006)] = 236931, + [SMALL_STATE(4007)] = 236975, + [SMALL_STATE(4008)] = 237019, + [SMALL_STATE(4009)] = 237063, + [SMALL_STATE(4010)] = 237107, + [SMALL_STATE(4011)] = 237151, + [SMALL_STATE(4012)] = 237195, + [SMALL_STATE(4013)] = 237239, + [SMALL_STATE(4014)] = 237283, + [SMALL_STATE(4015)] = 237327, + [SMALL_STATE(4016)] = 237371, + [SMALL_STATE(4017)] = 237415, + [SMALL_STATE(4018)] = 237459, + [SMALL_STATE(4019)] = 237505, + [SMALL_STATE(4020)] = 237549, + [SMALL_STATE(4021)] = 237589, + [SMALL_STATE(4022)] = 237633, + [SMALL_STATE(4023)] = 237677, + [SMALL_STATE(4024)] = 237709, + [SMALL_STATE(4025)] = 237753, + [SMALL_STATE(4026)] = 237785, + [SMALL_STATE(4027)] = 237829, + [SMALL_STATE(4028)] = 237873, + [SMALL_STATE(4029)] = 237917, + [SMALL_STATE(4030)] = 237961, + [SMALL_STATE(4031)] = 238005, + [SMALL_STATE(4032)] = 238049, + [SMALL_STATE(4033)] = 238093, + [SMALL_STATE(4034)] = 238137, + [SMALL_STATE(4035)] = 238181, + [SMALL_STATE(4036)] = 238225, + [SMALL_STATE(4037)] = 238269, + [SMALL_STATE(4038)] = 238313, + [SMALL_STATE(4039)] = 238357, + [SMALL_STATE(4040)] = 238389, + [SMALL_STATE(4041)] = 238433, + [SMALL_STATE(4042)] = 238477, + [SMALL_STATE(4043)] = 238521, + [SMALL_STATE(4044)] = 238565, + [SMALL_STATE(4045)] = 238609, + [SMALL_STATE(4046)] = 238653, + [SMALL_STATE(4047)] = 238697, + [SMALL_STATE(4048)] = 238741, + [SMALL_STATE(4049)] = 238785, + [SMALL_STATE(4050)] = 238829, + [SMALL_STATE(4051)] = 238873, + [SMALL_STATE(4052)] = 238917, + [SMALL_STATE(4053)] = 238961, + [SMALL_STATE(4054)] = 239005, + [SMALL_STATE(4055)] = 239049, + [SMALL_STATE(4056)] = 239093, + [SMALL_STATE(4057)] = 239137, + [SMALL_STATE(4058)] = 239181, + [SMALL_STATE(4059)] = 239213, + [SMALL_STATE(4060)] = 239261, + [SMALL_STATE(4061)] = 239305, + [SMALL_STATE(4062)] = 239349, + [SMALL_STATE(4063)] = 239393, + [SMALL_STATE(4064)] = 239437, + [SMALL_STATE(4065)] = 239469, + [SMALL_STATE(4066)] = 239513, + [SMALL_STATE(4067)] = 239557, + [SMALL_STATE(4068)] = 239605, + [SMALL_STATE(4069)] = 239649, + [SMALL_STATE(4070)] = 239681, + [SMALL_STATE(4071)] = 239713, + [SMALL_STATE(4072)] = 239757, + [SMALL_STATE(4073)] = 239801, + [SMALL_STATE(4074)] = 239845, + [SMALL_STATE(4075)] = 239889, + [SMALL_STATE(4076)] = 239921, + [SMALL_STATE(4077)] = 239965, + [SMALL_STATE(4078)] = 240009, + [SMALL_STATE(4079)] = 240053, + [SMALL_STATE(4080)] = 240097, + [SMALL_STATE(4081)] = 240141, + [SMALL_STATE(4082)] = 240185, + [SMALL_STATE(4083)] = 240229, + [SMALL_STATE(4084)] = 240273, + [SMALL_STATE(4085)] = 240317, + [SMALL_STATE(4086)] = 240361, + [SMALL_STATE(4087)] = 240393, + [SMALL_STATE(4088)] = 240425, + [SMALL_STATE(4089)] = 240469, + [SMALL_STATE(4090)] = 240515, + [SMALL_STATE(4091)] = 240561, + [SMALL_STATE(4092)] = 240605, + [SMALL_STATE(4093)] = 240637, + [SMALL_STATE(4094)] = 240669, + [SMALL_STATE(4095)] = 240719, + [SMALL_STATE(4096)] = 240763, + [SMALL_STATE(4097)] = 240807, + [SMALL_STATE(4098)] = 240851, + [SMALL_STATE(4099)] = 240895, + [SMALL_STATE(4100)] = 240939, + [SMALL_STATE(4101)] = 240971, + [SMALL_STATE(4102)] = 241021, + [SMALL_STATE(4103)] = 241053, + [SMALL_STATE(4104)] = 241085, + [SMALL_STATE(4105)] = 241129, + [SMALL_STATE(4106)] = 241161, + [SMALL_STATE(4107)] = 241193, + [SMALL_STATE(4108)] = 241237, + [SMALL_STATE(4109)] = 241281, + [SMALL_STATE(4110)] = 241313, + [SMALL_STATE(4111)] = 241345, + [SMALL_STATE(4112)] = 241377, + [SMALL_STATE(4113)] = 241421, + [SMALL_STATE(4114)] = 241465, + [SMALL_STATE(4115)] = 241497, + [SMALL_STATE(4116)] = 241541, + [SMALL_STATE(4117)] = 241585, + [SMALL_STATE(4118)] = 241629, + [SMALL_STATE(4119)] = 241661, + [SMALL_STATE(4120)] = 241705, + [SMALL_STATE(4121)] = 241749, + [SMALL_STATE(4122)] = 241781, + [SMALL_STATE(4123)] = 241825, + [SMALL_STATE(4124)] = 241869, + [SMALL_STATE(4125)] = 241921, + [SMALL_STATE(4126)] = 241965, + [SMALL_STATE(4127)] = 241997, + [SMALL_STATE(4128)] = 242029, + [SMALL_STATE(4129)] = 242073, + [SMALL_STATE(4130)] = 242105, + [SMALL_STATE(4131)] = 242149, + [SMALL_STATE(4132)] = 242181, + [SMALL_STATE(4133)] = 242213, + [SMALL_STATE(4134)] = 242245, + [SMALL_STATE(4135)] = 242277, + [SMALL_STATE(4136)] = 242309, + [SMALL_STATE(4137)] = 242341, + [SMALL_STATE(4138)] = 242385, + [SMALL_STATE(4139)] = 242417, + [SMALL_STATE(4140)] = 242449, + [SMALL_STATE(4141)] = 242493, + [SMALL_STATE(4142)] = 242537, + [SMALL_STATE(4143)] = 242581, + [SMALL_STATE(4144)] = 242613, + [SMALL_STATE(4145)] = 242645, + [SMALL_STATE(4146)] = 242677, + [SMALL_STATE(4147)] = 242721, + [SMALL_STATE(4148)] = 242765, + [SMALL_STATE(4149)] = 242797, + [SMALL_STATE(4150)] = 242829, + [SMALL_STATE(4151)] = 242873, + [SMALL_STATE(4152)] = 242917, + [SMALL_STATE(4153)] = 242961, + [SMALL_STATE(4154)] = 242993, + [SMALL_STATE(4155)] = 243037, + [SMALL_STATE(4156)] = 243081, + [SMALL_STATE(4157)] = 243125, + [SMALL_STATE(4158)] = 243169, + [SMALL_STATE(4159)] = 243213, + [SMALL_STATE(4160)] = 243257, + [SMALL_STATE(4161)] = 243301, + [SMALL_STATE(4162)] = 243345, + [SMALL_STATE(4163)] = 243389, + [SMALL_STATE(4164)] = 243421, + [SMALL_STATE(4165)] = 243453, + [SMALL_STATE(4166)] = 243497, + [SMALL_STATE(4167)] = 243541, + [SMALL_STATE(4168)] = 243585, + [SMALL_STATE(4169)] = 243629, + [SMALL_STATE(4170)] = 243681, + [SMALL_STATE(4171)] = 243725, + [SMALL_STATE(4172)] = 243769, + [SMALL_STATE(4173)] = 243813, + [SMALL_STATE(4174)] = 243857, + [SMALL_STATE(4175)] = 243901, + [SMALL_STATE(4176)] = 243945, + [SMALL_STATE(4177)] = 243989, + [SMALL_STATE(4178)] = 244033, + [SMALL_STATE(4179)] = 244077, + [SMALL_STATE(4180)] = 244121, + [SMALL_STATE(4181)] = 244165, + [SMALL_STATE(4182)] = 244209, + [SMALL_STATE(4183)] = 244255, + [SMALL_STATE(4184)] = 244299, + [SMALL_STATE(4185)] = 244343, + [SMALL_STATE(4186)] = 244387, + [SMALL_STATE(4187)] = 244431, + [SMALL_STATE(4188)] = 244475, + [SMALL_STATE(4189)] = 244519, + [SMALL_STATE(4190)] = 244563, + [SMALL_STATE(4191)] = 244609, + [SMALL_STATE(4192)] = 244653, + [SMALL_STATE(4193)] = 244697, + [SMALL_STATE(4194)] = 244741, + [SMALL_STATE(4195)] = 244785, + [SMALL_STATE(4196)] = 244829, + [SMALL_STATE(4197)] = 244875, + [SMALL_STATE(4198)] = 244919, + [SMALL_STATE(4199)] = 244963, + [SMALL_STATE(4200)] = 245007, + [SMALL_STATE(4201)] = 245051, + [SMALL_STATE(4202)] = 245095, + [SMALL_STATE(4203)] = 245139, + [SMALL_STATE(4204)] = 245183, + [SMALL_STATE(4205)] = 245227, + [SMALL_STATE(4206)] = 245271, + [SMALL_STATE(4207)] = 245315, + [SMALL_STATE(4208)] = 245359, + [SMALL_STATE(4209)] = 245403, + [SMALL_STATE(4210)] = 245447, + [SMALL_STATE(4211)] = 245491, + [SMALL_STATE(4212)] = 245535, + [SMALL_STATE(4213)] = 245579, + [SMALL_STATE(4214)] = 245623, + [SMALL_STATE(4215)] = 245667, + [SMALL_STATE(4216)] = 245711, + [SMALL_STATE(4217)] = 245755, + [SMALL_STATE(4218)] = 245799, + [SMALL_STATE(4219)] = 245843, + [SMALL_STATE(4220)] = 245887, + [SMALL_STATE(4221)] = 245931, + [SMALL_STATE(4222)] = 245975, + [SMALL_STATE(4223)] = 246019, + [SMALL_STATE(4224)] = 246063, + [SMALL_STATE(4225)] = 246107, + [SMALL_STATE(4226)] = 246151, + [SMALL_STATE(4227)] = 246195, + [SMALL_STATE(4228)] = 246239, + [SMALL_STATE(4229)] = 246283, + [SMALL_STATE(4230)] = 246327, + [SMALL_STATE(4231)] = 246371, + [SMALL_STATE(4232)] = 246415, + [SMALL_STATE(4233)] = 246459, + [SMALL_STATE(4234)] = 246503, + [SMALL_STATE(4235)] = 246547, + [SMALL_STATE(4236)] = 246591, + [SMALL_STATE(4237)] = 246635, + [SMALL_STATE(4238)] = 246679, + [SMALL_STATE(4239)] = 246723, + [SMALL_STATE(4240)] = 246767, + [SMALL_STATE(4241)] = 246811, + [SMALL_STATE(4242)] = 246855, + [SMALL_STATE(4243)] = 246899, + [SMALL_STATE(4244)] = 246943, + [SMALL_STATE(4245)] = 246987, + [SMALL_STATE(4246)] = 247037, + [SMALL_STATE(4247)] = 247081, + [SMALL_STATE(4248)] = 247125, + [SMALL_STATE(4249)] = 247169, + [SMALL_STATE(4250)] = 247213, + [SMALL_STATE(4251)] = 247257, + [SMALL_STATE(4252)] = 247301, + [SMALL_STATE(4253)] = 247345, + [SMALL_STATE(4254)] = 247389, + [SMALL_STATE(4255)] = 247435, + [SMALL_STATE(4256)] = 247479, + [SMALL_STATE(4257)] = 247523, + [SMALL_STATE(4258)] = 247567, + [SMALL_STATE(4259)] = 247611, + [SMALL_STATE(4260)] = 247655, + [SMALL_STATE(4261)] = 247699, + [SMALL_STATE(4262)] = 247743, + [SMALL_STATE(4263)] = 247787, + [SMALL_STATE(4264)] = 247831, + [SMALL_STATE(4265)] = 247875, + [SMALL_STATE(4266)] = 247919, + [SMALL_STATE(4267)] = 247963, + [SMALL_STATE(4268)] = 248007, + [SMALL_STATE(4269)] = 248051, + [SMALL_STATE(4270)] = 248095, + [SMALL_STATE(4271)] = 248133, + [SMALL_STATE(4272)] = 248177, + [SMALL_STATE(4273)] = 248221, + [SMALL_STATE(4274)] = 248265, + [SMALL_STATE(4275)] = 248309, + [SMALL_STATE(4276)] = 248353, + [SMALL_STATE(4277)] = 248397, + [SMALL_STATE(4278)] = 248441, + [SMALL_STATE(4279)] = 248485, + [SMALL_STATE(4280)] = 248529, + [SMALL_STATE(4281)] = 248573, + [SMALL_STATE(4282)] = 248617, + [SMALL_STATE(4283)] = 248661, + [SMALL_STATE(4284)] = 248705, + [SMALL_STATE(4285)] = 248751, + [SMALL_STATE(4286)] = 248795, + [SMALL_STATE(4287)] = 248841, + [SMALL_STATE(4288)] = 248885, + [SMALL_STATE(4289)] = 248929, + [SMALL_STATE(4290)] = 248973, + [SMALL_STATE(4291)] = 249017, + [SMALL_STATE(4292)] = 249061, + [SMALL_STATE(4293)] = 249105, + [SMALL_STATE(4294)] = 249149, + [SMALL_STATE(4295)] = 249193, + [SMALL_STATE(4296)] = 249237, + [SMALL_STATE(4297)] = 249281, + [SMALL_STATE(4298)] = 249325, + [SMALL_STATE(4299)] = 249369, + [SMALL_STATE(4300)] = 249415, + [SMALL_STATE(4301)] = 249459, + [SMALL_STATE(4302)] = 249503, + [SMALL_STATE(4303)] = 249547, + [SMALL_STATE(4304)] = 249593, + [SMALL_STATE(4305)] = 249639, + [SMALL_STATE(4306)] = 249683, + [SMALL_STATE(4307)] = 249727, + [SMALL_STATE(4308)] = 249771, + [SMALL_STATE(4309)] = 249815, + [SMALL_STATE(4310)] = 249859, + [SMALL_STATE(4311)] = 249903, + [SMALL_STATE(4312)] = 249947, + [SMALL_STATE(4313)] = 249991, + [SMALL_STATE(4314)] = 250035, + [SMALL_STATE(4315)] = 250079, + [SMALL_STATE(4316)] = 250123, + [SMALL_STATE(4317)] = 250167, + [SMALL_STATE(4318)] = 250211, + [SMALL_STATE(4319)] = 250255, + [SMALL_STATE(4320)] = 250299, + [SMALL_STATE(4321)] = 250343, + [SMALL_STATE(4322)] = 250376, + [SMALL_STATE(4323)] = 250409, + [SMALL_STATE(4324)] = 250442, + [SMALL_STATE(4325)] = 250473, + [SMALL_STATE(4326)] = 250504, + [SMALL_STATE(4327)] = 250535, + [SMALL_STATE(4328)] = 250568, + [SMALL_STATE(4329)] = 250599, + [SMALL_STATE(4330)] = 250632, + [SMALL_STATE(4331)] = 250663, + [SMALL_STATE(4332)] = 250696, + [SMALL_STATE(4333)] = 250727, + [SMALL_STATE(4334)] = 250760, + [SMALL_STATE(4335)] = 250793, + [SMALL_STATE(4336)] = 250826, + [SMALL_STATE(4337)] = 250859, + [SMALL_STATE(4338)] = 250908, + [SMALL_STATE(4339)] = 250941, + [SMALL_STATE(4340)] = 250972, + [SMALL_STATE(4341)] = 251003, + [SMALL_STATE(4342)] = 251034, + [SMALL_STATE(4343)] = 251067, + [SMALL_STATE(4344)] = 251098, + [SMALL_STATE(4345)] = 251129, + [SMALL_STATE(4346)] = 251162, + [SMALL_STATE(4347)] = 251193, + [SMALL_STATE(4348)] = 251224, + [SMALL_STATE(4349)] = 251255, + [SMALL_STATE(4350)] = 251288, + [SMALL_STATE(4351)] = 251337, + [SMALL_STATE(4352)] = 251370, + [SMALL_STATE(4353)] = 251407, + [SMALL_STATE(4354)] = 251438, + [SMALL_STATE(4355)] = 251469, + [SMALL_STATE(4356)] = 251500, + [SMALL_STATE(4357)] = 251531, + [SMALL_STATE(4358)] = 251564, + [SMALL_STATE(4359)] = 251595, + [SMALL_STATE(4360)] = 251626, + [SMALL_STATE(4361)] = 251657, + [SMALL_STATE(4362)] = 251688, + [SMALL_STATE(4363)] = 251719, + [SMALL_STATE(4364)] = 251750, + [SMALL_STATE(4365)] = 251781, + [SMALL_STATE(4366)] = 251812, + [SMALL_STATE(4367)] = 251843, + [SMALL_STATE(4368)] = 251874, + [SMALL_STATE(4369)] = 251907, + [SMALL_STATE(4370)] = 251938, + [SMALL_STATE(4371)] = 251971, + [SMALL_STATE(4372)] = 252004, + [SMALL_STATE(4373)] = 252037, + [SMALL_STATE(4374)] = 252070, + [SMALL_STATE(4375)] = 252101, + [SMALL_STATE(4376)] = 252134, + [SMALL_STATE(4377)] = 252165, + [SMALL_STATE(4378)] = 252196, + [SMALL_STATE(4379)] = 252229, + [SMALL_STATE(4380)] = 252260, + [SMALL_STATE(4381)] = 252291, + [SMALL_STATE(4382)] = 252322, + [SMALL_STATE(4383)] = 252353, + [SMALL_STATE(4384)] = 252384, + [SMALL_STATE(4385)] = 252417, + [SMALL_STATE(4386)] = 252448, + [SMALL_STATE(4387)] = 252485, + [SMALL_STATE(4388)] = 252518, + [SMALL_STATE(4389)] = 252551, + [SMALL_STATE(4390)] = 252584, + [SMALL_STATE(4391)] = 252617, + [SMALL_STATE(4392)] = 252648, + [SMALL_STATE(4393)] = 252679, + [SMALL_STATE(4394)] = 252712, + [SMALL_STATE(4395)] = 252743, + [SMALL_STATE(4396)] = 252787, + [SMALL_STATE(4397)] = 252831, + [SMALL_STATE(4398)] = 252875, + [SMALL_STATE(4399)] = 252919, + [SMALL_STATE(4400)] = 252963, + [SMALL_STATE(4401)] = 252999, + [SMALL_STATE(4402)] = 253053, + [SMALL_STATE(4403)] = 253097, + [SMALL_STATE(4404)] = 253133, + [SMALL_STATE(4405)] = 253165, + [SMALL_STATE(4406)] = 253209, + [SMALL_STATE(4407)] = 253253, + [SMALL_STATE(4408)] = 253289, + [SMALL_STATE(4409)] = 253318, + [SMALL_STATE(4410)] = 253347, + [SMALL_STATE(4411)] = 253382, + [SMALL_STATE(4412)] = 253411, + [SMALL_STATE(4413)] = 253440, + [SMALL_STATE(4414)] = 253469, + [SMALL_STATE(4415)] = 253498, + [SMALL_STATE(4416)] = 253527, + [SMALL_STATE(4417)] = 253556, + [SMALL_STATE(4418)] = 253585, + [SMALL_STATE(4419)] = 253614, + [SMALL_STATE(4420)] = 253643, + [SMALL_STATE(4421)] = 253672, + [SMALL_STATE(4422)] = 253701, + [SMALL_STATE(4423)] = 253730, + [SMALL_STATE(4424)] = 253759, + [SMALL_STATE(4425)] = 253788, + [SMALL_STATE(4426)] = 253817, + [SMALL_STATE(4427)] = 253846, + [SMALL_STATE(4428)] = 253875, + [SMALL_STATE(4429)] = 253904, + [SMALL_STATE(4430)] = 253933, + [SMALL_STATE(4431)] = 253962, + [SMALL_STATE(4432)] = 253991, + [SMALL_STATE(4433)] = 254020, + [SMALL_STATE(4434)] = 254055, + [SMALL_STATE(4435)] = 254084, + [SMALL_STATE(4436)] = 254113, + [SMALL_STATE(4437)] = 254142, + [SMALL_STATE(4438)] = 254171, + [SMALL_STATE(4439)] = 254200, + [SMALL_STATE(4440)] = 254229, + [SMALL_STATE(4441)] = 254258, + [SMALL_STATE(4442)] = 254287, + [SMALL_STATE(4443)] = 254316, + [SMALL_STATE(4444)] = 254351, + [SMALL_STATE(4445)] = 254380, + [SMALL_STATE(4446)] = 254409, + [SMALL_STATE(4447)] = 254438, + [SMALL_STATE(4448)] = 254467, + [SMALL_STATE(4449)] = 254496, + [SMALL_STATE(4450)] = 254525, + [SMALL_STATE(4451)] = 254554, + [SMALL_STATE(4452)] = 254583, + [SMALL_STATE(4453)] = 254612, + [SMALL_STATE(4454)] = 254640, + [SMALL_STATE(4455)] = 254668, + [SMALL_STATE(4456)] = 254702, + [SMALL_STATE(4457)] = 254730, + [SMALL_STATE(4458)] = 254758, + [SMALL_STATE(4459)] = 254786, + [SMALL_STATE(4460)] = 254814, + [SMALL_STATE(4461)] = 254842, + [SMALL_STATE(4462)] = 254870, + [SMALL_STATE(4463)] = 254898, + [SMALL_STATE(4464)] = 254926, + [SMALL_STATE(4465)] = 254954, + [SMALL_STATE(4466)] = 254990, + [SMALL_STATE(4467)] = 255018, + [SMALL_STATE(4468)] = 255046, + [SMALL_STATE(4469)] = 255074, + [SMALL_STATE(4470)] = 255102, + [SMALL_STATE(4471)] = 255130, + [SMALL_STATE(4472)] = 255158, + [SMALL_STATE(4473)] = 255186, + [SMALL_STATE(4474)] = 255214, + [SMALL_STATE(4475)] = 255242, + [SMALL_STATE(4476)] = 255270, + [SMALL_STATE(4477)] = 255298, + [SMALL_STATE(4478)] = 255326, + [SMALL_STATE(4479)] = 255354, + [SMALL_STATE(4480)] = 255382, + [SMALL_STATE(4481)] = 255412, + [SMALL_STATE(4482)] = 255440, + [SMALL_STATE(4483)] = 255468, + [SMALL_STATE(4484)] = 255496, + [SMALL_STATE(4485)] = 255538, + [SMALL_STATE(4486)] = 255566, + [SMALL_STATE(4487)] = 255610, + [SMALL_STATE(4488)] = 255638, + [SMALL_STATE(4489)] = 255666, + [SMALL_STATE(4490)] = 255708, + [SMALL_STATE(4491)] = 255736, + [SMALL_STATE(4492)] = 255764, + [SMALL_STATE(4493)] = 255792, + [SMALL_STATE(4494)] = 255820, + [SMALL_STATE(4495)] = 255854, + [SMALL_STATE(4496)] = 255882, + [SMALL_STATE(4497)] = 255910, + [SMALL_STATE(4498)] = 255944, + [SMALL_STATE(4499)] = 255972, + [SMALL_STATE(4500)] = 256000, + [SMALL_STATE(4501)] = 256028, + [SMALL_STATE(4502)] = 256056, + [SMALL_STATE(4503)] = 256098, + [SMALL_STATE(4504)] = 256126, + [SMALL_STATE(4505)] = 256154, + [SMALL_STATE(4506)] = 256182, + [SMALL_STATE(4507)] = 256210, + [SMALL_STATE(4508)] = 256242, + [SMALL_STATE(4509)] = 256270, + [SMALL_STATE(4510)] = 256298, + [SMALL_STATE(4511)] = 256326, + [SMALL_STATE(4512)] = 256354, + [SMALL_STATE(4513)] = 256382, + [SMALL_STATE(4514)] = 256410, + [SMALL_STATE(4515)] = 256438, + [SMALL_STATE(4516)] = 256466, + [SMALL_STATE(4517)] = 256494, + [SMALL_STATE(4518)] = 256522, + [SMALL_STATE(4519)] = 256550, + [SMALL_STATE(4520)] = 256578, + [SMALL_STATE(4521)] = 256606, + [SMALL_STATE(4522)] = 256634, + [SMALL_STATE(4523)] = 256662, + [SMALL_STATE(4524)] = 256690, + [SMALL_STATE(4525)] = 256718, + [SMALL_STATE(4526)] = 256762, + [SMALL_STATE(4527)] = 256790, + [SMALL_STATE(4528)] = 256818, + [SMALL_STATE(4529)] = 256846, + [SMALL_STATE(4530)] = 256874, + [SMALL_STATE(4531)] = 256902, + [SMALL_STATE(4532)] = 256930, + [SMALL_STATE(4533)] = 256958, + [SMALL_STATE(4534)] = 256992, + [SMALL_STATE(4535)] = 257020, + [SMALL_STATE(4536)] = 257048, + [SMALL_STATE(4537)] = 257090, + [SMALL_STATE(4538)] = 257118, + [SMALL_STATE(4539)] = 257146, + [SMALL_STATE(4540)] = 257174, + [SMALL_STATE(4541)] = 257216, + [SMALL_STATE(4542)] = 257244, + [SMALL_STATE(4543)] = 257272, + [SMALL_STATE(4544)] = 257300, + [SMALL_STATE(4545)] = 257328, + [SMALL_STATE(4546)] = 257356, + [SMALL_STATE(4547)] = 257384, + [SMALL_STATE(4548)] = 257412, + [SMALL_STATE(4549)] = 257440, + [SMALL_STATE(4550)] = 257468, + [SMALL_STATE(4551)] = 257496, + [SMALL_STATE(4552)] = 257524, + [SMALL_STATE(4553)] = 257566, + [SMALL_STATE(4554)] = 257594, + [SMALL_STATE(4555)] = 257622, + [SMALL_STATE(4556)] = 257650, + [SMALL_STATE(4557)] = 257677, + [SMALL_STATE(4558)] = 257704, + [SMALL_STATE(4559)] = 257731, + [SMALL_STATE(4560)] = 257758, + [SMALL_STATE(4561)] = 257785, + [SMALL_STATE(4562)] = 257812, + [SMALL_STATE(4563)] = 257839, + [SMALL_STATE(4564)] = 257866, + [SMALL_STATE(4565)] = 257893, + [SMALL_STATE(4566)] = 257926, + [SMALL_STATE(4567)] = 257953, + [SMALL_STATE(4568)] = 257986, + [SMALL_STATE(4569)] = 258025, + [SMALL_STATE(4570)] = 258052, + [SMALL_STATE(4571)] = 258079, + [SMALL_STATE(4572)] = 258106, + [SMALL_STATE(4573)] = 258133, + [SMALL_STATE(4574)] = 258160, + [SMALL_STATE(4575)] = 258187, + [SMALL_STATE(4576)] = 258214, + [SMALL_STATE(4577)] = 258241, + [SMALL_STATE(4578)] = 258268, + [SMALL_STATE(4579)] = 258295, + [SMALL_STATE(4580)] = 258322, + [SMALL_STATE(4581)] = 258349, + [SMALL_STATE(4582)] = 258376, + [SMALL_STATE(4583)] = 258415, + [SMALL_STATE(4584)] = 258442, + [SMALL_STATE(4585)] = 258469, + [SMALL_STATE(4586)] = 258496, + [SMALL_STATE(4587)] = 258523, + [SMALL_STATE(4588)] = 258550, + [SMALL_STATE(4589)] = 258577, + [SMALL_STATE(4590)] = 258604, + [SMALL_STATE(4591)] = 258631, + [SMALL_STATE(4592)] = 258658, + [SMALL_STATE(4593)] = 258685, + [SMALL_STATE(4594)] = 258712, + [SMALL_STATE(4595)] = 258751, + [SMALL_STATE(4596)] = 258778, + [SMALL_STATE(4597)] = 258805, + [SMALL_STATE(4598)] = 258832, + [SMALL_STATE(4599)] = 258875, + [SMALL_STATE(4600)] = 258902, + [SMALL_STATE(4601)] = 258945, + [SMALL_STATE(4602)] = 258972, + [SMALL_STATE(4603)] = 258999, + [SMALL_STATE(4604)] = 259026, + [SMALL_STATE(4605)] = 259053, + [SMALL_STATE(4606)] = 259080, + [SMALL_STATE(4607)] = 259107, + [SMALL_STATE(4608)] = 259134, + [SMALL_STATE(4609)] = 259161, + [SMALL_STATE(4610)] = 259188, + [SMALL_STATE(4611)] = 259215, + [SMALL_STATE(4612)] = 259244, + [SMALL_STATE(4613)] = 259271, + [SMALL_STATE(4614)] = 259298, + [SMALL_STATE(4615)] = 259331, + [SMALL_STATE(4616)] = 259358, + [SMALL_STATE(4617)] = 259391, + [SMALL_STATE(4618)] = 259418, + [SMALL_STATE(4619)] = 259445, + [SMALL_STATE(4620)] = 259478, + [SMALL_STATE(4621)] = 259505, + [SMALL_STATE(4622)] = 259548, + [SMALL_STATE(4623)] = 259585, + [SMALL_STATE(4624)] = 259612, + [SMALL_STATE(4625)] = 259639, + [SMALL_STATE(4626)] = 259666, + [SMALL_STATE(4627)] = 259705, + [SMALL_STATE(4628)] = 259732, + [SMALL_STATE(4629)] = 259759, + [SMALL_STATE(4630)] = 259802, + [SMALL_STATE(4631)] = 259829, + [SMALL_STATE(4632)] = 259856, + [SMALL_STATE(4633)] = 259883, + [SMALL_STATE(4634)] = 259910, + [SMALL_STATE(4635)] = 259949, + [SMALL_STATE(4636)] = 259976, + [SMALL_STATE(4637)] = 260003, + [SMALL_STATE(4638)] = 260030, + [SMALL_STATE(4639)] = 260057, + [SMALL_STATE(4640)] = 260096, + [SMALL_STATE(4641)] = 260123, + [SMALL_STATE(4642)] = 260150, + [SMALL_STATE(4643)] = 260177, + [SMALL_STATE(4644)] = 260204, + [SMALL_STATE(4645)] = 260231, + [SMALL_STATE(4646)] = 260258, + [SMALL_STATE(4647)] = 260285, + [SMALL_STATE(4648)] = 260312, + [SMALL_STATE(4649)] = 260339, + [SMALL_STATE(4650)] = 260366, + [SMALL_STATE(4651)] = 260393, + [SMALL_STATE(4652)] = 260420, + [SMALL_STATE(4653)] = 260453, + [SMALL_STATE(4654)] = 260480, + [SMALL_STATE(4655)] = 260507, + [SMALL_STATE(4656)] = 260534, + [SMALL_STATE(4657)] = 260561, + [SMALL_STATE(4658)] = 260588, + [SMALL_STATE(4659)] = 260615, + [SMALL_STATE(4660)] = 260642, + [SMALL_STATE(4661)] = 260669, + [SMALL_STATE(4662)] = 260696, + [SMALL_STATE(4663)] = 260723, + [SMALL_STATE(4664)] = 260755, + [SMALL_STATE(4665)] = 260791, + [SMALL_STATE(4666)] = 260823, + [SMALL_STATE(4667)] = 260851, + [SMALL_STATE(4668)] = 260879, + [SMALL_STATE(4669)] = 260905, + [SMALL_STATE(4670)] = 260931, + [SMALL_STATE(4671)] = 260967, + [SMALL_STATE(4672)] = 260993, + [SMALL_STATE(4673)] = 261025, + [SMALL_STATE(4674)] = 261051, + [SMALL_STATE(4675)] = 261089, + [SMALL_STATE(4676)] = 261115, + [SMALL_STATE(4677)] = 261141, + [SMALL_STATE(4678)] = 261167, + [SMALL_STATE(4679)] = 261193, + [SMALL_STATE(4680)] = 261223, + [SMALL_STATE(4681)] = 261249, + [SMALL_STATE(4682)] = 261285, + [SMALL_STATE(4683)] = 261321, + [SMALL_STATE(4684)] = 261347, + [SMALL_STATE(4685)] = 261373, + [SMALL_STATE(4686)] = 261399, + [SMALL_STATE(4687)] = 261425, + [SMALL_STATE(4688)] = 261451, + [SMALL_STATE(4689)] = 261479, + [SMALL_STATE(4690)] = 261507, + [SMALL_STATE(4691)] = 261533, + [SMALL_STATE(4692)] = 261559, + [SMALL_STATE(4693)] = 261585, + [SMALL_STATE(4694)] = 261611, + [SMALL_STATE(4695)] = 261637, + [SMALL_STATE(4696)] = 261663, + [SMALL_STATE(4697)] = 261689, + [SMALL_STATE(4698)] = 261715, + [SMALL_STATE(4699)] = 261741, + [SMALL_STATE(4700)] = 261767, + [SMALL_STATE(4701)] = 261793, + [SMALL_STATE(4702)] = 261819, + [SMALL_STATE(4703)] = 261845, + [SMALL_STATE(4704)] = 261871, + [SMALL_STATE(4705)] = 261897, + [SMALL_STATE(4706)] = 261923, + [SMALL_STATE(4707)] = 261949, + [SMALL_STATE(4708)] = 261975, + [SMALL_STATE(4709)] = 262001, + [SMALL_STATE(4710)] = 262027, + [SMALL_STATE(4711)] = 262053, + [SMALL_STATE(4712)] = 262079, + [SMALL_STATE(4713)] = 262105, + [SMALL_STATE(4714)] = 262131, + [SMALL_STATE(4715)] = 262157, + [SMALL_STATE(4716)] = 262183, + [SMALL_STATE(4717)] = 262209, + [SMALL_STATE(4718)] = 262235, + [SMALL_STATE(4719)] = 262261, + [SMALL_STATE(4720)] = 262287, + [SMALL_STATE(4721)] = 262313, + [SMALL_STATE(4722)] = 262339, + [SMALL_STATE(4723)] = 262365, + [SMALL_STATE(4724)] = 262397, + [SMALL_STATE(4725)] = 262423, + [SMALL_STATE(4726)] = 262449, + [SMALL_STATE(4727)] = 262475, + [SMALL_STATE(4728)] = 262501, + [SMALL_STATE(4729)] = 262527, + [SMALL_STATE(4730)] = 262563, + [SMALL_STATE(4731)] = 262589, + [SMALL_STATE(4732)] = 262623, + [SMALL_STATE(4733)] = 262649, + [SMALL_STATE(4734)] = 262675, + [SMALL_STATE(4735)] = 262713, + [SMALL_STATE(4736)] = 262739, + [SMALL_STATE(4737)] = 262765, + [SMALL_STATE(4738)] = 262791, + [SMALL_STATE(4739)] = 262817, + [SMALL_STATE(4740)] = 262843, + [SMALL_STATE(4741)] = 262869, + [SMALL_STATE(4742)] = 262895, + [SMALL_STATE(4743)] = 262921, + [SMALL_STATE(4744)] = 262947, + [SMALL_STATE(4745)] = 262973, + [SMALL_STATE(4746)] = 262999, + [SMALL_STATE(4747)] = 263025, + [SMALL_STATE(4748)] = 263051, + [SMALL_STATE(4749)] = 263077, + [SMALL_STATE(4750)] = 263103, + [SMALL_STATE(4751)] = 263129, + [SMALL_STATE(4752)] = 263155, + [SMALL_STATE(4753)] = 263181, + [SMALL_STATE(4754)] = 263207, + [SMALL_STATE(4755)] = 263233, + [SMALL_STATE(4756)] = 263265, + [SMALL_STATE(4757)] = 263291, + [SMALL_STATE(4758)] = 263317, + [SMALL_STATE(4759)] = 263343, + [SMALL_STATE(4760)] = 263369, + [SMALL_STATE(4761)] = 263395, + [SMALL_STATE(4762)] = 263421, + [SMALL_STATE(4763)] = 263447, + [SMALL_STATE(4764)] = 263473, + [SMALL_STATE(4765)] = 263499, + [SMALL_STATE(4766)] = 263525, + [SMALL_STATE(4767)] = 263551, + [SMALL_STATE(4768)] = 263577, + [SMALL_STATE(4769)] = 263603, + [SMALL_STATE(4770)] = 263629, + [SMALL_STATE(4771)] = 263655, + [SMALL_STATE(4772)] = 263681, + [SMALL_STATE(4773)] = 263707, + [SMALL_STATE(4774)] = 263733, + [SMALL_STATE(4775)] = 263759, + [SMALL_STATE(4776)] = 263785, + [SMALL_STATE(4777)] = 263811, + [SMALL_STATE(4778)] = 263847, + [SMALL_STATE(4779)] = 263873, + [SMALL_STATE(4780)] = 263899, + [SMALL_STATE(4781)] = 263925, + [SMALL_STATE(4782)] = 263951, + [SMALL_STATE(4783)] = 263977, + [SMALL_STATE(4784)] = 264003, + [SMALL_STATE(4785)] = 264029, + [SMALL_STATE(4786)] = 264055, + [SMALL_STATE(4787)] = 264081, + [SMALL_STATE(4788)] = 264107, + [SMALL_STATE(4789)] = 264133, + [SMALL_STATE(4790)] = 264159, + [SMALL_STATE(4791)] = 264185, + [SMALL_STATE(4792)] = 264211, + [SMALL_STATE(4793)] = 264237, + [SMALL_STATE(4794)] = 264263, + [SMALL_STATE(4795)] = 264293, + [SMALL_STATE(4796)] = 264319, + [SMALL_STATE(4797)] = 264345, + [SMALL_STATE(4798)] = 264371, + [SMALL_STATE(4799)] = 264397, + [SMALL_STATE(4800)] = 264423, + [SMALL_STATE(4801)] = 264449, + [SMALL_STATE(4802)] = 264475, + [SMALL_STATE(4803)] = 264501, + [SMALL_STATE(4804)] = 264527, + [SMALL_STATE(4805)] = 264553, + [SMALL_STATE(4806)] = 264579, + [SMALL_STATE(4807)] = 264605, + [SMALL_STATE(4808)] = 264631, + [SMALL_STATE(4809)] = 264667, + [SMALL_STATE(4810)] = 264693, + [SMALL_STATE(4811)] = 264719, + [SMALL_STATE(4812)] = 264745, + [SMALL_STATE(4813)] = 264771, + [SMALL_STATE(4814)] = 264797, + [SMALL_STATE(4815)] = 264823, + [SMALL_STATE(4816)] = 264849, + [SMALL_STATE(4817)] = 264875, + [SMALL_STATE(4818)] = 264901, + [SMALL_STATE(4819)] = 264927, + [SMALL_STATE(4820)] = 264953, + [SMALL_STATE(4821)] = 264987, + [SMALL_STATE(4822)] = 265013, + [SMALL_STATE(4823)] = 265039, + [SMALL_STATE(4824)] = 265065, + [SMALL_STATE(4825)] = 265091, + [SMALL_STATE(4826)] = 265117, + [SMALL_STATE(4827)] = 265143, + [SMALL_STATE(4828)] = 265169, + [SMALL_STATE(4829)] = 265195, + [SMALL_STATE(4830)] = 265221, + [SMALL_STATE(4831)] = 265247, + [SMALL_STATE(4832)] = 265273, + [SMALL_STATE(4833)] = 265299, + [SMALL_STATE(4834)] = 265325, + [SMALL_STATE(4835)] = 265351, + [SMALL_STATE(4836)] = 265377, + [SMALL_STATE(4837)] = 265413, + [SMALL_STATE(4838)] = 265439, + [SMALL_STATE(4839)] = 265465, + [SMALL_STATE(4840)] = 265491, + [SMALL_STATE(4841)] = 265517, + [SMALL_STATE(4842)] = 265543, + [SMALL_STATE(4843)] = 265569, + [SMALL_STATE(4844)] = 265595, + [SMALL_STATE(4845)] = 265621, + [SMALL_STATE(4846)] = 265647, + [SMALL_STATE(4847)] = 265673, + [SMALL_STATE(4848)] = 265699, + [SMALL_STATE(4849)] = 265733, + [SMALL_STATE(4850)] = 265759, + [SMALL_STATE(4851)] = 265793, + [SMALL_STATE(4852)] = 265819, + [SMALL_STATE(4853)] = 265845, + [SMALL_STATE(4854)] = 265871, + [SMALL_STATE(4855)] = 265897, + [SMALL_STATE(4856)] = 265923, + [SMALL_STATE(4857)] = 265949, + [SMALL_STATE(4858)] = 265975, + [SMALL_STATE(4859)] = 266001, + [SMALL_STATE(4860)] = 266037, + [SMALL_STATE(4861)] = 266071, + [SMALL_STATE(4862)] = 266097, + [SMALL_STATE(4863)] = 266123, + [SMALL_STATE(4864)] = 266149, + [SMALL_STATE(4865)] = 266175, + [SMALL_STATE(4866)] = 266201, + [SMALL_STATE(4867)] = 266227, + [SMALL_STATE(4868)] = 266253, + [SMALL_STATE(4869)] = 266279, + [SMALL_STATE(4870)] = 266305, + [SMALL_STATE(4871)] = 266331, + [SMALL_STATE(4872)] = 266357, + [SMALL_STATE(4873)] = 266383, + [SMALL_STATE(4874)] = 266411, + [SMALL_STATE(4875)] = 266439, + [SMALL_STATE(4876)] = 266465, + [SMALL_STATE(4877)] = 266491, + [SMALL_STATE(4878)] = 266517, + [SMALL_STATE(4879)] = 266543, + [SMALL_STATE(4880)] = 266569, + [SMALL_STATE(4881)] = 266595, + [SMALL_STATE(4882)] = 266621, + [SMALL_STATE(4883)] = 266647, + [SMALL_STATE(4884)] = 266673, + [SMALL_STATE(4885)] = 266699, + [SMALL_STATE(4886)] = 266725, + [SMALL_STATE(4887)] = 266751, + [SMALL_STATE(4888)] = 266777, + [SMALL_STATE(4889)] = 266813, + [SMALL_STATE(4890)] = 266839, + [SMALL_STATE(4891)] = 266865, + [SMALL_STATE(4892)] = 266890, + [SMALL_STATE(4893)] = 266923, + [SMALL_STATE(4894)] = 266954, + [SMALL_STATE(4895)] = 266985, + [SMALL_STATE(4896)] = 267018, + [SMALL_STATE(4897)] = 267045, + [SMALL_STATE(4898)] = 267078, + [SMALL_STATE(4899)] = 267109, + [SMALL_STATE(4900)] = 267142, + [SMALL_STATE(4901)] = 267169, + [SMALL_STATE(4902)] = 267196, + [SMALL_STATE(4903)] = 267229, + [SMALL_STATE(4904)] = 267262, + [SMALL_STATE(4905)] = 267289, + [SMALL_STATE(4906)] = 267316, + [SMALL_STATE(4907)] = 267349, + [SMALL_STATE(4908)] = 267374, + [SMALL_STATE(4909)] = 267401, + [SMALL_STATE(4910)] = 267426, + [SMALL_STATE(4911)] = 267451, + [SMALL_STATE(4912)] = 267476, + [SMALL_STATE(4913)] = 267509, + [SMALL_STATE(4914)] = 267540, + [SMALL_STATE(4915)] = 267573, + [SMALL_STATE(4916)] = 267606, + [SMALL_STATE(4917)] = 267639, + [SMALL_STATE(4918)] = 267672, + [SMALL_STATE(4919)] = 267705, + [SMALL_STATE(4920)] = 267730, + [SMALL_STATE(4921)] = 267763, + [SMALL_STATE(4922)] = 267796, + [SMALL_STATE(4923)] = 267821, + [SMALL_STATE(4924)] = 267852, + [SMALL_STATE(4925)] = 267885, + [SMALL_STATE(4926)] = 267918, + [SMALL_STATE(4927)] = 267951, + [SMALL_STATE(4928)] = 267976, + [SMALL_STATE(4929)] = 268009, + [SMALL_STATE(4930)] = 268042, + [SMALL_STATE(4931)] = 268075, + [SMALL_STATE(4932)] = 268108, + [SMALL_STATE(4933)] = 268133, + [SMALL_STATE(4934)] = 268158, + [SMALL_STATE(4935)] = 268183, + [SMALL_STATE(4936)] = 268208, + [SMALL_STATE(4937)] = 268233, + [SMALL_STATE(4938)] = 268264, + [SMALL_STATE(4939)] = 268289, + [SMALL_STATE(4940)] = 268314, + [SMALL_STATE(4941)] = 268339, + [SMALL_STATE(4942)] = 268364, + [SMALL_STATE(4943)] = 268389, + [SMALL_STATE(4944)] = 268414, + [SMALL_STATE(4945)] = 268439, + [SMALL_STATE(4946)] = 268464, + [SMALL_STATE(4947)] = 268497, + [SMALL_STATE(4948)] = 268522, + [SMALL_STATE(4949)] = 268561, + [SMALL_STATE(4950)] = 268594, + [SMALL_STATE(4951)] = 268625, + [SMALL_STATE(4952)] = 268658, + [SMALL_STATE(4953)] = 268683, + [SMALL_STATE(4954)] = 268708, + [SMALL_STATE(4955)] = 268733, + [SMALL_STATE(4956)] = 268758, + [SMALL_STATE(4957)] = 268789, + [SMALL_STATE(4958)] = 268822, + [SMALL_STATE(4959)] = 268853, + [SMALL_STATE(4960)] = 268878, + [SMALL_STATE(4961)] = 268903, + [SMALL_STATE(4962)] = 268936, + [SMALL_STATE(4963)] = 268975, + [SMALL_STATE(4964)] = 269014, + [SMALL_STATE(4965)] = 269039, + [SMALL_STATE(4966)] = 269064, + [SMALL_STATE(4967)] = 269100, + [SMALL_STATE(4968)] = 269124, + [SMALL_STATE(4969)] = 269148, + [SMALL_STATE(4970)] = 269172, + [SMALL_STATE(4971)] = 269208, + [SMALL_STATE(4972)] = 269232, + [SMALL_STATE(4973)] = 269256, + [SMALL_STATE(4974)] = 269286, + [SMALL_STATE(4975)] = 269316, + [SMALL_STATE(4976)] = 269346, + [SMALL_STATE(4977)] = 269382, + [SMALL_STATE(4978)] = 269412, + [SMALL_STATE(4979)] = 269442, + [SMALL_STATE(4980)] = 269472, + [SMALL_STATE(4981)] = 269500, + [SMALL_STATE(4982)] = 269534, + [SMALL_STATE(4983)] = 269564, + [SMALL_STATE(4984)] = 269594, + [SMALL_STATE(4985)] = 269630, + [SMALL_STATE(4986)] = 269666, + [SMALL_STATE(4987)] = 269696, + [SMALL_STATE(4988)] = 269724, + [SMALL_STATE(4989)] = 269748, + [SMALL_STATE(4990)] = 269784, + [SMALL_STATE(4991)] = 269820, + [SMALL_STATE(4992)] = 269856, + [SMALL_STATE(4993)] = 269880, + [SMALL_STATE(4994)] = 269910, + [SMALL_STATE(4995)] = 269940, + [SMALL_STATE(4996)] = 269976, + [SMALL_STATE(4997)] = 270012, + [SMALL_STATE(4998)] = 270048, + [SMALL_STATE(4999)] = 270078, + [SMALL_STATE(5000)] = 270108, + [SMALL_STATE(5001)] = 270144, + [SMALL_STATE(5002)] = 270168, + [SMALL_STATE(5003)] = 270192, + [SMALL_STATE(5004)] = 270222, + [SMALL_STATE(5005)] = 270246, + [SMALL_STATE(5006)] = 270270, + [SMALL_STATE(5007)] = 270300, + [SMALL_STATE(5008)] = 270330, + [SMALL_STATE(5009)] = 270366, + [SMALL_STATE(5010)] = 270390, + [SMALL_STATE(5011)] = 270426, + [SMALL_STATE(5012)] = 270462, + [SMALL_STATE(5013)] = 270496, + [SMALL_STATE(5014)] = 270532, + [SMALL_STATE(5015)] = 270562, + [SMALL_STATE(5016)] = 270596, + [SMALL_STATE(5017)] = 270630, + [SMALL_STATE(5018)] = 270654, + [SMALL_STATE(5019)] = 270678, + [SMALL_STATE(5020)] = 270708, + [SMALL_STATE(5021)] = 270732, + [SMALL_STATE(5022)] = 270768, + [SMALL_STATE(5023)] = 270792, + [SMALL_STATE(5024)] = 270816, + [SMALL_STATE(5025)] = 270840, + [SMALL_STATE(5026)] = 270876, + [SMALL_STATE(5027)] = 270906, + [SMALL_STATE(5028)] = 270940, + [SMALL_STATE(5029)] = 270976, + [SMALL_STATE(5030)] = 271006, + [SMALL_STATE(5031)] = 271030, + [SMALL_STATE(5032)] = 271054, + [SMALL_STATE(5033)] = 271078, + [SMALL_STATE(5034)] = 271102, + [SMALL_STATE(5035)] = 271132, + [SMALL_STATE(5036)] = 271162, + [SMALL_STATE(5037)] = 271198, + [SMALL_STATE(5038)] = 271222, + [SMALL_STATE(5039)] = 271258, + [SMALL_STATE(5040)] = 271282, + [SMALL_STATE(5041)] = 271318, + [SMALL_STATE(5042)] = 271342, + [SMALL_STATE(5043)] = 271378, + [SMALL_STATE(5044)] = 271414, + [SMALL_STATE(5045)] = 271444, + [SMALL_STATE(5046)] = 271472, + [SMALL_STATE(5047)] = 271508, + [SMALL_STATE(5048)] = 271544, + [SMALL_STATE(5049)] = 271580, + [SMALL_STATE(5050)] = 271616, + [SMALL_STATE(5051)] = 271652, + [SMALL_STATE(5052)] = 271676, + [SMALL_STATE(5053)] = 271712, + [SMALL_STATE(5054)] = 271736, + [SMALL_STATE(5055)] = 271764, + [SMALL_STATE(5056)] = 271788, + [SMALL_STATE(5057)] = 271812, + [SMALL_STATE(5058)] = 271836, + [SMALL_STATE(5059)] = 271860, + [SMALL_STATE(5060)] = 271884, + [SMALL_STATE(5061)] = 271914, + [SMALL_STATE(5062)] = 271950, + [SMALL_STATE(5063)] = 271974, + [SMALL_STATE(5064)] = 272004, + [SMALL_STATE(5065)] = 272040, + [SMALL_STATE(5066)] = 272076, + [SMALL_STATE(5067)] = 272100, + [SMALL_STATE(5068)] = 272124, + [SMALL_STATE(5069)] = 272154, + [SMALL_STATE(5070)] = 272190, + [SMALL_STATE(5071)] = 272226, + [SMALL_STATE(5072)] = 272262, + [SMALL_STATE(5073)] = 272286, + [SMALL_STATE(5074)] = 272310, + [SMALL_STATE(5075)] = 272346, + [SMALL_STATE(5076)] = 272382, + [SMALL_STATE(5077)] = 272412, + [SMALL_STATE(5078)] = 272448, + [SMALL_STATE(5079)] = 272484, + [SMALL_STATE(5080)] = 272509, + [SMALL_STATE(5081)] = 272536, + [SMALL_STATE(5082)] = 272563, + [SMALL_STATE(5083)] = 272590, + [SMALL_STATE(5084)] = 272621, + [SMALL_STATE(5085)] = 272648, + [SMALL_STATE(5086)] = 272675, + [SMALL_STATE(5087)] = 272702, + [SMALL_STATE(5088)] = 272729, + [SMALL_STATE(5089)] = 272756, + [SMALL_STATE(5090)] = 272783, + [SMALL_STATE(5091)] = 272810, + [SMALL_STATE(5092)] = 272837, + [SMALL_STATE(5093)] = 272864, + [SMALL_STATE(5094)] = 272897, + [SMALL_STATE(5095)] = 272924, + [SMALL_STATE(5096)] = 272951, + [SMALL_STATE(5097)] = 272978, + [SMALL_STATE(5098)] = 273009, + [SMALL_STATE(5099)] = 273034, + [SMALL_STATE(5100)] = 273061, + [SMALL_STATE(5101)] = 273090, + [SMALL_STATE(5102)] = 273115, + [SMALL_STATE(5103)] = 273148, + [SMALL_STATE(5104)] = 273175, + [SMALL_STATE(5105)] = 273202, + [SMALL_STATE(5106)] = 273233, + [SMALL_STATE(5107)] = 273266, + [SMALL_STATE(5108)] = 273299, + [SMALL_STATE(5109)] = 273326, + [SMALL_STATE(5110)] = 273359, + [SMALL_STATE(5111)] = 273386, + [SMALL_STATE(5112)] = 273413, + [SMALL_STATE(5113)] = 273440, + [SMALL_STATE(5114)] = 273467, + [SMALL_STATE(5115)] = 273496, + [SMALL_STATE(5116)] = 273525, + [SMALL_STATE(5117)] = 273552, + [SMALL_STATE(5118)] = 273579, + [SMALL_STATE(5119)] = 273606, + [SMALL_STATE(5120)] = 273633, + [SMALL_STATE(5121)] = 273660, + [SMALL_STATE(5122)] = 273687, + [SMALL_STATE(5123)] = 273714, + [SMALL_STATE(5124)] = 273741, + [SMALL_STATE(5125)] = 273768, + [SMALL_STATE(5126)] = 273795, + [SMALL_STATE(5127)] = 273822, + [SMALL_STATE(5128)] = 273849, + [SMALL_STATE(5129)] = 273876, + [SMALL_STATE(5130)] = 273903, + [SMALL_STATE(5131)] = 273930, + [SMALL_STATE(5132)] = 273957, + [SMALL_STATE(5133)] = 273984, + [SMALL_STATE(5134)] = 274011, + [SMALL_STATE(5135)] = 274038, + [SMALL_STATE(5136)] = 274065, + [SMALL_STATE(5137)] = 274092, + [SMALL_STATE(5138)] = 274119, + [SMALL_STATE(5139)] = 274146, + [SMALL_STATE(5140)] = 274173, + [SMALL_STATE(5141)] = 274196, + [SMALL_STATE(5142)] = 274223, + [SMALL_STATE(5143)] = 274256, + [SMALL_STATE(5144)] = 274283, + [SMALL_STATE(5145)] = 274310, + [SMALL_STATE(5146)] = 274337, + [SMALL_STATE(5147)] = 274364, + [SMALL_STATE(5148)] = 274391, + [SMALL_STATE(5149)] = 274418, + [SMALL_STATE(5150)] = 274445, + [SMALL_STATE(5151)] = 274472, + [SMALL_STATE(5152)] = 274499, + [SMALL_STATE(5153)] = 274526, + [SMALL_STATE(5154)] = 274553, + [SMALL_STATE(5155)] = 274580, + [SMALL_STATE(5156)] = 274607, + [SMALL_STATE(5157)] = 274634, + [SMALL_STATE(5158)] = 274661, + [SMALL_STATE(5159)] = 274688, + [SMALL_STATE(5160)] = 274715, + [SMALL_STATE(5161)] = 274742, + [SMALL_STATE(5162)] = 274769, + [SMALL_STATE(5163)] = 274796, + [SMALL_STATE(5164)] = 274819, + [SMALL_STATE(5165)] = 274850, + [SMALL_STATE(5166)] = 274877, + [SMALL_STATE(5167)] = 274904, + [SMALL_STATE(5168)] = 274931, + [SMALL_STATE(5169)] = 274958, + [SMALL_STATE(5170)] = 274982, + [SMALL_STATE(5171)] = 275006, + [SMALL_STATE(5172)] = 275030, + [SMALL_STATE(5173)] = 275058, + [SMALL_STATE(5174)] = 275082, + [SMALL_STATE(5175)] = 275106, + [SMALL_STATE(5176)] = 275132, + [SMALL_STATE(5177)] = 275162, + [SMALL_STATE(5178)] = 275192, + [SMALL_STATE(5179)] = 275222, + [SMALL_STATE(5180)] = 275244, + [SMALL_STATE(5181)] = 275274, + [SMALL_STATE(5182)] = 275298, + [SMALL_STATE(5183)] = 275322, + [SMALL_STATE(5184)] = 275348, + [SMALL_STATE(5185)] = 275370, + [SMALL_STATE(5186)] = 275400, + [SMALL_STATE(5187)] = 275424, + [SMALL_STATE(5188)] = 275448, + [SMALL_STATE(5189)] = 275478, + [SMALL_STATE(5190)] = 275504, + [SMALL_STATE(5191)] = 275528, + [SMALL_STATE(5192)] = 275550, + [SMALL_STATE(5193)] = 275580, + [SMALL_STATE(5194)] = 275610, + [SMALL_STATE(5195)] = 275634, + [SMALL_STATE(5196)] = 275660, + [SMALL_STATE(5197)] = 275684, + [SMALL_STATE(5198)] = 275708, + [SMALL_STATE(5199)] = 275738, + [SMALL_STATE(5200)] = 275762, + [SMALL_STATE(5201)] = 275786, + [SMALL_STATE(5202)] = 275816, + [SMALL_STATE(5203)] = 275840, + [SMALL_STATE(5204)] = 275864, + [SMALL_STATE(5205)] = 275886, + [SMALL_STATE(5206)] = 275910, + [SMALL_STATE(5207)] = 275934, + [SMALL_STATE(5208)] = 275958, + [SMALL_STATE(5209)] = 275982, + [SMALL_STATE(5210)] = 276012, + [SMALL_STATE(5211)] = 276038, + [SMALL_STATE(5212)] = 276062, + [SMALL_STATE(5213)] = 276086, + [SMALL_STATE(5214)] = 276116, + [SMALL_STATE(5215)] = 276140, + [SMALL_STATE(5216)] = 276168, + [SMALL_STATE(5217)] = 276190, + [SMALL_STATE(5218)] = 276220, + [SMALL_STATE(5219)] = 276250, + [SMALL_STATE(5220)] = 276272, + [SMALL_STATE(5221)] = 276296, + [SMALL_STATE(5222)] = 276320, + [SMALL_STATE(5223)] = 276350, + [SMALL_STATE(5224)] = 276374, + [SMALL_STATE(5225)] = 276398, + [SMALL_STATE(5226)] = 276422, + [SMALL_STATE(5227)] = 276452, + [SMALL_STATE(5228)] = 276476, + [SMALL_STATE(5229)] = 276498, + [SMALL_STATE(5230)] = 276522, + [SMALL_STATE(5231)] = 276552, + [SMALL_STATE(5232)] = 276576, + [SMALL_STATE(5233)] = 276600, + [SMALL_STATE(5234)] = 276626, + [SMALL_STATE(5235)] = 276650, + [SMALL_STATE(5236)] = 276674, + [SMALL_STATE(5237)] = 276704, + [SMALL_STATE(5238)] = 276730, + [SMALL_STATE(5239)] = 276756, + [SMALL_STATE(5240)] = 276780, + [SMALL_STATE(5241)] = 276804, + [SMALL_STATE(5242)] = 276832, + [SMALL_STATE(5243)] = 276862, + [SMALL_STATE(5244)] = 276884, + [SMALL_STATE(5245)] = 276908, + [SMALL_STATE(5246)] = 276932, + [SMALL_STATE(5247)] = 276958, + [SMALL_STATE(5248)] = 276982, + [SMALL_STATE(5249)] = 277008, + [SMALL_STATE(5250)] = 277038, + [SMALL_STATE(5251)] = 277062, + [SMALL_STATE(5252)] = 277086, + [SMALL_STATE(5253)] = 277110, + [SMALL_STATE(5254)] = 277140, + [SMALL_STATE(5255)] = 277162, + [SMALL_STATE(5256)] = 277186, + [SMALL_STATE(5257)] = 277208, + [SMALL_STATE(5258)] = 277232, + [SMALL_STATE(5259)] = 277262, + [SMALL_STATE(5260)] = 277286, + [SMALL_STATE(5261)] = 277308, + [SMALL_STATE(5262)] = 277338, + [SMALL_STATE(5263)] = 277362, + [SMALL_STATE(5264)] = 277392, + [SMALL_STATE(5265)] = 277416, + [SMALL_STATE(5266)] = 277446, + [SMALL_STATE(5267)] = 277468, + [SMALL_STATE(5268)] = 277498, + [SMALL_STATE(5269)] = 277520, + [SMALL_STATE(5270)] = 277550, + [SMALL_STATE(5271)] = 277574, + [SMALL_STATE(5272)] = 277604, + [SMALL_STATE(5273)] = 277634, + [SMALL_STATE(5274)] = 277656, + [SMALL_STATE(5275)] = 277680, + [SMALL_STATE(5276)] = 277708, + [SMALL_STATE(5277)] = 277738, + [SMALL_STATE(5278)] = 277768, + [SMALL_STATE(5279)] = 277792, + [SMALL_STATE(5280)] = 277816, + [SMALL_STATE(5281)] = 277840, + [SMALL_STATE(5282)] = 277862, + [SMALL_STATE(5283)] = 277886, + [SMALL_STATE(5284)] = 277916, + [SMALL_STATE(5285)] = 277940, + [SMALL_STATE(5286)] = 277962, + [SMALL_STATE(5287)] = 277986, + [SMALL_STATE(5288)] = 278010, + [SMALL_STATE(5289)] = 278040, + [SMALL_STATE(5290)] = 278064, + [SMALL_STATE(5291)] = 278088, + [SMALL_STATE(5292)] = 278114, + [SMALL_STATE(5293)] = 278138, + [SMALL_STATE(5294)] = 278164, + [SMALL_STATE(5295)] = 278194, + [SMALL_STATE(5296)] = 278220, + [SMALL_STATE(5297)] = 278242, + [SMALL_STATE(5298)] = 278266, + [SMALL_STATE(5299)] = 278290, + [SMALL_STATE(5300)] = 278314, + [SMALL_STATE(5301)] = 278338, + [SMALL_STATE(5302)] = 278362, + [SMALL_STATE(5303)] = 278386, + [SMALL_STATE(5304)] = 278410, + [SMALL_STATE(5305)] = 278440, + [SMALL_STATE(5306)] = 278470, + [SMALL_STATE(5307)] = 278494, + [SMALL_STATE(5308)] = 278524, + [SMALL_STATE(5309)] = 278554, + [SMALL_STATE(5310)] = 278578, + [SMALL_STATE(5311)] = 278602, + [SMALL_STATE(5312)] = 278626, + [SMALL_STATE(5313)] = 278650, + [SMALL_STATE(5314)] = 278674, + [SMALL_STATE(5315)] = 278698, + [SMALL_STATE(5316)] = 278728, + [SMALL_STATE(5317)] = 278752, + [SMALL_STATE(5318)] = 278776, + [SMALL_STATE(5319)] = 278806, + [SMALL_STATE(5320)] = 278830, + [SMALL_STATE(5321)] = 278854, + [SMALL_STATE(5322)] = 278878, + [SMALL_STATE(5323)] = 278902, + [SMALL_STATE(5324)] = 278926, + [SMALL_STATE(5325)] = 278950, + [SMALL_STATE(5326)] = 278980, + [SMALL_STATE(5327)] = 279004, + [SMALL_STATE(5328)] = 279034, + [SMALL_STATE(5329)] = 279058, + [SMALL_STATE(5330)] = 279088, + [SMALL_STATE(5331)] = 279112, + [SMALL_STATE(5332)] = 279142, + [SMALL_STATE(5333)] = 279166, + [SMALL_STATE(5334)] = 279190, + [SMALL_STATE(5335)] = 279220, + [SMALL_STATE(5336)] = 279244, + [SMALL_STATE(5337)] = 279274, + [SMALL_STATE(5338)] = 279298, + [SMALL_STATE(5339)] = 279328, + [SMALL_STATE(5340)] = 279352, + [SMALL_STATE(5341)] = 279382, + [SMALL_STATE(5342)] = 279406, + [SMALL_STATE(5343)] = 279436, + [SMALL_STATE(5344)] = 279460, + [SMALL_STATE(5345)] = 279484, + [SMALL_STATE(5346)] = 279508, + [SMALL_STATE(5347)] = 279532, + [SMALL_STATE(5348)] = 279556, + [SMALL_STATE(5349)] = 279580, + [SMALL_STATE(5350)] = 279610, + [SMALL_STATE(5351)] = 279634, + [SMALL_STATE(5352)] = 279658, + [SMALL_STATE(5353)] = 279679, + [SMALL_STATE(5354)] = 279700, + [SMALL_STATE(5355)] = 279727, + [SMALL_STATE(5356)] = 279754, + [SMALL_STATE(5357)] = 279781, + [SMALL_STATE(5358)] = 279808, + [SMALL_STATE(5359)] = 279835, + [SMALL_STATE(5360)] = 279862, + [SMALL_STATE(5361)] = 279889, + [SMALL_STATE(5362)] = 279916, + [SMALL_STATE(5363)] = 279943, + [SMALL_STATE(5364)] = 279970, + [SMALL_STATE(5365)] = 279997, + [SMALL_STATE(5366)] = 280024, + [SMALL_STATE(5367)] = 280051, + [SMALL_STATE(5368)] = 280078, + [SMALL_STATE(5369)] = 280105, + [SMALL_STATE(5370)] = 280132, + [SMALL_STATE(5371)] = 280153, + [SMALL_STATE(5372)] = 280180, + [SMALL_STATE(5373)] = 280207, + [SMALL_STATE(5374)] = 280234, + [SMALL_STATE(5375)] = 280261, + [SMALL_STATE(5376)] = 280288, + [SMALL_STATE(5377)] = 280315, + [SMALL_STATE(5378)] = 280342, + [SMALL_STATE(5379)] = 280365, + [SMALL_STATE(5380)] = 280392, + [SMALL_STATE(5381)] = 280419, + [SMALL_STATE(5382)] = 280446, + [SMALL_STATE(5383)] = 280473, + [SMALL_STATE(5384)] = 280500, + [SMALL_STATE(5385)] = 280527, + [SMALL_STATE(5386)] = 280554, + [SMALL_STATE(5387)] = 280581, + [SMALL_STATE(5388)] = 280608, + [SMALL_STATE(5389)] = 280635, + [SMALL_STATE(5390)] = 280662, + [SMALL_STATE(5391)] = 280689, + [SMALL_STATE(5392)] = 280716, + [SMALL_STATE(5393)] = 280743, + [SMALL_STATE(5394)] = 280770, + [SMALL_STATE(5395)] = 280797, + [SMALL_STATE(5396)] = 280824, + [SMALL_STATE(5397)] = 280851, + [SMALL_STATE(5398)] = 280878, + [SMALL_STATE(5399)] = 280905, + [SMALL_STATE(5400)] = 280932, + [SMALL_STATE(5401)] = 280959, + [SMALL_STATE(5402)] = 280980, + [SMALL_STATE(5403)] = 281007, + [SMALL_STATE(5404)] = 281034, + [SMALL_STATE(5405)] = 281055, + [SMALL_STATE(5406)] = 281082, + [SMALL_STATE(5407)] = 281109, + [SMALL_STATE(5408)] = 281136, + [SMALL_STATE(5409)] = 281157, + [SMALL_STATE(5410)] = 281184, + [SMALL_STATE(5411)] = 281211, + [SMALL_STATE(5412)] = 281238, + [SMALL_STATE(5413)] = 281263, + [SMALL_STATE(5414)] = 281290, + [SMALL_STATE(5415)] = 281317, + [SMALL_STATE(5416)] = 281344, + [SMALL_STATE(5417)] = 281365, + [SMALL_STATE(5418)] = 281386, + [SMALL_STATE(5419)] = 281413, + [SMALL_STATE(5420)] = 281440, + [SMALL_STATE(5421)] = 281467, + [SMALL_STATE(5422)] = 281492, + [SMALL_STATE(5423)] = 281517, + [SMALL_STATE(5424)] = 281544, + [SMALL_STATE(5425)] = 281571, + [SMALL_STATE(5426)] = 281598, + [SMALL_STATE(5427)] = 281625, + [SMALL_STATE(5428)] = 281650, + [SMALL_STATE(5429)] = 281677, + [SMALL_STATE(5430)] = 281704, + [SMALL_STATE(5431)] = 281731, + [SMALL_STATE(5432)] = 281756, + [SMALL_STATE(5433)] = 281781, + [SMALL_STATE(5434)] = 281808, + [SMALL_STATE(5435)] = 281835, + [SMALL_STATE(5436)] = 281862, + [SMALL_STATE(5437)] = 281889, + [SMALL_STATE(5438)] = 281916, + [SMALL_STATE(5439)] = 281937, + [SMALL_STATE(5440)] = 281958, + [SMALL_STATE(5441)] = 281985, + [SMALL_STATE(5442)] = 282006, + [SMALL_STATE(5443)] = 282027, + [SMALL_STATE(5444)] = 282048, + [SMALL_STATE(5445)] = 282075, + [SMALL_STATE(5446)] = 282102, + [SMALL_STATE(5447)] = 282129, + [SMALL_STATE(5448)] = 282156, + [SMALL_STATE(5449)] = 282177, + [SMALL_STATE(5450)] = 282198, + [SMALL_STATE(5451)] = 282225, + [SMALL_STATE(5452)] = 282252, + [SMALL_STATE(5453)] = 282279, + [SMALL_STATE(5454)] = 282300, + [SMALL_STATE(5455)] = 282321, + [SMALL_STATE(5456)] = 282342, + [SMALL_STATE(5457)] = 282363, + [SMALL_STATE(5458)] = 282384, + [SMALL_STATE(5459)] = 282411, + [SMALL_STATE(5460)] = 282438, + [SMALL_STATE(5461)] = 282459, + [SMALL_STATE(5462)] = 282480, + [SMALL_STATE(5463)] = 282501, + [SMALL_STATE(5464)] = 282524, + [SMALL_STATE(5465)] = 282545, + [SMALL_STATE(5466)] = 282572, + [SMALL_STATE(5467)] = 282599, + [SMALL_STATE(5468)] = 282624, + [SMALL_STATE(5469)] = 282649, + [SMALL_STATE(5470)] = 282670, + [SMALL_STATE(5471)] = 282695, + [SMALL_STATE(5472)] = 282720, + [SMALL_STATE(5473)] = 282747, + [SMALL_STATE(5474)] = 282774, + [SMALL_STATE(5475)] = 282795, + [SMALL_STATE(5476)] = 282816, + [SMALL_STATE(5477)] = 282841, + [SMALL_STATE(5478)] = 282862, + [SMALL_STATE(5479)] = 282889, + [SMALL_STATE(5480)] = 282916, + [SMALL_STATE(5481)] = 282943, + [SMALL_STATE(5482)] = 282970, + [SMALL_STATE(5483)] = 282997, + [SMALL_STATE(5484)] = 283022, + [SMALL_STATE(5485)] = 283049, + [SMALL_STATE(5486)] = 283076, + [SMALL_STATE(5487)] = 283097, + [SMALL_STATE(5488)] = 283124, + [SMALL_STATE(5489)] = 283151, + [SMALL_STATE(5490)] = 283172, + [SMALL_STATE(5491)] = 283193, + [SMALL_STATE(5492)] = 283214, + [SMALL_STATE(5493)] = 283241, + [SMALL_STATE(5494)] = 283268, + [SMALL_STATE(5495)] = 283289, + [SMALL_STATE(5496)] = 283312, + [SMALL_STATE(5497)] = 283339, + [SMALL_STATE(5498)] = 283360, + [SMALL_STATE(5499)] = 283385, + [SMALL_STATE(5500)] = 283406, + [SMALL_STATE(5501)] = 283433, + [SMALL_STATE(5502)] = 283460, + [SMALL_STATE(5503)] = 283487, + [SMALL_STATE(5504)] = 283514, + [SMALL_STATE(5505)] = 283535, + [SMALL_STATE(5506)] = 283558, + [SMALL_STATE(5507)] = 283579, + [SMALL_STATE(5508)] = 283606, + [SMALL_STATE(5509)] = 283627, + [SMALL_STATE(5510)] = 283654, + [SMALL_STATE(5511)] = 283681, + [SMALL_STATE(5512)] = 283708, + [SMALL_STATE(5513)] = 283729, + [SMALL_STATE(5514)] = 283756, + [SMALL_STATE(5515)] = 283777, + [SMALL_STATE(5516)] = 283804, + [SMALL_STATE(5517)] = 283827, + [SMALL_STATE(5518)] = 283854, + [SMALL_STATE(5519)] = 283881, + [SMALL_STATE(5520)] = 283902, + [SMALL_STATE(5521)] = 283923, + [SMALL_STATE(5522)] = 283950, + [SMALL_STATE(5523)] = 283971, + [SMALL_STATE(5524)] = 283992, + [SMALL_STATE(5525)] = 284013, + [SMALL_STATE(5526)] = 284040, + [SMALL_STATE(5527)] = 284067, + [SMALL_STATE(5528)] = 284088, + [SMALL_STATE(5529)] = 284113, + [SMALL_STATE(5530)] = 284134, + [SMALL_STATE(5531)] = 284155, + [SMALL_STATE(5532)] = 284176, + [SMALL_STATE(5533)] = 284203, + [SMALL_STATE(5534)] = 284230, + [SMALL_STATE(5535)] = 284251, + [SMALL_STATE(5536)] = 284272, + [SMALL_STATE(5537)] = 284299, + [SMALL_STATE(5538)] = 284326, + [SMALL_STATE(5539)] = 284351, + [SMALL_STATE(5540)] = 284378, + [SMALL_STATE(5541)] = 284399, + [SMALL_STATE(5542)] = 284424, + [SMALL_STATE(5543)] = 284445, + [SMALL_STATE(5544)] = 284472, + [SMALL_STATE(5545)] = 284499, + [SMALL_STATE(5546)] = 284526, + [SMALL_STATE(5547)] = 284553, + [SMALL_STATE(5548)] = 284574, + [SMALL_STATE(5549)] = 284595, + [SMALL_STATE(5550)] = 284622, + [SMALL_STATE(5551)] = 284649, + [SMALL_STATE(5552)] = 284674, + [SMALL_STATE(5553)] = 284695, + [SMALL_STATE(5554)] = 284722, + [SMALL_STATE(5555)] = 284745, + [SMALL_STATE(5556)] = 284766, + [SMALL_STATE(5557)] = 284793, + [SMALL_STATE(5558)] = 284820, + [SMALL_STATE(5559)] = 284841, + [SMALL_STATE(5560)] = 284868, + [SMALL_STATE(5561)] = 284895, + [SMALL_STATE(5562)] = 284922, + [SMALL_STATE(5563)] = 284949, + [SMALL_STATE(5564)] = 284970, + [SMALL_STATE(5565)] = 284991, + [SMALL_STATE(5566)] = 285018, + [SMALL_STATE(5567)] = 285039, + [SMALL_STATE(5568)] = 285062, + [SMALL_STATE(5569)] = 285083, + [SMALL_STATE(5570)] = 285110, + [SMALL_STATE(5571)] = 285131, + [SMALL_STATE(5572)] = 285158, + [SMALL_STATE(5573)] = 285185, + [SMALL_STATE(5574)] = 285212, + [SMALL_STATE(5575)] = 285237, + [SMALL_STATE(5576)] = 285257, + [SMALL_STATE(5577)] = 285281, + [SMALL_STATE(5578)] = 285305, + [SMALL_STATE(5579)] = 285329, + [SMALL_STATE(5580)] = 285353, + [SMALL_STATE(5581)] = 285377, + [SMALL_STATE(5582)] = 285401, + [SMALL_STATE(5583)] = 285425, + [SMALL_STATE(5584)] = 285449, + [SMALL_STATE(5585)] = 285473, + [SMALL_STATE(5586)] = 285497, + [SMALL_STATE(5587)] = 285521, + [SMALL_STATE(5588)] = 285545, + [SMALL_STATE(5589)] = 285569, + [SMALL_STATE(5590)] = 285593, + [SMALL_STATE(5591)] = 285617, + [SMALL_STATE(5592)] = 285641, + [SMALL_STATE(5593)] = 285665, + [SMALL_STATE(5594)] = 285689, + [SMALL_STATE(5595)] = 285713, + [SMALL_STATE(5596)] = 285737, + [SMALL_STATE(5597)] = 285761, + [SMALL_STATE(5598)] = 285785, + [SMALL_STATE(5599)] = 285809, + [SMALL_STATE(5600)] = 285833, + [SMALL_STATE(5601)] = 285857, + [SMALL_STATE(5602)] = 285881, + [SMALL_STATE(5603)] = 285905, + [SMALL_STATE(5604)] = 285929, + [SMALL_STATE(5605)] = 285953, + [SMALL_STATE(5606)] = 285977, + [SMALL_STATE(5607)] = 286001, + [SMALL_STATE(5608)] = 286025, + [SMALL_STATE(5609)] = 286049, + [SMALL_STATE(5610)] = 286073, + [SMALL_STATE(5611)] = 286097, + [SMALL_STATE(5612)] = 286121, + [SMALL_STATE(5613)] = 286145, + [SMALL_STATE(5614)] = 286169, + [SMALL_STATE(5615)] = 286193, + [SMALL_STATE(5616)] = 286217, + [SMALL_STATE(5617)] = 286241, + [SMALL_STATE(5618)] = 286265, + [SMALL_STATE(5619)] = 286289, + [SMALL_STATE(5620)] = 286313, + [SMALL_STATE(5621)] = 286337, + [SMALL_STATE(5622)] = 286361, + [SMALL_STATE(5623)] = 286385, + [SMALL_STATE(5624)] = 286409, + [SMALL_STATE(5625)] = 286433, + [SMALL_STATE(5626)] = 286457, + [SMALL_STATE(5627)] = 286481, + [SMALL_STATE(5628)] = 286505, + [SMALL_STATE(5629)] = 286529, + [SMALL_STATE(5630)] = 286553, + [SMALL_STATE(5631)] = 286577, + [SMALL_STATE(5632)] = 286601, + [SMALL_STATE(5633)] = 286625, + [SMALL_STATE(5634)] = 286649, + [SMALL_STATE(5635)] = 286673, + [SMALL_STATE(5636)] = 286697, + [SMALL_STATE(5637)] = 286721, + [SMALL_STATE(5638)] = 286745, + [SMALL_STATE(5639)] = 286769, + [SMALL_STATE(5640)] = 286793, + [SMALL_STATE(5641)] = 286813, + [SMALL_STATE(5642)] = 286837, + [SMALL_STATE(5643)] = 286861, + [SMALL_STATE(5644)] = 286885, + [SMALL_STATE(5645)] = 286907, + [SMALL_STATE(5646)] = 286931, + [SMALL_STATE(5647)] = 286955, + [SMALL_STATE(5648)] = 286979, + [SMALL_STATE(5649)] = 287003, + [SMALL_STATE(5650)] = 287027, + [SMALL_STATE(5651)] = 287051, + [SMALL_STATE(5652)] = 287075, + [SMALL_STATE(5653)] = 287099, + [SMALL_STATE(5654)] = 287123, + [SMALL_STATE(5655)] = 287147, + [SMALL_STATE(5656)] = 287171, + [SMALL_STATE(5657)] = 287195, + [SMALL_STATE(5658)] = 287219, + [SMALL_STATE(5659)] = 287243, + [SMALL_STATE(5660)] = 287267, + [SMALL_STATE(5661)] = 287287, + [SMALL_STATE(5662)] = 287311, + [SMALL_STATE(5663)] = 287335, + [SMALL_STATE(5664)] = 287357, + [SMALL_STATE(5665)] = 287381, + [SMALL_STATE(5666)] = 287405, + [SMALL_STATE(5667)] = 287429, + [SMALL_STATE(5668)] = 287453, + [SMALL_STATE(5669)] = 287475, + [SMALL_STATE(5670)] = 287499, + [SMALL_STATE(5671)] = 287523, + [SMALL_STATE(5672)] = 287547, + [SMALL_STATE(5673)] = 287571, + [SMALL_STATE(5674)] = 287595, + [SMALL_STATE(5675)] = 287619, + [SMALL_STATE(5676)] = 287643, + [SMALL_STATE(5677)] = 287667, + [SMALL_STATE(5678)] = 287691, + [SMALL_STATE(5679)] = 287711, + [SMALL_STATE(5680)] = 287735, + [SMALL_STATE(5681)] = 287759, + [SMALL_STATE(5682)] = 287783, + [SMALL_STATE(5683)] = 287807, + [SMALL_STATE(5684)] = 287831, + [SMALL_STATE(5685)] = 287855, + [SMALL_STATE(5686)] = 287879, + [SMALL_STATE(5687)] = 287899, + [SMALL_STATE(5688)] = 287923, + [SMALL_STATE(5689)] = 287947, + [SMALL_STATE(5690)] = 287971, + [SMALL_STATE(5691)] = 287993, + [SMALL_STATE(5692)] = 288017, + [SMALL_STATE(5693)] = 288037, + [SMALL_STATE(5694)] = 288059, + [SMALL_STATE(5695)] = 288083, + [SMALL_STATE(5696)] = 288107, + [SMALL_STATE(5697)] = 288131, + [SMALL_STATE(5698)] = 288153, + [SMALL_STATE(5699)] = 288177, + [SMALL_STATE(5700)] = 288201, + [SMALL_STATE(5701)] = 288225, + [SMALL_STATE(5702)] = 288249, + [SMALL_STATE(5703)] = 288271, + [SMALL_STATE(5704)] = 288295, + [SMALL_STATE(5705)] = 288319, + [SMALL_STATE(5706)] = 288343, + [SMALL_STATE(5707)] = 288367, + [SMALL_STATE(5708)] = 288391, + [SMALL_STATE(5709)] = 288415, + [SMALL_STATE(5710)] = 288435, + [SMALL_STATE(5711)] = 288457, + [SMALL_STATE(5712)] = 288481, + [SMALL_STATE(5713)] = 288505, + [SMALL_STATE(5714)] = 288527, + [SMALL_STATE(5715)] = 288551, + [SMALL_STATE(5716)] = 288575, + [SMALL_STATE(5717)] = 288599, + [SMALL_STATE(5718)] = 288623, + [SMALL_STATE(5719)] = 288643, + [SMALL_STATE(5720)] = 288665, + [SMALL_STATE(5721)] = 288685, + [SMALL_STATE(5722)] = 288709, + [SMALL_STATE(5723)] = 288733, + [SMALL_STATE(5724)] = 288757, + [SMALL_STATE(5725)] = 288777, + [SMALL_STATE(5726)] = 288801, + [SMALL_STATE(5727)] = 288825, + [SMALL_STATE(5728)] = 288849, + [SMALL_STATE(5729)] = 288873, + [SMALL_STATE(5730)] = 288893, + [SMALL_STATE(5731)] = 288917, + [SMALL_STATE(5732)] = 288941, + [SMALL_STATE(5733)] = 288961, + [SMALL_STATE(5734)] = 288985, + [SMALL_STATE(5735)] = 289005, + [SMALL_STATE(5736)] = 289029, + [SMALL_STATE(5737)] = 289053, + [SMALL_STATE(5738)] = 289077, + [SMALL_STATE(5739)] = 289099, + [SMALL_STATE(5740)] = 289119, + [SMALL_STATE(5741)] = 289143, + [SMALL_STATE(5742)] = 289167, + [SMALL_STATE(5743)] = 289191, + [SMALL_STATE(5744)] = 289215, + [SMALL_STATE(5745)] = 289237, + [SMALL_STATE(5746)] = 289261, + [SMALL_STATE(5747)] = 289285, + [SMALL_STATE(5748)] = 289305, + [SMALL_STATE(5749)] = 289325, + [SMALL_STATE(5750)] = 289345, + [SMALL_STATE(5751)] = 289369, + [SMALL_STATE(5752)] = 289393, + [SMALL_STATE(5753)] = 289415, + [SMALL_STATE(5754)] = 289439, + [SMALL_STATE(5755)] = 289463, + [SMALL_STATE(5756)] = 289487, + [SMALL_STATE(5757)] = 289511, + [SMALL_STATE(5758)] = 289531, + [SMALL_STATE(5759)] = 289551, + [SMALL_STATE(5760)] = 289575, + [SMALL_STATE(5761)] = 289599, + [SMALL_STATE(5762)] = 289619, + [SMALL_STATE(5763)] = 289639, + [SMALL_STATE(5764)] = 289663, + [SMALL_STATE(5765)] = 289687, + [SMALL_STATE(5766)] = 289711, + [SMALL_STATE(5767)] = 289735, + [SMALL_STATE(5768)] = 289759, + [SMALL_STATE(5769)] = 289783, + [SMALL_STATE(5770)] = 289807, + [SMALL_STATE(5771)] = 289831, + [SMALL_STATE(5772)] = 289855, + [SMALL_STATE(5773)] = 289879, + [SMALL_STATE(5774)] = 289903, + [SMALL_STATE(5775)] = 289925, + [SMALL_STATE(5776)] = 289949, + [SMALL_STATE(5777)] = 289973, + [SMALL_STATE(5778)] = 289997, + [SMALL_STATE(5779)] = 290021, + [SMALL_STATE(5780)] = 290045, + [SMALL_STATE(5781)] = 290065, + [SMALL_STATE(5782)] = 290087, + [SMALL_STATE(5783)] = 290111, + [SMALL_STATE(5784)] = 290131, + [SMALL_STATE(5785)] = 290155, + [SMALL_STATE(5786)] = 290179, + [SMALL_STATE(5787)] = 290203, + [SMALL_STATE(5788)] = 290227, + [SMALL_STATE(5789)] = 290251, + [SMALL_STATE(5790)] = 290275, + [SMALL_STATE(5791)] = 290295, + [SMALL_STATE(5792)] = 290315, + [SMALL_STATE(5793)] = 290339, + [SMALL_STATE(5794)] = 290363, + [SMALL_STATE(5795)] = 290385, + [SMALL_STATE(5796)] = 290409, + [SMALL_STATE(5797)] = 290433, + [SMALL_STATE(5798)] = 290457, + [SMALL_STATE(5799)] = 290481, + [SMALL_STATE(5800)] = 290503, + [SMALL_STATE(5801)] = 290527, + [SMALL_STATE(5802)] = 290551, + [SMALL_STATE(5803)] = 290575, + [SMALL_STATE(5804)] = 290599, + [SMALL_STATE(5805)] = 290623, + [SMALL_STATE(5806)] = 290647, + [SMALL_STATE(5807)] = 290671, + [SMALL_STATE(5808)] = 290695, + [SMALL_STATE(5809)] = 290719, + [SMALL_STATE(5810)] = 290743, + [SMALL_STATE(5811)] = 290767, + [SMALL_STATE(5812)] = 290791, + [SMALL_STATE(5813)] = 290815, + [SMALL_STATE(5814)] = 290839, + [SMALL_STATE(5815)] = 290863, + [SMALL_STATE(5816)] = 290887, + [SMALL_STATE(5817)] = 290911, + [SMALL_STATE(5818)] = 290935, + [SMALL_STATE(5819)] = 290959, + [SMALL_STATE(5820)] = 290983, + [SMALL_STATE(5821)] = 291007, + [SMALL_STATE(5822)] = 291031, + [SMALL_STATE(5823)] = 291055, + [SMALL_STATE(5824)] = 291077, + [SMALL_STATE(5825)] = 291101, + [SMALL_STATE(5826)] = 291125, + [SMALL_STATE(5827)] = 291145, + [SMALL_STATE(5828)] = 291169, + [SMALL_STATE(5829)] = 291193, + [SMALL_STATE(5830)] = 291217, + [SMALL_STATE(5831)] = 291241, + [SMALL_STATE(5832)] = 291263, + [SMALL_STATE(5833)] = 291287, + [SMALL_STATE(5834)] = 291311, + [SMALL_STATE(5835)] = 291331, + [SMALL_STATE(5836)] = 291355, + [SMALL_STATE(5837)] = 291379, + [SMALL_STATE(5838)] = 291403, + [SMALL_STATE(5839)] = 291425, + [SMALL_STATE(5840)] = 291449, + [SMALL_STATE(5841)] = 291473, + [SMALL_STATE(5842)] = 291493, + [SMALL_STATE(5843)] = 291517, + [SMALL_STATE(5844)] = 291541, + [SMALL_STATE(5845)] = 291565, + [SMALL_STATE(5846)] = 291589, + [SMALL_STATE(5847)] = 291613, + [SMALL_STATE(5848)] = 291637, + [SMALL_STATE(5849)] = 291661, + [SMALL_STATE(5850)] = 291685, + [SMALL_STATE(5851)] = 291709, + [SMALL_STATE(5852)] = 291733, + [SMALL_STATE(5853)] = 291757, + [SMALL_STATE(5854)] = 291781, + [SMALL_STATE(5855)] = 291805, + [SMALL_STATE(5856)] = 291829, + [SMALL_STATE(5857)] = 291851, + [SMALL_STATE(5858)] = 291875, + [SMALL_STATE(5859)] = 291899, + [SMALL_STATE(5860)] = 291923, + [SMALL_STATE(5861)] = 291943, + [SMALL_STATE(5862)] = 291967, + [SMALL_STATE(5863)] = 291987, + [SMALL_STATE(5864)] = 292011, + [SMALL_STATE(5865)] = 292035, + [SMALL_STATE(5866)] = 292059, + [SMALL_STATE(5867)] = 292081, + [SMALL_STATE(5868)] = 292105, + [SMALL_STATE(5869)] = 292129, + [SMALL_STATE(5870)] = 292153, + [SMALL_STATE(5871)] = 292175, + [SMALL_STATE(5872)] = 292199, + [SMALL_STATE(5873)] = 292219, + [SMALL_STATE(5874)] = 292243, + [SMALL_STATE(5875)] = 292263, + [SMALL_STATE(5876)] = 292287, + [SMALL_STATE(5877)] = 292311, + [SMALL_STATE(5878)] = 292333, + [SMALL_STATE(5879)] = 292357, + [SMALL_STATE(5880)] = 292381, + [SMALL_STATE(5881)] = 292401, + [SMALL_STATE(5882)] = 292425, + [SMALL_STATE(5883)] = 292449, + [SMALL_STATE(5884)] = 292473, + [SMALL_STATE(5885)] = 292497, + [SMALL_STATE(5886)] = 292521, + [SMALL_STATE(5887)] = 292541, + [SMALL_STATE(5888)] = 292565, + [SMALL_STATE(5889)] = 292589, + [SMALL_STATE(5890)] = 292613, + [SMALL_STATE(5891)] = 292633, + [SMALL_STATE(5892)] = 292653, + [SMALL_STATE(5893)] = 292673, + [SMALL_STATE(5894)] = 292697, + [SMALL_STATE(5895)] = 292717, + [SMALL_STATE(5896)] = 292741, + [SMALL_STATE(5897)] = 292761, + [SMALL_STATE(5898)] = 292785, + [SMALL_STATE(5899)] = 292805, + [SMALL_STATE(5900)] = 292829, + [SMALL_STATE(5901)] = 292849, + [SMALL_STATE(5902)] = 292873, + [SMALL_STATE(5903)] = 292897, + [SMALL_STATE(5904)] = 292921, + [SMALL_STATE(5905)] = 292943, + [SMALL_STATE(5906)] = 292967, + [SMALL_STATE(5907)] = 292987, + [SMALL_STATE(5908)] = 293011, + [SMALL_STATE(5909)] = 293035, + [SMALL_STATE(5910)] = 293059, + [SMALL_STATE(5911)] = 293083, + [SMALL_STATE(5912)] = 293107, + [SMALL_STATE(5913)] = 293131, + [SMALL_STATE(5914)] = 293153, + [SMALL_STATE(5915)] = 293173, + [SMALL_STATE(5916)] = 293197, + [SMALL_STATE(5917)] = 293217, + [SMALL_STATE(5918)] = 293241, + [SMALL_STATE(5919)] = 293265, + [SMALL_STATE(5920)] = 293289, + [SMALL_STATE(5921)] = 293313, + [SMALL_STATE(5922)] = 293337, + [SMALL_STATE(5923)] = 293361, + [SMALL_STATE(5924)] = 293385, + [SMALL_STATE(5925)] = 293409, + [SMALL_STATE(5926)] = 293429, + [SMALL_STATE(5927)] = 293453, + [SMALL_STATE(5928)] = 293475, + [SMALL_STATE(5929)] = 293499, + [SMALL_STATE(5930)] = 293523, + [SMALL_STATE(5931)] = 293547, + [SMALL_STATE(5932)] = 293571, + [SMALL_STATE(5933)] = 293595, + [SMALL_STATE(5934)] = 293619, + [SMALL_STATE(5935)] = 293643, + [SMALL_STATE(5936)] = 293663, + [SMALL_STATE(5937)] = 293687, + [SMALL_STATE(5938)] = 293711, + [SMALL_STATE(5939)] = 293735, + [SMALL_STATE(5940)] = 293759, + [SMALL_STATE(5941)] = 293783, + [SMALL_STATE(5942)] = 293805, + [SMALL_STATE(5943)] = 293827, + [SMALL_STATE(5944)] = 293851, + [SMALL_STATE(5945)] = 293875, + [SMALL_STATE(5946)] = 293895, + [SMALL_STATE(5947)] = 293915, + [SMALL_STATE(5948)] = 293939, + [SMALL_STATE(5949)] = 293963, + [SMALL_STATE(5950)] = 293987, + [SMALL_STATE(5951)] = 294007, + [SMALL_STATE(5952)] = 294031, + [SMALL_STATE(5953)] = 294055, + [SMALL_STATE(5954)] = 294079, + [SMALL_STATE(5955)] = 294103, + [SMALL_STATE(5956)] = 294123, + [SMALL_STATE(5957)] = 294147, + [SMALL_STATE(5958)] = 294171, + [SMALL_STATE(5959)] = 294191, + [SMALL_STATE(5960)] = 294215, + [SMALL_STATE(5961)] = 294239, + [SMALL_STATE(5962)] = 294263, + [SMALL_STATE(5963)] = 294287, + [SMALL_STATE(5964)] = 294307, + [SMALL_STATE(5965)] = 294327, + [SMALL_STATE(5966)] = 294351, + [SMALL_STATE(5967)] = 294375, + [SMALL_STATE(5968)] = 294395, + [SMALL_STATE(5969)] = 294419, + [SMALL_STATE(5970)] = 294439, + [SMALL_STATE(5971)] = 294463, + [SMALL_STATE(5972)] = 294487, + [SMALL_STATE(5973)] = 294511, + [SMALL_STATE(5974)] = 294535, + [SMALL_STATE(5975)] = 294559, + [SMALL_STATE(5976)] = 294581, + [SMALL_STATE(5977)] = 294605, + [SMALL_STATE(5978)] = 294629, + [SMALL_STATE(5979)] = 294649, + [SMALL_STATE(5980)] = 294673, + [SMALL_STATE(5981)] = 294693, + [SMALL_STATE(5982)] = 294717, + [SMALL_STATE(5983)] = 294741, + [SMALL_STATE(5984)] = 294761, + [SMALL_STATE(5985)] = 294785, + [SMALL_STATE(5986)] = 294809, + [SMALL_STATE(5987)] = 294833, + [SMALL_STATE(5988)] = 294857, + [SMALL_STATE(5989)] = 294881, + [SMALL_STATE(5990)] = 294905, + [SMALL_STATE(5991)] = 294929, + [SMALL_STATE(5992)] = 294953, + [SMALL_STATE(5993)] = 294977, + [SMALL_STATE(5994)] = 294997, + [SMALL_STATE(5995)] = 295021, + [SMALL_STATE(5996)] = 295045, + [SMALL_STATE(5997)] = 295069, + [SMALL_STATE(5998)] = 295093, + [SMALL_STATE(5999)] = 295117, + [SMALL_STATE(6000)] = 295141, + [SMALL_STATE(6001)] = 295165, + [SMALL_STATE(6002)] = 295189, + [SMALL_STATE(6003)] = 295213, + [SMALL_STATE(6004)] = 295233, + [SMALL_STATE(6005)] = 295257, + [SMALL_STATE(6006)] = 295281, + [SMALL_STATE(6007)] = 295305, + [SMALL_STATE(6008)] = 295329, + [SMALL_STATE(6009)] = 295353, + [SMALL_STATE(6010)] = 295377, + [SMALL_STATE(6011)] = 295401, + [SMALL_STATE(6012)] = 295425, + [SMALL_STATE(6013)] = 295449, + [SMALL_STATE(6014)] = 295473, + [SMALL_STATE(6015)] = 295497, + [SMALL_STATE(6016)] = 295521, + [SMALL_STATE(6017)] = 295541, + [SMALL_STATE(6018)] = 295565, + [SMALL_STATE(6019)] = 295589, + [SMALL_STATE(6020)] = 295613, + [SMALL_STATE(6021)] = 295633, + [SMALL_STATE(6022)] = 295657, + [SMALL_STATE(6023)] = 295677, + [SMALL_STATE(6024)] = 295701, + [SMALL_STATE(6025)] = 295725, + [SMALL_STATE(6026)] = 295749, + [SMALL_STATE(6027)] = 295773, + [SMALL_STATE(6028)] = 295797, + [SMALL_STATE(6029)] = 295817, + [SMALL_STATE(6030)] = 295841, + [SMALL_STATE(6031)] = 295865, + [SMALL_STATE(6032)] = 295885, + [SMALL_STATE(6033)] = 295909, + [SMALL_STATE(6034)] = 295933, + [SMALL_STATE(6035)] = 295957, + [SMALL_STATE(6036)] = 295981, + [SMALL_STATE(6037)] = 296002, + [SMALL_STATE(6038)] = 296023, + [SMALL_STATE(6039)] = 296044, + [SMALL_STATE(6040)] = 296065, + [SMALL_STATE(6041)] = 296086, + [SMALL_STATE(6042)] = 296107, + [SMALL_STATE(6043)] = 296128, + [SMALL_STATE(6044)] = 296147, + [SMALL_STATE(6045)] = 296168, + [SMALL_STATE(6046)] = 296187, + [SMALL_STATE(6047)] = 296208, + [SMALL_STATE(6048)] = 296227, + [SMALL_STATE(6049)] = 296248, + [SMALL_STATE(6050)] = 296267, + [SMALL_STATE(6051)] = 296288, + [SMALL_STATE(6052)] = 296307, + [SMALL_STATE(6053)] = 296328, + [SMALL_STATE(6054)] = 296349, + [SMALL_STATE(6055)] = 296368, + [SMALL_STATE(6056)] = 296389, + [SMALL_STATE(6057)] = 296410, + [SMALL_STATE(6058)] = 296429, + [SMALL_STATE(6059)] = 296450, + [SMALL_STATE(6060)] = 296469, + [SMALL_STATE(6061)] = 296488, + [SMALL_STATE(6062)] = 296509, + [SMALL_STATE(6063)] = 296528, + [SMALL_STATE(6064)] = 296549, + [SMALL_STATE(6065)] = 296570, + [SMALL_STATE(6066)] = 296589, + [SMALL_STATE(6067)] = 296610, + [SMALL_STATE(6068)] = 296631, + [SMALL_STATE(6069)] = 296650, + [SMALL_STATE(6070)] = 296671, + [SMALL_STATE(6071)] = 296692, + [SMALL_STATE(6072)] = 296713, + [SMALL_STATE(6073)] = 296734, + [SMALL_STATE(6074)] = 296755, + [SMALL_STATE(6075)] = 296774, + [SMALL_STATE(6076)] = 296795, + [SMALL_STATE(6077)] = 296816, + [SMALL_STATE(6078)] = 296837, + [SMALL_STATE(6079)] = 296858, + [SMALL_STATE(6080)] = 296879, + [SMALL_STATE(6081)] = 296900, + [SMALL_STATE(6082)] = 296921, + [SMALL_STATE(6083)] = 296942, + [SMALL_STATE(6084)] = 296963, + [SMALL_STATE(6085)] = 296982, + [SMALL_STATE(6086)] = 297003, + [SMALL_STATE(6087)] = 297024, + [SMALL_STATE(6088)] = 297045, + [SMALL_STATE(6089)] = 297066, + [SMALL_STATE(6090)] = 297087, + [SMALL_STATE(6091)] = 297108, + [SMALL_STATE(6092)] = 297129, + [SMALL_STATE(6093)] = 297150, + [SMALL_STATE(6094)] = 297171, + [SMALL_STATE(6095)] = 297192, + [SMALL_STATE(6096)] = 297213, + [SMALL_STATE(6097)] = 297234, + [SMALL_STATE(6098)] = 297255, + [SMALL_STATE(6099)] = 297276, + [SMALL_STATE(6100)] = 297295, + [SMALL_STATE(6101)] = 297316, + [SMALL_STATE(6102)] = 297335, + [SMALL_STATE(6103)] = 297356, + [SMALL_STATE(6104)] = 297377, + [SMALL_STATE(6105)] = 297398, + [SMALL_STATE(6106)] = 297419, + [SMALL_STATE(6107)] = 297440, + [SMALL_STATE(6108)] = 297461, + [SMALL_STATE(6109)] = 297482, + [SMALL_STATE(6110)] = 297503, + [SMALL_STATE(6111)] = 297524, + [SMALL_STATE(6112)] = 297545, + [SMALL_STATE(6113)] = 297564, + [SMALL_STATE(6114)] = 297585, + [SMALL_STATE(6115)] = 297606, + [SMALL_STATE(6116)] = 297627, + [SMALL_STATE(6117)] = 297646, + [SMALL_STATE(6118)] = 297667, + [SMALL_STATE(6119)] = 297688, + [SMALL_STATE(6120)] = 297707, + [SMALL_STATE(6121)] = 297728, + [SMALL_STATE(6122)] = 297749, + [SMALL_STATE(6123)] = 297768, + [SMALL_STATE(6124)] = 297789, + [SMALL_STATE(6125)] = 297808, + [SMALL_STATE(6126)] = 297829, + [SMALL_STATE(6127)] = 297848, + [SMALL_STATE(6128)] = 297869, + [SMALL_STATE(6129)] = 297888, + [SMALL_STATE(6130)] = 297907, + [SMALL_STATE(6131)] = 297928, + [SMALL_STATE(6132)] = 297949, + [SMALL_STATE(6133)] = 297970, + [SMALL_STATE(6134)] = 297991, + [SMALL_STATE(6135)] = 298012, + [SMALL_STATE(6136)] = 298033, + [SMALL_STATE(6137)] = 298054, + [SMALL_STATE(6138)] = 298075, + [SMALL_STATE(6139)] = 298096, + [SMALL_STATE(6140)] = 298117, + [SMALL_STATE(6141)] = 298136, + [SMALL_STATE(6142)] = 298157, + [SMALL_STATE(6143)] = 298178, + [SMALL_STATE(6144)] = 298199, + [SMALL_STATE(6145)] = 298220, + [SMALL_STATE(6146)] = 298241, + [SMALL_STATE(6147)] = 298262, + [SMALL_STATE(6148)] = 298283, + [SMALL_STATE(6149)] = 298304, + [SMALL_STATE(6150)] = 298325, + [SMALL_STATE(6151)] = 298344, + [SMALL_STATE(6152)] = 298365, + [SMALL_STATE(6153)] = 298384, + [SMALL_STATE(6154)] = 298405, + [SMALL_STATE(6155)] = 298426, + [SMALL_STATE(6156)] = 298445, + [SMALL_STATE(6157)] = 298464, + [SMALL_STATE(6158)] = 298485, + [SMALL_STATE(6159)] = 298506, + [SMALL_STATE(6160)] = 298525, + [SMALL_STATE(6161)] = 298544, + [SMALL_STATE(6162)] = 298565, + [SMALL_STATE(6163)] = 298584, + [SMALL_STATE(6164)] = 298605, + [SMALL_STATE(6165)] = 298626, + [SMALL_STATE(6166)] = 298647, + [SMALL_STATE(6167)] = 298668, + [SMALL_STATE(6168)] = 298687, + [SMALL_STATE(6169)] = 298708, + [SMALL_STATE(6170)] = 298729, + [SMALL_STATE(6171)] = 298748, + [SMALL_STATE(6172)] = 298769, + [SMALL_STATE(6173)] = 298790, + [SMALL_STATE(6174)] = 298809, + [SMALL_STATE(6175)] = 298828, + [SMALL_STATE(6176)] = 298849, + [SMALL_STATE(6177)] = 298870, + [SMALL_STATE(6178)] = 298891, + [SMALL_STATE(6179)] = 298910, + [SMALL_STATE(6180)] = 298931, + [SMALL_STATE(6181)] = 298952, + [SMALL_STATE(6182)] = 298973, + [SMALL_STATE(6183)] = 298994, + [SMALL_STATE(6184)] = 299015, + [SMALL_STATE(6185)] = 299036, + [SMALL_STATE(6186)] = 299057, + [SMALL_STATE(6187)] = 299078, + [SMALL_STATE(6188)] = 299099, + [SMALL_STATE(6189)] = 299118, + [SMALL_STATE(6190)] = 299139, + [SMALL_STATE(6191)] = 299160, + [SMALL_STATE(6192)] = 299181, + [SMALL_STATE(6193)] = 299202, + [SMALL_STATE(6194)] = 299221, + [SMALL_STATE(6195)] = 299240, + [SMALL_STATE(6196)] = 299261, + [SMALL_STATE(6197)] = 299282, + [SMALL_STATE(6198)] = 299301, + [SMALL_STATE(6199)] = 299322, + [SMALL_STATE(6200)] = 299343, + [SMALL_STATE(6201)] = 299364, + [SMALL_STATE(6202)] = 299383, + [SMALL_STATE(6203)] = 299404, + [SMALL_STATE(6204)] = 299423, + [SMALL_STATE(6205)] = 299444, + [SMALL_STATE(6206)] = 299465, + [SMALL_STATE(6207)] = 299486, + [SMALL_STATE(6208)] = 299507, + [SMALL_STATE(6209)] = 299526, + [SMALL_STATE(6210)] = 299547, + [SMALL_STATE(6211)] = 299568, + [SMALL_STATE(6212)] = 299589, + [SMALL_STATE(6213)] = 299608, + [SMALL_STATE(6214)] = 299629, + [SMALL_STATE(6215)] = 299648, + [SMALL_STATE(6216)] = 299669, + [SMALL_STATE(6217)] = 299688, + [SMALL_STATE(6218)] = 299707, + [SMALL_STATE(6219)] = 299726, + [SMALL_STATE(6220)] = 299747, + [SMALL_STATE(6221)] = 299766, + [SMALL_STATE(6222)] = 299787, + [SMALL_STATE(6223)] = 299808, + [SMALL_STATE(6224)] = 299827, + [SMALL_STATE(6225)] = 299848, + [SMALL_STATE(6226)] = 299867, + [SMALL_STATE(6227)] = 299888, + [SMALL_STATE(6228)] = 299909, + [SMALL_STATE(6229)] = 299930, + [SMALL_STATE(6230)] = 299951, + [SMALL_STATE(6231)] = 299972, + [SMALL_STATE(6232)] = 299991, + [SMALL_STATE(6233)] = 300012, + [SMALL_STATE(6234)] = 300033, + [SMALL_STATE(6235)] = 300054, + [SMALL_STATE(6236)] = 300075, + [SMALL_STATE(6237)] = 300096, + [SMALL_STATE(6238)] = 300117, + [SMALL_STATE(6239)] = 300138, + [SMALL_STATE(6240)] = 300159, + [SMALL_STATE(6241)] = 300178, + [SMALL_STATE(6242)] = 300199, + [SMALL_STATE(6243)] = 300218, + [SMALL_STATE(6244)] = 300239, + [SMALL_STATE(6245)] = 300258, + [SMALL_STATE(6246)] = 300277, + [SMALL_STATE(6247)] = 300298, + [SMALL_STATE(6248)] = 300319, + [SMALL_STATE(6249)] = 300340, + [SMALL_STATE(6250)] = 300361, + [SMALL_STATE(6251)] = 300382, + [SMALL_STATE(6252)] = 300401, + [SMALL_STATE(6253)] = 300422, + [SMALL_STATE(6254)] = 300443, + [SMALL_STATE(6255)] = 300464, + [SMALL_STATE(6256)] = 300485, + [SMALL_STATE(6257)] = 300504, + [SMALL_STATE(6258)] = 300525, + [SMALL_STATE(6259)] = 300544, + [SMALL_STATE(6260)] = 300565, + [SMALL_STATE(6261)] = 300586, + [SMALL_STATE(6262)] = 300607, + [SMALL_STATE(6263)] = 300628, + [SMALL_STATE(6264)] = 300649, + [SMALL_STATE(6265)] = 300670, + [SMALL_STATE(6266)] = 300691, + [SMALL_STATE(6267)] = 300712, + [SMALL_STATE(6268)] = 300733, + [SMALL_STATE(6269)] = 300754, + [SMALL_STATE(6270)] = 300775, + [SMALL_STATE(6271)] = 300796, + [SMALL_STATE(6272)] = 300817, + [SMALL_STATE(6273)] = 300838, + [SMALL_STATE(6274)] = 300859, + [SMALL_STATE(6275)] = 300880, + [SMALL_STATE(6276)] = 300901, + [SMALL_STATE(6277)] = 300922, + [SMALL_STATE(6278)] = 300943, + [SMALL_STATE(6279)] = 300964, + [SMALL_STATE(6280)] = 300985, + [SMALL_STATE(6281)] = 301006, + [SMALL_STATE(6282)] = 301027, + [SMALL_STATE(6283)] = 301048, + [SMALL_STATE(6284)] = 301069, + [SMALL_STATE(6285)] = 301088, + [SMALL_STATE(6286)] = 301109, + [SMALL_STATE(6287)] = 301130, + [SMALL_STATE(6288)] = 301151, + [SMALL_STATE(6289)] = 301172, + [SMALL_STATE(6290)] = 301193, + [SMALL_STATE(6291)] = 301214, + [SMALL_STATE(6292)] = 301233, + [SMALL_STATE(6293)] = 301254, + [SMALL_STATE(6294)] = 301275, + [SMALL_STATE(6295)] = 301294, + [SMALL_STATE(6296)] = 301315, + [SMALL_STATE(6297)] = 301336, + [SMALL_STATE(6298)] = 301357, + [SMALL_STATE(6299)] = 301378, + [SMALL_STATE(6300)] = 301399, + [SMALL_STATE(6301)] = 301420, + [SMALL_STATE(6302)] = 301441, + [SMALL_STATE(6303)] = 301460, + [SMALL_STATE(6304)] = 301481, + [SMALL_STATE(6305)] = 301502, + [SMALL_STATE(6306)] = 301523, + [SMALL_STATE(6307)] = 301544, + [SMALL_STATE(6308)] = 301565, + [SMALL_STATE(6309)] = 301586, + [SMALL_STATE(6310)] = 301605, + [SMALL_STATE(6311)] = 301626, + [SMALL_STATE(6312)] = 301647, + [SMALL_STATE(6313)] = 301666, + [SMALL_STATE(6314)] = 301687, + [SMALL_STATE(6315)] = 301706, + [SMALL_STATE(6316)] = 301727, + [SMALL_STATE(6317)] = 301748, + [SMALL_STATE(6318)] = 301767, + [SMALL_STATE(6319)] = 301788, + [SMALL_STATE(6320)] = 301809, + [SMALL_STATE(6321)] = 301828, + [SMALL_STATE(6322)] = 301849, + [SMALL_STATE(6323)] = 301868, + [SMALL_STATE(6324)] = 301887, + [SMALL_STATE(6325)] = 301908, + [SMALL_STATE(6326)] = 301929, + [SMALL_STATE(6327)] = 301948, + [SMALL_STATE(6328)] = 301969, + [SMALL_STATE(6329)] = 301990, + [SMALL_STATE(6330)] = 302011, + [SMALL_STATE(6331)] = 302032, + [SMALL_STATE(6332)] = 302051, + [SMALL_STATE(6333)] = 302070, + [SMALL_STATE(6334)] = 302091, + [SMALL_STATE(6335)] = 302112, + [SMALL_STATE(6336)] = 302133, + [SMALL_STATE(6337)] = 302154, + [SMALL_STATE(6338)] = 302175, + [SMALL_STATE(6339)] = 302196, + [SMALL_STATE(6340)] = 302217, + [SMALL_STATE(6341)] = 302238, + [SMALL_STATE(6342)] = 302259, + [SMALL_STATE(6343)] = 302280, + [SMALL_STATE(6344)] = 302301, + [SMALL_STATE(6345)] = 302322, + [SMALL_STATE(6346)] = 302343, + [SMALL_STATE(6347)] = 302364, + [SMALL_STATE(6348)] = 302385, + [SMALL_STATE(6349)] = 302406, + [SMALL_STATE(6350)] = 302427, + [SMALL_STATE(6351)] = 302448, + [SMALL_STATE(6352)] = 302469, + [SMALL_STATE(6353)] = 302488, + [SMALL_STATE(6354)] = 302507, + [SMALL_STATE(6355)] = 302528, + [SMALL_STATE(6356)] = 302549, + [SMALL_STATE(6357)] = 302568, + [SMALL_STATE(6358)] = 302587, + [SMALL_STATE(6359)] = 302608, + [SMALL_STATE(6360)] = 302629, + [SMALL_STATE(6361)] = 302650, + [SMALL_STATE(6362)] = 302671, + [SMALL_STATE(6363)] = 302692, + [SMALL_STATE(6364)] = 302713, + [SMALL_STATE(6365)] = 302732, + [SMALL_STATE(6366)] = 302753, + [SMALL_STATE(6367)] = 302774, + [SMALL_STATE(6368)] = 302795, + [SMALL_STATE(6369)] = 302816, + [SMALL_STATE(6370)] = 302837, + [SMALL_STATE(6371)] = 302856, + [SMALL_STATE(6372)] = 302877, + [SMALL_STATE(6373)] = 302898, + [SMALL_STATE(6374)] = 302919, + [SMALL_STATE(6375)] = 302938, + [SMALL_STATE(6376)] = 302959, + [SMALL_STATE(6377)] = 302980, + [SMALL_STATE(6378)] = 303001, + [SMALL_STATE(6379)] = 303022, + [SMALL_STATE(6380)] = 303043, + [SMALL_STATE(6381)] = 303064, + [SMALL_STATE(6382)] = 303085, + [SMALL_STATE(6383)] = 303106, + [SMALL_STATE(6384)] = 303127, + [SMALL_STATE(6385)] = 303146, + [SMALL_STATE(6386)] = 303167, + [SMALL_STATE(6387)] = 303188, + [SMALL_STATE(6388)] = 303209, + [SMALL_STATE(6389)] = 303228, + [SMALL_STATE(6390)] = 303249, + [SMALL_STATE(6391)] = 303270, + [SMALL_STATE(6392)] = 303289, + [SMALL_STATE(6393)] = 303310, + [SMALL_STATE(6394)] = 303329, + [SMALL_STATE(6395)] = 303350, + [SMALL_STATE(6396)] = 303369, + [SMALL_STATE(6397)] = 303390, + [SMALL_STATE(6398)] = 303411, + [SMALL_STATE(6399)] = 303430, + [SMALL_STATE(6400)] = 303449, + [SMALL_STATE(6401)] = 303470, + [SMALL_STATE(6402)] = 303491, + [SMALL_STATE(6403)] = 303512, + [SMALL_STATE(6404)] = 303533, + [SMALL_STATE(6405)] = 303554, + [SMALL_STATE(6406)] = 303575, + [SMALL_STATE(6407)] = 303596, + [SMALL_STATE(6408)] = 303617, + [SMALL_STATE(6409)] = 303638, + [SMALL_STATE(6410)] = 303657, + [SMALL_STATE(6411)] = 303676, + [SMALL_STATE(6412)] = 303695, + [SMALL_STATE(6413)] = 303716, + [SMALL_STATE(6414)] = 303737, + [SMALL_STATE(6415)] = 303758, + [SMALL_STATE(6416)] = 303779, + [SMALL_STATE(6417)] = 303798, + [SMALL_STATE(6418)] = 303817, + [SMALL_STATE(6419)] = 303838, + [SMALL_STATE(6420)] = 303859, + [SMALL_STATE(6421)] = 303880, + [SMALL_STATE(6422)] = 303901, + [SMALL_STATE(6423)] = 303922, + [SMALL_STATE(6424)] = 303943, + [SMALL_STATE(6425)] = 303964, + [SMALL_STATE(6426)] = 303985, + [SMALL_STATE(6427)] = 304004, + [SMALL_STATE(6428)] = 304025, + [SMALL_STATE(6429)] = 304046, + [SMALL_STATE(6430)] = 304067, + [SMALL_STATE(6431)] = 304086, + [SMALL_STATE(6432)] = 304105, + [SMALL_STATE(6433)] = 304124, + [SMALL_STATE(6434)] = 304145, + [SMALL_STATE(6435)] = 304164, + [SMALL_STATE(6436)] = 304183, + [SMALL_STATE(6437)] = 304204, + [SMALL_STATE(6438)] = 304225, + [SMALL_STATE(6439)] = 304246, + [SMALL_STATE(6440)] = 304267, + [SMALL_STATE(6441)] = 304288, + [SMALL_STATE(6442)] = 304307, + [SMALL_STATE(6443)] = 304328, + [SMALL_STATE(6444)] = 304349, + [SMALL_STATE(6445)] = 304370, + [SMALL_STATE(6446)] = 304391, + [SMALL_STATE(6447)] = 304410, + [SMALL_STATE(6448)] = 304429, + [SMALL_STATE(6449)] = 304450, + [SMALL_STATE(6450)] = 304471, + [SMALL_STATE(6451)] = 304492, + [SMALL_STATE(6452)] = 304513, + [SMALL_STATE(6453)] = 304534, + [SMALL_STATE(6454)] = 304553, + [SMALL_STATE(6455)] = 304574, + [SMALL_STATE(6456)] = 304595, + [SMALL_STATE(6457)] = 304616, + [SMALL_STATE(6458)] = 304637, + [SMALL_STATE(6459)] = 304658, + [SMALL_STATE(6460)] = 304679, + [SMALL_STATE(6461)] = 304700, + [SMALL_STATE(6462)] = 304721, + [SMALL_STATE(6463)] = 304742, + [SMALL_STATE(6464)] = 304763, + [SMALL_STATE(6465)] = 304782, + [SMALL_STATE(6466)] = 304803, + [SMALL_STATE(6467)] = 304824, + [SMALL_STATE(6468)] = 304845, + [SMALL_STATE(6469)] = 304866, + [SMALL_STATE(6470)] = 304885, + [SMALL_STATE(6471)] = 304906, + [SMALL_STATE(6472)] = 304927, + [SMALL_STATE(6473)] = 304946, + [SMALL_STATE(6474)] = 304965, + [SMALL_STATE(6475)] = 304984, + [SMALL_STATE(6476)] = 305003, + [SMALL_STATE(6477)] = 305024, + [SMALL_STATE(6478)] = 305045, + [SMALL_STATE(6479)] = 305066, + [SMALL_STATE(6480)] = 305087, + [SMALL_STATE(6481)] = 305106, + [SMALL_STATE(6482)] = 305125, + [SMALL_STATE(6483)] = 305146, + [SMALL_STATE(6484)] = 305165, + [SMALL_STATE(6485)] = 305186, + [SMALL_STATE(6486)] = 305207, + [SMALL_STATE(6487)] = 305228, + [SMALL_STATE(6488)] = 305249, + [SMALL_STATE(6489)] = 305268, + [SMALL_STATE(6490)] = 305289, + [SMALL_STATE(6491)] = 305310, + [SMALL_STATE(6492)] = 305329, + [SMALL_STATE(6493)] = 305348, + [SMALL_STATE(6494)] = 305369, + [SMALL_STATE(6495)] = 305390, + [SMALL_STATE(6496)] = 305411, + [SMALL_STATE(6497)] = 305432, + [SMALL_STATE(6498)] = 305453, + [SMALL_STATE(6499)] = 305472, + [SMALL_STATE(6500)] = 305493, + [SMALL_STATE(6501)] = 305514, + [SMALL_STATE(6502)] = 305535, + [SMALL_STATE(6503)] = 305556, + [SMALL_STATE(6504)] = 305575, + [SMALL_STATE(6505)] = 305596, + [SMALL_STATE(6506)] = 305615, + [SMALL_STATE(6507)] = 305634, + [SMALL_STATE(6508)] = 305655, + [SMALL_STATE(6509)] = 305676, + [SMALL_STATE(6510)] = 305695, + [SMALL_STATE(6511)] = 305714, + [SMALL_STATE(6512)] = 305733, + [SMALL_STATE(6513)] = 305754, + [SMALL_STATE(6514)] = 305775, + [SMALL_STATE(6515)] = 305796, + [SMALL_STATE(6516)] = 305817, + [SMALL_STATE(6517)] = 305838, + [SMALL_STATE(6518)] = 305859, + [SMALL_STATE(6519)] = 305880, + [SMALL_STATE(6520)] = 305899, + [SMALL_STATE(6521)] = 305920, + [SMALL_STATE(6522)] = 305941, + [SMALL_STATE(6523)] = 305962, + [SMALL_STATE(6524)] = 305981, + [SMALL_STATE(6525)] = 306000, + [SMALL_STATE(6526)] = 306021, + [SMALL_STATE(6527)] = 306040, + [SMALL_STATE(6528)] = 306061, + [SMALL_STATE(6529)] = 306082, + [SMALL_STATE(6530)] = 306101, + [SMALL_STATE(6531)] = 306122, + [SMALL_STATE(6532)] = 306143, + [SMALL_STATE(6533)] = 306164, + [SMALL_STATE(6534)] = 306185, + [SMALL_STATE(6535)] = 306206, + [SMALL_STATE(6536)] = 306227, + [SMALL_STATE(6537)] = 306248, + [SMALL_STATE(6538)] = 306269, + [SMALL_STATE(6539)] = 306290, + [SMALL_STATE(6540)] = 306311, + [SMALL_STATE(6541)] = 306332, + [SMALL_STATE(6542)] = 306351, + [SMALL_STATE(6543)] = 306370, + [SMALL_STATE(6544)] = 306391, + [SMALL_STATE(6545)] = 306412, + [SMALL_STATE(6546)] = 306433, + [SMALL_STATE(6547)] = 306454, + [SMALL_STATE(6548)] = 306475, + [SMALL_STATE(6549)] = 306494, + [SMALL_STATE(6550)] = 306515, + [SMALL_STATE(6551)] = 306536, + [SMALL_STATE(6552)] = 306557, + [SMALL_STATE(6553)] = 306578, + [SMALL_STATE(6554)] = 306599, + [SMALL_STATE(6555)] = 306620, + [SMALL_STATE(6556)] = 306641, + [SMALL_STATE(6557)] = 306662, + [SMALL_STATE(6558)] = 306683, + [SMALL_STATE(6559)] = 306704, + [SMALL_STATE(6560)] = 306725, + [SMALL_STATE(6561)] = 306746, + [SMALL_STATE(6562)] = 306767, + [SMALL_STATE(6563)] = 306788, + [SMALL_STATE(6564)] = 306807, + [SMALL_STATE(6565)] = 306828, + [SMALL_STATE(6566)] = 306847, + [SMALL_STATE(6567)] = 306868, + [SMALL_STATE(6568)] = 306889, + [SMALL_STATE(6569)] = 306910, + [SMALL_STATE(6570)] = 306931, + [SMALL_STATE(6571)] = 306950, + [SMALL_STATE(6572)] = 306971, + [SMALL_STATE(6573)] = 306992, + [SMALL_STATE(6574)] = 307013, + [SMALL_STATE(6575)] = 307032, + [SMALL_STATE(6576)] = 307051, + [SMALL_STATE(6577)] = 307072, + [SMALL_STATE(6578)] = 307093, + [SMALL_STATE(6579)] = 307114, + [SMALL_STATE(6580)] = 307135, + [SMALL_STATE(6581)] = 307156, + [SMALL_STATE(6582)] = 307177, + [SMALL_STATE(6583)] = 307198, + [SMALL_STATE(6584)] = 307217, + [SMALL_STATE(6585)] = 307236, + [SMALL_STATE(6586)] = 307257, + [SMALL_STATE(6587)] = 307276, + [SMALL_STATE(6588)] = 307297, + [SMALL_STATE(6589)] = 307316, + [SMALL_STATE(6590)] = 307335, + [SMALL_STATE(6591)] = 307356, + [SMALL_STATE(6592)] = 307377, + [SMALL_STATE(6593)] = 307398, + [SMALL_STATE(6594)] = 307419, + [SMALL_STATE(6595)] = 307440, + [SMALL_STATE(6596)] = 307461, + [SMALL_STATE(6597)] = 307482, + [SMALL_STATE(6598)] = 307503, + [SMALL_STATE(6599)] = 307524, + [SMALL_STATE(6600)] = 307545, + [SMALL_STATE(6601)] = 307566, + [SMALL_STATE(6602)] = 307587, + [SMALL_STATE(6603)] = 307606, + [SMALL_STATE(6604)] = 307627, + [SMALL_STATE(6605)] = 307648, + [SMALL_STATE(6606)] = 307669, + [SMALL_STATE(6607)] = 307690, + [SMALL_STATE(6608)] = 307711, + [SMALL_STATE(6609)] = 307730, + [SMALL_STATE(6610)] = 307749, + [SMALL_STATE(6611)] = 307770, + [SMALL_STATE(6612)] = 307789, + [SMALL_STATE(6613)] = 307810, + [SMALL_STATE(6614)] = 307831, + [SMALL_STATE(6615)] = 307852, + [SMALL_STATE(6616)] = 307871, + [SMALL_STATE(6617)] = 307890, + [SMALL_STATE(6618)] = 307909, + [SMALL_STATE(6619)] = 307930, + [SMALL_STATE(6620)] = 307951, + [SMALL_STATE(6621)] = 307972, + [SMALL_STATE(6622)] = 307993, + [SMALL_STATE(6623)] = 308012, + [SMALL_STATE(6624)] = 308033, + [SMALL_STATE(6625)] = 308054, + [SMALL_STATE(6626)] = 308075, + [SMALL_STATE(6627)] = 308096, + [SMALL_STATE(6628)] = 308115, + [SMALL_STATE(6629)] = 308136, + [SMALL_STATE(6630)] = 308155, + [SMALL_STATE(6631)] = 308176, + [SMALL_STATE(6632)] = 308197, + [SMALL_STATE(6633)] = 308218, + [SMALL_STATE(6634)] = 308239, + [SMALL_STATE(6635)] = 308257, + [SMALL_STATE(6636)] = 308275, + [SMALL_STATE(6637)] = 308293, + [SMALL_STATE(6638)] = 308311, + [SMALL_STATE(6639)] = 308329, + [SMALL_STATE(6640)] = 308347, + [SMALL_STATE(6641)] = 308365, + [SMALL_STATE(6642)] = 308383, + [SMALL_STATE(6643)] = 308401, + [SMALL_STATE(6644)] = 308419, + [SMALL_STATE(6645)] = 308437, + [SMALL_STATE(6646)] = 308455, + [SMALL_STATE(6647)] = 308473, + [SMALL_STATE(6648)] = 308491, + [SMALL_STATE(6649)] = 308509, + [SMALL_STATE(6650)] = 308527, + [SMALL_STATE(6651)] = 308545, + [SMALL_STATE(6652)] = 308563, + [SMALL_STATE(6653)] = 308581, + [SMALL_STATE(6654)] = 308599, + [SMALL_STATE(6655)] = 308617, + [SMALL_STATE(6656)] = 308635, + [SMALL_STATE(6657)] = 308653, + [SMALL_STATE(6658)] = 308671, + [SMALL_STATE(6659)] = 308689, + [SMALL_STATE(6660)] = 308707, + [SMALL_STATE(6661)] = 308725, + [SMALL_STATE(6662)] = 308743, + [SMALL_STATE(6663)] = 308761, + [SMALL_STATE(6664)] = 308779, + [SMALL_STATE(6665)] = 308797, + [SMALL_STATE(6666)] = 308815, + [SMALL_STATE(6667)] = 308833, + [SMALL_STATE(6668)] = 308851, + [SMALL_STATE(6669)] = 308869, + [SMALL_STATE(6670)] = 308887, + [SMALL_STATE(6671)] = 308905, + [SMALL_STATE(6672)] = 308923, + [SMALL_STATE(6673)] = 308941, + [SMALL_STATE(6674)] = 308959, + [SMALL_STATE(6675)] = 308977, + [SMALL_STATE(6676)] = 308995, + [SMALL_STATE(6677)] = 309013, + [SMALL_STATE(6678)] = 309031, + [SMALL_STATE(6679)] = 309049, + [SMALL_STATE(6680)] = 309067, + [SMALL_STATE(6681)] = 309085, + [SMALL_STATE(6682)] = 309103, + [SMALL_STATE(6683)] = 309121, + [SMALL_STATE(6684)] = 309139, + [SMALL_STATE(6685)] = 309157, + [SMALL_STATE(6686)] = 309175, + [SMALL_STATE(6687)] = 309193, + [SMALL_STATE(6688)] = 309211, + [SMALL_STATE(6689)] = 309229, + [SMALL_STATE(6690)] = 309247, + [SMALL_STATE(6691)] = 309265, + [SMALL_STATE(6692)] = 309283, + [SMALL_STATE(6693)] = 309301, + [SMALL_STATE(6694)] = 309319, + [SMALL_STATE(6695)] = 309337, + [SMALL_STATE(6696)] = 309355, + [SMALL_STATE(6697)] = 309373, + [SMALL_STATE(6698)] = 309391, + [SMALL_STATE(6699)] = 309409, + [SMALL_STATE(6700)] = 309427, + [SMALL_STATE(6701)] = 309445, + [SMALL_STATE(6702)] = 309463, + [SMALL_STATE(6703)] = 309481, + [SMALL_STATE(6704)] = 309499, + [SMALL_STATE(6705)] = 309517, + [SMALL_STATE(6706)] = 309535, + [SMALL_STATE(6707)] = 309553, + [SMALL_STATE(6708)] = 309571, + [SMALL_STATE(6709)] = 309589, + [SMALL_STATE(6710)] = 309607, + [SMALL_STATE(6711)] = 309625, + [SMALL_STATE(6712)] = 309643, + [SMALL_STATE(6713)] = 309661, + [SMALL_STATE(6714)] = 309679, + [SMALL_STATE(6715)] = 309697, + [SMALL_STATE(6716)] = 309715, + [SMALL_STATE(6717)] = 309733, + [SMALL_STATE(6718)] = 309751, + [SMALL_STATE(6719)] = 309769, + [SMALL_STATE(6720)] = 309787, + [SMALL_STATE(6721)] = 309805, + [SMALL_STATE(6722)] = 309823, + [SMALL_STATE(6723)] = 309841, + [SMALL_STATE(6724)] = 309859, + [SMALL_STATE(6725)] = 309877, + [SMALL_STATE(6726)] = 309895, + [SMALL_STATE(6727)] = 309913, + [SMALL_STATE(6728)] = 309931, + [SMALL_STATE(6729)] = 309949, + [SMALL_STATE(6730)] = 309967, + [SMALL_STATE(6731)] = 309985, + [SMALL_STATE(6732)] = 310003, + [SMALL_STATE(6733)] = 310021, + [SMALL_STATE(6734)] = 310039, + [SMALL_STATE(6735)] = 310057, + [SMALL_STATE(6736)] = 310075, + [SMALL_STATE(6737)] = 310093, + [SMALL_STATE(6738)] = 310111, + [SMALL_STATE(6739)] = 310129, + [SMALL_STATE(6740)] = 310147, + [SMALL_STATE(6741)] = 310165, + [SMALL_STATE(6742)] = 310183, + [SMALL_STATE(6743)] = 310201, + [SMALL_STATE(6744)] = 310219, + [SMALL_STATE(6745)] = 310237, + [SMALL_STATE(6746)] = 310255, + [SMALL_STATE(6747)] = 310273, + [SMALL_STATE(6748)] = 310291, + [SMALL_STATE(6749)] = 310309, + [SMALL_STATE(6750)] = 310327, + [SMALL_STATE(6751)] = 310345, + [SMALL_STATE(6752)] = 310363, + [SMALL_STATE(6753)] = 310381, + [SMALL_STATE(6754)] = 310399, + [SMALL_STATE(6755)] = 310417, + [SMALL_STATE(6756)] = 310435, + [SMALL_STATE(6757)] = 310453, + [SMALL_STATE(6758)] = 310471, + [SMALL_STATE(6759)] = 310489, + [SMALL_STATE(6760)] = 310507, + [SMALL_STATE(6761)] = 310525, + [SMALL_STATE(6762)] = 310543, + [SMALL_STATE(6763)] = 310561, + [SMALL_STATE(6764)] = 310579, + [SMALL_STATE(6765)] = 310597, + [SMALL_STATE(6766)] = 310615, + [SMALL_STATE(6767)] = 310633, + [SMALL_STATE(6768)] = 310651, + [SMALL_STATE(6769)] = 310669, + [SMALL_STATE(6770)] = 310687, + [SMALL_STATE(6771)] = 310705, + [SMALL_STATE(6772)] = 310723, + [SMALL_STATE(6773)] = 310741, + [SMALL_STATE(6774)] = 310759, + [SMALL_STATE(6775)] = 310777, + [SMALL_STATE(6776)] = 310795, + [SMALL_STATE(6777)] = 310813, + [SMALL_STATE(6778)] = 310831, + [SMALL_STATE(6779)] = 310849, + [SMALL_STATE(6780)] = 310867, + [SMALL_STATE(6781)] = 310885, + [SMALL_STATE(6782)] = 310903, + [SMALL_STATE(6783)] = 310921, + [SMALL_STATE(6784)] = 310939, + [SMALL_STATE(6785)] = 310957, + [SMALL_STATE(6786)] = 310975, + [SMALL_STATE(6787)] = 310993, + [SMALL_STATE(6788)] = 311011, + [SMALL_STATE(6789)] = 311029, + [SMALL_STATE(6790)] = 311047, + [SMALL_STATE(6791)] = 311065, + [SMALL_STATE(6792)] = 311083, + [SMALL_STATE(6793)] = 311101, + [SMALL_STATE(6794)] = 311119, + [SMALL_STATE(6795)] = 311137, + [SMALL_STATE(6796)] = 311155, + [SMALL_STATE(6797)] = 311173, + [SMALL_STATE(6798)] = 311191, + [SMALL_STATE(6799)] = 311209, + [SMALL_STATE(6800)] = 311227, + [SMALL_STATE(6801)] = 311245, + [SMALL_STATE(6802)] = 311263, + [SMALL_STATE(6803)] = 311281, + [SMALL_STATE(6804)] = 311299, + [SMALL_STATE(6805)] = 311317, + [SMALL_STATE(6806)] = 311335, + [SMALL_STATE(6807)] = 311353, + [SMALL_STATE(6808)] = 311371, + [SMALL_STATE(6809)] = 311389, + [SMALL_STATE(6810)] = 311407, + [SMALL_STATE(6811)] = 311425, + [SMALL_STATE(6812)] = 311443, + [SMALL_STATE(6813)] = 311461, + [SMALL_STATE(6814)] = 311479, + [SMALL_STATE(6815)] = 311497, + [SMALL_STATE(6816)] = 311515, + [SMALL_STATE(6817)] = 311533, + [SMALL_STATE(6818)] = 311551, + [SMALL_STATE(6819)] = 311569, + [SMALL_STATE(6820)] = 311587, + [SMALL_STATE(6821)] = 311605, + [SMALL_STATE(6822)] = 311623, + [SMALL_STATE(6823)] = 311641, + [SMALL_STATE(6824)] = 311659, + [SMALL_STATE(6825)] = 311677, + [SMALL_STATE(6826)] = 311695, + [SMALL_STATE(6827)] = 311713, + [SMALL_STATE(6828)] = 311731, + [SMALL_STATE(6829)] = 311749, + [SMALL_STATE(6830)] = 311767, + [SMALL_STATE(6831)] = 311785, + [SMALL_STATE(6832)] = 311803, + [SMALL_STATE(6833)] = 311821, + [SMALL_STATE(6834)] = 311839, + [SMALL_STATE(6835)] = 311857, + [SMALL_STATE(6836)] = 311875, + [SMALL_STATE(6837)] = 311893, + [SMALL_STATE(6838)] = 311911, + [SMALL_STATE(6839)] = 311929, + [SMALL_STATE(6840)] = 311947, + [SMALL_STATE(6841)] = 311965, + [SMALL_STATE(6842)] = 311983, + [SMALL_STATE(6843)] = 312001, + [SMALL_STATE(6844)] = 312019, + [SMALL_STATE(6845)] = 312037, + [SMALL_STATE(6846)] = 312055, + [SMALL_STATE(6847)] = 312073, + [SMALL_STATE(6848)] = 312091, + [SMALL_STATE(6849)] = 312109, + [SMALL_STATE(6850)] = 312127, + [SMALL_STATE(6851)] = 312145, + [SMALL_STATE(6852)] = 312163, + [SMALL_STATE(6853)] = 312181, + [SMALL_STATE(6854)] = 312199, + [SMALL_STATE(6855)] = 312217, + [SMALL_STATE(6856)] = 312235, + [SMALL_STATE(6857)] = 312253, + [SMALL_STATE(6858)] = 312271, + [SMALL_STATE(6859)] = 312289, + [SMALL_STATE(6860)] = 312307, + [SMALL_STATE(6861)] = 312325, + [SMALL_STATE(6862)] = 312343, + [SMALL_STATE(6863)] = 312361, + [SMALL_STATE(6864)] = 312379, + [SMALL_STATE(6865)] = 312397, + [SMALL_STATE(6866)] = 312415, + [SMALL_STATE(6867)] = 312433, + [SMALL_STATE(6868)] = 312451, + [SMALL_STATE(6869)] = 312469, + [SMALL_STATE(6870)] = 312487, + [SMALL_STATE(6871)] = 312505, + [SMALL_STATE(6872)] = 312523, + [SMALL_STATE(6873)] = 312541, + [SMALL_STATE(6874)] = 312559, + [SMALL_STATE(6875)] = 312577, + [SMALL_STATE(6876)] = 312595, + [SMALL_STATE(6877)] = 312613, + [SMALL_STATE(6878)] = 312631, + [SMALL_STATE(6879)] = 312649, + [SMALL_STATE(6880)] = 312667, + [SMALL_STATE(6881)] = 312685, + [SMALL_STATE(6882)] = 312703, + [SMALL_STATE(6883)] = 312721, + [SMALL_STATE(6884)] = 312739, + [SMALL_STATE(6885)] = 312757, + [SMALL_STATE(6886)] = 312775, + [SMALL_STATE(6887)] = 312793, + [SMALL_STATE(6888)] = 312811, + [SMALL_STATE(6889)] = 312829, + [SMALL_STATE(6890)] = 312847, + [SMALL_STATE(6891)] = 312865, + [SMALL_STATE(6892)] = 312883, + [SMALL_STATE(6893)] = 312901, + [SMALL_STATE(6894)] = 312919, + [SMALL_STATE(6895)] = 312937, + [SMALL_STATE(6896)] = 312955, + [SMALL_STATE(6897)] = 312973, + [SMALL_STATE(6898)] = 312991, + [SMALL_STATE(6899)] = 313009, + [SMALL_STATE(6900)] = 313027, + [SMALL_STATE(6901)] = 313045, + [SMALL_STATE(6902)] = 313063, + [SMALL_STATE(6903)] = 313081, + [SMALL_STATE(6904)] = 313099, + [SMALL_STATE(6905)] = 313117, + [SMALL_STATE(6906)] = 313135, + [SMALL_STATE(6907)] = 313153, + [SMALL_STATE(6908)] = 313171, + [SMALL_STATE(6909)] = 313189, + [SMALL_STATE(6910)] = 313207, + [SMALL_STATE(6911)] = 313225, + [SMALL_STATE(6912)] = 313243, + [SMALL_STATE(6913)] = 313261, + [SMALL_STATE(6914)] = 313279, + [SMALL_STATE(6915)] = 313297, + [SMALL_STATE(6916)] = 313315, + [SMALL_STATE(6917)] = 313333, + [SMALL_STATE(6918)] = 313351, + [SMALL_STATE(6919)] = 313369, + [SMALL_STATE(6920)] = 313387, + [SMALL_STATE(6921)] = 313405, + [SMALL_STATE(6922)] = 313423, + [SMALL_STATE(6923)] = 313441, + [SMALL_STATE(6924)] = 313459, + [SMALL_STATE(6925)] = 313477, + [SMALL_STATE(6926)] = 313495, + [SMALL_STATE(6927)] = 313513, + [SMALL_STATE(6928)] = 313531, + [SMALL_STATE(6929)] = 313549, + [SMALL_STATE(6930)] = 313567, + [SMALL_STATE(6931)] = 313585, + [SMALL_STATE(6932)] = 313603, + [SMALL_STATE(6933)] = 313621, + [SMALL_STATE(6934)] = 313639, + [SMALL_STATE(6935)] = 313657, + [SMALL_STATE(6936)] = 313675, + [SMALL_STATE(6937)] = 313693, + [SMALL_STATE(6938)] = 313711, + [SMALL_STATE(6939)] = 313729, + [SMALL_STATE(6940)] = 313747, + [SMALL_STATE(6941)] = 313765, + [SMALL_STATE(6942)] = 313783, + [SMALL_STATE(6943)] = 313801, + [SMALL_STATE(6944)] = 313819, + [SMALL_STATE(6945)] = 313837, + [SMALL_STATE(6946)] = 313855, + [SMALL_STATE(6947)] = 313873, + [SMALL_STATE(6948)] = 313891, + [SMALL_STATE(6949)] = 313909, + [SMALL_STATE(6950)] = 313927, + [SMALL_STATE(6951)] = 313945, + [SMALL_STATE(6952)] = 313963, + [SMALL_STATE(6953)] = 313981, + [SMALL_STATE(6954)] = 313999, + [SMALL_STATE(6955)] = 314017, + [SMALL_STATE(6956)] = 314035, + [SMALL_STATE(6957)] = 314053, + [SMALL_STATE(6958)] = 314071, + [SMALL_STATE(6959)] = 314089, + [SMALL_STATE(6960)] = 314107, + [SMALL_STATE(6961)] = 314125, + [SMALL_STATE(6962)] = 314143, + [SMALL_STATE(6963)] = 314161, + [SMALL_STATE(6964)] = 314179, + [SMALL_STATE(6965)] = 314197, + [SMALL_STATE(6966)] = 314215, + [SMALL_STATE(6967)] = 314233, + [SMALL_STATE(6968)] = 314251, + [SMALL_STATE(6969)] = 314269, + [SMALL_STATE(6970)] = 314287, + [SMALL_STATE(6971)] = 314305, + [SMALL_STATE(6972)] = 314323, + [SMALL_STATE(6973)] = 314341, + [SMALL_STATE(6974)] = 314359, + [SMALL_STATE(6975)] = 314377, + [SMALL_STATE(6976)] = 314395, + [SMALL_STATE(6977)] = 314413, + [SMALL_STATE(6978)] = 314431, + [SMALL_STATE(6979)] = 314449, + [SMALL_STATE(6980)] = 314467, + [SMALL_STATE(6981)] = 314485, + [SMALL_STATE(6982)] = 314503, + [SMALL_STATE(6983)] = 314521, + [SMALL_STATE(6984)] = 314539, + [SMALL_STATE(6985)] = 314557, + [SMALL_STATE(6986)] = 314575, + [SMALL_STATE(6987)] = 314593, + [SMALL_STATE(6988)] = 314611, + [SMALL_STATE(6989)] = 314629, + [SMALL_STATE(6990)] = 314647, + [SMALL_STATE(6991)] = 314665, + [SMALL_STATE(6992)] = 314683, + [SMALL_STATE(6993)] = 314701, + [SMALL_STATE(6994)] = 314719, + [SMALL_STATE(6995)] = 314737, + [SMALL_STATE(6996)] = 314755, + [SMALL_STATE(6997)] = 314773, + [SMALL_STATE(6998)] = 314791, + [SMALL_STATE(6999)] = 314809, + [SMALL_STATE(7000)] = 314827, + [SMALL_STATE(7001)] = 314845, + [SMALL_STATE(7002)] = 314863, + [SMALL_STATE(7003)] = 314881, + [SMALL_STATE(7004)] = 314899, + [SMALL_STATE(7005)] = 314917, + [SMALL_STATE(7006)] = 314935, + [SMALL_STATE(7007)] = 314953, + [SMALL_STATE(7008)] = 314971, + [SMALL_STATE(7009)] = 314989, + [SMALL_STATE(7010)] = 315007, + [SMALL_STATE(7011)] = 315025, + [SMALL_STATE(7012)] = 315043, + [SMALL_STATE(7013)] = 315061, + [SMALL_STATE(7014)] = 315079, + [SMALL_STATE(7015)] = 315097, + [SMALL_STATE(7016)] = 315115, + [SMALL_STATE(7017)] = 315133, + [SMALL_STATE(7018)] = 315151, + [SMALL_STATE(7019)] = 315169, + [SMALL_STATE(7020)] = 315187, + [SMALL_STATE(7021)] = 315205, + [SMALL_STATE(7022)] = 315223, + [SMALL_STATE(7023)] = 315241, + [SMALL_STATE(7024)] = 315259, + [SMALL_STATE(7025)] = 315277, + [SMALL_STATE(7026)] = 315295, + [SMALL_STATE(7027)] = 315313, + [SMALL_STATE(7028)] = 315331, + [SMALL_STATE(7029)] = 315349, + [SMALL_STATE(7030)] = 315367, + [SMALL_STATE(7031)] = 315385, + [SMALL_STATE(7032)] = 315403, + [SMALL_STATE(7033)] = 315421, + [SMALL_STATE(7034)] = 315439, + [SMALL_STATE(7035)] = 315457, + [SMALL_STATE(7036)] = 315475, + [SMALL_STATE(7037)] = 315493, + [SMALL_STATE(7038)] = 315511, + [SMALL_STATE(7039)] = 315529, + [SMALL_STATE(7040)] = 315547, + [SMALL_STATE(7041)] = 315565, + [SMALL_STATE(7042)] = 315583, + [SMALL_STATE(7043)] = 315601, + [SMALL_STATE(7044)] = 315619, + [SMALL_STATE(7045)] = 315637, + [SMALL_STATE(7046)] = 315655, + [SMALL_STATE(7047)] = 315673, + [SMALL_STATE(7048)] = 315691, + [SMALL_STATE(7049)] = 315709, + [SMALL_STATE(7050)] = 315727, + [SMALL_STATE(7051)] = 315745, + [SMALL_STATE(7052)] = 315763, + [SMALL_STATE(7053)] = 315781, + [SMALL_STATE(7054)] = 315799, + [SMALL_STATE(7055)] = 315817, + [SMALL_STATE(7056)] = 315835, + [SMALL_STATE(7057)] = 315853, + [SMALL_STATE(7058)] = 315871, + [SMALL_STATE(7059)] = 315889, + [SMALL_STATE(7060)] = 315907, + [SMALL_STATE(7061)] = 315925, + [SMALL_STATE(7062)] = 315943, + [SMALL_STATE(7063)] = 315961, + [SMALL_STATE(7064)] = 315979, + [SMALL_STATE(7065)] = 315997, + [SMALL_STATE(7066)] = 316015, + [SMALL_STATE(7067)] = 316033, + [SMALL_STATE(7068)] = 316051, + [SMALL_STATE(7069)] = 316069, + [SMALL_STATE(7070)] = 316087, + [SMALL_STATE(7071)] = 316105, + [SMALL_STATE(7072)] = 316123, + [SMALL_STATE(7073)] = 316141, + [SMALL_STATE(7074)] = 316159, + [SMALL_STATE(7075)] = 316177, + [SMALL_STATE(7076)] = 316195, + [SMALL_STATE(7077)] = 316213, + [SMALL_STATE(7078)] = 316231, + [SMALL_STATE(7079)] = 316249, + [SMALL_STATE(7080)] = 316267, + [SMALL_STATE(7081)] = 316285, + [SMALL_STATE(7082)] = 316303, + [SMALL_STATE(7083)] = 316321, + [SMALL_STATE(7084)] = 316339, + [SMALL_STATE(7085)] = 316357, + [SMALL_STATE(7086)] = 316375, + [SMALL_STATE(7087)] = 316393, + [SMALL_STATE(7088)] = 316411, + [SMALL_STATE(7089)] = 316429, + [SMALL_STATE(7090)] = 316447, + [SMALL_STATE(7091)] = 316465, + [SMALL_STATE(7092)] = 316483, + [SMALL_STATE(7093)] = 316501, + [SMALL_STATE(7094)] = 316519, + [SMALL_STATE(7095)] = 316537, + [SMALL_STATE(7096)] = 316555, + [SMALL_STATE(7097)] = 316573, + [SMALL_STATE(7098)] = 316591, + [SMALL_STATE(7099)] = 316609, + [SMALL_STATE(7100)] = 316627, + [SMALL_STATE(7101)] = 316645, + [SMALL_STATE(7102)] = 316663, + [SMALL_STATE(7103)] = 316681, + [SMALL_STATE(7104)] = 316699, + [SMALL_STATE(7105)] = 316717, + [SMALL_STATE(7106)] = 316735, + [SMALL_STATE(7107)] = 316753, + [SMALL_STATE(7108)] = 316771, + [SMALL_STATE(7109)] = 316789, + [SMALL_STATE(7110)] = 316807, + [SMALL_STATE(7111)] = 316825, + [SMALL_STATE(7112)] = 316843, + [SMALL_STATE(7113)] = 316861, + [SMALL_STATE(7114)] = 316879, + [SMALL_STATE(7115)] = 316897, + [SMALL_STATE(7116)] = 316915, + [SMALL_STATE(7117)] = 316933, + [SMALL_STATE(7118)] = 316951, + [SMALL_STATE(7119)] = 316969, + [SMALL_STATE(7120)] = 316987, + [SMALL_STATE(7121)] = 317005, + [SMALL_STATE(7122)] = 317023, + [SMALL_STATE(7123)] = 317041, + [SMALL_STATE(7124)] = 317059, + [SMALL_STATE(7125)] = 317077, + [SMALL_STATE(7126)] = 317095, + [SMALL_STATE(7127)] = 317113, + [SMALL_STATE(7128)] = 317131, + [SMALL_STATE(7129)] = 317149, + [SMALL_STATE(7130)] = 317167, + [SMALL_STATE(7131)] = 317185, + [SMALL_STATE(7132)] = 317203, + [SMALL_STATE(7133)] = 317221, + [SMALL_STATE(7134)] = 317239, + [SMALL_STATE(7135)] = 317257, + [SMALL_STATE(7136)] = 317275, + [SMALL_STATE(7137)] = 317293, + [SMALL_STATE(7138)] = 317311, + [SMALL_STATE(7139)] = 317329, + [SMALL_STATE(7140)] = 317347, + [SMALL_STATE(7141)] = 317365, + [SMALL_STATE(7142)] = 317383, + [SMALL_STATE(7143)] = 317401, + [SMALL_STATE(7144)] = 317419, + [SMALL_STATE(7145)] = 317437, + [SMALL_STATE(7146)] = 317455, + [SMALL_STATE(7147)] = 317473, + [SMALL_STATE(7148)] = 317491, + [SMALL_STATE(7149)] = 317509, + [SMALL_STATE(7150)] = 317527, + [SMALL_STATE(7151)] = 317545, + [SMALL_STATE(7152)] = 317563, + [SMALL_STATE(7153)] = 317581, + [SMALL_STATE(7154)] = 317599, + [SMALL_STATE(7155)] = 317617, + [SMALL_STATE(7156)] = 317635, + [SMALL_STATE(7157)] = 317653, + [SMALL_STATE(7158)] = 317671, + [SMALL_STATE(7159)] = 317689, + [SMALL_STATE(7160)] = 317707, + [SMALL_STATE(7161)] = 317725, + [SMALL_STATE(7162)] = 317743, + [SMALL_STATE(7163)] = 317761, + [SMALL_STATE(7164)] = 317779, + [SMALL_STATE(7165)] = 317797, + [SMALL_STATE(7166)] = 317815, + [SMALL_STATE(7167)] = 317833, + [SMALL_STATE(7168)] = 317851, + [SMALL_STATE(7169)] = 317869, + [SMALL_STATE(7170)] = 317887, + [SMALL_STATE(7171)] = 317905, + [SMALL_STATE(7172)] = 317923, + [SMALL_STATE(7173)] = 317941, + [SMALL_STATE(7174)] = 317959, + [SMALL_STATE(7175)] = 317977, + [SMALL_STATE(7176)] = 317995, + [SMALL_STATE(7177)] = 318013, + [SMALL_STATE(7178)] = 318031, + [SMALL_STATE(7179)] = 318049, + [SMALL_STATE(7180)] = 318067, + [SMALL_STATE(7181)] = 318085, + [SMALL_STATE(7182)] = 318103, + [SMALL_STATE(7183)] = 318121, + [SMALL_STATE(7184)] = 318139, + [SMALL_STATE(7185)] = 318157, + [SMALL_STATE(7186)] = 318175, + [SMALL_STATE(7187)] = 318193, + [SMALL_STATE(7188)] = 318211, + [SMALL_STATE(7189)] = 318229, + [SMALL_STATE(7190)] = 318247, + [SMALL_STATE(7191)] = 318265, + [SMALL_STATE(7192)] = 318283, + [SMALL_STATE(7193)] = 318301, + [SMALL_STATE(7194)] = 318319, + [SMALL_STATE(7195)] = 318337, + [SMALL_STATE(7196)] = 318355, + [SMALL_STATE(7197)] = 318373, + [SMALL_STATE(7198)] = 318391, + [SMALL_STATE(7199)] = 318409, + [SMALL_STATE(7200)] = 318427, + [SMALL_STATE(7201)] = 318445, + [SMALL_STATE(7202)] = 318463, + [SMALL_STATE(7203)] = 318481, + [SMALL_STATE(7204)] = 318499, + [SMALL_STATE(7205)] = 318517, + [SMALL_STATE(7206)] = 318535, + [SMALL_STATE(7207)] = 318553, + [SMALL_STATE(7208)] = 318571, + [SMALL_STATE(7209)] = 318589, + [SMALL_STATE(7210)] = 318607, + [SMALL_STATE(7211)] = 318625, + [SMALL_STATE(7212)] = 318643, + [SMALL_STATE(7213)] = 318661, + [SMALL_STATE(7214)] = 318679, + [SMALL_STATE(7215)] = 318697, + [SMALL_STATE(7216)] = 318715, + [SMALL_STATE(7217)] = 318733, + [SMALL_STATE(7218)] = 318751, + [SMALL_STATE(7219)] = 318769, + [SMALL_STATE(7220)] = 318787, + [SMALL_STATE(7221)] = 318805, + [SMALL_STATE(7222)] = 318823, + [SMALL_STATE(7223)] = 318841, + [SMALL_STATE(7224)] = 318859, + [SMALL_STATE(7225)] = 318877, + [SMALL_STATE(7226)] = 318895, + [SMALL_STATE(7227)] = 318913, + [SMALL_STATE(7228)] = 318931, + [SMALL_STATE(7229)] = 318949, + [SMALL_STATE(7230)] = 318967, + [SMALL_STATE(7231)] = 318985, + [SMALL_STATE(7232)] = 319003, + [SMALL_STATE(7233)] = 319021, + [SMALL_STATE(7234)] = 319039, + [SMALL_STATE(7235)] = 319057, + [SMALL_STATE(7236)] = 319075, + [SMALL_STATE(7237)] = 319093, + [SMALL_STATE(7238)] = 319111, + [SMALL_STATE(7239)] = 319129, + [SMALL_STATE(7240)] = 319147, + [SMALL_STATE(7241)] = 319165, + [SMALL_STATE(7242)] = 319183, + [SMALL_STATE(7243)] = 319201, + [SMALL_STATE(7244)] = 319219, + [SMALL_STATE(7245)] = 319237, + [SMALL_STATE(7246)] = 319255, + [SMALL_STATE(7247)] = 319273, + [SMALL_STATE(7248)] = 319291, + [SMALL_STATE(7249)] = 319309, + [SMALL_STATE(7250)] = 319327, + [SMALL_STATE(7251)] = 319345, + [SMALL_STATE(7252)] = 319363, + [SMALL_STATE(7253)] = 319381, + [SMALL_STATE(7254)] = 319399, + [SMALL_STATE(7255)] = 319417, + [SMALL_STATE(7256)] = 319435, + [SMALL_STATE(7257)] = 319453, + [SMALL_STATE(7258)] = 319471, + [SMALL_STATE(7259)] = 319489, + [SMALL_STATE(7260)] = 319507, + [SMALL_STATE(7261)] = 319525, + [SMALL_STATE(7262)] = 319543, + [SMALL_STATE(7263)] = 319561, + [SMALL_STATE(7264)] = 319579, + [SMALL_STATE(7265)] = 319597, + [SMALL_STATE(7266)] = 319615, + [SMALL_STATE(7267)] = 319633, + [SMALL_STATE(7268)] = 319651, + [SMALL_STATE(7269)] = 319669, + [SMALL_STATE(7270)] = 319687, + [SMALL_STATE(7271)] = 319705, + [SMALL_STATE(7272)] = 319723, + [SMALL_STATE(7273)] = 319741, + [SMALL_STATE(7274)] = 319759, + [SMALL_STATE(7275)] = 319777, + [SMALL_STATE(7276)] = 319795, + [SMALL_STATE(7277)] = 319813, + [SMALL_STATE(7278)] = 319831, + [SMALL_STATE(7279)] = 319849, + [SMALL_STATE(7280)] = 319867, + [SMALL_STATE(7281)] = 319885, + [SMALL_STATE(7282)] = 319903, + [SMALL_STATE(7283)] = 319921, + [SMALL_STATE(7284)] = 319939, + [SMALL_STATE(7285)] = 319957, + [SMALL_STATE(7286)] = 319975, + [SMALL_STATE(7287)] = 319993, + [SMALL_STATE(7288)] = 320011, + [SMALL_STATE(7289)] = 320029, + [SMALL_STATE(7290)] = 320047, + [SMALL_STATE(7291)] = 320065, + [SMALL_STATE(7292)] = 320083, + [SMALL_STATE(7293)] = 320101, + [SMALL_STATE(7294)] = 320119, + [SMALL_STATE(7295)] = 320137, + [SMALL_STATE(7296)] = 320155, + [SMALL_STATE(7297)] = 320173, + [SMALL_STATE(7298)] = 320191, + [SMALL_STATE(7299)] = 320209, + [SMALL_STATE(7300)] = 320227, + [SMALL_STATE(7301)] = 320245, + [SMALL_STATE(7302)] = 320263, + [SMALL_STATE(7303)] = 320281, + [SMALL_STATE(7304)] = 320299, + [SMALL_STATE(7305)] = 320317, + [SMALL_STATE(7306)] = 320335, + [SMALL_STATE(7307)] = 320353, + [SMALL_STATE(7308)] = 320371, + [SMALL_STATE(7309)] = 320389, + [SMALL_STATE(7310)] = 320407, + [SMALL_STATE(7311)] = 320425, + [SMALL_STATE(7312)] = 320443, + [SMALL_STATE(7313)] = 320461, + [SMALL_STATE(7314)] = 320479, + [SMALL_STATE(7315)] = 320497, + [SMALL_STATE(7316)] = 320515, + [SMALL_STATE(7317)] = 320533, + [SMALL_STATE(7318)] = 320551, + [SMALL_STATE(7319)] = 320569, + [SMALL_STATE(7320)] = 320587, + [SMALL_STATE(7321)] = 320605, + [SMALL_STATE(7322)] = 320623, + [SMALL_STATE(7323)] = 320641, + [SMALL_STATE(7324)] = 320659, + [SMALL_STATE(7325)] = 320677, + [SMALL_STATE(7326)] = 320695, + [SMALL_STATE(7327)] = 320713, + [SMALL_STATE(7328)] = 320731, + [SMALL_STATE(7329)] = 320749, + [SMALL_STATE(7330)] = 320767, + [SMALL_STATE(7331)] = 320785, + [SMALL_STATE(7332)] = 320803, + [SMALL_STATE(7333)] = 320821, + [SMALL_STATE(7334)] = 320839, + [SMALL_STATE(7335)] = 320857, + [SMALL_STATE(7336)] = 320875, + [SMALL_STATE(7337)] = 320893, + [SMALL_STATE(7338)] = 320911, + [SMALL_STATE(7339)] = 320929, + [SMALL_STATE(7340)] = 320947, + [SMALL_STATE(7341)] = 320965, + [SMALL_STATE(7342)] = 320983, + [SMALL_STATE(7343)] = 321001, + [SMALL_STATE(7344)] = 321019, + [SMALL_STATE(7345)] = 321037, + [SMALL_STATE(7346)] = 321055, + [SMALL_STATE(7347)] = 321073, + [SMALL_STATE(7348)] = 321091, + [SMALL_STATE(7349)] = 321109, + [SMALL_STATE(7350)] = 321127, + [SMALL_STATE(7351)] = 321145, + [SMALL_STATE(7352)] = 321163, + [SMALL_STATE(7353)] = 321181, + [SMALL_STATE(7354)] = 321199, + [SMALL_STATE(7355)] = 321217, + [SMALL_STATE(7356)] = 321235, + [SMALL_STATE(7357)] = 321253, + [SMALL_STATE(7358)] = 321271, + [SMALL_STATE(7359)] = 321289, + [SMALL_STATE(7360)] = 321307, + [SMALL_STATE(7361)] = 321325, + [SMALL_STATE(7362)] = 321343, + [SMALL_STATE(7363)] = 321361, + [SMALL_STATE(7364)] = 321379, + [SMALL_STATE(7365)] = 321397, + [SMALL_STATE(7366)] = 321415, + [SMALL_STATE(7367)] = 321433, + [SMALL_STATE(7368)] = 321451, + [SMALL_STATE(7369)] = 321469, + [SMALL_STATE(7370)] = 321487, + [SMALL_STATE(7371)] = 321505, + [SMALL_STATE(7372)] = 321523, + [SMALL_STATE(7373)] = 321541, + [SMALL_STATE(7374)] = 321559, + [SMALL_STATE(7375)] = 321577, + [SMALL_STATE(7376)] = 321595, + [SMALL_STATE(7377)] = 321613, + [SMALL_STATE(7378)] = 321631, + [SMALL_STATE(7379)] = 321649, + [SMALL_STATE(7380)] = 321667, + [SMALL_STATE(7381)] = 321685, + [SMALL_STATE(7382)] = 321703, + [SMALL_STATE(7383)] = 321721, + [SMALL_STATE(7384)] = 321739, + [SMALL_STATE(7385)] = 321757, + [SMALL_STATE(7386)] = 321775, + [SMALL_STATE(7387)] = 321793, + [SMALL_STATE(7388)] = 321811, + [SMALL_STATE(7389)] = 321829, + [SMALL_STATE(7390)] = 321847, + [SMALL_STATE(7391)] = 321865, + [SMALL_STATE(7392)] = 321883, + [SMALL_STATE(7393)] = 321901, + [SMALL_STATE(7394)] = 321919, + [SMALL_STATE(7395)] = 321937, + [SMALL_STATE(7396)] = 321955, + [SMALL_STATE(7397)] = 321973, + [SMALL_STATE(7398)] = 321991, + [SMALL_STATE(7399)] = 322009, + [SMALL_STATE(7400)] = 322027, + [SMALL_STATE(7401)] = 322045, + [SMALL_STATE(7402)] = 322063, + [SMALL_STATE(7403)] = 322081, + [SMALL_STATE(7404)] = 322099, + [SMALL_STATE(7405)] = 322117, + [SMALL_STATE(7406)] = 322135, + [SMALL_STATE(7407)] = 322153, + [SMALL_STATE(7408)] = 322171, + [SMALL_STATE(7409)] = 322189, + [SMALL_STATE(7410)] = 322207, + [SMALL_STATE(7411)] = 322225, + [SMALL_STATE(7412)] = 322243, + [SMALL_STATE(7413)] = 322261, + [SMALL_STATE(7414)] = 322279, + [SMALL_STATE(7415)] = 322297, + [SMALL_STATE(7416)] = 322315, + [SMALL_STATE(7417)] = 322333, + [SMALL_STATE(7418)] = 322351, + [SMALL_STATE(7419)] = 322369, + [SMALL_STATE(7420)] = 322387, + [SMALL_STATE(7421)] = 322405, + [SMALL_STATE(7422)] = 322423, + [SMALL_STATE(7423)] = 322441, + [SMALL_STATE(7424)] = 322459, + [SMALL_STATE(7425)] = 322477, + [SMALL_STATE(7426)] = 322495, + [SMALL_STATE(7427)] = 322513, + [SMALL_STATE(7428)] = 322531, + [SMALL_STATE(7429)] = 322549, + [SMALL_STATE(7430)] = 322567, + [SMALL_STATE(7431)] = 322585, + [SMALL_STATE(7432)] = 322603, + [SMALL_STATE(7433)] = 322621, + [SMALL_STATE(7434)] = 322639, + [SMALL_STATE(7435)] = 322657, + [SMALL_STATE(7436)] = 322675, + [SMALL_STATE(7437)] = 322693, + [SMALL_STATE(7438)] = 322711, + [SMALL_STATE(7439)] = 322729, + [SMALL_STATE(7440)] = 322747, + [SMALL_STATE(7441)] = 322765, + [SMALL_STATE(7442)] = 322783, + [SMALL_STATE(7443)] = 322801, + [SMALL_STATE(7444)] = 322819, + [SMALL_STATE(7445)] = 322837, + [SMALL_STATE(7446)] = 322855, + [SMALL_STATE(7447)] = 322873, + [SMALL_STATE(7448)] = 322891, + [SMALL_STATE(7449)] = 322909, + [SMALL_STATE(7450)] = 322927, + [SMALL_STATE(7451)] = 322945, + [SMALL_STATE(7452)] = 322963, + [SMALL_STATE(7453)] = 322981, + [SMALL_STATE(7454)] = 322999, + [SMALL_STATE(7455)] = 323017, + [SMALL_STATE(7456)] = 323035, + [SMALL_STATE(7457)] = 323053, + [SMALL_STATE(7458)] = 323071, + [SMALL_STATE(7459)] = 323089, + [SMALL_STATE(7460)] = 323107, + [SMALL_STATE(7461)] = 323125, + [SMALL_STATE(7462)] = 323143, + [SMALL_STATE(7463)] = 323161, + [SMALL_STATE(7464)] = 323179, + [SMALL_STATE(7465)] = 323197, + [SMALL_STATE(7466)] = 323215, + [SMALL_STATE(7467)] = 323233, + [SMALL_STATE(7468)] = 323251, + [SMALL_STATE(7469)] = 323269, + [SMALL_STATE(7470)] = 323287, + [SMALL_STATE(7471)] = 323305, + [SMALL_STATE(7472)] = 323323, + [SMALL_STATE(7473)] = 323341, + [SMALL_STATE(7474)] = 323359, + [SMALL_STATE(7475)] = 323377, + [SMALL_STATE(7476)] = 323395, + [SMALL_STATE(7477)] = 323413, + [SMALL_STATE(7478)] = 323431, + [SMALL_STATE(7479)] = 323449, + [SMALL_STATE(7480)] = 323467, + [SMALL_STATE(7481)] = 323485, + [SMALL_STATE(7482)] = 323503, + [SMALL_STATE(7483)] = 323521, + [SMALL_STATE(7484)] = 323539, + [SMALL_STATE(7485)] = 323557, + [SMALL_STATE(7486)] = 323575, + [SMALL_STATE(7487)] = 323593, + [SMALL_STATE(7488)] = 323611, + [SMALL_STATE(7489)] = 323629, + [SMALL_STATE(7490)] = 323647, + [SMALL_STATE(7491)] = 323665, + [SMALL_STATE(7492)] = 323683, + [SMALL_STATE(7493)] = 323701, + [SMALL_STATE(7494)] = 323719, + [SMALL_STATE(7495)] = 323737, + [SMALL_STATE(7496)] = 323755, + [SMALL_STATE(7497)] = 323773, + [SMALL_STATE(7498)] = 323791, + [SMALL_STATE(7499)] = 323809, + [SMALL_STATE(7500)] = 323827, + [SMALL_STATE(7501)] = 323845, + [SMALL_STATE(7502)] = 323863, + [SMALL_STATE(7503)] = 323881, + [SMALL_STATE(7504)] = 323899, + [SMALL_STATE(7505)] = 323917, + [SMALL_STATE(7506)] = 323935, + [SMALL_STATE(7507)] = 323953, + [SMALL_STATE(7508)] = 323971, + [SMALL_STATE(7509)] = 323989, + [SMALL_STATE(7510)] = 324007, + [SMALL_STATE(7511)] = 324025, + [SMALL_STATE(7512)] = 324043, + [SMALL_STATE(7513)] = 324061, + [SMALL_STATE(7514)] = 324079, + [SMALL_STATE(7515)] = 324097, + [SMALL_STATE(7516)] = 324115, + [SMALL_STATE(7517)] = 324133, + [SMALL_STATE(7518)] = 324151, + [SMALL_STATE(7519)] = 324169, + [SMALL_STATE(7520)] = 324187, + [SMALL_STATE(7521)] = 324205, + [SMALL_STATE(7522)] = 324223, + [SMALL_STATE(7523)] = 324241, + [SMALL_STATE(7524)] = 324259, + [SMALL_STATE(7525)] = 324277, + [SMALL_STATE(7526)] = 324295, + [SMALL_STATE(7527)] = 324313, + [SMALL_STATE(7528)] = 324331, + [SMALL_STATE(7529)] = 324349, + [SMALL_STATE(7530)] = 324367, + [SMALL_STATE(7531)] = 324385, + [SMALL_STATE(7532)] = 324403, + [SMALL_STATE(7533)] = 324421, + [SMALL_STATE(7534)] = 324439, + [SMALL_STATE(7535)] = 324457, + [SMALL_STATE(7536)] = 324475, + [SMALL_STATE(7537)] = 324493, + [SMALL_STATE(7538)] = 324511, + [SMALL_STATE(7539)] = 324529, + [SMALL_STATE(7540)] = 324547, + [SMALL_STATE(7541)] = 324565, + [SMALL_STATE(7542)] = 324583, + [SMALL_STATE(7543)] = 324601, + [SMALL_STATE(7544)] = 324619, + [SMALL_STATE(7545)] = 324637, + [SMALL_STATE(7546)] = 324655, + [SMALL_STATE(7547)] = 324673, + [SMALL_STATE(7548)] = 324691, + [SMALL_STATE(7549)] = 324709, + [SMALL_STATE(7550)] = 324727, + [SMALL_STATE(7551)] = 324745, + [SMALL_STATE(7552)] = 324763, + [SMALL_STATE(7553)] = 324781, + [SMALL_STATE(7554)] = 324799, + [SMALL_STATE(7555)] = 324817, + [SMALL_STATE(7556)] = 324835, + [SMALL_STATE(7557)] = 324853, + [SMALL_STATE(7558)] = 324871, + [SMALL_STATE(7559)] = 324889, + [SMALL_STATE(7560)] = 324907, + [SMALL_STATE(7561)] = 324925, + [SMALL_STATE(7562)] = 324943, + [SMALL_STATE(7563)] = 324961, + [SMALL_STATE(7564)] = 324979, + [SMALL_STATE(7565)] = 324997, + [SMALL_STATE(7566)] = 325015, + [SMALL_STATE(7567)] = 325033, + [SMALL_STATE(7568)] = 325051, + [SMALL_STATE(7569)] = 325069, + [SMALL_STATE(7570)] = 325087, + [SMALL_STATE(7571)] = 325105, + [SMALL_STATE(7572)] = 325123, + [SMALL_STATE(7573)] = 325141, + [SMALL_STATE(7574)] = 325159, + [SMALL_STATE(7575)] = 325177, + [SMALL_STATE(7576)] = 325195, + [SMALL_STATE(7577)] = 325213, + [SMALL_STATE(7578)] = 325231, + [SMALL_STATE(7579)] = 325249, + [SMALL_STATE(7580)] = 325267, + [SMALL_STATE(7581)] = 325285, + [SMALL_STATE(7582)] = 325303, + [SMALL_STATE(7583)] = 325321, + [SMALL_STATE(7584)] = 325339, + [SMALL_STATE(7585)] = 325357, + [SMALL_STATE(7586)] = 325375, + [SMALL_STATE(7587)] = 325393, + [SMALL_STATE(7588)] = 325411, + [SMALL_STATE(7589)] = 325429, + [SMALL_STATE(7590)] = 325447, + [SMALL_STATE(7591)] = 325465, + [SMALL_STATE(7592)] = 325483, + [SMALL_STATE(7593)] = 325501, + [SMALL_STATE(7594)] = 325519, + [SMALL_STATE(7595)] = 325537, + [SMALL_STATE(7596)] = 325555, + [SMALL_STATE(7597)] = 325573, + [SMALL_STATE(7598)] = 325591, + [SMALL_STATE(7599)] = 325609, + [SMALL_STATE(7600)] = 325627, + [SMALL_STATE(7601)] = 325645, + [SMALL_STATE(7602)] = 325663, + [SMALL_STATE(7603)] = 325681, + [SMALL_STATE(7604)] = 325699, + [SMALL_STATE(7605)] = 325717, + [SMALL_STATE(7606)] = 325735, + [SMALL_STATE(7607)] = 325753, + [SMALL_STATE(7608)] = 325771, + [SMALL_STATE(7609)] = 325789, + [SMALL_STATE(7610)] = 325807, + [SMALL_STATE(7611)] = 325825, + [SMALL_STATE(7612)] = 325843, + [SMALL_STATE(7613)] = 325861, + [SMALL_STATE(7614)] = 325879, + [SMALL_STATE(7615)] = 325897, + [SMALL_STATE(7616)] = 325915, + [SMALL_STATE(7617)] = 325933, + [SMALL_STATE(7618)] = 325951, + [SMALL_STATE(7619)] = 325969, + [SMALL_STATE(7620)] = 325987, + [SMALL_STATE(7621)] = 326005, + [SMALL_STATE(7622)] = 326023, + [SMALL_STATE(7623)] = 326041, + [SMALL_STATE(7624)] = 326059, + [SMALL_STATE(7625)] = 326077, + [SMALL_STATE(7626)] = 326095, + [SMALL_STATE(7627)] = 326113, + [SMALL_STATE(7628)] = 326131, + [SMALL_STATE(7629)] = 326149, + [SMALL_STATE(7630)] = 326167, + [SMALL_STATE(7631)] = 326185, + [SMALL_STATE(7632)] = 326203, + [SMALL_STATE(7633)] = 326221, + [SMALL_STATE(7634)] = 326239, + [SMALL_STATE(7635)] = 326257, + [SMALL_STATE(7636)] = 326275, + [SMALL_STATE(7637)] = 326293, + [SMALL_STATE(7638)] = 326311, + [SMALL_STATE(7639)] = 326329, + [SMALL_STATE(7640)] = 326347, + [SMALL_STATE(7641)] = 326365, + [SMALL_STATE(7642)] = 326383, + [SMALL_STATE(7643)] = 326401, + [SMALL_STATE(7644)] = 326419, + [SMALL_STATE(7645)] = 326437, + [SMALL_STATE(7646)] = 326455, + [SMALL_STATE(7647)] = 326473, + [SMALL_STATE(7648)] = 326491, + [SMALL_STATE(7649)] = 326509, + [SMALL_STATE(7650)] = 326527, + [SMALL_STATE(7651)] = 326545, + [SMALL_STATE(7652)] = 326563, + [SMALL_STATE(7653)] = 326581, + [SMALL_STATE(7654)] = 326599, + [SMALL_STATE(7655)] = 326617, + [SMALL_STATE(7656)] = 326635, + [SMALL_STATE(7657)] = 326653, + [SMALL_STATE(7658)] = 326671, + [SMALL_STATE(7659)] = 326689, + [SMALL_STATE(7660)] = 326707, + [SMALL_STATE(7661)] = 326725, + [SMALL_STATE(7662)] = 326743, + [SMALL_STATE(7663)] = 326761, + [SMALL_STATE(7664)] = 326779, + [SMALL_STATE(7665)] = 326797, + [SMALL_STATE(7666)] = 326815, + [SMALL_STATE(7667)] = 326833, + [SMALL_STATE(7668)] = 326851, + [SMALL_STATE(7669)] = 326869, + [SMALL_STATE(7670)] = 326887, + [SMALL_STATE(7671)] = 326905, + [SMALL_STATE(7672)] = 326923, + [SMALL_STATE(7673)] = 326941, + [SMALL_STATE(7674)] = 326959, + [SMALL_STATE(7675)] = 326977, + [SMALL_STATE(7676)] = 326995, + [SMALL_STATE(7677)] = 327013, + [SMALL_STATE(7678)] = 327031, + [SMALL_STATE(7679)] = 327049, + [SMALL_STATE(7680)] = 327067, + [SMALL_STATE(7681)] = 327085, + [SMALL_STATE(7682)] = 327103, + [SMALL_STATE(7683)] = 327121, + [SMALL_STATE(7684)] = 327139, + [SMALL_STATE(7685)] = 327157, + [SMALL_STATE(7686)] = 327175, + [SMALL_STATE(7687)] = 327193, + [SMALL_STATE(7688)] = 327211, + [SMALL_STATE(7689)] = 327229, + [SMALL_STATE(7690)] = 327247, + [SMALL_STATE(7691)] = 327265, + [SMALL_STATE(7692)] = 327283, + [SMALL_STATE(7693)] = 327301, + [SMALL_STATE(7694)] = 327319, + [SMALL_STATE(7695)] = 327337, + [SMALL_STATE(7696)] = 327355, + [SMALL_STATE(7697)] = 327373, + [SMALL_STATE(7698)] = 327391, + [SMALL_STATE(7699)] = 327409, + [SMALL_STATE(7700)] = 327427, + [SMALL_STATE(7701)] = 327445, + [SMALL_STATE(7702)] = 327463, + [SMALL_STATE(7703)] = 327481, + [SMALL_STATE(7704)] = 327499, + [SMALL_STATE(7705)] = 327517, + [SMALL_STATE(7706)] = 327535, + [SMALL_STATE(7707)] = 327553, + [SMALL_STATE(7708)] = 327571, + [SMALL_STATE(7709)] = 327589, + [SMALL_STATE(7710)] = 327607, + [SMALL_STATE(7711)] = 327625, + [SMALL_STATE(7712)] = 327643, + [SMALL_STATE(7713)] = 327661, + [SMALL_STATE(7714)] = 327679, + [SMALL_STATE(7715)] = 327697, + [SMALL_STATE(7716)] = 327715, + [SMALL_STATE(7717)] = 327733, + [SMALL_STATE(7718)] = 327751, + [SMALL_STATE(7719)] = 327769, + [SMALL_STATE(7720)] = 327787, + [SMALL_STATE(7721)] = 327805, + [SMALL_STATE(7722)] = 327823, + [SMALL_STATE(7723)] = 327841, + [SMALL_STATE(7724)] = 327859, + [SMALL_STATE(7725)] = 327877, + [SMALL_STATE(7726)] = 327895, + [SMALL_STATE(7727)] = 327913, + [SMALL_STATE(7728)] = 327931, + [SMALL_STATE(7729)] = 327949, + [SMALL_STATE(7730)] = 327967, + [SMALL_STATE(7731)] = 327985, + [SMALL_STATE(7732)] = 328003, + [SMALL_STATE(7733)] = 328021, + [SMALL_STATE(7734)] = 328039, + [SMALL_STATE(7735)] = 328057, + [SMALL_STATE(7736)] = 328075, + [SMALL_STATE(7737)] = 328093, + [SMALL_STATE(7738)] = 328111, + [SMALL_STATE(7739)] = 328129, + [SMALL_STATE(7740)] = 328147, + [SMALL_STATE(7741)] = 328165, + [SMALL_STATE(7742)] = 328183, + [SMALL_STATE(7743)] = 328201, + [SMALL_STATE(7744)] = 328219, + [SMALL_STATE(7745)] = 328237, + [SMALL_STATE(7746)] = 328255, + [SMALL_STATE(7747)] = 328273, + [SMALL_STATE(7748)] = 328291, + [SMALL_STATE(7749)] = 328309, + [SMALL_STATE(7750)] = 328327, + [SMALL_STATE(7751)] = 328345, + [SMALL_STATE(7752)] = 328363, + [SMALL_STATE(7753)] = 328381, + [SMALL_STATE(7754)] = 328399, + [SMALL_STATE(7755)] = 328417, + [SMALL_STATE(7756)] = 328435, + [SMALL_STATE(7757)] = 328453, + [SMALL_STATE(7758)] = 328471, + [SMALL_STATE(7759)] = 328489, + [SMALL_STATE(7760)] = 328507, + [SMALL_STATE(7761)] = 328525, + [SMALL_STATE(7762)] = 328543, + [SMALL_STATE(7763)] = 328561, + [SMALL_STATE(7764)] = 328579, + [SMALL_STATE(7765)] = 328597, + [SMALL_STATE(7766)] = 328615, + [SMALL_STATE(7767)] = 328633, + [SMALL_STATE(7768)] = 328651, + [SMALL_STATE(7769)] = 328669, + [SMALL_STATE(7770)] = 328687, + [SMALL_STATE(7771)] = 328705, + [SMALL_STATE(7772)] = 328723, + [SMALL_STATE(7773)] = 328741, + [SMALL_STATE(7774)] = 328759, + [SMALL_STATE(7775)] = 328777, + [SMALL_STATE(7776)] = 328795, + [SMALL_STATE(7777)] = 328813, + [SMALL_STATE(7778)] = 328831, + [SMALL_STATE(7779)] = 328849, + [SMALL_STATE(7780)] = 328867, + [SMALL_STATE(7781)] = 328885, + [SMALL_STATE(7782)] = 328903, + [SMALL_STATE(7783)] = 328921, + [SMALL_STATE(7784)] = 328939, + [SMALL_STATE(7785)] = 328957, + [SMALL_STATE(7786)] = 328975, + [SMALL_STATE(7787)] = 328993, + [SMALL_STATE(7788)] = 329011, + [SMALL_STATE(7789)] = 329029, + [SMALL_STATE(7790)] = 329047, + [SMALL_STATE(7791)] = 329065, + [SMALL_STATE(7792)] = 329083, + [SMALL_STATE(7793)] = 329101, + [SMALL_STATE(7794)] = 329119, + [SMALL_STATE(7795)] = 329137, + [SMALL_STATE(7796)] = 329155, + [SMALL_STATE(7797)] = 329173, + [SMALL_STATE(7798)] = 329191, + [SMALL_STATE(7799)] = 329209, + [SMALL_STATE(7800)] = 329227, + [SMALL_STATE(7801)] = 329245, + [SMALL_STATE(7802)] = 329263, + [SMALL_STATE(7803)] = 329281, + [SMALL_STATE(7804)] = 329299, + [SMALL_STATE(7805)] = 329317, + [SMALL_STATE(7806)] = 329335, + [SMALL_STATE(7807)] = 329353, + [SMALL_STATE(7808)] = 329371, + [SMALL_STATE(7809)] = 329389, + [SMALL_STATE(7810)] = 329407, + [SMALL_STATE(7811)] = 329425, + [SMALL_STATE(7812)] = 329443, + [SMALL_STATE(7813)] = 329461, + [SMALL_STATE(7814)] = 329479, + [SMALL_STATE(7815)] = 329497, + [SMALL_STATE(7816)] = 329515, + [SMALL_STATE(7817)] = 329533, + [SMALL_STATE(7818)] = 329551, + [SMALL_STATE(7819)] = 329569, + [SMALL_STATE(7820)] = 329587, + [SMALL_STATE(7821)] = 329605, + [SMALL_STATE(7822)] = 329623, + [SMALL_STATE(7823)] = 329641, + [SMALL_STATE(7824)] = 329659, + [SMALL_STATE(7825)] = 329677, + [SMALL_STATE(7826)] = 329695, + [SMALL_STATE(7827)] = 329713, + [SMALL_STATE(7828)] = 329731, + [SMALL_STATE(7829)] = 329749, + [SMALL_STATE(7830)] = 329767, + [SMALL_STATE(7831)] = 329785, + [SMALL_STATE(7832)] = 329803, + [SMALL_STATE(7833)] = 329821, + [SMALL_STATE(7834)] = 329839, + [SMALL_STATE(7835)] = 329857, + [SMALL_STATE(7836)] = 329875, + [SMALL_STATE(7837)] = 329893, + [SMALL_STATE(7838)] = 329911, + [SMALL_STATE(7839)] = 329929, + [SMALL_STATE(7840)] = 329947, + [SMALL_STATE(7841)] = 329965, + [SMALL_STATE(7842)] = 329983, + [SMALL_STATE(7843)] = 330001, + [SMALL_STATE(7844)] = 330019, + [SMALL_STATE(7845)] = 330037, + [SMALL_STATE(7846)] = 330055, + [SMALL_STATE(7847)] = 330073, + [SMALL_STATE(7848)] = 330091, + [SMALL_STATE(7849)] = 330109, + [SMALL_STATE(7850)] = 330127, + [SMALL_STATE(7851)] = 330145, + [SMALL_STATE(7852)] = 330163, + [SMALL_STATE(7853)] = 330181, + [SMALL_STATE(7854)] = 330199, + [SMALL_STATE(7855)] = 330217, + [SMALL_STATE(7856)] = 330235, + [SMALL_STATE(7857)] = 330253, + [SMALL_STATE(7858)] = 330271, + [SMALL_STATE(7859)] = 330289, + [SMALL_STATE(7860)] = 330307, + [SMALL_STATE(7861)] = 330325, + [SMALL_STATE(7862)] = 330343, + [SMALL_STATE(7863)] = 330361, + [SMALL_STATE(7864)] = 330379, + [SMALL_STATE(7865)] = 330397, + [SMALL_STATE(7866)] = 330415, + [SMALL_STATE(7867)] = 330433, + [SMALL_STATE(7868)] = 330451, + [SMALL_STATE(7869)] = 330469, + [SMALL_STATE(7870)] = 330487, + [SMALL_STATE(7871)] = 330505, + [SMALL_STATE(7872)] = 330523, + [SMALL_STATE(7873)] = 330541, + [SMALL_STATE(7874)] = 330559, + [SMALL_STATE(7875)] = 330577, + [SMALL_STATE(7876)] = 330595, + [SMALL_STATE(7877)] = 330613, + [SMALL_STATE(7878)] = 330631, + [SMALL_STATE(7879)] = 330649, + [SMALL_STATE(7880)] = 330667, + [SMALL_STATE(7881)] = 330685, + [SMALL_STATE(7882)] = 330703, + [SMALL_STATE(7883)] = 330721, + [SMALL_STATE(7884)] = 330739, + [SMALL_STATE(7885)] = 330757, + [SMALL_STATE(7886)] = 330775, + [SMALL_STATE(7887)] = 330793, + [SMALL_STATE(7888)] = 330811, + [SMALL_STATE(7889)] = 330829, + [SMALL_STATE(7890)] = 330847, + [SMALL_STATE(7891)] = 330865, + [SMALL_STATE(7892)] = 330883, + [SMALL_STATE(7893)] = 330901, + [SMALL_STATE(7894)] = 330919, + [SMALL_STATE(7895)] = 330937, + [SMALL_STATE(7896)] = 330955, + [SMALL_STATE(7897)] = 330973, + [SMALL_STATE(7898)] = 330991, + [SMALL_STATE(7899)] = 331009, + [SMALL_STATE(7900)] = 331027, + [SMALL_STATE(7901)] = 331045, + [SMALL_STATE(7902)] = 331063, + [SMALL_STATE(7903)] = 331081, + [SMALL_STATE(7904)] = 331099, + [SMALL_STATE(7905)] = 331117, + [SMALL_STATE(7906)] = 331135, + [SMALL_STATE(7907)] = 331153, + [SMALL_STATE(7908)] = 331171, + [SMALL_STATE(7909)] = 331189, + [SMALL_STATE(7910)] = 331207, + [SMALL_STATE(7911)] = 331225, + [SMALL_STATE(7912)] = 331243, + [SMALL_STATE(7913)] = 331261, + [SMALL_STATE(7914)] = 331279, + [SMALL_STATE(7915)] = 331297, + [SMALL_STATE(7916)] = 331315, + [SMALL_STATE(7917)] = 331333, + [SMALL_STATE(7918)] = 331351, + [SMALL_STATE(7919)] = 331369, + [SMALL_STATE(7920)] = 331387, + [SMALL_STATE(7921)] = 331405, + [SMALL_STATE(7922)] = 331423, + [SMALL_STATE(7923)] = 331441, + [SMALL_STATE(7924)] = 331459, + [SMALL_STATE(7925)] = 331477, + [SMALL_STATE(7926)] = 331495, + [SMALL_STATE(7927)] = 331513, + [SMALL_STATE(7928)] = 331531, + [SMALL_STATE(7929)] = 331549, + [SMALL_STATE(7930)] = 331567, + [SMALL_STATE(7931)] = 331585, + [SMALL_STATE(7932)] = 331603, + [SMALL_STATE(7933)] = 331621, + [SMALL_STATE(7934)] = 331639, + [SMALL_STATE(7935)] = 331657, + [SMALL_STATE(7936)] = 331675, + [SMALL_STATE(7937)] = 331693, + [SMALL_STATE(7938)] = 331711, + [SMALL_STATE(7939)] = 331729, + [SMALL_STATE(7940)] = 331747, + [SMALL_STATE(7941)] = 331765, + [SMALL_STATE(7942)] = 331783, + [SMALL_STATE(7943)] = 331801, + [SMALL_STATE(7944)] = 331819, + [SMALL_STATE(7945)] = 331837, + [SMALL_STATE(7946)] = 331855, + [SMALL_STATE(7947)] = 331873, + [SMALL_STATE(7948)] = 331891, + [SMALL_STATE(7949)] = 331909, + [SMALL_STATE(7950)] = 331927, + [SMALL_STATE(7951)] = 331945, + [SMALL_STATE(7952)] = 331963, + [SMALL_STATE(7953)] = 331981, + [SMALL_STATE(7954)] = 331999, + [SMALL_STATE(7955)] = 332017, + [SMALL_STATE(7956)] = 332035, + [SMALL_STATE(7957)] = 332053, + [SMALL_STATE(7958)] = 332071, + [SMALL_STATE(7959)] = 332089, + [SMALL_STATE(7960)] = 332107, + [SMALL_STATE(7961)] = 332125, + [SMALL_STATE(7962)] = 332143, + [SMALL_STATE(7963)] = 332161, + [SMALL_STATE(7964)] = 332179, + [SMALL_STATE(7965)] = 332197, + [SMALL_STATE(7966)] = 332215, + [SMALL_STATE(7967)] = 332233, + [SMALL_STATE(7968)] = 332251, + [SMALL_STATE(7969)] = 332269, + [SMALL_STATE(7970)] = 332287, + [SMALL_STATE(7971)] = 332305, + [SMALL_STATE(7972)] = 332323, + [SMALL_STATE(7973)] = 332341, + [SMALL_STATE(7974)] = 332359, + [SMALL_STATE(7975)] = 332377, + [SMALL_STATE(7976)] = 332395, + [SMALL_STATE(7977)] = 332413, + [SMALL_STATE(7978)] = 332431, + [SMALL_STATE(7979)] = 332449, + [SMALL_STATE(7980)] = 332467, + [SMALL_STATE(7981)] = 332485, + [SMALL_STATE(7982)] = 332503, + [SMALL_STATE(7983)] = 332521, + [SMALL_STATE(7984)] = 332539, + [SMALL_STATE(7985)] = 332557, + [SMALL_STATE(7986)] = 332575, + [SMALL_STATE(7987)] = 332593, + [SMALL_STATE(7988)] = 332611, + [SMALL_STATE(7989)] = 332629, + [SMALL_STATE(7990)] = 332647, + [SMALL_STATE(7991)] = 332665, + [SMALL_STATE(7992)] = 332683, + [SMALL_STATE(7993)] = 332701, + [SMALL_STATE(7994)] = 332719, + [SMALL_STATE(7995)] = 332737, + [SMALL_STATE(7996)] = 332755, + [SMALL_STATE(7997)] = 332773, + [SMALL_STATE(7998)] = 332791, + [SMALL_STATE(7999)] = 332809, + [SMALL_STATE(8000)] = 332827, + [SMALL_STATE(8001)] = 332845, + [SMALL_STATE(8002)] = 332863, + [SMALL_STATE(8003)] = 332881, + [SMALL_STATE(8004)] = 332899, + [SMALL_STATE(8005)] = 332917, + [SMALL_STATE(8006)] = 332935, + [SMALL_STATE(8007)] = 332953, + [SMALL_STATE(8008)] = 332971, + [SMALL_STATE(8009)] = 332989, + [SMALL_STATE(8010)] = 333007, + [SMALL_STATE(8011)] = 333025, + [SMALL_STATE(8012)] = 333043, + [SMALL_STATE(8013)] = 333061, + [SMALL_STATE(8014)] = 333079, + [SMALL_STATE(8015)] = 333097, + [SMALL_STATE(8016)] = 333115, + [SMALL_STATE(8017)] = 333133, + [SMALL_STATE(8018)] = 333151, + [SMALL_STATE(8019)] = 333169, + [SMALL_STATE(8020)] = 333187, + [SMALL_STATE(8021)] = 333205, + [SMALL_STATE(8022)] = 333223, + [SMALL_STATE(8023)] = 333241, + [SMALL_STATE(8024)] = 333259, + [SMALL_STATE(8025)] = 333277, + [SMALL_STATE(8026)] = 333295, + [SMALL_STATE(8027)] = 333313, + [SMALL_STATE(8028)] = 333331, + [SMALL_STATE(8029)] = 333349, + [SMALL_STATE(8030)] = 333367, + [SMALL_STATE(8031)] = 333385, + [SMALL_STATE(8032)] = 333403, + [SMALL_STATE(8033)] = 333421, + [SMALL_STATE(8034)] = 333439, + [SMALL_STATE(8035)] = 333457, + [SMALL_STATE(8036)] = 333475, + [SMALL_STATE(8037)] = 333493, + [SMALL_STATE(8038)] = 333511, + [SMALL_STATE(8039)] = 333529, + [SMALL_STATE(8040)] = 333547, + [SMALL_STATE(8041)] = 333565, + [SMALL_STATE(8042)] = 333583, + [SMALL_STATE(8043)] = 333601, + [SMALL_STATE(8044)] = 333619, + [SMALL_STATE(8045)] = 333637, + [SMALL_STATE(8046)] = 333655, + [SMALL_STATE(8047)] = 333673, + [SMALL_STATE(8048)] = 333691, + [SMALL_STATE(8049)] = 333709, + [SMALL_STATE(8050)] = 333727, + [SMALL_STATE(8051)] = 333745, + [SMALL_STATE(8052)] = 333763, + [SMALL_STATE(8053)] = 333781, + [SMALL_STATE(8054)] = 333799, + [SMALL_STATE(8055)] = 333817, + [SMALL_STATE(8056)] = 333835, + [SMALL_STATE(8057)] = 333853, + [SMALL_STATE(8058)] = 333871, + [SMALL_STATE(8059)] = 333889, + [SMALL_STATE(8060)] = 333907, + [SMALL_STATE(8061)] = 333925, + [SMALL_STATE(8062)] = 333943, + [SMALL_STATE(8063)] = 333961, + [SMALL_STATE(8064)] = 333979, + [SMALL_STATE(8065)] = 333997, + [SMALL_STATE(8066)] = 334015, + [SMALL_STATE(8067)] = 334033, + [SMALL_STATE(8068)] = 334051, + [SMALL_STATE(8069)] = 334069, + [SMALL_STATE(8070)] = 334087, + [SMALL_STATE(8071)] = 334105, + [SMALL_STATE(8072)] = 334123, + [SMALL_STATE(8073)] = 334141, + [SMALL_STATE(8074)] = 334159, + [SMALL_STATE(8075)] = 334177, + [SMALL_STATE(8076)] = 334195, + [SMALL_STATE(8077)] = 334213, + [SMALL_STATE(8078)] = 334231, + [SMALL_STATE(8079)] = 334249, + [SMALL_STATE(8080)] = 334267, + [SMALL_STATE(8081)] = 334285, + [SMALL_STATE(8082)] = 334303, + [SMALL_STATE(8083)] = 334321, + [SMALL_STATE(8084)] = 334339, + [SMALL_STATE(8085)] = 334357, + [SMALL_STATE(8086)] = 334375, + [SMALL_STATE(8087)] = 334393, + [SMALL_STATE(8088)] = 334411, + [SMALL_STATE(8089)] = 334429, + [SMALL_STATE(8090)] = 334447, + [SMALL_STATE(8091)] = 334465, + [SMALL_STATE(8092)] = 334483, + [SMALL_STATE(8093)] = 334501, + [SMALL_STATE(8094)] = 334519, + [SMALL_STATE(8095)] = 334537, + [SMALL_STATE(8096)] = 334555, + [SMALL_STATE(8097)] = 334573, + [SMALL_STATE(8098)] = 334591, + [SMALL_STATE(8099)] = 334609, + [SMALL_STATE(8100)] = 334627, + [SMALL_STATE(8101)] = 334645, + [SMALL_STATE(8102)] = 334663, + [SMALL_STATE(8103)] = 334681, + [SMALL_STATE(8104)] = 334699, + [SMALL_STATE(8105)] = 334717, + [SMALL_STATE(8106)] = 334735, + [SMALL_STATE(8107)] = 334753, + [SMALL_STATE(8108)] = 334771, + [SMALL_STATE(8109)] = 334789, + [SMALL_STATE(8110)] = 334807, + [SMALL_STATE(8111)] = 334825, + [SMALL_STATE(8112)] = 334843, + [SMALL_STATE(8113)] = 334861, + [SMALL_STATE(8114)] = 334879, + [SMALL_STATE(8115)] = 334897, + [SMALL_STATE(8116)] = 334915, + [SMALL_STATE(8117)] = 334933, + [SMALL_STATE(8118)] = 334951, + [SMALL_STATE(8119)] = 334969, + [SMALL_STATE(8120)] = 334987, + [SMALL_STATE(8121)] = 335005, + [SMALL_STATE(8122)] = 335023, + [SMALL_STATE(8123)] = 335041, + [SMALL_STATE(8124)] = 335059, + [SMALL_STATE(8125)] = 335077, + [SMALL_STATE(8126)] = 335095, + [SMALL_STATE(8127)] = 335113, + [SMALL_STATE(8128)] = 335131, + [SMALL_STATE(8129)] = 335149, + [SMALL_STATE(8130)] = 335167, + [SMALL_STATE(8131)] = 335185, + [SMALL_STATE(8132)] = 335203, + [SMALL_STATE(8133)] = 335221, + [SMALL_STATE(8134)] = 335239, + [SMALL_STATE(8135)] = 335257, + [SMALL_STATE(8136)] = 335275, + [SMALL_STATE(8137)] = 335293, + [SMALL_STATE(8138)] = 335311, + [SMALL_STATE(8139)] = 335329, + [SMALL_STATE(8140)] = 335347, + [SMALL_STATE(8141)] = 335365, + [SMALL_STATE(8142)] = 335383, + [SMALL_STATE(8143)] = 335401, + [SMALL_STATE(8144)] = 335419, + [SMALL_STATE(8145)] = 335437, + [SMALL_STATE(8146)] = 335455, + [SMALL_STATE(8147)] = 335473, + [SMALL_STATE(8148)] = 335491, + [SMALL_STATE(8149)] = 335509, + [SMALL_STATE(8150)] = 335527, + [SMALL_STATE(8151)] = 335545, + [SMALL_STATE(8152)] = 335563, + [SMALL_STATE(8153)] = 335581, + [SMALL_STATE(8154)] = 335599, + [SMALL_STATE(8155)] = 335617, + [SMALL_STATE(8156)] = 335635, + [SMALL_STATE(8157)] = 335653, + [SMALL_STATE(8158)] = 335671, + [SMALL_STATE(8159)] = 335689, + [SMALL_STATE(8160)] = 335707, + [SMALL_STATE(8161)] = 335725, + [SMALL_STATE(8162)] = 335743, + [SMALL_STATE(8163)] = 335761, + [SMALL_STATE(8164)] = 335779, + [SMALL_STATE(8165)] = 335797, + [SMALL_STATE(8166)] = 335815, + [SMALL_STATE(8167)] = 335833, + [SMALL_STATE(8168)] = 335851, + [SMALL_STATE(8169)] = 335869, + [SMALL_STATE(8170)] = 335887, + [SMALL_STATE(8171)] = 335905, + [SMALL_STATE(8172)] = 335923, + [SMALL_STATE(8173)] = 335941, + [SMALL_STATE(8174)] = 335959, + [SMALL_STATE(8175)] = 335977, + [SMALL_STATE(8176)] = 335995, + [SMALL_STATE(8177)] = 336013, + [SMALL_STATE(8178)] = 336031, + [SMALL_STATE(8179)] = 336049, + [SMALL_STATE(8180)] = 336067, + [SMALL_STATE(8181)] = 336085, + [SMALL_STATE(8182)] = 336103, + [SMALL_STATE(8183)] = 336121, + [SMALL_STATE(8184)] = 336139, + [SMALL_STATE(8185)] = 336157, + [SMALL_STATE(8186)] = 336175, + [SMALL_STATE(8187)] = 336193, + [SMALL_STATE(8188)] = 336211, + [SMALL_STATE(8189)] = 336229, + [SMALL_STATE(8190)] = 336247, + [SMALL_STATE(8191)] = 336265, + [SMALL_STATE(8192)] = 336283, + [SMALL_STATE(8193)] = 336301, + [SMALL_STATE(8194)] = 336319, + [SMALL_STATE(8195)] = 336337, + [SMALL_STATE(8196)] = 336355, + [SMALL_STATE(8197)] = 336373, + [SMALL_STATE(8198)] = 336391, + [SMALL_STATE(8199)] = 336409, + [SMALL_STATE(8200)] = 336427, + [SMALL_STATE(8201)] = 336445, + [SMALL_STATE(8202)] = 336463, + [SMALL_STATE(8203)] = 336481, + [SMALL_STATE(8204)] = 336499, + [SMALL_STATE(8205)] = 336517, + [SMALL_STATE(8206)] = 336535, + [SMALL_STATE(8207)] = 336553, + [SMALL_STATE(8208)] = 336571, + [SMALL_STATE(8209)] = 336589, + [SMALL_STATE(8210)] = 336607, + [SMALL_STATE(8211)] = 336625, + [SMALL_STATE(8212)] = 336643, + [SMALL_STATE(8213)] = 336661, + [SMALL_STATE(8214)] = 336679, + [SMALL_STATE(8215)] = 336697, + [SMALL_STATE(8216)] = 336715, + [SMALL_STATE(8217)] = 336733, + [SMALL_STATE(8218)] = 336751, + [SMALL_STATE(8219)] = 336769, + [SMALL_STATE(8220)] = 336787, + [SMALL_STATE(8221)] = 336805, + [SMALL_STATE(8222)] = 336823, + [SMALL_STATE(8223)] = 336841, + [SMALL_STATE(8224)] = 336859, + [SMALL_STATE(8225)] = 336877, + [SMALL_STATE(8226)] = 336895, + [SMALL_STATE(8227)] = 336913, + [SMALL_STATE(8228)] = 336931, + [SMALL_STATE(8229)] = 336949, + [SMALL_STATE(8230)] = 336967, + [SMALL_STATE(8231)] = 336985, + [SMALL_STATE(8232)] = 337003, + [SMALL_STATE(8233)] = 337021, + [SMALL_STATE(8234)] = 337039, + [SMALL_STATE(8235)] = 337057, + [SMALL_STATE(8236)] = 337075, + [SMALL_STATE(8237)] = 337093, + [SMALL_STATE(8238)] = 337111, + [SMALL_STATE(8239)] = 337129, + [SMALL_STATE(8240)] = 337147, + [SMALL_STATE(8241)] = 337165, + [SMALL_STATE(8242)] = 337183, + [SMALL_STATE(8243)] = 337201, + [SMALL_STATE(8244)] = 337219, + [SMALL_STATE(8245)] = 337237, + [SMALL_STATE(8246)] = 337255, + [SMALL_STATE(8247)] = 337273, + [SMALL_STATE(8248)] = 337291, + [SMALL_STATE(8249)] = 337309, + [SMALL_STATE(8250)] = 337327, + [SMALL_STATE(8251)] = 337345, + [SMALL_STATE(8252)] = 337363, + [SMALL_STATE(8253)] = 337381, + [SMALL_STATE(8254)] = 337399, + [SMALL_STATE(8255)] = 337417, + [SMALL_STATE(8256)] = 337435, + [SMALL_STATE(8257)] = 337453, + [SMALL_STATE(8258)] = 337471, + [SMALL_STATE(8259)] = 337489, + [SMALL_STATE(8260)] = 337507, + [SMALL_STATE(8261)] = 337525, + [SMALL_STATE(8262)] = 337543, + [SMALL_STATE(8263)] = 337561, + [SMALL_STATE(8264)] = 337579, + [SMALL_STATE(8265)] = 337597, + [SMALL_STATE(8266)] = 337615, + [SMALL_STATE(8267)] = 337633, + [SMALL_STATE(8268)] = 337651, + [SMALL_STATE(8269)] = 337669, + [SMALL_STATE(8270)] = 337687, + [SMALL_STATE(8271)] = 337705, + [SMALL_STATE(8272)] = 337723, + [SMALL_STATE(8273)] = 337741, + [SMALL_STATE(8274)] = 337759, + [SMALL_STATE(8275)] = 337777, + [SMALL_STATE(8276)] = 337795, + [SMALL_STATE(8277)] = 337813, + [SMALL_STATE(8278)] = 337831, + [SMALL_STATE(8279)] = 337849, + [SMALL_STATE(8280)] = 337867, + [SMALL_STATE(8281)] = 337885, + [SMALL_STATE(8282)] = 337903, + [SMALL_STATE(8283)] = 337921, + [SMALL_STATE(8284)] = 337939, + [SMALL_STATE(8285)] = 337957, + [SMALL_STATE(8286)] = 337975, + [SMALL_STATE(8287)] = 337993, + [SMALL_STATE(8288)] = 338011, + [SMALL_STATE(8289)] = 338029, + [SMALL_STATE(8290)] = 338047, + [SMALL_STATE(8291)] = 338065, + [SMALL_STATE(8292)] = 338083, + [SMALL_STATE(8293)] = 338101, + [SMALL_STATE(8294)] = 338119, + [SMALL_STATE(8295)] = 338137, + [SMALL_STATE(8296)] = 338155, + [SMALL_STATE(8297)] = 338173, + [SMALL_STATE(8298)] = 338191, + [SMALL_STATE(8299)] = 338209, + [SMALL_STATE(8300)] = 338227, + [SMALL_STATE(8301)] = 338245, + [SMALL_STATE(8302)] = 338263, + [SMALL_STATE(8303)] = 338281, + [SMALL_STATE(8304)] = 338299, + [SMALL_STATE(8305)] = 338317, + [SMALL_STATE(8306)] = 338335, + [SMALL_STATE(8307)] = 338353, + [SMALL_STATE(8308)] = 338371, + [SMALL_STATE(8309)] = 338389, + [SMALL_STATE(8310)] = 338407, + [SMALL_STATE(8311)] = 338425, + [SMALL_STATE(8312)] = 338443, + [SMALL_STATE(8313)] = 338461, + [SMALL_STATE(8314)] = 338479, + [SMALL_STATE(8315)] = 338497, + [SMALL_STATE(8316)] = 338515, + [SMALL_STATE(8317)] = 338533, + [SMALL_STATE(8318)] = 338551, + [SMALL_STATE(8319)] = 338569, + [SMALL_STATE(8320)] = 338587, + [SMALL_STATE(8321)] = 338605, + [SMALL_STATE(8322)] = 338623, + [SMALL_STATE(8323)] = 338641, + [SMALL_STATE(8324)] = 338659, + [SMALL_STATE(8325)] = 338677, + [SMALL_STATE(8326)] = 338695, + [SMALL_STATE(8327)] = 338713, + [SMALL_STATE(8328)] = 338731, + [SMALL_STATE(8329)] = 338749, + [SMALL_STATE(8330)] = 338767, + [SMALL_STATE(8331)] = 338785, + [SMALL_STATE(8332)] = 338803, + [SMALL_STATE(8333)] = 338821, + [SMALL_STATE(8334)] = 338839, + [SMALL_STATE(8335)] = 338857, + [SMALL_STATE(8336)] = 338875, + [SMALL_STATE(8337)] = 338893, + [SMALL_STATE(8338)] = 338911, + [SMALL_STATE(8339)] = 338929, + [SMALL_STATE(8340)] = 338947, + [SMALL_STATE(8341)] = 338965, + [SMALL_STATE(8342)] = 338983, + [SMALL_STATE(8343)] = 339001, + [SMALL_STATE(8344)] = 339019, + [SMALL_STATE(8345)] = 339037, + [SMALL_STATE(8346)] = 339055, + [SMALL_STATE(8347)] = 339073, + [SMALL_STATE(8348)] = 339091, + [SMALL_STATE(8349)] = 339109, + [SMALL_STATE(8350)] = 339127, + [SMALL_STATE(8351)] = 339145, + [SMALL_STATE(8352)] = 339163, + [SMALL_STATE(8353)] = 339181, + [SMALL_STATE(8354)] = 339199, + [SMALL_STATE(8355)] = 339217, + [SMALL_STATE(8356)] = 339235, + [SMALL_STATE(8357)] = 339253, + [SMALL_STATE(8358)] = 339271, + [SMALL_STATE(8359)] = 339289, + [SMALL_STATE(8360)] = 339307, + [SMALL_STATE(8361)] = 339325, + [SMALL_STATE(8362)] = 339343, + [SMALL_STATE(8363)] = 339361, + [SMALL_STATE(8364)] = 339379, + [SMALL_STATE(8365)] = 339397, + [SMALL_STATE(8366)] = 339401, + [SMALL_STATE(8367)] = 339405, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), - [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5892), - [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4640), - [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4937), - [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5257), - [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3643), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5267), - [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5271), - [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5120), - [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4716), - [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3366), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), - [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5075), - [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4734), - [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5061), - [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5283), - [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4912), - [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5072), - [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3012), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1195), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5077), - [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7773), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5298), - [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5302), - [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4913), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5092), - [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5312), - [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4332), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8142), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8054), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8035), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7851), + [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5864), + [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4611), + [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4893), + [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5287), + [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(437), + [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3663), + [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5348), + [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5345), + [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5117), + [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4664), + [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3420), + [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5328), + [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5096), + [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4850), + [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5035), + [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5323), + [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4957), + [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5153), + [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3005), + [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), + [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5152), + [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(8035), + [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5312), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5300), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4961), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5137), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5306), + [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4342), [171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), [179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_head, 1, 0, 0), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), [187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_direct_block, 1, 0, 0), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), [217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_head, 1, 0, 0), [219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_direct_block, 1, 0, 0), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7810), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6806), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 0), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 3, 0, 0), - [287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_body, 1, 0, 0), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5892), - [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4640), - [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(394), - [307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4890), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5097), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(454), - [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4887), - [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7514), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(572), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5045), - [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(453), - [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4332), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1647), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4897), - [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4898), - [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7271), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5015), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7439), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 3, 0, 0), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 0), + [287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5864), + [293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4611), + [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(437), + [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1508), + [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(401), + [305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), + [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4915), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5091), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(89), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4914), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(8145), + [325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5010), + [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(707), + [337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4342), + [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_body, 1, 0, 0), + [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1584), + [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4918), + [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4917), + [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7380), + [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5038), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 1, 0, 0), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6911), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 3, 0, 0), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7380), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 2, 0, 0), - [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 1, 0, 0), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 1, 0, 0), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 2, 0, 0), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 1, 0, 0), - [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), - [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4937), - [514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3643), - [517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5267), - [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5120), - [523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3366), - [526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5075), - [529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4734), - [532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5061), - [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5283), - [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7796), - [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5072), - [544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5069), - [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5077), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7773), - [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5298), - [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5302), - [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4913), - [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5092), - [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5312), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), - [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1459), - [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4932), - [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4931), - [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(6911), - [584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(237), - [587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4992), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 2, 0, 0), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(222), - [697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(5892), - [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4640), - [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), - [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(690), - [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3012), - [711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1195), - [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(443), - [717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4332), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5857), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6474), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8293), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8295), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(211), - [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(674), - [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2627), - [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(5604), - [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), - [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), - [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(4219), - [825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2493), - [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6560), - [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1518), - [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6459), - [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1343), - [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6994), - [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6937), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7181), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), - [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7337), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8075), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7032), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8235), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7289), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8305), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7241), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6237), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7798), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7205), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7096), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8022), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8023), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), - [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7082), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), - [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(144), - [1117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2627), - [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(5574), - [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1092), - [1129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2623), - [1132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(4081), - [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2387), - [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1141), - [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6415), - [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1083), - [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6922), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(7056), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8032), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7133), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7157), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6765), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7265), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8302), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7531), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7314), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7277), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8345), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), - [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7325), - [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8158), - [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), - [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7301), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8249), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), - [1467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5171), - [1470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), - [1475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3438), - [1478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3645), - [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7291), - [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7268), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 1, 0, 0), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 1, 0, 0), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7291), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), - [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 2, 0, 0), - [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 2, 0, 0), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7494), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), - [1519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5224), - [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3550), - [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3598), - [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7494), - [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7451), - [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7171), - [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7148), - [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5289), - [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(97), - [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3539), - [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3612), - [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6997), - [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6926), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6926), - [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5242), - [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(28), - [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3579), - [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3584), - [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7171), - [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7148), - [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5248), - [1600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [1603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3562), - [1606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3606), - [1609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7582), - [1612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7539), - [1615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5315), - [1618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3506), - [1624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3638), - [1627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7063), - [1630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7035), - [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 1, 0, 0), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7111), - [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 2, 0, 0), - [1639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5219), - [1642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [1645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), - [1648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3601), - [1651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7483), - [1654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7440), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), - [1693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5213), - [1696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(69), - [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3609), - [1705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7428), - [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7407), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7593), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7428), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7407), - [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5254), - [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(66), - [1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3554), - [1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3610), - [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7593), - [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7550), - [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 4, 0, 0), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), - [1757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5280), - [1760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(82), - [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3489), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3636), - [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7098), - [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7085), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), - [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7085), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7571), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7528), - [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5196), - [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(87), - [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3500), - [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3626), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7384), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7363), - [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 3, 0, 0), - [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5197), - [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(99), - [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3553), - [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3624), - [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7395), - [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7374), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), - [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), - [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7561), - [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5256), - [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(59), - [1855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), - [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3615), - [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7599), - [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7561), - [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 5, 0, 0), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7384), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7363), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7395), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), - [1893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5245), - [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3570), - [1902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3602), - [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7571), - [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7528), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), - [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5313), - [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(81), - [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3575), - [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3588), - [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6677), - [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6678), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 1, 0, 0), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8055), - [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8056), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7472), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7429), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7417), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7538), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), - [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5238), - [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [2031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3582), - [2034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3589), - [2037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7538), - [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7495), - [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5206), - [2046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3507), - [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3614), - [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7406), - [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7385), - [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5208), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3515), - [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3611), - [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7417), - [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7396), - [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5218), - [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(63), - [2085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3542), - [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3604), - [2091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7472), - [2094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7429), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 1, 0, 0), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 1, 0, 0), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 6, 0, 0), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 7, 0, 0), - [2107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5181), - [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(79), - [2113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3445), - [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7279), - [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7256), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7516), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7505), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7462), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 8, 0, 0), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 1, 0, 0), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 1, 0, 0), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8284), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [2195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4926), - [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3652), - [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5343), - [2204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5123), - [2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3401), - [2210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5128), - [2213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4703), - [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5051), - [2219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5252), - [2222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5133), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5110), - [2228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8270), - [2231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5232), - [2234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5307), - [2237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4914), - [2240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5141), - [2243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5253), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7362), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), - [2260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5249), - [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(29), - [2266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3567), - [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3592), - [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7159), - [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7136), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_head, 2, 0, 0), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7256), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [2294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5225), - [2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [2300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3571), - [2303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3595), - [2306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7505), - [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7462), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7136), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), - [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_head, 2, 0, 0), - [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 2, 0, 0), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [2332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5230), - [2335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(24), - [2338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3558), - [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3587), - [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7516), - [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7473), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5190), - [2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(35), - [2358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3484), - [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3633), - [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7362), - [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7340), - [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 3, 0, 0), - [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 3, 0, 0), - [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 25), - [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 25), - [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_designator, 1, 0, 4), - [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_designator, 1, 0, 4), - [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 2, 0, 0), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7243), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7220), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7123), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7099), - [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 3, 0, 0), - [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 3, 0, 0), - [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 4, 0, 0), - [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 4, 0, 0), - [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), - [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), - [2432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5211), - [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(61), - [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3521), - [2441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3632), - [2444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7231), - [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7208), - [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_name, 1, 0, 0), - [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_name, 1, 0, 0), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7255), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7232), - [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_variable_name, 6, 0, 0), - [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_variable_name, 6, 0, 0), - [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute, 1, 0, 3), - [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute, 1, 0, 3), - [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_signal_name, 6, 0, 0), - [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_signal_name, 6, 0, 0), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7453), - [2480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5192), - [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(53), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3492), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3655), - [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7255), - [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7232), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_constant_name, 6, 0, 0), - [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_constant_name, 6, 0, 0), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0), - [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0), - [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0), - [2510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5266), - [2513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [2516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), - [2519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3621), - [2522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7123), - [2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7099), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7231), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7208), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6925), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffix, 1, 0, 0), - [2558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffix, 1, 0, 0), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7303), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), - [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, 0, 0), - [2574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, 0, 0), - [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), - [2578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 0), - [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), - [2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), - [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5201), - [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(50), - [2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3505), - [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3640), - [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7243), - [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7220), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 6, 0, 40), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 6, 0, 40), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_name, 1, 0, 0), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_name, 1, 0, 0), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 12), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 12), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, 0, 0), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, 0, 0), - [2618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5301), - [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [2624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3470), - [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3649), - [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6925), - [2633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6811), - [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 2, 0, 0), - [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 2, 0, 0), - [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 5, 0, 34), - [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 5, 0, 34), - [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5166), - [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(77), - [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), - [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3664), - [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7303), - [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7280), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 3, 0, 11), - [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 3, 0, 11), - [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selection, 2, 0, 0), - [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selection, 2, 0, 0), - [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_selector, 1, 0, 0), - [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_selector, 1, 0, 0), - [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 17), - [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 17), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 3, 0, 0), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 3, 0, 0), - [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 2, 0, 0), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 2, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_literal, 1, 0, 0), - [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_literal, 1, 0, 0), - [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_expression, 2, 0, 0), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7150), - [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3, 0, 0), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_expression, 3, 0, 0), - [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_expression, 3, 0, 0), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_expression, 3, 0, 0), - [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shift_expression, 3, 0, 0), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_based_literal, 2, 0, 0), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_based_literal, 2, 0, 0), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7442), - [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 3, 0, 0), - [2734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4899), - [2737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), - [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), - [2742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5155), - [2745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3404), - [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5156), - [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5055), - [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [2760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5157), - [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5135), - [2769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8277), - [2772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5163), - [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), - [2778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4941), - [2781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5139), - [2784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5251), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7541), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 4, 0, 0), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7045), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 3, 0, 0), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4903), - [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3654), - [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5318), - [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), - [2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3412), - [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), - [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5142), - [2831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5246), - [2837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7639), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5161), - [2843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5004), - [2846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), - [2849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8284), - [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5215), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5335), - [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4956), - [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5121), - [2864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5247), - [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 2, 0, 0), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), - [2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4667), - [2874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4912), - [2877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4913), - [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 1, 0, 0), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__range, 1, 0, 0), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8263), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7563), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7087), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7376), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7530), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__label, 1, 0, 1), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 2, 0, 0), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7398), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_direct_block, 2, 0, 0), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 3, 0, 0), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8151), - [2994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3010), - [2997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1198), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7497), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 3, 0, 0), - [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 3, 0, 0), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 8), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 8), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 1, 0, 0), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6813), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression, 2, 0, 0), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 2, 0, 9), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 2, 0, 9), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7475), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 0), - [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 0), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_direct_block, 2, 0, 0), - [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 2, 0, 0), - [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 2, 0, 0), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7464), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2, 0, 0), - [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2, 0, 0), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3007), - [3127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1162), - [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 2), - [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 2), - [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 0), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 0), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7138), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 1, 0, 2), - [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 1, 0, 2), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 2, 0, 0), - [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3004), - [3151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1133), - [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_assignment, 1, 0, 0), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6245), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 2, 0, 0), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), + [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4893), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3663), + [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5348), + [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5117), + [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3420), + [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5096), + [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4850), + [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5035), + [499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5323), + [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8054), + [505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5153), + [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4978), + [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5152), + [514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8035), + [517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5312), + [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5300), + [523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4961), + [526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5137), + [529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5306), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 1, 0, 0), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 2, 0, 0), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 1, 0, 0), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1454), + [631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4921), + [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4920), + [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7405), + [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5047), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 1, 0, 0), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(223), + [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(5864), + [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4611), + [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(437), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3005), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1156), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(569), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4342), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8199), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7063), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6938), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6409), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), + [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(5659), + [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1405), + [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2672), + [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(4012), + [825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2513), + [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6231), + [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1591), + [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6245), + [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1300), + [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(7010), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(7253), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7766), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7857), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7245), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), + [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7820), + [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7737), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), + [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7372), + [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), + [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(577), + [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), + [1071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(5666), + [1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1053), + [1077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2672), + [1080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(4010), + [1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), + [1086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1199), + [1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6542), + [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1038), + [1095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6938), + [1098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6754), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8344), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8038), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7112), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8329), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8169), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7731), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7317), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6473), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8230), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7293), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7671), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7341), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8264), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8308), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), + [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8160), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 2, 0, 0), + [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 2, 0, 0), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7307), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 1, 0, 0), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 1, 0, 0), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), + [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5255), + [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(44), + [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), + [1495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3493), + [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3660), + [1501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7307), + [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7284), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7510), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7467), + [1519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5350), + [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(66), + [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), + [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), + [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7510), + [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7467), + [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [1541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), + [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5202), + [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(31), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3550), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3621), + [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7187), + [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7164), + [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6942), + [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5303), + [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(21), + [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3564), + [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3604), + [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7013), + [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6942), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 2, 0, 0), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7079), + [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), + [1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5351), + [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(65), + [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3563), + [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3611), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7499), + [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7456), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7499), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7456), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 1, 0, 0), + [1657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5234), + [1660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(24), + [1663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3569), + [1666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3589), + [1669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7079), + [1672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7051), + [1675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5333), + [1678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [1681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3547), + [1684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3630), + [1687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7598), + [1690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7555), + [1693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5314), + [1696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(59), + [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3568), + [1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3602), + [1705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7444), + [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7423), + [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5332), + [1714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(75), + [1717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3543), + [1720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3661), + [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7609), + [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7566), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), + [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5337), + [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(73), + [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), + [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3627), + [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7587), + [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7544), + [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 4, 0, 0), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7460), + [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 5, 0, 0), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 3, 0, 0), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7411), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7390), + [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5309), + [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(56), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3580), + [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3587), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7411), + [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7390), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7544), + [1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5330), + [1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(76), + [1839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3540), + [1842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3634), + [1845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7615), + [1848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7577), + [1851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5174), + [1854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(26), + [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3572), + [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3594), + [1863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7114), + [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7101), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7400), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), + [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5302), + [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(55), + [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3584), + [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3595), + [1893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7400), + [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7379), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7554), + [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), + [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5311), + [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3571), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3610), + [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7433), + [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7412), + [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5259), + [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(35), + [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3534), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3632), + [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6693), + [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6694), + [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5343), + [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(70), + [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3606), + [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7554), + [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7511), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), + [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5170), + [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(17), + [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3566), + [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3588), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7488), + [2004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7445), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7445), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7401), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 1, 0, 0), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8072), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8293), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5310), + [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(57), + [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3574), + [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3614), + [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7422), + [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7401), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7433), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7175), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7152), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), + [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7489), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 7, 0, 0), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 1, 0, 0), + [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5252), + [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(43), + [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3499), + [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7295), + [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7272), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_head, 2, 0, 0), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 1, 0, 0), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8099), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8300), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5346), + [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3558), + [2208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3603), + [2211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7532), + [2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7489), + [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_head, 2, 0, 0), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 6, 0, 0), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 8, 0, 0), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7295), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [2235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4958), + [2238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3650), + [2241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5282), + [2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5155), + [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3427), + [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5158), + [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4848), + [2256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4982), + [2259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5203), + [2262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5160), + [2265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5149), + [2268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8286), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5320), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5278), + [2277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4951), + [2280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5089), + [2283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5207), + [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [2302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5347), + [2305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(67), + [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), + [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3615), + [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7521), + [2317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7478), + [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 2, 0, 0), + [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5199), + [2325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(30), + [2328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), + [2331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3617), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7175), + [2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7152), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5289), + [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(52), + [2350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3530), + [2353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3612), + [2356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7378), + [2359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7356), + [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 1, 0, 0), + [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 1, 0, 0), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), + [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 0), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7296), + [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_signal_name, 6, 0, 0), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_signal_name, 6, 0, 0), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_name, 1, 0, 0), + [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_name, 1, 0, 0), + [2406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5224), + [2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(27), + [2412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3573), + [2415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3599), + [2418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7139), + [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7115), + [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), + [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), + [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0), + [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0), + [2432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5229), + [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3535), + [2441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3636), + [2444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7247), + [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7224), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), + [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_name, 1, 0, 0), + [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_name, 1, 0, 0), + [2466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5231), + [2469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [2472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), + [2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3638), + [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7259), + [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7236), + [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0), + [2486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0), + [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), + [2490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), + [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 6, 0, 40), + [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 6, 0, 40), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, 0, 0), + [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, 0, 0), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7224), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 25), + [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 25), + [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 3, 0, 0), + [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 3, 0, 0), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 17), + [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 17), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7139), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7115), + [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 4, 0, 0), + [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 4, 0, 0), + [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffix, 1, 0, 0), + [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffix, 1, 0, 0), + [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_constant_name, 6, 0, 0), + [2546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_constant_name, 6, 0, 0), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7236), + [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 2, 0, 0), + [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute, 1, 0, 3), + [2564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute, 1, 0, 3), + [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 3, 0, 11), + [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 3, 0, 11), + [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 5, 0, 34), + [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 5, 0, 34), + [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), + [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), + [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5239), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3559), + [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3591), + [2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6941), + [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6827), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_variable_name, 6, 0, 0), + [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_variable_name, 6, 0, 0), + [2600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5240), + [2603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [2606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3527), + [2609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3644), + [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7271), + [2615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7248), + [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_designator, 1, 0, 4), + [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_designator, 1, 0, 4), + [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 12), + [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 12), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), + [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), + [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), + [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), + [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), + [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 2, 0, 0), + [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 2, 0, 0), + [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, 0, 0), + [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, 0, 0), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selection, 2, 0, 0), + [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selection, 2, 0, 0), + [2652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5257), + [2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(45), + [2658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3548), + [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3658), + [2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7319), + [2667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7296), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 3, 0, 0), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 3, 0, 0), + [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_selector, 1, 0, 0), + [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_selector, 1, 0, 0), + [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 2, 0, 0), + [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 2, 0, 0), + [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6960), + [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 3, 0, 0), + [2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 3, 0, 0), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7166), + [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_based_literal, 2, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_based_literal, 2, 0, 0), + [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_expression, 2, 0, 0), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3, 0, 0), + [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_expression, 3, 0, 0), + [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_expression, 3, 0, 0), + [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_expression, 3, 0, 0), + [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shift_expression, 3, 0, 0), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_literal, 1, 0, 0), + [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_literal, 1, 0, 0), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7557), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7458), + [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4937), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3655), + [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), + [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5094), + [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3365), + [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5081), + [2755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4977), + [2758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5197), + [2761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [2764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5086), + [2767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [2770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5162), + [2773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8293), + [2776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5335), + [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5244), + [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4916), + [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5092), + [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5200), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 3, 0, 0), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 4, 0, 0), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 2, 0, 0), + [2803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4913), + [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3664), + [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5298), + [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5133), + [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3398), + [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), + [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5126), + [2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5034), + [2826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5173), + [2829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7655), + [2832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5232), + [2835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4979), + [2838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5088), + [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8300), + [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5299), + [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5227), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4906), + [2853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5145), + [2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5182), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), + [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4682), + [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4957), + [2875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4961), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 1, 0, 0), + [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__range, 1, 0, 0), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7425), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7568), + [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 3, 0, 0), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8279), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7392), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__label, 1, 0, 1), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), + [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_direct_block, 2, 0, 0), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 2, 0, 0), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7447), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7414), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3004), + [2987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1128), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 3, 0, 0), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7066), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression, 2, 0, 0), + [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 3, 0, 0), + [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 3, 0, 0), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 0), + [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 0), + [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 8), + [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 8), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 2, 0, 0), + [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 2, 0, 0), + [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2, 0, 0), + [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2, 0, 0), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 2), + [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 2), + [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 0), + [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 0), + [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 1, 0, 2), + [3074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 1, 0, 2), + [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 1, 0, 0), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_direct_block, 2, 0, 0), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [3106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(2998), + [3109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1149), + [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 2, 0, 9), + [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 2, 0, 9), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7480), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7491), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8240), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7117), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7226), [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 1, 0, 0), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7222), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8180), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7210), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7234), - [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 4, 0, 0), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7282), - [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 2, 0, 0), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [3166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3011), + [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1137), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_assignment, 1, 0, 0), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 5, 0, 0), + [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 2, 0, 0), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 2, 0, 0), + [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 4, 0, 0), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), + [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 2, 0, 0), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 3, 0, 0), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 3, 0, 0), - [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 5, 0, 0), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 1, 0, 0), - [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 2, 0, 0), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 3, 0, 0), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 1, 0, 0), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7, 0, 0), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 1, 0, 0), - [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 1, 0, 0), - [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_item, 1, 0, 0), - [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_declarative_item, 1, 0, 0), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__library_unit, 1, 0, 0), - [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 1, 0, 0), - [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 1, 0, 0), - [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concurrent_statement, 1, 0, 0), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 2, 0, 0), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 2, 0, 0), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2, 0, 0), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 2, 0, 0), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_reference, 3, 0, 0), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_library_clause, 3, 0, 0), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 3, 0, 0), - [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 3, 0, 0), - [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 11), - [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3, 0, 0), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 3, 0, 0), - [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_expression, 2, 0, 0), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4, 0, 13), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_or_unaffected, 1, 0, 0), - [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 4, 0, 0), - [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, 0, 0), - [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2, 0, 0), - [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_range, 3, 0, 0), - [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 4, 0, 0), - [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 4, 0, 0), - [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 4, 0, 0), - [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 4, 0, 0), - [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 0), - [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 4, 0, 0), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 0), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 5, 0, 20), - [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 5, 0, 0), - [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration, 5, 0, 0), - [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disconnection_specification, 5, 0, 0), - [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 5, 0, 15), - [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 5, 0, 0), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 5, 0, 0), - [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 5, 0, 24), - [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 5, 0, 0), - [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 5, 0, 0), - [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 5, 0, 0), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 2, 0, 0), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 13), - [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 5, 0, 0), - [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, 0, 11), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8110), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8289), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 11), - [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 0), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 5, 0, 0), - [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_definition, 5, 0, 0), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5, 0, 0), - [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 0), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 1, 0, 0), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 1, 0, 0), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7250), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), + [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 3, 0, 0), + [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 1, 0, 0), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 11), + [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 5, 0, 15), + [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 5, 0, 0), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 0), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration, 5, 0, 0), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 8, 0, 0), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 7), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 8, 0, 0), + [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 5, 0, 0), + [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_declaration, 8, 0, 0), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3, 0, 0), + [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 8, 0, 0), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 8, 0, 0), + [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 5, 0, 0), + [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 27), + [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 8, 0, 0), + [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_declaration, 8, 0, 43), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 3, 0, 0), + [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 3, 0, 0), + [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 13), + [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 3, 0, 0), + [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_library_clause, 3, 0, 0), + [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 0), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_definition, 8, 0, 42), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 6, 0, 0), + [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 5, 0, 24), + [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 5, 0, 20), + [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 9, 0, 0), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 5, 0, 0), + [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 5, 0, 0), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_reference, 3, 0, 0), + [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 5, 0, 0), + [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 0), + [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_expression, 2, 0, 0), + [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7, 0, 0), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 2, 0, 0), + [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 13), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2, 0, 0), + [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 2, 0, 0), + [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 2, 0, 0), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4, 0, 13), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_declaration, 7, 0, 37), + [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 5, 0, 0), + [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, 0, 11), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7475), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8305), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 11), + [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 0), + [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 5, 0, 0), + [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 2, 0, 0), + [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_definition, 5, 0, 0), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disconnection_specification, 5, 0, 0), + [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 0), + [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 7, 0, 0), + [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5, 0, 0), + [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 0), + [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 5, 0, 0), + [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 13), [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_generate_statement, 5, 0, 0), [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 6, 0, 0), [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 6, 0, 15), - [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 6, 0, 0), - [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 27), - [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition, 6, 0, 33), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 6, 0, 24), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 6, 0, 0), - [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 6, 0, 0), - [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 6, 0, 0), - [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 6, 0, 0), - [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 7), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 5, 0, 0), - [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 6, 0, 0), - [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 0), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6, 0, 0), - [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_statement, 6, 0, 0), - [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 6, 0, 0), - [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 7, 0, 0), - [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specification, 7, 0, 12), - [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 27), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_template_declaration, 7, 0, 0), - [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 7, 0, 24), - [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 7, 0, 0), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 7, 0, 0), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 7, 0, 0), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 7, 0, 0), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 7), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 7, 0, 0), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 0), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 7, 0, 0), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_definition, 8, 0, 42), - [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_declaration, 8, 0, 43), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 8, 0, 0), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 27), - [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_declaration, 8, 0, 0), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 8, 0, 0), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 7), - [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_declaration, 7, 0, 37), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 0), - [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 8, 0, 0), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 8, 0, 0), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 8, 0, 0), - [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 9, 0, 0), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 1, 0, 0), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_expression, 2, 0, 0), - [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 1, 0, 0), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 2, 0, 0), - [3498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4930), - [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), - [3506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5105), - [3509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5106), - [3512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5049), - [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5291), - [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5108), - [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8263), - [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5234), - [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5272), - [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4938), - [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5096), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_severity_expression, 2, 0, 0), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 2, 0, 0), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 1, 0, 0), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 1, 0, 0), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 2, 0, 0), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 2, 0, 0), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4930), - [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), - [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), - [3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5105), - [3573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5106), - [3576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5049), - [3579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5291), - [3582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [3585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5108), - [3588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8263), - [3594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5234), - [3597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5272), - [3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4938), - [3603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5096), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 2, 0, 0), - [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 2, 0, 0), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 3, 0, 0), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 4, 0, 0), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 27), + [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 7), + [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 7, 0, 0), + [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 7, 0, 0), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 7, 0, 0), + [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 7, 0, 0), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 7, 0, 24), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_template_declaration, 7, 0, 0), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 0), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 4, 0, 0), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 4, 0, 0), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition, 6, 0, 33), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 6, 0, 24), + [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 6, 0, 0), + [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 6, 0, 0), + [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 6, 0, 0), + [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 6, 0, 0), + [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 7), + [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 27), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 7, 0, 0), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 4, 0, 0), + [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specification, 7, 0, 12), + [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 7, 0, 0), + [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 4, 0, 0), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concurrent_statement, 1, 0, 0), + [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 1, 0, 0), + [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_declarative_item, 1, 0, 0), + [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 1, 0, 0), + [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__library_unit, 1, 0, 0), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 6, 0, 0), + [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_item, 1, 0, 0), + [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 1, 0, 0), + [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 1, 0, 0), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_statement, 6, 0, 0), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6, 0, 0), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_or_unaffected, 1, 0, 0), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 6, 0, 0), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_range, 3, 0, 0), + [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, 0, 0), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2, 0, 0), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 4, 0, 0), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 2, 0, 0), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 2, 0, 0), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 2, 0, 0), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 2, 0, 0), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 1, 0, 0), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8175), + [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 1, 0, 0), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 1, 0, 0), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_expression, 2, 0, 0), + [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 2, 0, 0), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 1, 0, 0), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_severity_expression, 2, 0, 0), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 3, 0, 0), + [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4894), + [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), + [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5123), + [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), + [3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5154), + [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4974), + [3547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5171), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5127), + [3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8305), + [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5286), + [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5205), + [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4903), + [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5168), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [3576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4956), + [3579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3643), + [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), + [3584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [3587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4994), + [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5211), + [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5147), + [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8279), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5313), + [3611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5321), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4949), + [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5150), [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timeout_clause, 2, 0, 0), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), - [3626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_logical_name, 1, 0, 0), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4936), - [3633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3650), - [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5098), - [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), - [3641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5094), - [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5060), - [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5236), - [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5147), - [3656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8289), - [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5263), - [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5320), - [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4950), - [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5086), - [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4936), - [3677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3650), - [3680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5098), - [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), - [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5094), - [3688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5060), - [3691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5236), - [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7796), - [3697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5147), - [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8289), - [3706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5263), - [3709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5320), - [3712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4950), - [3715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5086), - [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 3, 0, 0), - [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_declaration, 2, 0, 0), - [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 1, 0, 0), - [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_force_mode, 1, 0, 0), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 3, 0, 0), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 1, 0, 0), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sign, 1, 0, 0), - [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 3, 0, 0), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_operator, 1, 0, 0), - [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1, 0, 0), - [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_operator, 1, 0, 0), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1, 0, 0), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_adding_operator, 1, 0, 0), - [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direction, 1, 0, 0), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6770), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 2, 0, 0), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 3, 0, 0), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), - [3844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5237), - [3847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(26), - [3850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3569), - [3853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3599), - [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7183), - [3859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7160), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7450), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7418), - [3874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5188), - [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(80), - [3880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3457), - [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3662), - [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7267), - [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7244), - [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5216), - [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(64), - [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3534), - [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3608), - [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7450), - [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7418), - [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 2, 0, 0), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7267), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7244), - [3928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5892), - [3931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4640), - [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(690), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), - [3939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3518), - [3942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1233), - [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4332), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 1, 0, 0), - [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 2, 0, 0), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7207), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), - [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 5, 0, 0), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 5, 0, 0), - [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 5, 0, 0), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 5, 0, 0), - [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 5, 0, 0), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 5, 0, 0), - [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 6, 0, 0), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 5, 0, 0), - [3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 5, 0, 0), - [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 5, 0, 0), - [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 5, 0, 0), - [3986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0), - [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 5, 0, 0), - [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 8, 0, 0), - [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, 0, 0), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), - [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 4, 0, 0), - [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 4, 0, 0), - [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 7, 0, 0), - [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 4, 0, 0), - [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 7, 0, 0), - [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 7, 0, 0), - [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, 0, 0), - [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 4, 0, 0), - [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 4, 0, 0), - [4014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 4, 0, 0), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 4, 0, 0), - [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 4, 0, 0), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0), - [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 6, 0, 0), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 6, 0, 0), - [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 4, 0, 0), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 4, 0, 0), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), - [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 6, 0, 0), - [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 4, 0, 0), - [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5222), - [4039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(19), - [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3432), - [4045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3613), - [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7207), - [4051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7184), - [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, 0, 0), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 6, 0, 0), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 3, 0, 0), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 3, 0, 0), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 3, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 3, 0, 0), - [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 3, 0, 0), - [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 1, 0, 0), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 3, 0, 0), - [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 6, 0, 0), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequential_statement, 1, 0, 0), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, 0, 0), - [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 2, 0, 0), - [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 3, 0, 0), - [4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2, 0, 0), - [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 2, 0, 0), - [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 6, 0, 0), - [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 6, 0, 0), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 6, 0, 0), - [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 6, 0, 0), - [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 2, 0, 0), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [4120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5264), - [4123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(68), - [4126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3530), - [4129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3617), - [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7135), - [4135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7112), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_condition, 3, 0, 0), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7112), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 5, 0, 0), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [4164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5210), - [4167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(98), - [4170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3537), - [4173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3616), - [4176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7405), - [4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7402), - [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 1, 0, 0), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7402), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 5, 0, 0), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7162), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8254), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8312), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_declarative_item, 1, 0, 0), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7327), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declarative_item, 1, 0, 0), - [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 1, 0, 0), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 1, 0, 0), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3, 0, 0), - [4256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5174), - [4259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [4262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3442), - [4265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3658), - [4268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7327), - [4271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7304), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7606), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7246), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7420), - [4286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4911), - [4289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(3754), - [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), - [4294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4995), - [4297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7639), - [4300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4997), - [4303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5576), - [4306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4948), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7560), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7049), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [4337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5244), - [4340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [4343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3576), - [4346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3600), - [4349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7560), - [4352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7517), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7373), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7352), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), - [4371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5262), - [4374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(56), - [4377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3532), - [4380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3620), - [4383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7611), - [4386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7583), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), - [4401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5193), - [4404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(83), - [4407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3495), - [4410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3631), - [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7373), - [4416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7352), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8152), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8153), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8154), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6791), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7338), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7351), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5261), - [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(57), - [4623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3546), - [4626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3619), - [4629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7608), - [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7572), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [4665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5183), - [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(46), - [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3446), - [4674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3644), - [4677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7339), - [4680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7316), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7572), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [4797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5189), - [4800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(42), - [4803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3475), - [4806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3634), - [4809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7351), - [4812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7328), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7339), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7316), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7084), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6998), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [4979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5294), - [4982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [4985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3447), - [4988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3660), - [4991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7084), - [4994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7064), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7549), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7506), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [5069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5217), - [5072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(72), - [5075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3538), - [5078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [5081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7219), - [5084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7196), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [5137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5240), - [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [5143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3580), - [5146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3591), - [5149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7549), - [5152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7506), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [5159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5337), - [5162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(65), - [5165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3493), - [5168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3635), - [5171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7034), - [5174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6998), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7147), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7124), - [5211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5233), - [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(32), - [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3564), - [5220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), - [5223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7527), - [5226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7484), - [5229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_specification, 3, 0, 0), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [5235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5259), - [5238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [5241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), - [5244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3603), - [5247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7147), - [5250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7124), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_declarative_item, 1, 0, 0), - [5297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 1, 0, 0), - [5299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5172), - [5302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [5305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3440), - [5308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3663), - [5311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7315), - [5314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7292), - [5317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_body_declarative_item, 1, 0, 0), - [5319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 1, 0, 0), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8327), - [5323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 1, 0, 0), - [5325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_body_declarative_item, 1, 0, 0), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8264), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7292), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [5351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_declarative_item, 1, 0, 0), - [5353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 1, 0, 0), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), - [5383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5229), - [5386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [5389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3557), - [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3607), - [5395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7195), - [5398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7172), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7172), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5931), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 1, 0, 16), - [5441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 1, 0, 0), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8027), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6023), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6810), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [5473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_statement, 1, 0, 0), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7519), - [5481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 1, 0, 0), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), - [5485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 2, 0, 0), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), - [5493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 1, 0, 0), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), - [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), - [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4894), + [3629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), + [3632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5123), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), + [3637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5154), + [3640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4974), + [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5171), + [3646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [3649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5127), + [3652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [3655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8305), + [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5286), + [3661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5205), + [3664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4903), + [3667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5168), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_logical_name, 1, 0, 0), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4956), + [3679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3643), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), + [3684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [3687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [3690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4994), + [3693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5211), + [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8054), + [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5147), + [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4978), + [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8279), + [3708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5313), + [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5321), + [3714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4949), + [3717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5150), + [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 2, 0, 0), + [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 3, 0, 0), + [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 1, 0, 0), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_declaration, 2, 0, 0), + [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 3, 0, 0), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_force_mode, 1, 0, 0), + [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 3, 0, 0), + [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direction, 1, 0, 0), + [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_adding_operator, 1, 0, 0), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1, 0, 0), + [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_operator, 1, 0, 0), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1, 0, 0), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_operator, 1, 0, 0), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 1, 0, 0), + [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sign, 1, 0, 0), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7034), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 2, 0, 0), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 3, 0, 0), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), + [3848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5208), + [3851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(32), + [3854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), + [3857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3626), + [3860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7199), + [3863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7176), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), + [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5317), + [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(60), + [3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3567), + [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3593), + [3890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7466), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7434), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7283), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), + [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 1, 0, 0), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 2, 0, 0), + [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5247), + [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3501), + [3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3648), + [3928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7283), + [3931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7260), + [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5864), + [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4611), + [3940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(437), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3516), + [3948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1139), + [3951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4342), + [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 3, 0, 0), + [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 3, 0, 0), + [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0), + [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 5, 0, 0), + [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 5, 0, 0), + [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 5, 0, 0), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), + [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 5, 0, 0), + [3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 5, 0, 0), + [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 5, 0, 0), + [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 5, 0, 0), + [3986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 5, 0, 0), + [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 5, 0, 0), + [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 4, 0, 0), + [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 4, 0, 0), + [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 4, 0, 0), + [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 4, 0, 0), + [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 4, 0, 0), + [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 4, 0, 0), + [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 4, 0, 0), + [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0), + [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 4, 0, 0), + [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 4, 0, 0), + [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), + [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 4, 0, 0), + [4014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, 0, 0), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2, 0, 0), + [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 6, 0, 0), + [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 3, 0, 0), + [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 6, 0, 0), + [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 3, 0, 0), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, 0, 0), + [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 6, 0, 0), + [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 3, 0, 0), + [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 5, 0, 0), + [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 5, 0, 0), + [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 3, 0, 0), + [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 3, 0, 0), + [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, 0, 0), + [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 7, 0, 0), + [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 6, 0, 0), + [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 6, 0, 0), + [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 6, 0, 0), + [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), + [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, 0, 0), + [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 6, 0, 0), + [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 4, 0, 0), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 2, 0, 0), + [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 6, 0, 0), + [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 1, 0, 0), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequential_statement, 1, 0, 0), + [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 8, 0, 0), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 2, 0, 0), + [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 2, 0, 0), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 7, 0, 0), + [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 7, 0, 0), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 6, 0, 0), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), + [4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 6, 0, 0), + [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 2, 0, 0), + [4088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5220), + [4091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3541), + [4097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3629), + [4100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7223), + [4103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7200), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), + [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5186), + [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [4142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3578), + [4145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), + [4148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7151), + [4151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7128), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_condition, 3, 0, 0), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 5, 0, 0), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 5, 0, 0), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), + [4182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), + [4185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(97), + [4188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3575), + [4191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3600), + [4194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7597), + [4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7594), + [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 1, 0, 0), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7803), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5918), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7208), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6787), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [4246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4898), + [4249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(3676), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), + [4254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4973), + [4257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7655), + [4260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4975), + [4263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(6014), + [4266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4902), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 1, 0, 0), + [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declarative_item, 1, 0, 0), + [4287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5270), + [4290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [4293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3474), + [4296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3639), + [4299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7343), + [4302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7320), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3, 0, 0), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7436), + [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 1, 0, 0), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_declarative_item, 1, 0, 0), + [4313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5324), + [4316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(78), + [4319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3531), + [4322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3637), + [4325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7627), + [4328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7599), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7576), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7533), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), + [4379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5297), + [4382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(53), + [4385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3510), + [4388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3607), + [4391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7389), + [4394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7368), + [4397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5339), + [4400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(18), + [4403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), + [4406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), + [4409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7576), + [4412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7533), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7389), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7368), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7588), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7332), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [4475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5284), + [4478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(50), + [4481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), + [4484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3618), + [4487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7367), + [4490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7344), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [4529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5326), + [4532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(77), + [4535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), + [4538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3635), + [4541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7624), + [4544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7588), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8254), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8247), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8252), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8253), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(49), + [4663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3503), + [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3633), + [4669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7355), + [4672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7332), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7559), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7553), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [4881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5341), + [4884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(71), + [4887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3553), + [4890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3623), + [4893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7565), + [4896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7522), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [4943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5301), + [4946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [4949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3490), + [4952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3616), + [4955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7050), + [4958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7014), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7140), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [5131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5194), + [5134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(29), + [5137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3579), + [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3613), + [5143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7163), + [5146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7140), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7565), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7522), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7500), + [5181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_specification, 3, 0, 0), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7130), + [5193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5344), + [5196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [5199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), + [5202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3601), + [5205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7543), + [5208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7500), + [5211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5225), + [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3539), + [5220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3631), + [5223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7235), + [5226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7212), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7212), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [5255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5190), + [5258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(25), + [5261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3570), + [5264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3592), + [5267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7100), + [5270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7080), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7100), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7080), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8313), + [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 1, 0, 0), + [5289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_body_declarative_item, 1, 0, 0), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 1, 0, 0), + [5303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_body_declarative_item, 1, 0, 0), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), + [5313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5264), + [5316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(46), + [5319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [5322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3656), + [5325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7331), + [5328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7308), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [5337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 1, 0, 0), + [5339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_declarative_item, 1, 0, 0), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), + [5355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_declarative_item, 1, 0, 0), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 1, 0, 0), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7282), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7211), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [5425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5212), + [5428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(33), + [5431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3542), + [5434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3619), + [5437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7211), + [5440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7188), + [5443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 1, 0, 16), + [5445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 1, 0, 0), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7157), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7535), + [5483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 1, 0, 0), + [5485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_statement, 1, 0, 0), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7590), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7675), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [5501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 1, 0, 0), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7334), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [5511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 1, 0, 0), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8318), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), - [5521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 1, 0, 0), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), - [5531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode, 1, 0, 0), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7508), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7794), - [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7486), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7126), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), - [5547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__label, 1, 0, 1), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [5555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 1, 0, 0), - [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [5561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3880), - [5564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), - [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5221), - [5569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4947), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [5576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_variable_declaration, 2, 0, 0), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [5580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 2, 0, 0), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [5584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), - [5586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(4990), - [5589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 1, 0, 0), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8191), - [5595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_declarative_item, 1, 0, 0), - [5597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 3, 0, 0), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [5601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 2, 0, 0), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), - [5607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4395), - [5610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), - [5612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 2, 0, 0), - [5614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 1, 0, 0), - [5616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4395), - [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), - [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4868), - [5624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4939), - [5627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4934), - [5630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 1, 0, 0), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7130), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7118), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 0), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4395), - [5683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), - [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), - [5691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 3, 0, 0), - [5693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, 0, 7), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7827), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7726), - [5703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 11), - [5705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 1, 0, 0), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [5711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 1, 0, 0), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [5513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 2, 0, 0), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7346), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7561), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7502), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), + [5525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode, 1, 0, 0), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), + [5533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__label, 1, 0, 1), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7214), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7025), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7084), + [5541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 1, 0, 0), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7589), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7524), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [5555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 2, 0, 0), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [5567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 1, 0, 0), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [5571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 2, 0, 0), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [5577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), + [5579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(4968), + [5582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4888), + [5585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4946), + [5588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4924), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [5595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 3, 0, 0), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7310), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8251), + [5601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), + [5606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 1, 0, 0), + [5608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_variable_declaration, 2, 0, 0), + [5610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3671), + [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), + [5615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5206), + [5618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4895), + [5621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 1, 0, 0), + [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 2, 0, 0), + [5625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 1, 0, 0), + [5627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_declarative_item, 1, 0, 0), + [5629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [5658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 3, 0, 0), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [5672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [5681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 0), + [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7506), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7504), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7190), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7443), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [5715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 3, 0, 0), - [5717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 2, 0, 0), - [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7784), - [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [5731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 1, 0, 0), - [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [5735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 4, 0, 29), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6966), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7725), - [5753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 1, 0, 0), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), - [5763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 1, 0, 0), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), + [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [5723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, 0, 7), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), + [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7877), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), + [5733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 11), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), + [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), + [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [5747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 1, 0, 0), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), + [5753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7186), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7864), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7843), + [5759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 4, 0, 29), + [5761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 1, 0, 0), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6930), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), [5773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 1, 0, 0), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8067), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7662), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7860), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7861), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7848), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), - [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), - [5823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 1, 0, 0), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8134), - [5833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4395), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [5840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__target, 1, 0, 0), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [5844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 2, 0, 0), - [5846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(6843), - [5849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8343), - [5853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 0), - [5855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 2, 0, 0), - [5857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 0), - [5859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), - [5861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [5865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 3, 0, 0), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [5869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 2, 0, 0), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [5873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), - [5875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(447), - [5878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4395), - [5881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 2, 0, 0), - [5883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 2, 0, 0), - [5885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 2, 0, 0), - [5887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 2, 0, 0), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [5891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_specification, 3, 0, 0), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), - [5903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 3, 0, 0), - [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 2, 0, 0), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [5909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 0), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), - [5913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), - [5915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), SHIFT_REPEAT(3299), - [5918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 2, 0, 0), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [5926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 2, 0, 7), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [5932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 0), - [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 2, 0, 0), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 4, 0, 0), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7461), - [5942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 0), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), - [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 2, 0, 0), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [5952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 3, 0, 0), - [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 3, 0, 0), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), - [5962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4278), - [5965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), - [5967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), SHIFT_REPEAT(304), - [5970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), - [5972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), SHIFT_REPEAT(4945), - [5975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4252), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 2, 0, 0), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [5998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 1, 0, 0), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 2, 0, 0), - [6006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 16), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7439), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [6053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_declaration, 4, 0, 0), - [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [6063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 2, 0, 0), - [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [6073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 3, 0, 11), - [6075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 1, 0, 0), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [6089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_element_definition, 4, 0, 0), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__designator, 1, 0, 0), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [6097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 1, 0, 0), - [6099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element, 1, 0, 0), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8332), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [6131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_incomplete_type_definition, 2, 0, 0), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8246), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8243), - [6141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 4, 0, 0), - [6143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 1, 0, 0), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 5, 0, 0), - [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 1, 0, 0), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), - [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 1, 0, 0), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [6173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_name, 1, 0, 5), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [6201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 2, 0, 0), - [6203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 2, 0, 0), SHIFT_REPEAT(615), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [6208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2, 0, 0), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [6226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 1, 0, 0), - [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, 0, 7), - [6230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), - [6232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), SHIFT_REPEAT(8134), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [6243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_unit_declaration, 2, 0, 0), - [6245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2, 0, 0), - [6247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 16), - [6249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 1, 0, 6), - [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [6279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_element, 2, 0, 0), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [6295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), - [6297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5125), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8320), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [6340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 1, 0, 0), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [6426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_incomplete_type_definition, 1, 0, 0), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [6432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 0), - [6434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_type_indication, 1, 0, 0), - [6436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_incomplete_type_definition, 3, 0, 51), - [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [6496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), - [6498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [6501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 1, 0, 0), - [6503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_declarative_item, 1, 0, 0), - [6505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unspecified_type_indication, 3, 0, 0), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [6529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 2, 0, 0), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), - [6535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_incomplete_type_definition, 3, 0, 0), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [6567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 2, 0, 0), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [6579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_definition, 1, 0, 0), - [6581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 4, 0, 28), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [6585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_block, 2, 0, 0), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [6613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [6619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_incomplete_type_definition, 1, 0, 0), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [6623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_incomplete_type_definition, 4, 0, 0), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [6635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 2, 0, 0), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [6659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), - [6661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), SHIFT_REPEAT(393), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [6674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, 0, 0), - [6676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 3, 0, 0), - [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 5, 0, 0), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), - [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [6710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), - [6712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(447), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [6725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 3, 0, 0), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [6759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_incomplete_type_definition, 2, 0, 0), - [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 15), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [6769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 26), SHIFT_REPEAT(4027), - [6772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 26), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), - [6778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_incomplete_type_definition, 2, 0, 0), - [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 3, 0, 0), - [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [6794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 1, 0, 0), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [6800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 1, 0, 0), - [6802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_subtype_indication, 1, 0, 0), - [6804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 4, 0, 0), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [6826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), - [6828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choices, 3, 0, 0), - [6833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 2, 0, 6), - [6835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 15), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [6841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 1, 0, 0), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [6849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 2, 0, 0), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [6853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 1, 0, 0), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8294), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8189), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [6901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 1, 0, 0), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [6905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 1, 0, 0), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8115), - [6909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 1, 0, 0), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [6913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 2, 0, 0), - [6915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 3, 0, 0), - [6917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 1, 0, 0), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [6939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 1, 0, 0), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 5, 0, 36), - [6965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 22), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [6969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(378), - [6972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), - [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [6984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 14), - [6986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 23), - [6988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 13), - [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), - [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), - [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [7004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), SHIFT_REPEAT(221), - [7007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [7061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 1, 0, 0), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [7075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 2, 0, 0), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), - [7093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [7096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [7118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 11), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [7156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2, 0, 0), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [7196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 2, 0, 10), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [7210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 2, 0, 0), - [7212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 2, 0, 0), - [7214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 4, 0, 18), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [7230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 2, 0, 0), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [7250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [7253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [7291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 1, 0, 0), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [7307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 1, 0, 0), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [7315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [7321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 2, 0, 0), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [7331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 1, 0, 0), - [7333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 4, 0, 0), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [7341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 3, 0, 0), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), - [7367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 2, 0, 0), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [7381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 10), - [7383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 10), SHIFT_REPEAT(4989), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [7404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 4, 0, 0), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [7410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 2, 0, 0), - [7412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_clause, 2, 0, 0), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [7418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), SHIFT_REPEAT(6410), - [7421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [7451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 2, 0, 0), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), - [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 2, 0, 37), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [7461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 4, 0, 0), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [7465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4706), - [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [7490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 2, 0, 0), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [7504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(5064), - [7507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [7515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_specification, 1, 0, 0), - [7517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 1, 0, 0), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [7523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 1, 0, 0), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [7533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 2, 0, 0), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), - [7539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [7542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [7568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 14), - [7570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(223), - [7573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [7595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 1, 0, 0), - [7597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 1, 0, 0), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [7607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 6, 0, 32), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), + [5777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 1, 0, 0), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7448), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), + [5803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 2, 0, 0), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7741), + [5813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 1, 0, 0), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [5821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 1, 0, 0), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), + [5825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7838), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [5836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 1, 0, 0), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [5842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 2, 0, 0), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), + [5857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), + [5859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(625), + [5862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 3, 0, 0), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8246), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [5868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 2, 0, 0), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [5872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(7348), + [5875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), + [5877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 2, 0, 0), + [5879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 2, 0, 7), + [5881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), + [5883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [5887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__target, 1, 0, 0), + [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [5895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 2, 0, 0), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), + [5901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 0), + [5903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 0), + [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 2, 0, 0), + [5907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), + [5909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), SHIFT_REPEAT(3259), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [5914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 0), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [5920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 2, 0, 0), + [5922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 2, 0, 0), + [5924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 3, 0, 0), + [5926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 3, 0, 0), + [5928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 2, 0, 0), + [5930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 3, 0, 0), + [5932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 0), + [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 4, 0, 0), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [5940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 2, 0, 0), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [5944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 2, 0, 0), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [5952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 2, 0, 0), + [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_specification, 3, 0, 0), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [5958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 0), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 1, 0, 0), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 1, 0, 0), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 3, 0, 11), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [5984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), + [5986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4252), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), + [5991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 2, 0, 0), + [5993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 16), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [5999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4154), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [6006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__designator, 1, 0, 0), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), + [6026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), SHIFT_REPEAT(4892), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [6033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 2, 0, 0), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), + [6037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_unit_declaration, 2, 0, 0), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [6043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 5, 0, 0), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [6049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_incomplete_type_definition, 2, 0, 0), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [6059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 1, 0, 0), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [6077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 1, 0, 0), + [6079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element, 1, 0, 0), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [6085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, 0, 7), + [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2, 0, 0), + [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), + [6095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), SHIFT_REPEAT(7065), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [6102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 4, 0, 0), + [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [6106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 1, 0, 0), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [6114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 1, 0, 0), + [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [6118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 1, 0, 0), + [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [6136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), + [6138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), SHIFT_REPEAT(276), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [6157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_element_definition, 4, 0, 0), + [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 2, 0, 0), + [6163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 2, 0, 0), SHIFT_REPEAT(616), + [6166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_name, 1, 0, 5), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [6170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 2, 0, 0), + [6172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(371), + [6175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_declaration, 4, 0, 0), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [6187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2, 0, 0), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), + [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [6251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 0), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [6347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_element, 2, 0, 0), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 16), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [6441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_incomplete_type_definition, 3, 0, 51), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [6451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 2, 0, 0), + [6453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_incomplete_type_definition, 3, 0, 0), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [6477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, 0, 0), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [6489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 1, 0, 6), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [6515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 2, 0, 0), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 2, 0, 0), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [6539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [6559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_incomplete_type_definition, 2, 0, 0), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [6569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), + [6571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choices, 3, 0, 0), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [6581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 15), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [6593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 2, 0, 6), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 3, 0, 0), + [6599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), + [6601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_incomplete_type_definition, 4, 0, 0), + [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), + [6616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [6633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), + [6635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(625), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [6646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_incomplete_type_definition, 2, 0, 0), + [6648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 1, 0, 0), + [6650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 4, 0, 0), + [6652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_subtype_indication, 1, 0, 0), + [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [6662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 26), SHIFT_REPEAT(4146), + [6665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 26), + [6667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 3, 0, 0), + [6669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 3, 0, 0), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [6683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unspecified_type_indication, 3, 0, 0), + [6685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), + [6687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), SHIFT_REPEAT(412), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [6692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_incomplete_type_definition, 1, 0, 0), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [6704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_block, 2, 0, 0), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [6712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 4, 0, 28), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [6728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_incomplete_type_definition, 1, 0, 0), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [6738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_definition, 1, 0, 0), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [6748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 5, 0, 0), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [6762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_declarative_item, 1, 0, 0), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [6766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 1, 0, 0), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [6786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 1, 0, 0), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [6790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), + [6792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5085), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_type_indication, 1, 0, 0), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [6823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 15), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [6839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 1, 0, 0), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 3, 0, 0), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [6847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 2, 0, 0), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [6949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 1, 0, 0), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [6975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 2, 0, 0), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [7111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 14), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), + [7127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2791), + [7130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [7198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 3, 0, 7), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [7208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 4, 0, 47), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [7216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 2, 0, 0), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [7226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [7229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [7255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 4, 0, 0), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [7259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 1, 0, 0), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [7283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 3, 0, 0), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [7291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3025), + [7294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [7298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 22), + [7300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(369), + [7303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [7309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 2, 0, 37), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [7315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 1, 0, 0), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [7319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 2, 0, 0), + [7321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4998), + [7324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [7328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 2, 0, 0), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [7336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 2, 0, 0), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [7342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 7, 0, 48), + [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 2, 0, 11), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [7348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 1, 0, 0), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 2, 0, 0), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [7356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(244), + [7359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [7367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 4, 0, 0), + [7369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [7372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), + [7374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 4, 0, 18), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [7386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 2, 0, 0), + [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 1, 0, 0), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), + [7394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_class, 1, 0, 0), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [7398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 5, 0, 36), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [7410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 23), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [7416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 1, 0, 0), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 1, 0, 0), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6505), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [7432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), + [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [7447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 4, 0, 0), + [7449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_block_repeat1, 1, 0, 0), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 5, 0, 36), + [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 4, 0, 0), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [7473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4820), + [7476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 10), + [7490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 10), SHIFT_REPEAT(5063), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [7505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 1, 0, 0), + [7507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_specification, 1, 0, 0), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), + [7525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 1, 0, 0), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [7533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 1, 0, 0), + [7535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 2, 0, 0), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [7577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 1, 0, 0), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [7583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), + [7586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 3, 0, 0), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), + [7600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_clause_repeat1, 2, 0, 0), + [7602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(4929), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [7617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 2, 0, 0), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [7637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 1, 0, 0), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [7643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 2, 0, 0), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [7671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 2, 0, 11), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [7681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 3, 0, 0), - [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 4, 0, 0), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [7697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 3, 0, 0), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 1, 0, 0), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 5, 0, 36), - [7709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3021), - [7712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), - [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [7760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 3, 0, 7), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [7772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 1, 0, 0), - [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [7784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 4, 0, 0), - [7786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 2, 0, 0), - [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [7792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 1, 0, 0), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [7796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2790), - [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), - [7801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 4, 0, 47), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), - [7811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 2, 0, 0), - [7813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 1, 0, 0), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), - [7817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 2, 0, 0), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [7823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 1, 0, 0), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 2, 0, 0), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [7839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 1, 0, 0), - [7841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(385), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [7846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 3, 0, 0), - [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [7856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5342), - [7859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [7869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5278), - [7872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [7888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_class, 1, 0, 0), - [7890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 2, 0, 0), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [7894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), SHIFT_REPEAT(5113), - [7897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), - [7899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 1, 0, 0), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [7913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 7, 0, 48), - [7915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 1, 0, 6), - [7917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 0), - [7919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 2, 0, 0), - [7921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_clause_repeat1, 2, 0, 0), - [7923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(4953), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [7934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1, 0, 0), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [7938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 3, 0, 0), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [7942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_tag, 1, 0, 0), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [7946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 1, 0, 0), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8120), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [7954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 6, 0, 0), - [7956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 5, 0, 0), - [7958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 4, 0, 0), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [7964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 7, 0, 0), - [7966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_any, 5, 0, 0), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [7970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_default, 5, 0, 0), - [7972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 6, 0, 0), - [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8104), - [7984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 6, 0, 47), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), - [7990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 4, 0, 0), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8057), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8024), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [8002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [8006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 7, 0, 0), - [8008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 9, 0, 52), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [8012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 4, 0, 0), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [8016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 4, 0, 37), - [8018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_package_generic_map_aspect, 1, 0, 0), - [8020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_package_declaration, 6, 0, 24), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [8024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 4, 0, 0), - [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [8028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 6, 0, 0), - [8030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 5, 0, 0), - [8032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, 0, 16), - [8034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 45), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [8038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 44), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [8044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_item, 1, 0, 0), - [8046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 1, 0, 0), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [8050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 1, 0, 0), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [8054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 3, 0, 0), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [8058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 3, 0, 0), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [8062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 2, 0, 0), - [8064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression_or_unaffected, 2, 0, 0), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [8068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 39), - [8070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 38), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [8074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_variable_declaration, 4, 0, 0), - [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [8078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 4, 0, 11), - [8080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_signal_declaration, 4, 0, 0), - [8082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_constant_declaration, 4, 0, 0), - [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), - [8088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_waveform, 2, 0, 0), - [8090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 3, 0, 0), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [7631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5262), + [7634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), + [7636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 2, 0, 0), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [7640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 1, 0, 0), + [7642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 1, 0, 0), + [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [7646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_tag, 1, 0, 0), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [7650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 2, 0, 0), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [7668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), SHIFT_REPEAT(6084), + [7671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), + [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [7675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 3, 0, 0), + [7677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_clause, 2, 0, 0), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_generate_statement_repeat1, 1, 0, 0), + [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [7693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 14), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 13), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [7711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 4, 0, 0), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [7721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 2, 0, 0), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [7725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 2, 0, 0), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), + [7733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 1, 0, 0), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [7737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [7742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 3, 0, 0), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6084), + [7748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 1, 0, 0), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [7754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 1, 0, 0), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [7762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 0), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6565), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), + [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [7780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 1, 0, 0), + [7782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 11), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [7790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2, 0, 0), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [7796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [7805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 1, 0, 0), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [7825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 2, 0, 10), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 3, 0, 0), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [7845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 2, 0, 0), + [7847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 2, 0, 0), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [7851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [7854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), + [7856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 2, 0, 0), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [7878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1, 0, 0), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [7886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 1, 0, 0), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [7892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 1, 0, 0), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8133), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [7898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 1, 0, 0), + [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [7902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 1, 0, 6), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8310), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [7932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 6, 0, 32), + [7934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 2, 0, 0), + [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [7940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 2, 0, 0), + [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [7944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 2, 0, 0), + [7946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 2, 0, 0), + [7948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 1, 0, 0), + [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [7968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 1, 0, 0), + [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [7976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 0), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8171), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [7998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 1, 0, 0), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), + [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), + [8008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_kind, 1, 0, 0), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), + [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [8042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 2, 0, 0), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [8062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alias_designator, 1, 0, 0), + [8064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 3, 0, 0), + [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [8068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 6, 0, 0), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [8072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 5, 0, 0), + [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), + [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [8090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 3, 0, 0), + [8092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 4, 0, 0), [8094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_index_incomplete_type, 1, 0, 0), - [8096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_file_declaration, 4, 0, 0), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7553), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [8104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 32), - [8106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 2, 0, 0), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [8110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_view_indication, 1, 0, 0), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [8114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_indication, 1, 0, 0), - [8116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 0), - [8118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 3, 0, 0), - [8120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_default, 1, 0, 0), - [8122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 31), - [8124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initialiser, 2, 0, 0), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [8134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_resolution, 2, 0, 0), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 4, 0, 18), - [8140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 1, 0, 0), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), - [8154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 3, 0, 0), - [8156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 2, 0, 0), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), - [8174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 0), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [8186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_kind, 1, 0, 0), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7604), - [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [8204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_declaration, 1, 0, 0), - [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [8216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1, 0, 0), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7250), - [8224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 1, 0, 0), - [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [8230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 23), - [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [8238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alias_designator, 1, 0, 0), - [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [8244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 22), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), - [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [8258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 2, 0, 0), - [8260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1, 0, 0), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [8266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 2, 0, 0), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [8270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 3, 0, 0), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [8292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 1, 0, 0), - [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [8300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 3, 0, 0), - [8302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 4, 0, 0), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 19), - [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [8322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 1, 0, 0), - [8324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition, 1, 0, 0), - [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), - [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [8384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 3, 0, 0), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [8392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 4, 0, 7), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [8402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 2, 0, 0), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [8406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 1, 0, 0), - [8408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association_or_range, 1, 0, 0), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [8100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 2, 0, 0), + [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [8114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 1, 0, 0), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [8118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association_or_range, 1, 0, 0), + [8120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 1, 0, 0), + [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [8126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1, 0, 0), + [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7549), + [8130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 1, 0, 0), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), + [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [8150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1, 0, 0), + [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [8172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 1, 0, 0), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [8198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 7, 0, 0), + [8200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_any, 5, 0, 0), + [8202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_default, 5, 0, 0), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [8206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 6, 0, 0), + [8208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 4, 0, 18), + [8210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 5, 0, 0), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [8218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_declaration, 1, 0, 0), + [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [8224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_resolution, 2, 0, 0), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [8230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 6, 0, 47), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [8236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 19), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [8240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 1, 0, 0), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [8250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 4, 0, 0), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [8254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 45), + [8256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 44), + [8258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 4, 0, 7), + [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [8262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 3, 0, 0), + [8264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_waveform, 2, 0, 0), + [8266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 23), + [8268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_package_declaration, 6, 0, 24), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [8278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 3, 0, 0), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [8282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_item, 1, 0, 0), + [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [8286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition, 1, 0, 0), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [8292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_signal_declaration, 4, 0, 0), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [8296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initialiser, 2, 0, 0), + [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [8300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 22), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [8304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_constant_declaration, 4, 0, 0), + [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [8308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_file_declaration, 4, 0, 0), + [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 1, 0, 0), + [8312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 3, 0, 0), + [8314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 3, 0, 0), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [8318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 3, 0, 0), + [8320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 2, 0, 0), + [8322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 2, 0, 0), + [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [8328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), + [8330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 4, 0, 11), + [8332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_variable_declaration, 4, 0, 0), + [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [8336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 7, 0, 0), + [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [8342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 38), + [8344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 39), + [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [8350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression_or_unaffected, 2, 0, 0), + [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [8358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_package_generic_map_aspect, 1, 0, 0), + [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), + [8372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 4, 0, 0), + [8374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 2, 0, 0), + [8376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 9, 0, 52), + [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [8380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 4, 0, 0), + [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), + [8386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 31), + [8388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 4, 0, 0), + [8390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 4, 0, 37), + [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8120), + [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [8398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 2, 0, 0), + [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8134), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [8432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 1, 0, 0), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8336), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), - [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), - [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7522), - [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), - [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), - [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), - [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), - [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [8628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 2, 0, 0), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), - [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7388), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7386), - [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7334), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), - [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), - [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [8818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 1, 0, 0), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [8828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_pathname, 1, 0, 0), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), - [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), - [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), - [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), - [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), - [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [8924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_conditional_analysis, 3, 0, 0), - [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [8930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_sensitivity_list, 1, 0, 0), - [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [8940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__iteration_scheme, 1, 0, 0), - [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), - [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), - [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), - [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), - [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), - [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), - [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6958), - [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6932), - [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), - [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), - [9162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_operator, 1, 0, 0), - [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6828), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6533), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6538), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6775), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8338), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6569), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6576), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6613), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6584), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6851), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6503), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), - [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6933), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6453), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7446), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), - [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7457), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6303), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), - [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6263), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7804), - [9548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_warning_directive, 2, 0, 0), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [9576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_directive, 2, 0, 0), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8335), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8162), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6132), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [9598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 2, 0, 0), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8306), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8340), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [9664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional_analysis, 3, 0, 0), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8301), - [9672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 2, 0, 0), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8247), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), - [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8062), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8021), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6219), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), - [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6543), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6541), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6404), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6409), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6428), - [10032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_absolute_pathname, 2, 0, 0), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), - [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), - [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), - [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), - [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), - [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), - [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), - [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6561), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [10178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 2, 0, 0), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6574), - [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), - [10194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 2, 0, 0), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6580), - [10198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_resolution, 1, 0, 0), - [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6594), - [10214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_for, 2, 0, 0), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [10220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 3, 0, 21), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [10226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 3, 0, 0), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8030), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), - [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [10238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 15), - [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), - [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [10248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_map_aspect, 3, 0, 0), - [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), - [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), - [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), - [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), - [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), - [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8048), - [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), - [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8351), - [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), - [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [10314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), - [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8350), - [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), - [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), - [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), - [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), - [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [10376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 24), - [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [10392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_conditional_analysis, 1, 0, 0), - [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), - [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), - [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), - [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [10490] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [10496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2, 0, 0), - [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [10510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 1, 0, 0), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), - [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), - [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), - [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), - [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), - [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [10624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2, 0, 0), - [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [10634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 4, 0, 0), - [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [10730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 27), - [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [11030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 2, 0, 0), - [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [11034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 3, 0, 0), - [11036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 3, 0, 0), - [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), - [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [11054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_specification, 3, 0, 0), - [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), - [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), - [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8140), - [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), - [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [11080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 3, 0, 0), - [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [11084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 3, 0, 30), - [11086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 2, 0, 0), - [11088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, 0, 0), - [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [11092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_binding_indication, 3, 0, 0), - [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), - [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), - [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), - [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8161), - [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [11144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 2, 0, 24), - [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [11148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 3, 0, 33), - [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8349), - [11166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 3, 0, 0), - [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [11174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 3, 0, 0), - [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), - [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), - [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [11202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 4, 0, 0), - [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [11212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 3, 0, 0), - [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8179), - [11218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_type_definition, 3, 0, 17), - [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), - [11222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 3, 0, 0), - [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [11226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 3, 0, 0), - [11228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3, 0, 0), - [11230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3, 0, 0), - [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [11246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 4, 0, 0), - [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), - [11254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 3, 0, 35), - [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [11264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 3, 0, 0), - [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8206), - [11270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 3, 0, 0), - [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), - [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), - [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7584), - [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), - [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), - [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), - [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [11356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 4, 0, 0), - [11358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 3, 0, 0), - [11360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 4, 0, 0), - [11362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 3, 0, 0), - [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [11368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 4, 0, 0), - [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [11376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 4, 0, 0), - [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), - [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6005), - [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [11400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 41), - [11402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 13), - [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8241), - [11412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 14), - [11414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 4, 0, 0), - [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), - [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), - [11428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 4, 0, 46), - [11430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 4, 0, 0), - [11432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_indication, 1, 0, 0), - [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [11444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 5, 0, 0), - [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [11450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_view_indication, 1, 0, 0), - [11452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 3, 0, 47), - [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [11464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 3, 0, 49), - [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), - [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [11484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 4, 0, 0), - [11486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 3, 0, 0), - [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), - [11490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_record_mode_view_indication, 2, 0, 37), - [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8278), - [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8283), - [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), - [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), - [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), - [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), - [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [11540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_array_mode_view_indication, 4, 0, 47), - [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), - [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), - [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [11578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 3, 0, 50), - [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), - [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [11610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guarded_signal_specification, 3, 0, 17), - [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [11616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [11618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tool_directive, 3, 0, 0), - [11620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), + [8412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_default, 1, 0, 0), + [8414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 3, 0, 0), + [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [8420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 6, 0, 0), + [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [8424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, 0, 16), + [8426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 0), + [8428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_indication, 1, 0, 0), + [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [8434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_view_indication, 1, 0, 0), + [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [8442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 32), + [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), + [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), + [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [8544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 15), + [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8151), + [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), + [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), + [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8176), + [8604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 3, 0, 0), + [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8174), + [8608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 3, 0, 21), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), + [8616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_for, 2, 0, 0), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [8674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_resolution, 1, 0, 0), + [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [8688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 4, 0, 0), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8303), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [8698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 3, 0, 0), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7472), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [8724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 2, 0, 0), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [8750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_record_mode_view_indication, 2, 0, 37), + [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7551), + [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), + [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), + [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7505), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7407), + [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [8858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 2, 0, 0), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), + [8870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_map_aspect, 3, 0, 0), + [8872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_absolute_pathname, 2, 0, 0), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6996), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6471), + [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), + [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8343), + [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), + [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6632), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6568), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), + [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6925), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), + [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), + [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), + [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), + [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), + [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [9208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 24), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), + [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6219), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), + [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), + [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), + [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), + [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), + [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), + [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8201), + [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8291), + [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), + [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), + [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8350), + [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8341), + [9310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guarded_signal_specification, 3, 0, 17), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), + [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), + [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7432), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8326), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), + [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [9354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_array_mode_view_indication, 4, 0, 47), + [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8301), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6562), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8258), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), + [9392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 13), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [9402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 2, 0, 0), + [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8225), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8195), + [9428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 4, 0, 0), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8162), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), + [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [9454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional_analysis, 3, 0, 0), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), + [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_operator, 1, 0, 0), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [9478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_conditional_analysis, 3, 0, 0), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8050), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7853), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), + [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7817), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), + [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6157), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), + [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), + [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7453), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7695), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [9610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 3, 0, 0), + [9612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, 0, 0), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), + [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), + [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), + [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), + [9652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_sensitivity_list, 1, 0, 0), + [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), + [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7573), + [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [9670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 3, 0, 0), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7476), + [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), + [9690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2, 0, 0), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7428), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), + [9722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 1, 0, 0), + [9724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_pathname, 1, 0, 0), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), + [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [9742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 3, 0, 0), + [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7362), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6187), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [9762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 3, 0, 0), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), + [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [9808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__iteration_scheme, 1, 0, 0), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6267), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), + [9966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_type_definition, 3, 0, 17), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [9974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 3, 0, 0), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8268), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), + [10002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 4, 0, 0), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [10010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 3, 0, 50), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6476), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [10092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_warning_directive, 2, 0, 0), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [10108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_directive, 2, 0, 0), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7181), + [10112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 2, 0, 0), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), + [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6533), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6534), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [10142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 2, 0, 0), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6552), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6558), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [10268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 2, 0, 0), + [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8367), + [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [10324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2, 0, 0), + [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), + [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7526), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [10512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8366), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [10524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 5, 0, 0), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7538), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7547), + [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [10566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 27), + [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [10588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_conditional_analysis, 1, 0, 0), + [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [10664] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [10684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 1, 0, 0), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [11012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 3, 0, 0), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8365), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [11090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 3, 0, 0), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [11098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 3, 0, 0), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [11116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3, 0, 0), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [11182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 4, 0, 0), + [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [11210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3, 0, 0), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6435), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [11264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 4, 0, 46), + [11266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_specification, 3, 0, 0), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [11286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 4, 0, 0), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8207), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), + [11302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 3, 0, 35), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [11310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 3, 0, 0), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [11332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 3, 0, 49), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [11356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 4, 0, 0), + [11358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 14), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8267), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [11372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 41), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [11390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 3, 0, 33), + [11392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 3, 0, 0), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [11400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 3, 0, 30), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [11422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 4, 0, 0), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), + [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [11438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 4, 0, 0), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [11446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 3, 0, 0), + [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [11450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 4, 0, 0), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [11454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 3, 0, 0), + [11456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 4, 0, 0), + [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [11460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_binding_indication, 3, 0, 0), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [11466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 2, 0, 24), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [11554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_indication, 1, 0, 0), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [11590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 3, 0, 47), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [11602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_view_indication, 1, 0, 0), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), + [11606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 2, 0, 0), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [11636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [11638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tool_directive, 3, 0, 0), + [11640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -332574,17 +333000,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, - [ts_external_token_FORCE] = true, [ts_external_token_INERTIAL] = true, [ts_external_token__NAND] = true, [ts_external_token_NEW] = true, [ts_external_token__NOR] = true, [ts_external_token__NOT] = true, [ts_external_token_NULL] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, - [ts_external_token_REJECT] = true, - [ts_external_token_TRANSPORT] = true, - [ts_external_token_UNAFFECTED] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -332613,14 +333036,17 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, + [ts_external_token_GUARDED] = true, [ts_external_token_INERTIAL] = true, [ts_external_token__NAND] = true, [ts_external_token_NEW] = true, [ts_external_token__NOR] = true, [ts_external_token__NOT] = true, [ts_external_token_NULL] = true, - [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, + [ts_external_token_REJECT] = true, + [ts_external_token_TRANSPORT] = true, + [ts_external_token_UNAFFECTED] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -332649,7 +333075,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, - [ts_external_token_GUARDED] = true, + [ts_external_token_FORCE] = true, [ts_external_token_INERTIAL] = true, [ts_external_token__NAND] = true, [ts_external_token_NEW] = true, @@ -332801,19 +333227,16 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, - [ts_external_token_DEFAULT] = true, - [ts_external_token_INERTIAL] = true, [ts_external_token__NAND] = true, [ts_external_token_NEW] = true, [ts_external_token__NOR] = true, [ts_external_token__NOT] = true, [ts_external_token_NULL] = true, - [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, + [ts_external_token_TYPE] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_box] = true, [ts_external_token_decimal_integer] = true, [ts_external_token_decimal_float] = true, [ts_external_token_based_base] = true, @@ -332839,16 +333262,19 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, + [ts_external_token_DEFAULT] = true, + [ts_external_token_INERTIAL] = true, [ts_external_token__NAND] = true, [ts_external_token_NEW] = true, [ts_external_token__NOR] = true, [ts_external_token__NOT] = true, [ts_external_token_NULL] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, - [ts_external_token_TYPE] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_box] = true, [ts_external_token_decimal_integer] = true, [ts_external_token_decimal_float] = true, [ts_external_token_based_base] = true, @@ -332943,42 +333369,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [20] = { - [ts_external_token_identifier] = true, - [ts_external_token__ABS] = true, - [ts_external_token__AND] = true, - [ts_external_token__NAND] = true, - [ts_external_token_NEW] = true, - [ts_external_token__NOR] = true, - [ts_external_token__NOT] = true, - [ts_external_token_NULL] = true, - [ts_external_token__OR] = true, - [ts_external_token_UNAFFECTED] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token_decimal_integer] = true, - [ts_external_token_decimal_float] = true, - [ts_external_token_based_base] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_string_literal] = true, - [ts_external_token_string_literal_std_logic] = true, - [ts_external_token_bit_string_length] = true, - [ts_external_token_bit_string_base] = true, - [ts_external_token_operator_symbol] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_boolean] = true, - [ts_external_token_library_constant_character] = true, - [ts_external_token_library_constant_debug] = true, - [ts_external_token_library_constant_env] = true, - [ts_external_token_library_constant_standard] = true, - [ts_external_token_library_constant_std_logic] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, - }, - [21] = { + [20] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, [ts_external_token__AND] = true, @@ -333014,6 +333405,41 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [21] = { + [ts_external_token_identifier] = true, + [ts_external_token__ABS] = true, + [ts_external_token__AND] = true, + [ts_external_token__NAND] = true, + [ts_external_token_NEW] = true, + [ts_external_token__NOR] = true, + [ts_external_token__NOT] = true, + [ts_external_token_NULL] = true, + [ts_external_token__OR] = true, + [ts_external_token_UNAFFECTED] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token_decimal_integer] = true, + [ts_external_token_decimal_float] = true, + [ts_external_token_based_base] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_string_literal] = true, + [ts_external_token_string_literal_std_logic] = true, + [ts_external_token_bit_string_length] = true, + [ts_external_token_bit_string_base] = true, + [ts_external_token_operator_symbol] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_boolean] = true, + [ts_external_token_library_constant_character] = true, + [ts_external_token_library_constant_debug] = true, + [ts_external_token_library_constant_env] = true, + [ts_external_token_library_constant_standard] = true, + [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, + }, [22] = { [ts_external_token_identifier] = true, [ts_external_token__ABS] = true, @@ -333171,6 +333597,34 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [28] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_BEGIN] = true, + [ts_external_token_COMPONENT] = true, + [ts_external_token_CONSTANT] = true, + [ts_external_token_DISCONNECT] = true, + [ts_external_token_FILE] = true, + [ts_external_token_FOR] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_PACKAGE] = true, + [ts_external_token_PORT] = true, + [ts_external_token_PROCEDURE] = true, + [ts_external_token_PURE] = true, + [ts_external_token_SIGNAL] = true, + [ts_external_token_SHARED] = true, + [ts_external_token_SUBTYPE] = true, + [ts_external_token_TYPE] = true, + [ts_external_token_USE] = true, + [ts_external_token_VARIABLE] = true, + [ts_external_token_VIEW] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [29] = { [ts_external_token__AND] = true, [ts_external_token_BUS] = true, [ts_external_token_DOWNTO] = true, @@ -333194,7 +333648,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [29] = { + [30] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, @@ -333216,34 +333670,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [30] = { - [ts_external_token_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_BEGIN] = true, - [ts_external_token_COMPONENT] = true, - [ts_external_token_CONSTANT] = true, - [ts_external_token_DISCONNECT] = true, - [ts_external_token_FILE] = true, - [ts_external_token_FOR] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_GROUP] = true, - [ts_external_token_IMPURE] = true, - [ts_external_token_PACKAGE] = true, - [ts_external_token_PORT] = true, - [ts_external_token_PROCEDURE] = true, - [ts_external_token_PURE] = true, - [ts_external_token_SIGNAL] = true, - [ts_external_token_SHARED] = true, - [ts_external_token_SUBTYPE] = true, - [ts_external_token_TYPE] = true, - [ts_external_token_USE] = true, - [ts_external_token_VARIABLE] = true, - [ts_external_token_VIEW] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [31] = { [ts_external_token__AND] = true, [ts_external_token_BUS] = true, @@ -333319,6 +333745,29 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [34] = { + [ts_external_token__AND] = true, + [ts_external_token_BUS] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token__MOD] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_REGISTER] = true, + [ts_external_token__REM] = true, + [ts_external_token__ROL] = true, + [ts_external_token__ROR] = true, + [ts_external_token__SLA] = true, + [ts_external_token__SLL] = true, + [ts_external_token__SRA] = true, + [ts_external_token__SRL] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [35] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -333345,9 +333794,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [35] = { - [ts_external_token_AFTER] = true, + [36] = { [ts_external_token__AND] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, @@ -333361,14 +333810,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_WHEN] = true, + [ts_external_token_TO] = true, + [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [36] = { + [37] = { [ts_external_token__AND] = true, [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, @@ -333377,7 +333827,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__NOR] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, - [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -333391,14 +333840,13 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [37] = { + [38] = { + [ts_external_token_AFTER] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, @@ -333408,20 +333856,21 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [38] = { + [39] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, @@ -333432,20 +333881,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, [ts_external_token_TO] = true, - [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [39] = { + [40] = { [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, @@ -333461,11 +333910,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [40] = { + [41] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333485,7 +333934,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [41] = { + [42] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, @@ -333508,33 +333957,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [42] = { - [ts_external_token_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_BEGIN] = true, - [ts_external_token_CONSTANT] = true, - [ts_external_token_DISCONNECT] = true, - [ts_external_token_END] = true, - [ts_external_token_FILE] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_GROUP] = true, - [ts_external_token_IMPURE] = true, - [ts_external_token_PACKAGE] = true, - [ts_external_token_PORT] = true, - [ts_external_token_PROCEDURE] = true, - [ts_external_token_PURE] = true, - [ts_external_token_SIGNAL] = true, - [ts_external_token_SHARED] = true, - [ts_external_token_SUBTYPE] = true, - [ts_external_token_TYPE] = true, - [ts_external_token_USE] = true, - [ts_external_token_VARIABLE] = true, - [ts_external_token_VIEW] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [43] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, @@ -333562,8 +333984,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [44] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, + [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333584,41 +334006,19 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [45] = { - [ts_external_token__AND] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, - [ts_external_token__MOD] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token_OPEN] = true, - [ts_external_token__OR] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token__REM] = true, - [ts_external_token__ROL] = true, - [ts_external_token__ROR] = true, - [ts_external_token__SLA] = true, - [ts_external_token__SLL] = true, - [ts_external_token__SRA] = true, - [ts_external_token__SRL] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [46] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, - [ts_external_token_COMPONENT] = true, [ts_external_token_CONSTANT] = true, [ts_external_token_DISCONNECT] = true, + [ts_external_token_END] = true, [ts_external_token_FILE] = true, - [ts_external_token_FOR] = true, [ts_external_token_FUNCTION] = true, + [ts_external_token_GENERIC] = true, [ts_external_token_GROUP] = true, [ts_external_token_IMPURE] = true, [ts_external_token_PACKAGE] = true, + [ts_external_token_PORT] = true, [ts_external_token_PROCEDURE] = true, [ts_external_token_PURE] = true, [ts_external_token_SIGNAL] = true, @@ -333632,9 +334032,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [47] = { + [46] = { [ts_external_token__AND] = true, - [ts_external_token_ELSE] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, @@ -333644,6 +334043,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -333654,7 +334054,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [48] = { + [47] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, @@ -333676,13 +334076,39 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [48] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_BEGIN] = true, + [ts_external_token_COMPONENT] = true, + [ts_external_token_CONSTANT] = true, + [ts_external_token_DISCONNECT] = true, + [ts_external_token_FILE] = true, + [ts_external_token_FOR] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_PACKAGE] = true, + [ts_external_token_PROCEDURE] = true, + [ts_external_token_PURE] = true, + [ts_external_token_SIGNAL] = true, + [ts_external_token_SHARED] = true, + [ts_external_token_SUBTYPE] = true, + [ts_external_token_TYPE] = true, + [ts_external_token_USE] = true, + [ts_external_token_VARIABLE] = true, + [ts_external_token_VIEW] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, [49] = { [ts_external_token__AND] = true, + [ts_external_token_ELSE] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, @@ -333699,6 +334125,28 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [50] = { + [ts_external_token__AND] = true, + [ts_external_token_FOR] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token__MOD] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token__REM] = true, + [ts_external_token__ROL] = true, + [ts_external_token__ROR] = true, + [ts_external_token__SLA] = true, + [ts_external_token__SLL] = true, + [ts_external_token__SRA] = true, + [ts_external_token__SRL] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [51] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_COMPONENT] = true, @@ -333725,13 +334173,13 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [51] = { + [52] = { [ts_external_token__AND] = true, - [ts_external_token_FOR] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, @@ -333747,9 +334195,10 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [52] = { + [53] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, + [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333758,7 +334207,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -333769,14 +334217,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [53] = { - [ts_external_token_identifier] = true, + [54] = { [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_INERTIAL] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, + [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -333784,45 +334233,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, - }, - [54] = { - [ts_external_token_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_BEGIN] = true, - [ts_external_token_CONSTANT] = true, - [ts_external_token_DISCONNECT] = true, - [ts_external_token_END] = true, - [ts_external_token_FILE] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_GROUP] = true, - [ts_external_token_IMPURE] = true, - [ts_external_token_PACKAGE] = true, - [ts_external_token_PORT] = true, - [ts_external_token_PROCEDURE] = true, - [ts_external_token_PURE] = true, - [ts_external_token_SIGNAL] = true, - [ts_external_token_SHARED] = true, - [ts_external_token_SUBTYPE] = true, - [ts_external_token_TYPE] = true, - [ts_external_token_USE] = true, - [ts_external_token_VARIABLE] = true, - [ts_external_token_VIEW] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, }, [55] = { [ts_external_token__AND] = true, + [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, @@ -333836,7 +334255,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_THEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -333845,8 +334263,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [56] = { [ts_external_token__AND] = true, - [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333868,7 +334286,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [57] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333877,6 +334294,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -333890,7 +334308,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [58] = { [ts_external_token__AND] = true, [ts_external_token_GENERIC] = true, - [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333903,6 +334320,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_THEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -333910,36 +334328,64 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [59] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_BEGIN] = true, + [ts_external_token_CONSTANT] = true, + [ts_external_token_DISCONNECT] = true, + [ts_external_token_END] = true, + [ts_external_token_FILE] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_PACKAGE] = true, + [ts_external_token_PORT] = true, + [ts_external_token_PROCEDURE] = true, + [ts_external_token_PURE] = true, + [ts_external_token_SIGNAL] = true, + [ts_external_token_SHARED] = true, + [ts_external_token_SUBTYPE] = true, + [ts_external_token_TYPE] = true, + [ts_external_token_USE] = true, + [ts_external_token_VARIABLE] = true, + [ts_external_token_VIEW] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [60] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_GENERIC] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, - [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, - [60] = { + [61] = { [ts_external_token__AND] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_INERTIAL] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, - [ts_external_token_PARAMETER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -333947,13 +334393,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [61] = { + [62] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, @@ -333968,16 +334416,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, [ts_external_token_TO] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, - [62] = { + [63] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -333989,8 +334441,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, - [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334001,7 +334451,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [63] = { + [64] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -334026,30 +334476,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [64] = { - [ts_external_token_identifier] = true, - [ts_external_token__AND] = true, - [ts_external_token__MOD] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token__REM] = true, - [ts_external_token__ROL] = true, - [ts_external_token__ROR] = true, - [ts_external_token__SLA] = true, - [ts_external_token__SLL] = true, - [ts_external_token__SRA] = true, - [ts_external_token__SRL] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, - }, [65] = { [ts_external_token__AND] = true, [ts_external_token__MOD] = true, @@ -334070,15 +334496,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [66] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, - [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334087,15 +334510,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, [ts_external_token_TO] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [67] = { [ts_external_token_ALIAS] = true, @@ -334123,7 +334543,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [68] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_BUS] = true, [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, @@ -334137,14 +334559,18 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, [ts_external_token_TO] = true, - [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [69] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, @@ -334163,14 +334589,21 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [70] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_BUS] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, + [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334178,7 +334611,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_WHEN] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334190,10 +334623,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [71] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, - [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334205,16 +334635,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [72] = { [ts_external_token_ALIAS] = true, @@ -334246,7 +334672,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, - [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334262,14 +334687,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [74] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_BUS] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, + [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334283,20 +334708,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [75] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_IS] = true, + [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334317,12 +334737,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [76] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, [ts_external_token_DOWNTO] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334337,27 +334759,29 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [77] = { - [ts_external_token__AND] = true, - [ts_external_token__MOD] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token__REM] = true, - [ts_external_token_REPORT] = true, - [ts_external_token__ROL] = true, - [ts_external_token__ROR] = true, - [ts_external_token_SEVERITY] = true, - [ts_external_token__SLA] = true, - [ts_external_token__SLL] = true, - [ts_external_token__SRA] = true, - [ts_external_token__SRL] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, + [ts_external_token_identifier] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_ELSE] = true, + [ts_external_token_ELSIF] = true, + [ts_external_token_END] = true, + [ts_external_token_POSTPONED] = true, + [ts_external_token_PROCESS] = true, + [ts_external_token_WITH] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [78] = { [ts_external_token__AND] = true, @@ -334384,12 +334808,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [79] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, - [ts_external_token_REGISTER] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334397,6 +334820,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, + [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334431,31 +334856,25 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [81] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, + [ts_external_token_REPORT] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, - [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [82] = { [ts_external_token_identifier] = true, @@ -334486,10 +334905,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [83] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334498,6 +334918,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334510,31 +334931,37 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [84] = { [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = true, - [ts_external_token_ELSE] = true, - [ts_external_token_ELSIF] = true, - [ts_external_token_END] = true, - [ts_external_token_POSTPONED] = true, - [ts_external_token_PROCESS] = true, - [ts_external_token_WITH] = true, + [ts_external_token__AND] = true, + [ts_external_token_BUS] = true, + [ts_external_token__MOD] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token_REGISTER] = true, + [ts_external_token__REM] = true, + [ts_external_token__ROL] = true, + [ts_external_token__ROR] = true, + [ts_external_token__SLA] = true, + [ts_external_token__SLL] = true, + [ts_external_token__SRA] = true, + [ts_external_token__SRL] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_constant_unit] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, [85] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, + [ts_external_token_BUS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334543,7 +334970,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334598,11 +335024,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__end_of_file] = true, }, [87] = { - [ts_external_token_AFTER] = true, [ts_external_token__AND] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334611,7 +335038,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_WHEN] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334619,11 +335046,13 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [88] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_BUS] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334637,10 +335066,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [89] = { [ts_external_token__AND] = true, - [ts_external_token_GENERATE] = true, + [ts_external_token_BUS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334680,38 +335113,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [91] = { - [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = true, - [ts_external_token_BLOCK] = true, - [ts_external_token_CASE] = true, - [ts_external_token_EXIT] = true, - [ts_external_token_FOR] = true, - [ts_external_token_IF] = true, - [ts_external_token_LOOP] = true, - [ts_external_token_NEXT] = true, - [ts_external_token_NULL] = true, - [ts_external_token_REPORT] = true, - [ts_external_token_RETURN] = true, - [ts_external_token_WAIT] = true, - [ts_external_token_WHILE] = true, - [ts_external_token_WITH] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_std_logic] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, - }, - [92] = { [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, + [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334720,16 +335126,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [93] = { + [92] = { + [ts_external_token_AFTER] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334741,19 +335146,16 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, - [ts_external_token_UNITS] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [94] = { - [ts_external_token_identifier] = true, + [93] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334766,20 +335168,44 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, [ts_external_token_TO] = true, + [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + }, + [94] = { + [ts_external_token_identifier] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_BLOCK] = true, + [ts_external_token_CASE] = true, + [ts_external_token_EXIT] = true, + [ts_external_token_FOR] = true, + [ts_external_token_IF] = true, + [ts_external_token_LOOP] = true, + [ts_external_token_NEXT] = true, + [ts_external_token_NULL] = true, + [ts_external_token_REPORT] = true, + [ts_external_token_RETURN] = true, + [ts_external_token_WAIT] = true, + [ts_external_token_WHILE] = true, + [ts_external_token_WITH] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_constant_std_logic] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, [95] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_GENERIC] = true, + [ts_external_token_DOWNTO] = true, + [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334791,6 +335217,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334822,20 +335249,19 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [97] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, + [ts_external_token_REPORT] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334849,11 +335275,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [98] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334862,6 +335288,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334875,8 +335302,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [99] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_IS] = true, + [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -334888,7 +335314,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334902,19 +335327,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [100] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_DOWNTO] = true, + [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, - [ts_external_token_REPORT] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334927,11 +335353,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [101] = { [ts_external_token__AND] = true, - [ts_external_token_GENERIC] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, [ts_external_token__OR] = true, + [ts_external_token_RANGE] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, @@ -334939,6 +335366,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, + [ts_external_token_WHEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334947,28 +335376,36 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [102] = { [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = true, - [ts_external_token_END] = true, - [ts_external_token_POSTPONED] = true, - [ts_external_token_PROCESS] = true, - [ts_external_token_WITH] = true, + [ts_external_token__AND] = true, + [ts_external_token_ELSE] = true, + [ts_external_token__MOD] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token__REM] = true, + [ts_external_token__ROL] = true, + [ts_external_token__ROR] = true, + [ts_external_token__SLA] = true, + [ts_external_token__SLL] = true, + [ts_external_token__SRA] = true, + [ts_external_token__SRL] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_constant_unit] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, [103] = { [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERATE] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334977,7 +335414,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -334986,11 +335422,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [104] = { [ts_external_token__AND] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OPEN] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -334999,6 +335435,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335006,9 +335443,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [105] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_ELSE] = true, + [ts_external_token_DOWNTO] = true, + [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335020,15 +335457,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [106] = { [ts_external_token_identifier] = true, @@ -335040,11 +335474,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335056,32 +335490,26 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [107] = { - [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token__MOD] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token_RANGE] = true, - [ts_external_token__REM] = true, - [ts_external_token__ROL] = true, - [ts_external_token__ROR] = true, - [ts_external_token__SLA] = true, - [ts_external_token__SLL] = true, - [ts_external_token__SRA] = true, - [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, - [ts_external_token_WHEN] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, + [ts_external_token_identifier] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_END] = true, + [ts_external_token_POSTPONED] = true, + [ts_external_token_PROCESS] = true, + [ts_external_token_WITH] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [108] = { [ts_external_token__AND] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_LOOP] = true, + [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335101,12 +335529,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [109] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -335115,16 +335543,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_TO] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [110] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_FOR] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335136,7 +335568,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335148,12 +335579,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [111] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_GENERIC] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -335167,15 +335597,10 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [112] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_FOR] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335183,6 +335608,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335198,9 +335624,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [113] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335208,6 +335632,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335217,14 +335642,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [114] = { [ts_external_token__AND] = true, - [ts_external_token_ELSE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335236,6 +335656,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335269,10 +335690,10 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [116] = { [ts_external_token__AND] = true, + [ts_external_token_FOR] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, - [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -335288,12 +335709,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [117] = { - [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, + [ts_external_token_OF] = true, [ts_external_token__OR] = true, [ts_external_token__REM] = true, [ts_external_token__ROL] = true, @@ -335307,13 +335727,11 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_unit] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [118] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335325,15 +335743,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_UNITS] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [119] = { + [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_INERTIAL] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335341,7 +335764,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SEVERITY] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335351,28 +335773,12 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_unit] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [120] = { - [ts_external_token__AND] = true, - [ts_external_token_FOR] = true, - [ts_external_token__MOD] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token__REM] = true, - [ts_external_token__ROL] = true, - [ts_external_token__ROR] = true, - [ts_external_token__SLA] = true, - [ts_external_token__SLL] = true, - [ts_external_token__SRA] = true, - [ts_external_token__SRL] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [121] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_CONSTANT] = true, @@ -335393,10 +335799,10 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [122] = { + [121] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_INERTIAL] = true, + [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335418,10 +335824,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [123] = { + [122] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, - [ts_external_token_GENERATE] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335429,6 +335834,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335443,9 +335849,30 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [123] = { + [ts_external_token__AND] = true, + [ts_external_token_ELSE] = true, + [ts_external_token__MOD] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token__REM] = true, + [ts_external_token__ROL] = true, + [ts_external_token__ROR] = true, + [ts_external_token__SLA] = true, + [ts_external_token__SLL] = true, + [ts_external_token__SRA] = true, + [ts_external_token__SRL] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, [124] = { [ts_external_token_identifier] = true, [ts_external_token__AND] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335453,7 +335880,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335470,7 +335896,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [125] = { [ts_external_token__AND] = true, - [ts_external_token_LOOP] = true, + [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335490,6 +335916,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [126] = { [ts_external_token__AND] = true, + [ts_external_token_INERTIAL] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335501,7 +335928,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, - [ts_external_token_THEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335531,6 +335957,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [128] = { [ts_external_token__AND] = true, + [ts_external_token_LOOP] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335538,7 +335965,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, - [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335551,7 +335977,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [129] = { [ts_external_token__AND] = true, - [ts_external_token_IS] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335563,6 +335988,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, [ts_external_token__SRL] = true, + [ts_external_token_THEN] = true, [ts_external_token__XNOR] = true, [ts_external_token__XOR] = true, [ts_external_token__grave_accent] = true, @@ -335571,7 +335997,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [130] = { [ts_external_token__AND] = true, - [ts_external_token_INERTIAL] = true, [ts_external_token__MOD] = true, [ts_external_token__NAND] = true, [ts_external_token__NOR] = true, @@ -335579,6 +336004,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__REM] = true, [ts_external_token__ROL] = true, [ts_external_token__ROR] = true, + [ts_external_token_SELECT] = true, [ts_external_token__SLA] = true, [ts_external_token__SLL] = true, [ts_external_token__SRA] = true, @@ -335913,6 +336339,20 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [149] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_END] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_PROCEDURE] = true, + [ts_external_token_PRIVATE] = true, + [ts_external_token_PURE] = true, + [ts_external_token_USE] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [150] = { [ts_external_token_identifier] = true, [ts_external_token_ELSE] = true, [ts_external_token_ELSIF] = true, @@ -335928,7 +336368,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [150] = { + [151] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, [ts_external_token_decimal_integer] = true, @@ -335944,30 +336384,10 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [151] = { - [ts_external_token_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_END] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_IMPURE] = true, - [ts_external_token_PROCEDURE] = true, - [ts_external_token_PRIVATE] = true, - [ts_external_token_PURE] = true, - [ts_external_token_USE] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [152] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RANGE] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [153] = { [ts_external_token_identifier] = true, + [ts_external_token_ALL] = true, + [ts_external_token_OTHERS] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -335978,10 +336398,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [154] = { + [153] = { [ts_external_token_identifier] = true, - [ts_external_token_ALL] = true, - [ts_external_token_OTHERS] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -335992,8 +336410,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [155] = { - [ts_external_token_BUS] = true, + [154] = { [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = true, [ts_external_token_RANGE] = true, @@ -336001,6 +336418,17 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [155] = { + [ts_external_token_END] = true, + [ts_external_token_FOR] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_PORT] = true, + [ts_external_token_USE] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, [156] = { [ts_external_token_ACCESS] = true, [ts_external_token_ARRAY] = true, @@ -336014,6 +336442,30 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [157] = { + [ts_external_token_identifier] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_POSTPONED] = true, + [ts_external_token_PROCESS] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, + }, + [158] = { + [ts_external_token_BUS] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_RANGE] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [159] = { [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = true, @@ -336023,33 +336475,34 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [158] = { - [ts_external_token_END] = true, - [ts_external_token_FOR] = true, + [160] = { + [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = true, - [ts_external_token_PORT] = true, - [ts_external_token_USE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [159] = { - [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = true, - [ts_external_token_POSTPONED] = true, - [ts_external_token_PROCESS] = true, + [161] = { + [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, + [ts_external_token_OPEN] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_std_logic] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, - [160] = { + [162] = { + [ts_external_token_FOR] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_UNTIL] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [163] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, @@ -336068,19 +336521,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [161] = { - [ts_external_token_ACCESS] = true, - [ts_external_token_ARRAY] = true, - [ts_external_token_FILE] = true, - [ts_external_token_PRIVATE] = true, - [ts_external_token_RANGE] = true, - [ts_external_token_UNITS] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token_box] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [162] = { + [164] = { [ts_external_token_identifier] = true, [ts_external_token_ASSERT] = true, [ts_external_token_PROCESS] = true, @@ -336094,30 +336535,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [163] = { - [ts_external_token_FOR] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_UNTIL] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [164] = { - [ts_external_token_BUS] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [165] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = true, - [ts_external_token_PARAMETER] = true, + [ts_external_token_ACCESS] = true, + [ts_external_token_ARRAY] = true, + [ts_external_token_FILE] = true, + [ts_external_token_PRIVATE] = true, [ts_external_token_RANGE] = true, + [ts_external_token_UNITS] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_box] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, @@ -336135,6 +336561,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [167] = { + [ts_external_token_GENERIC] = true, + [ts_external_token_OF] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [168] = { [ts_external_token_identifier] = true, [ts_external_token_RETURN] = true, [ts_external_token__grave_accent] = true, @@ -336147,22 +336581,18 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [168] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_PORT] = true, - [ts_external_token_USE] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [169] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RETURN] = true, + [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_box] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [170] = { [ts_external_token_GENERIC] = true, @@ -336174,7 +336604,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [171] = { [ts_external_token_GENERIC] = true, - [ts_external_token_OF] = true, + [ts_external_token_IS] = true, [ts_external_token_PARAMETER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, @@ -336191,22 +336621,18 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [173] = { - [ts_external_token_identifier] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_PORT] = true, + [ts_external_token_USE] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_box] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_constant_std_logic] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [174] = { [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, [ts_external_token_PARAMETER] = true, + [ts_external_token_RETURN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336221,15 +336647,6 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [176] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RANGE] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [177] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, @@ -336238,10 +336655,19 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_constant_std_logic] = true, + [ts_external_token_library_constant_unit] = true, [ts_external_token_library_function] = true, - [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, + [177] = { + [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_RANGE] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, [178] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, @@ -336251,8 +336677,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_constant_std_logic] = true, - [ts_external_token_library_constant_unit] = true, [ts_external_token_library_function] = true, + [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, [179] = { @@ -336320,8 +336746,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [184] = { [ts_external_token_identifier] = true, - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = true, + [ts_external_token_GENERIC] = true, [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, @@ -336344,8 +336769,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [186] = { + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [187] = { [ts_external_token_identifier] = true, - [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, + [ts_external_token_OPEN] = true, [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, @@ -336357,16 +336788,13 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [187] = { - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [188] = { - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_FOR] = true, - [ts_external_token_GROUP] = true, - [ts_external_token_USE] = true, + [ts_external_token_BUFFER] = true, + [ts_external_token_IN] = true, + [ts_external_token_INOUT] = true, + [ts_external_token_LINKAGE] = true, + [ts_external_token_OUT] = true, + [ts_external_token_VIEW] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336383,6 +336811,15 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [190] = { + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_FOR] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_USE] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [191] = { [ts_external_token_identifier] = true, [ts_external_token_IS] = true, [ts_external_token_RANGE] = true, @@ -336396,7 +336833,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [191] = { + [192] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_END] = true, @@ -336411,18 +336848,17 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [192] = { - [ts_external_token_BUFFER] = true, - [ts_external_token_IN] = true, - [ts_external_token_INOUT] = true, - [ts_external_token_LINKAGE] = true, - [ts_external_token_OUT] = true, - [ts_external_token_VIEW] = true, + [193] = { + [ts_external_token_identifier] = true, + [ts_external_token_END] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, - [193] = { + [194] = { [ts_external_token_END] = true, [ts_external_token_FOR] = true, [ts_external_token_USE] = true, @@ -336430,7 +336866,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [194] = { + [195] = { [ts_external_token_identifier] = true, [ts_external_token_FUNCTION] = true, [ts_external_token_PROCEDURE] = true, @@ -336442,7 +336878,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [195] = { + [196] = { [ts_external_token_identifier] = true, [ts_external_token_GENERATE] = true, [ts_external_token__grave_accent] = true, @@ -336452,17 +336888,40 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [196] = { + [197] = { + [ts_external_token__AND] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token_THEN] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [198] = { [ts_external_token_identifier] = true, - [ts_external_token_END] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_function] = true, + [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, - [197] = { + [199] = { + [ts_external_token__AND] = true, + [ts_external_token__NAND] = true, + [ts_external_token__NOR] = true, + [ts_external_token__OR] = true, + [ts_external_token__XNOR] = true, + [ts_external_token__XOR] = true, + [ts_external_token__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [200] = { [ts_external_token_GENERIC] = true, [ts_external_token_IS] = true, [ts_external_token_OF] = true, @@ -336471,8 +336930,9 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [198] = { + [201] = { [ts_external_token_identifier] = true, + [ts_external_token_VUNIT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336481,7 +336941,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, - [199] = { + [202] = { [ts_external_token_CONTEXT] = true, [ts_external_token_END] = true, [ts_external_token_LIBRARY] = true, @@ -336490,18 +336950,18 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [200] = { + [203] = { [ts_external_token_identifier] = true, - [ts_external_token_VUNIT] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_function] = true, - [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, - [201] = { + [204] = { [ts_external_token_identifier] = true, [ts_external_token_ALL] = true, [ts_external_token_OTHERS] = true, @@ -336512,51 +336972,27 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [202] = { + [205] = { [ts_external_token_identifier] = true, + [ts_external_token_WHEN] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [203] = { - [ts_external_token__AND] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [204] = { - [ts_external_token__AND] = true, - [ts_external_token__NAND] = true, - [ts_external_token__NOR] = true, - [ts_external_token__OR] = true, - [ts_external_token_THEN] = true, - [ts_external_token__XNOR] = true, - [ts_external_token__XOR] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, - [205] = { + [206] = { [ts_external_token_identifier] = true, - [ts_external_token_WHEN] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [206] = { + [207] = { [ts_external_token_END] = true, [ts_external_token_GENERIC] = true, [ts_external_token_IS] = true, @@ -336565,81 +337001,68 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [207] = { - [ts_external_token_identifier] = true, - [ts_external_token__grave_accent] = true, - [ts_external_token_operator_symbol] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, - }, [208] = { - [ts_external_token_RANGE] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_RETURN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [209] = { - [ts_external_token_identifier] = true, - [ts_external_token_CONTEXT] = true, + [ts_external_token_FOR] = true, + [ts_external_token_ON] = true, + [ts_external_token_UNTIL] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [210] = { - [ts_external_token_identifier] = true, - [ts_external_token_ENTITY] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [211] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RETURN] = true, + [ts_external_token_END] = true, + [ts_external_token_FOR] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [212] = { - [ts_external_token_identifier] = true, - [ts_external_token_COMPONENT] = true, + [ts_external_token_ELSE] = true, + [ts_external_token_ELSIF] = true, + [ts_external_token_END] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [213] = { - [ts_external_token_FOR] = true, - [ts_external_token_ON] = true, - [ts_external_token_UNTIL] = true, + [ts_external_token_identifier] = true, + [ts_external_token_CONTEXT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [214] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PORT] = true, - [ts_external_token_USE] = true, + [ts_external_token_identifier] = true, + [ts_external_token_ENTITY] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [215] = { [ts_external_token_identifier] = true, - [ts_external_token_CONFIGURATION] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, @@ -336648,8 +337071,8 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { }, [216] = { [ts_external_token_identifier] = true, + [ts_external_token_PACKAGE] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, @@ -336667,16 +337090,16 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [218] = { - [ts_external_token_ELSE] = true, - [ts_external_token_ELSIF] = true, - [ts_external_token_END] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PORT] = true, + [ts_external_token_USE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [219] = { [ts_external_token_identifier] = true, - [ts_external_token_PACKAGE] = true, + [ts_external_token_CONFIGURATION] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336685,22 +337108,25 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [220] = { - [ts_external_token_END] = true, - [ts_external_token_FOR] = true, + [ts_external_token_identifier] = true, + [ts_external_token_COMPONENT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [221] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PORT] = true, + [ts_external_token_BUS] = true, + [ts_external_token_REGISTER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [222] = { [ts_external_token_identifier] = true, - [ts_external_token_BODY] = true, + [ts_external_token_ALL] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336709,10 +337135,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [223] = { - [ts_external_token_IS] = true, + [ts_external_token_identifier] = true, + [ts_external_token_BODY] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token_library_constant] = true, + [ts_external_token_library_function] = true, + [ts_external_token_library_type] = true, }, [224] = { [ts_external_token_WHEN] = true, @@ -336721,90 +337151,86 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [225] = { - [ts_external_token_BUS] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_IS] = true, + [ts_external_token_PARAMETER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [226] = { - [ts_external_token_BUS] = true, - [ts_external_token_RANGE] = true, - [ts_external_token_REGISTER] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_PORT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [227] = { [ts_external_token_BUS] = true, - [ts_external_token_REGISTER] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [228] = { - [ts_external_token_identifier] = true, - [ts_external_token_ALL] = true, + [ts_external_token_BUS] = true, + [ts_external_token_RANGE] = true, + [ts_external_token_REGISTER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [229] = { [ts_external_token_IS] = true, - [ts_external_token_PARAMETER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [230] = { - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_identifier] = true, + [ts_external_token_ALL] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_character_literal] = true, + [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [231] = { - [ts_external_token_GENERIC] = true, + [ts_external_token_BUS] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [232] = { - [ts_external_token_identifier] = true, - [ts_external_token_ALL] = true, + [ts_external_token_FOR] = true, + [ts_external_token_UNTIL] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_character_literal] = true, - [ts_external_token_operator_symbol] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [233] = { - [ts_external_token_END] = true, - [ts_external_token_WHEN] = true, + [ts_external_token_GENERIC] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [234] = { - [ts_external_token_FOR] = true, - [ts_external_token_UNTIL] = true, + [ts_external_token_END] = true, + [ts_external_token_USE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [235] = { - [ts_external_token_BUS] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [236] = { - [ts_external_token_END] = true, - [ts_external_token_USE] = true, + [ts_external_token_IS] = true, + [ts_external_token_OPEN] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336818,17 +337244,17 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [238] = { - [ts_external_token_CONFIGURATION] = true, - [ts_external_token_ENTITY] = true, - [ts_external_token_OPEN] = true, - [ts_external_token_VUNIT] = true, + [ts_external_token_END] = true, + [ts_external_token_WHEN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [239] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_CONFIGURATION] = true, + [ts_external_token_ENTITY] = true, + [ts_external_token_OPEN] = true, + [ts_external_token_VUNIT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336840,28 +337266,28 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [241] = { - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = true, + [ts_external_token_PARAMETER] = true, + [ts_external_token_RETURN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [242] = { - [ts_external_token_GENERATE] = true, + [ts_external_token_IS] = true, + [ts_external_token_OPEN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [243] = { - [ts_external_token_IN] = true, - [ts_external_token_OUT] = true, + [ts_external_token_GENERATE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [244] = { - [ts_external_token_BEGIN] = true, - [ts_external_token_END] = true, + [ts_external_token_IN] = true, + [ts_external_token_OUT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336875,14 +337301,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [246] = { - [ts_external_token_PARAMETER] = true, - [ts_external_token_RETURN] = true, + [ts_external_token_ELSE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [247] = { - [ts_external_token_ELSE] = true, + [ts_external_token_BEGIN] = true, + [ts_external_token_END] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -336901,15 +337327,14 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [250] = { - [ts_external_token_CONSTANT] = true, - [ts_external_token_SIGNAL] = true, - [ts_external_token_VARIABLE] = true, + [ts_external_token_SEVERITY] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [251] = { - [ts_external_token_SHARED] = true, + [ts_external_token_CONSTANT] = true, + [ts_external_token_SIGNAL] = true, [ts_external_token_VARIABLE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, @@ -336928,72 +337353,73 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [254] = { - [ts_external_token_SEVERITY] = true, + [ts_external_token_OF] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [255] = { - [ts_external_token_OF] = true, + [ts_external_token_IS] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [256] = { - [ts_external_token_END] = true, - [ts_external_token_PORT] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_box] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [257] = { - [ts_external_token_directive_body] = true, - [ts_external_token__directive_newline] = true, + [ts_external_token_END] = true, + [ts_external_token_PORT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [258] = { - [ts_external_token_IS] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_directive_body] = true, + [ts_external_token__directive_newline] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [259] = { + [ts_external_token_SHARED] = true, + [ts_external_token_VARIABLE] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_box] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [260] = { - [ts_external_token_END] = true, + [ts_external_token_SELECT] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [261] = { + [ts_external_token_BEGIN] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_based_integer] = true, - [ts_external_token_based_float] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [262] = { - [ts_external_token_UNITS] = true, + [ts_external_token_END] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [263] = { - [ts_external_token_BEGIN] = true, + [ts_external_token_UNITS] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [264] = { - [ts_external_token_SELECT] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_based_integer] = true, + [ts_external_token_based_float] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, @@ -337004,126 +337430,126 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [266] = { - [ts_external_token_IF] = true, - [ts_external_token__directive_newline] = true, + [ts_external_token_POSTPONED] = true, + [ts_external_token_PROCESS] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [267] = { - [ts_external_token_POSTPONED] = true, - [ts_external_token_PROCESS] = true, + [ts_external_token_IF] = true, + [ts_external_token__directive_newline] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [268] = { [ts_external_token__grave_accent] = true, - [ts_external_token_bit_string_value] = true, + [ts_external_token_bit_string_base] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [269] = { + [ts_external_token_MAP] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_bit_string_base] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [270] = { - [ts_external_token_MAP] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_bit_string_value] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [271] = { - [ts_external_token_IF] = true, + [ts_external_token_IN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [272] = { - [ts_external_token_IN] = true, + [ts_external_token_BLOCK] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [273] = { - [ts_external_token__directive_newline] = true, + [ts_external_token_PROCESS] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [274] = { - [ts_external_token_PROCESS] = true, + [ts_external_token_IF] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [275] = { - [ts_external_token_NEW] = true, + [ts_external_token_FUNCTION] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [276] = { + [ts_external_token_VUNIT] = true, [ts_external_token__grave_accent] = true, - [ts_external_token_string_literal] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [277] = { - [ts_external_token_THEN] = true, + [ts_external_token_AFTER] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [278] = { - [ts_external_token_BLOCK] = true, + [ts_external_token__directive_newline] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [279] = { - [ts_external_token_CASE] = true, [ts_external_token__grave_accent] = true, + [ts_external_token_string_literal] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [280] = { - [ts_external_token_AFTER] = true, + [ts_external_token_CASE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [281] = { + [ts_external_token_NEW] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, - [ts_external_token__block_comment_end] = true, }, [282] = { - [ts_external_token_FUNCTION] = true, + [ts_external_token_PROTECTED] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [283] = { - [ts_external_token_VARIABLE] = true, + [ts_external_token_THEN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [284] = { - [ts_external_token_PROTECTED] = true, + [ts_external_token_RECORD] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [285] = { - [ts_external_token_RECORD] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + [ts_external_token__block_comment_end] = true, }, [286] = { [ts_external_token__grave_accent] = true, @@ -337132,7 +337558,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_comment_content] = true, }, [287] = { - [ts_external_token_BODY] = true, + [ts_external_token_VARIABLE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -337144,7 +337570,7 @@ static const bool ts_external_scanner_states[290][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [289] = { - [ts_external_token_VUNIT] = true, + [ts_external_token_BODY] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true,